We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f5626 commit a35fe9aCopy full SHA for a35fe9a
astroquery/mast/utils.py
@@ -141,7 +141,7 @@ def parse_coordinates(coordinates):
141
coordinates = commons.parse_coordinates(coordinates)
142
143
# Convert to ICRS frame, if needed
144
- if coordinates.frame != 'icrs':
+ if coordinates.frame.name != 'icrs':
145
coordinates = coordinates.transform_to('icrs')
146
147
return coordinates
0 commit comments