ezmsg-org / ezmsg-sigproc

Timeseries signal processing implementations for ezmsg
MIT License
0 stars 1 forks source link

`sampler` should sample along irregular CoordinateAxis #44

Open cboulay opened 2 weeks ago

cboulay commented 2 weeks ago

Unlike windowing, sampler returns a list of AxisArray objects so it is possible for each object in the list to have different lengths along "time" axis, as well as different irregular intervals between time points. Thus, we don't technically need to wait until after the refactor from generator methods to class objects before we can implement this.

TBD when this will be done.