graph-prototype icon indicating copy to clipboard operation
graph-prototype copied to clipboard

[2SP] GR: Implement a GR block that performs data chunking

Open ivan-cukic opened this issue 2 years ago • 1 comments

The block should get the data as a continuous stream of type T, and chunk/cut it between tags, or on custom defined points. The chunks should be exported as DataSet<T>.

ivan-cukic avatar Dec 21 '23 15:12 ivan-cukic

Intermediate result:

Image

pending: FAIR style filtering (requires runtime configurable expression evaluation), DataSet<float> export (needs Plugin system update)

RalphSteinhagen avatar Feb 05 '24 20:02 RalphSteinhagen