decimate

method of dascore.core.coordmanager.CoordManager source

decimate(
    self ,
    **kwargs ,
)-> ‘tuple[Self, tuple[slice, …]]’

Evenly subsample along some dimension.

Parameters

Parameter Description
**kwargs Used to specify the dimension to decimate.
Note

Removes any coordinate which depended on the decimated dimension.