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

Add data container superclass #272

Closed psomhorst closed 4 months ago

psomhorst commented 4 months ago

The data containers EITData, ContinuousData, SparseData and IntervalData fulfil similar roles. For type checking and future referencing, it would be useful to have them be part of a superclass. Some of the dependencies can be shifted to the superclass.

DaniBodor commented 4 months ago

Agreed! It also allows for potentially creating more data containers in the future