Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize datasets #28

Open
jrussell25 opened this issue Mar 19, 2021 · 0 comments
Open

Standardize datasets #28

jrussell25 opened this issue Mar 19, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@jrussell25
Copy link
Member

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

  1. How to store highly processed data? Each thing as its own DataVariable? or should we have a processed Data variable with a C dimension?
  2. How to handle data that is not the image grid (e.g. raman spectra from single points or various single cell properties)
  3. Is it worth subclassing xr.Dataset and implementing some helper functions like map_frames or map_labels.
@jrussell25 jrussell25 added enhancement New feature or request question Further information is requested labels Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant