Skip to content

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

@koubaa

Description

@koubaa

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions