NuSTAR / nustar-gen-utils

Repository for (hopefully) useful NuSTAR python tools
MIT License
9 stars 9 forks source link

GTI scripts don't include first entry #73

Closed bwgref closed 2 years ago

bwgref commented 2 years ago

Issue noticed where the first entry in a GTI file is duplicated when using the GTI example notebook. This is caused by the use of code from astropy documentation to easily append rows to a FITS file, which is now out of date and no longer works (or never worked...).

We'll need to go update utils.append_fits_entry to do this "correctly".

Reported by Riley Connors.