-
Notifications
You must be signed in to change notification settings - Fork 153
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
Allow data_factories to return hdulist objects #532
Comments
@ChrisBeaumont - could you explain a bit more what you were thinking here? |
Right now, functions decorated with It would be nice if parse_data knew what to do with HDUList objects, including packing the wcs into a Glue coordinate object and adding it to the dataset. Such logic is implemented in https://github.com/glue-viz/glue/blob/master/glue/core/data_factories.py#L347, but a user can't easily take advantage of it in a custom data loader |
@ChrisBeaumont - ok, thanks for the clarification, I can look into it soon. |
@astrofrog I can implement this |
This would make it easier to set up glue coordinates
The text was updated successfully, but these errors were encountered: