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
recently, the columns keyword in mast.Catalogs.query_criteria is failing for PanSTARRS. The code used to work, and even the example in the documents has issues. I do not know if the problem is on the side of astroquery or MAST archive.
--> error seems related to a json file on the mast archive:
[...]
File ~/anaconda3/lib/python3.9/site-packages/requests/models.py:960, in Response.raise_for_status(self)
957 http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url)
959 if http_error_msg:
--> 960 raise HTTPError(http_error_msg, response=self)
Hi all
recently, the columns keyword in mast.Catalogs.query_criteria is failing for PanSTARRS. The code used to work, and even the example in the documents has issues. I do not know if the problem is on the side of astroquery or MAST archive.
Code, taken from https://astroquery.readthedocs.io/en/latest/mast/mast.html
--> error seems related to a json file on the mast archive:
[...]
File ~/anaconda3/lib/python3.9/site-packages/requests/models.py:960, in Response.raise_for_status(self)
957 http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url)
959 if http_error_msg:
--> 960 raise HTTPError(http_error_msg, response=self)
HTTPError: 422 Client Error: Unprocessable Entity for url: https://catalogs.mast.stsci.edu/api/v0.1/panstarrs/dr2/mean.json
The text was updated successfully, but these errors were encountered: