kammerje / spaceKLIP

Pipeline for reducing JWST high-contrast imaging data. Published in Kammerer et al. 2022 and Carter et al. 2022.
https://ui.adsabs.harvard.edu/abs/2022SPIE12180E..3NK/abstract
MIT License
16 stars 9 forks source link

Improve comments of FITS header values in output products #116

Open AarynnCarter opened 8 months ago

AarynnCarter commented 8 months ago

Various FITS data outputs could do with more detailed descriptions. Particularly, their units and/or underlying meanings. As an example:

head_pri['XOFFSET'] = (xoffset, '[arcsec] X offset in arcseconds')
head_pri['YOFFSET'] = (yoffset, '[arcsec] Y offset in arcseconds')

instead of


head_pri['XOFFSET'] = xoffset #arcsec
head_pri['YOFFSET'] = yoffset #arcsec
kammerje commented 8 months ago

Agreed, this would be a great improvement!