-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing attribute? #889
Comments
Looks like there is a similar issue with ds9 regions. The error reads: line 1999, in subcube_from_ds9region |
The error including |
Great to know thanks! I found a way around this just by using cube.subcube_from_regions |
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: