cylammarco / ASPIRED

Automated SpectroPhotometric Image REDuction (ASPIRED)
https://aspired.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

`recreate` in `create_fits` is in the wrong scope #94

Closed cylammarco closed 2 years ago

cylammarco commented 2 years ago

recreate does not work if the existing HDU's are already in the matching combination to the requested set. However, data could have been updated since the creation of the HDU, which doesn't get updated in the background, it would be quite common that the FITS HDUs cannot be recreated even when the argument is set to True.

cylammarco commented 2 years ago

fixed in 0.4.6 and dev-0.5.X