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
**Note:** The obstype keyword has been replaced by intentType, with valid values "calibration" and "science." If the intentType keyword is not supplied, both science and calibration observations will be returned.
71
+
72
+
**Note:** The obstype keyword has been replaced by intentType, with valid values
73
+
"calibration" and "science." If the intentType keyword is not supplied, both
74
+
science and calibration observations will be returned.
72
75
73
76
Argument values are one or more acceptable values for the criterion,
74
77
except for fields with a float datatype where the argument should be in the form
@@ -194,7 +197,7 @@ default service set to 'search'.
As an alternative to downloading the data files now, the ``curl_flag`` can be used instead to instead get a curl script that can be used to download the files at a later time.
438
+
As an alternative to downloading the data files now, the ``curl_flag`` can be used instead to instead get a curl
439
+
script that can be used to download the files at a later time.
436
440
437
441
.. doctest-remote-data::
438
442
@@ -474,15 +478,20 @@ Cloud Data Access
474
478
Public datasets from the Hubble, Kepler and TESS telescopes are also available for free on Amazon Web Services
475
479
in `public S3 buckets <https://registry.opendata.aws/collab/stsci/>`__.
476
480
477
-
Using AWS resources to process public data no longer requires an AWS account for all AWS regions. To enable cloud data access for the Hubble, Kepler, TESS, and GALEX missions, follow the steps below:
481
+
Using AWS resources to process public data no longer requires an AWS account for all AWS regions. To enable
482
+
cloud data access for the Hubble, Kepler, TESS, and GALEX missions, follow the steps below:
478
483
479
-
You can enable cloud data access via the `~astroquery.mast.ObservationsClass.enable_cloud_dataset` function, which sets AWS to become the preferred source for data access as opposed to on-premise MAST until it is disabled with `~astroquery.mast.ObservationsClass.disable_cloud_dataset`.
484
+
You can enable cloud data access via the `~astroquery.mast.ObservationsClass.enable_cloud_dataset` function,
485
+
which sets AWS to become the preferred source for data access as opposed to on-premise MAST until it
486
+
is disabled with `~astroquery.mast.ObservationsClass.disable_cloud_dataset`.
480
487
481
488
To directly access a list of cloud URIs for a given dataset, use the `~astroquery.mast.ObservationsClass.get_cloud_uris`
482
489
function (Python will prompt you to enable cloud access if you haven't already).
483
490
484
491
When cloud access is enabled, the standard download function
485
-
`~astroquery.mast.ObservationsClass.download_products` preferentially pulls files from AWS when they are available. When set to `True`, the ``cloud_only`` parameter in `~astroquery.mast.ObservationsClass.download_products` skips all data products not available in the cloud.
492
+
`~astroquery.mast.ObservationsClass.download_products` preferentially pulls files from AWS when they are available.
493
+
When set to `True`, the ``cloud_only`` parameter in `~astroquery.mast.ObservationsClass.download_products`
494
+
skips all data products not available in the cloud.
486
495
487
496
488
497
Getting a list of S3 URIs:
@@ -568,7 +577,8 @@ Downloading data products from S3:
568
577
Catalog Queries
569
578
===============
570
579
571
-
The Catalogs class provides access to a subset of the astronomical catalogs stored at MAST. The catalogs currently available through this interface are:
580
+
The Catalogs class provides access to a subset of the astronomical catalogs stored at MAST.
581
+
The catalogs currently available through this interface are:
572
582
573
583
- The Hubble Source Catalog (HSC)
574
584
- The GALEX Catalog (V2 and V3)
@@ -583,7 +593,9 @@ Positional Queries
583
593
------------------
584
594
585
595
Positional queries can be based on a sky position or a target name.
586
-
The returned fields vary by catalog, find the field documentation for specific catalogs `here <https://mast.stsci.edu/api/v0/pages.html>`__. If no catalog is specified, the Hubble Source Catalog will be queried.
596
+
The returned fields vary by catalog, find the field documentation for specific catalogs
HSC spectra accessed through this class as well. `~astroquery.mast.CatalogsClass.get_hsc_spectra` does not take any arguments, and simply loads all HSC spectra.
837
+
HSC spectra accessed through this class as well. `~astroquery.mast.CatalogsClass.get_hsc_spectra`
838
+
does not take any arguments, and simply loads all HSC spectra.
826
839
827
840
.. doctest-remote-data::
828
841
@@ -930,8 +943,9 @@ Requesting a cutout by moving_target accesses the
930
943
`MAST Moving Target TESScut API <https://mast.stsci.edu/tesscut/docs/getting_started.html#moving-target-cutouts>`__
931
944
and returns a target pixel file, with format described
The moving_target is an optional bool argument where `True` signifies that the accompanying ``objectname`` input is the object name or ID understood by the
934
-
`JPL Horizon ephemerades interface <https://ssd.jpl.nasa.gov/horizons.cgi>`__. The default value for moving_target is set to False. Therefore, a non-moving target can be input simply with either the objectname or coordinates.
946
+
The moving_target is an optional bool argument where `True` signifies that the accompanying ``objectname`` input is
947
+
the object name or ID understood by the `JPL Horizon ephemerades interface <https://ssd.jpl.nasa.gov/horizons.cgi>`__.
948
+
The default value for ``moving_target`` is set to `False`. Therefore, a non-moving target can be input simply with either the objectname or coordinates.
935
949
936
950
.. doctest-remote-data::
937
951
@@ -950,7 +964,8 @@ The `~astroquery.mast.TesscutClass.download_cutouts` function takes a coordinate
950
964
(in pixels or an angular quantity), or object name
951
965
(i.e. "M104" or "TIC 32449963") and moving target (True or False). It uses these parameters to download the cutout target pixel file(s).
952
966
953
-
If a given coordinate/object/moving target appears in more than one TESS sector, a target pixel file will be produced for each sector. If the cutout area overlaps more than one camera or ccd, a target pixel file will be produced for each one.
967
+
If a given coordinate/object/moving target appears in more than one TESS sector, a target pixel file will be produced for each sector.
968
+
If the cutout area overlaps more than one camera or ccd, a target pixel file will be produced for each one.
954
969
955
970
.. doctest-remote-data::
956
971
@@ -999,7 +1014,7 @@ To access sector information for a particular coordinate, object, or moving targ
0 commit comments