You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: