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 comments of FITS header values in output products #116

Open
AarynnCarter opened this issue Dec 11, 2023 · 1 comment
Open

Improve comments of FITS header values in output products #116

AarynnCarter opened this issue Dec 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@AarynnCarter
Copy link
Collaborator

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
Copy link
Collaborator

Agreed, this would be a great improvement!

@kammerje kammerje added the enhancement New feature or request label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants