select

method of dascore.core.coordmanager.CoordManager source

select(
    self ,
    array: None = None,
    relative = False,
    samples = False,
    **kwargs ,
)-> ‘tuple[Self, MaybeArray]’

Perform value-based selection on coordinates.

Parameters

Parameter Description
array An array to which the selection will be applied.
relative If True, coordinate updates are relative.
samples If True, the query meaning is in samples.
**kwargs Used to specify select arguments. Can be of the form
{coord_name: (lower_limit, upper_limit)}.