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

Steps 22-24 in the "Reading_a_JWST_ASDF_file" notebook raise exceptions #15

Open
koubaa opened this issue Jul 21, 2022 · 0 comments
Open

Comments

@koubaa
Copy link

koubaa commented Jul 21, 2022

TypeError Traceback (most recent call last)
Input In [22], in <cell line: 2>()
1 wcs = af.tree['meta']['wcs']
----> 2 wcs(100,200)

TypeError: 'TaggedDict' object is not callable


AttributeError Traceback (most recent call last)
Input In [23], in <cell line: 1>()
----> 1 wcs.invert(5.9, -72)

AttributeError: 'TaggedDict' object has no attribute 'invert'


AttributeError Traceback (most recent call last)
Input In [24], in <cell line: 2>()
1 # what is the output coordinate frame and units?
----> 2 wcs.output_frame

AttributeError: 'TaggedDict' object has no attribute 'output_frame'

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