-
Notifications
You must be signed in to change notification settings - Fork 48
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
docs mention saving to AsdfInFits which is not available in asdf 3.0 #465
Comments
Does the reading of the WCS from a FITS extension still work (line 260)? |
Neither reading nor writing to fits works with asdf 3.0 as support for Which line are you referring to for Lines 259 to 261 in 929478d
The following section in Lines 283 to 288 in 929478d
|
For now I just removed all that FITS stuff (both reading and writing examples from and to FITS extensions). I'd rather not pull in stdatamodels in this. If we have a more generic way of dealing with ASDF in FITS extensions, we can but it back in, but for now let's leave it out. |
Addressed by #483 |
Perhaps this section should be removed?
gwcs/docs/index.rst
Line 250 in 929478d
Or alternatively the section could be updated to use stdatamodels:
https://stdatamodels.readthedocs.io/en/latest/asdf_in_fits.html#writing-asdfinfits-files
The text was updated successfully, but these errors were encountered: