coord_range

method of dascore.core.coords.BaseCoord source

coord_range(
    self ,
    extend: bool = True,
)

Return a scaler value for the coordinate range (e.g., number of seconds).

Parameters

Parameter Description
extend If true, count the end of the range as max() + sample step. This
can only work for evenly sampled coordinates.