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.
Since we have moved from
xr.DataArraytoxr.Datasetfor storing and operating on data it seems worthwhile to consider a good standard structure for the datasets. Questions about this includeprocessedData variable with aCdimension?xr.Datasetand implementing some helper functions likemap_framesormap_labels.