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

WCS warning in koala_ifu #400

Open
angelrls opened this issue Mar 15, 2024 · 0 comments
Open

WCS warning in koala_ifu #400

angelrls opened this issue Mar 15, 2024 · 0 comments

Comments

@angelrls
Copy link
Contributor

When reading WCS in koala_ifu now I get this annoying warning message:

WARNING: FITSFixedWarning: RADECSYS= 'FK5 ' / FK5 reference system
the RADECSYS keyword is deprecated, use RADESYSa. [astropy.wcs.wcs]

I disabled WARNINGS at the beginning of my code:

import warnings
warnings.filterwarnings('ignore')

but it would be good to have this fixed (I've tried and nothing, not losing more time).

It seems it is related to KOALA fits data not having the latest header parameters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant