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
I was using "cube.subcube_from_crtfregion" to extract a carta subregion. And received the error below. Perhaps the region package changed the names of its attributes? Thanks!
line 2020, in subcube_from_crtfregion
region_list = regions.CRTFParser(crtf_region).shapes.to_regions()
AttributeError: module 'regions' has no attribute 'CRTFParser'
The text was updated successfully, but these errors were encountered:
Looks like there is a similar issue with ds9 regions. The error reads:
line 1999, in subcube_from_ds9region
region_list = regions.DS9Parser(ds9_region).shapes.to_regions()
AttributeError: module 'regions' has no attribute 'DS9Parser'
I was using "cube.subcube_from_crtfregion" to extract a carta subregion. And received the error below. Perhaps the region package changed the names of its attributes? Thanks!
line 2020, in subcube_from_crtfregion
region_list = regions.CRTFParser(crtf_region).shapes.to_regions()
AttributeError: module 'regions' has no attribute 'CRTFParser'
The text was updated successfully, but these errors were encountered: