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

heasarc stopped working?.. #8

Closed
volodymyrss opened this issue Dec 15, 2021 · 1 comment
Closed

heasarc stopped working?.. #8

volodymyrss opened this issue Dec 15, 2021 · 1 comment
Assignees

Comments

@volodymyrss
Copy link
Member

import astroquery.heasarc

with astroquery.heasarc.Conf.server.set_temp('https://www.isdc.unige.ch/browse/w3query.pl'):
    R = astroquery.heasarc.Heasarc().query_region(
                       position=source_coord, 
                       mission='integral_rev3_scw', resultmax=1000000, radius=5*u.deg, cache=False,
                       time="2001-01-01 .. 2021-01-01",
                       fields='All',
                       good_isgri=">1000",
                       scw_type="POINTING"

       )
@volodymyrss volodymyrss self-assigned this Dec 15, 2021
@volodymyrss
Copy link
Member Author

convoluted combination of bugs breaks this module with astropy==5.0.

addressed in astropy#2250

patched version available as astroquery-integral==0.4.5

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