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
One solution is to add more (optional) attributes to the (position or spectroscopic) ancillary datasets:
incomplete_dimensions = ['X', 'Y']
dependent_dimensions = ['Field']
The reshape, visualization, etc. functions could ignore dimensions listed in dependent_dimensions and not even try to reshape if incomplete_dimensions is set.
Others are welcome to propose alternate / improvements to this solution.
This solution needs to be tested out in pyUSID.
The text was updated successfully, but these errors were encountered:
The most popular reasons for data not to have an N-dimensional form are:
One solution is to add more (optional) attributes to the (position or spectroscopic) ancillary datasets:
incomplete_dimensions
= ['X', 'Y']dependent_dimensions
= ['Field']The reshape, visualization, etc. functions could ignore dimensions listed in
dependent_dimensions
and not even try to reshape ifincomplete_dimensions
is set.Others are welcome to propose alternate / improvements to this solution.
This solution needs to be tested out in pyUSID.
The text was updated successfully, but these errors were encountered: