Skip to content

Commit a5c2653

Browse files
committed
present tense
1 parent 3f103bd commit a5c2653

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/mast/mast.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,14 @@ in `public S3 buckets <https://registry.opendata.aws/collab/stsci/>`__.
348348

349349
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, and TESS missions, follow the steps below:
350350

351-
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
351+
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
352352
(`~astroquery.mast.ObservationsClass.disable_cloud_dataset`).
353353

354354
To directly access a list of cloud URIs for a given dataset, use the `~astroquery.mast.ObservationsClass.get_cloud_uris`
355355
function (Python will prompt you to enable cloud access if you haven't already).
356356

357357
When cloud access is enabled, the standard download function
358-
`~astroquery.mast.ObservationsClass.download_products` will preferentially pull files from AWS when they are available.
359-
When set to `True`, the ``cloud_only`` parameter in `download_products` will cause all data products not available in the cloud to be skipped.
358+
`~astroquery.mast.ObservationsClass.download_products` preferentially pulls files from AWS when they are available. When set to `True`, the ``cloud_only`` parameter in `download_products` skips all data products not available in the cloud.
360359

361360

362361
Getting a list of S3 URIs:

0 commit comments

Comments
 (0)