Skip to content
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

Newer versions of Astropy Regions do not support read_ds9 #1

Open
domase opened this issue Aug 11, 2022 · 0 comments
Open

Newer versions of Astropy Regions do not support read_ds9 #1

domase opened this issue Aug 11, 2022 · 0 comments

Comments

@domase
Copy link
Collaborator

domase commented Aug 11, 2022

To make the streamline modeling code compatible with new versions of Astropy Regions, config.py needs to be updated in two places to remove references to read_ds9:

#from regions import read_ds9
from regions import Regions

#regions = read_ds9(region_file)
regions = Regions.read(region_file, format='ds9')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant