snakebacon.ChronRecord

class snakebacon.ChronRecord(obj=None, **kwargs)
__init__(obj=None, **kwargs)

Create a sediment core date instance

Parameters:

obj : obj, optional

Object with iterable attributes ‘labid’, ‘age’, ‘error’, and ‘depth’. Assumes that depth is in increasing order order. Cannot use **kwargs if passing obj.

**kwargs : optional

Must include objects with iterables for ‘labid’, ‘age’, ‘error’, and ‘depth’. Assumes depth is in in increasing order. Only parsed if obj is None.

Returns:

A ChronRecord instance.

Methods

__init__([obj]) Create a sediment core date instance