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
Since we have moved from xr.DataArray to xr.Dataset for storing and operating on data it seems worthwhile to consider a good standard structure for the datasets. Questions about this include
How to store highly processed data? Each thing as its own DataVariable? or should we have a processed Data variable with a C dimension?
How to handle data that is not the image grid (e.g. raman spectra from single points or various single cell properties)
Is it worth subclassing xr.Dataset and implementing some helper functions like map_frames or map_labels.
The text was updated successfully, but these errors were encountered:
Since we have moved from
xr.DataArray
toxr.Dataset
for storing and operating on data it seems worthwhile to consider a good standard structure for the datasets. Questions about this includeprocessed
Data variable with aC
dimension?xr.Dataset
and implementing some helper functions likemap_frames
ormap_labels
.The text was updated successfully, but these errors were encountered: