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'