@@ -854,7 +854,7 @@ parameters will result in an error.
854
854
855
855
>>> from astroquery.mast import Catalogs
856
856
...
857
- >>> catalog_data = Catalogs.query_criteria(catalog = " Ctl " ,
857
+ >>> catalog_data = Catalogs.query_criteria(catalog = " Tic " ,
858
858
... objectname= ' M101' , radius= 1 )
859
859
...
860
860
InvalidQueryError: At least one non-positional criterion must be supplied.
@@ -922,14 +922,6 @@ Given an HSC Match ID, return all catalog results.
922
922
410574498 63980492 ... -1.10056e-005 1.56577e-009 1.56577e-009 1.10056e-005
923
923
410574497 63980492 ... -1.10056e-005 1.56577e-009 1.56577e-009 1.10056e-005
924
924
925
- "MatchID" is case sensitive in this case, and will produce an error with different
926
- capitalization.
927
-
928
- .. doctest-remote-data ::
929
-
930
- >>> matchid = catalog_data[0 ][" matchid" ]
931
- ...
932
- KeyError: 'matchid'
933
925
934
926
HSC spectra accessed through this class as well. `~astroquery.mast.CatalogsClass.get_hsc_spectra `
935
927
does not take any arguments, and simply loads all HSC spectra.
@@ -1450,9 +1442,9 @@ The basic MAST query function returns query results as an `~astropy.table.Table`
1450
1442
Length = 77 rows
1451
1443
1452
1444
1453
- Many mast services, specifically JWST and Catalog services, require the two principal keywords, columns and filters,
1445
+ Many mast services, specifically JWST and Catalog services, require the two principal keywords, ' columns' and ' filters' ,
1454
1446
to list parameters. Positional services will also require right ascension and declination parameters, either in
1455
- addition to columns and filters or on their own. For example, the Cone search service only requires the 'ra' and
1447
+ addition to columns and filters or on their own. For example, the cone search service only requires the 'ra' and
1456
1448
'dec' parameters. Using the wrong service parameters will result in an error. Read the
1457
1449
`MAST API services documentation <https://mast.stsci.edu/api/v0/_services.html >`__ for more information on valid
1458
1450
service parameters.
0 commit comments