SasView / sasdata

Package for loading and handling SAS data
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Generalize 1D and 2D data #17

Open krzywon opened 2 years ago

krzywon commented 2 years ago

As noted in sasview/sasview#841, the 1D and 2D data objects could be abstracted out into a single class. This would allow more generic data formats to be added as needed.

In this package, the following is required:

lucas-wilkins commented 1 year ago

Solutions to this might be relevant to https://github.com/SasView/sasview/issues/506