If I am not wrong this package is missing the equivalent of
https://docs.astropy.org/en/stable/nddata/utils.html#saving-a-2d-cutout-to-a-fits-file-with-an-updated-wcs
Am I right?
The regions.RegionMask.cutout methods makes a cutout only of the data, but not of the WCS (that might come with it?).
Is this a bug or design choice?
Does it make sense to update that method to use astropy.nddata.Cutout2D with e.g. an optional keyword argument?
If I am not wrong this package is missing the equivalent of
https://docs.astropy.org/en/stable/nddata/utils.html#saving-a-2d-cutout-to-a-fits-file-with-an-updated-wcs
Am I right?
The
regions.RegionMask.cutoutmethods makes a cutout only of the data, but not of the WCS (that might come with it?).Is this a bug or design choice?
Does it make sense to update that method to use
astropy.nddata.Cutout2Dwith e.g. an optional keyword argument?