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

Improve from_fits_images when working with MEF #110

Closed
tboch opened this issue Sep 28, 2023 · 1 comment · Fixed by #168
Closed

Improve from_fits_images when working with MEF #110

tboch opened this issue Sep 28, 2023 · 1 comment · Fixed by #168
Milestone

Comments

@tboch
Copy link
Collaborator

tboch commented Sep 28, 2023

I would like to easily create a MOC from a list of multi-extension FITS (each HDU being a FITS image).

I suggest that hdu_index could be either:

  • a scalar (as already supported)
  • a list of HDUs, eg hdu_index = [1, 2, 3, 4]
  • a magic value 'all' which would iterate over all the HDUs, silently ignoring the HDU not being images
@ManonMarchand ManonMarchand added this to the 1.0.0 milestone Sep 28, 2023
@ManonMarchand
Copy link
Member

Would you have a file to help testing this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants