You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Combine the plottable_1d and plottable_2d classes into a single class (called plottable?)
Combine the Data1D and Data2D classes into a single class (called Data?)
Update all base file loader class
Update all specific reader classes
Update file conversion routines
Update manipulations (currently only works for 2D data and there are checks for this)
Update unit tests to match new functionality
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: