EIT-ALIVE / eitprocessing

Software for electrical impedance tomography data loading, visualization and processing
https://eit-alive.github.io/eitprocessing/
Apache License 2.0
5 stars 1 forks source link

Allow multi-dimensional data in IntervalData #304

Open psomhorst opened 1 month ago

psomhorst commented 1 month ago

PixelInflation returns intervals with data points for each pixel. This results in a three dimensional array rather than a list of values. We should adapt IntervalData to work with this, or think of a separate way to save pixel-related data in DataCollections.

Related to #241