select

method of dascore.core.coordmanager.CoordManager source

select(
    self ,
    array: None = None,
    relative = 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.
**kwargs Used to specify select arguments. Can be of the form {coord_name: (lower_limit, upper_limit)}.