From fd49cd8284e77a6a0bb3f11f2e9c01a356f9399c Mon Sep 17 00:00:00 2001 From: "C.E. Brasseur" Date: Tue, 15 Mar 2022 18:02:04 +0000 Subject: [PATCH] last fixes --- docs/mast/mast.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mast/mast.rst b/docs/mast/mast.rst index 69cb89f43a..53482d0c61 100644 --- a/docs/mast/mast.rst +++ b/docs/mast/mast.rst @@ -469,7 +469,7 @@ data collection. Currently it provides access to a broad set of Hubble Space Telescope (HST) metadata, including header keywords, proposal information, and observational parameters. The available metadata includes all information that was previously available in the original HST web search form, and are present in -the current `Mission Search interface`__. +the current `Mission Search interface `__. **Note:**, this API interface does not yet support data product download, only metadata earch access. @@ -904,7 +904,7 @@ and returns a target pixel file, with format described ... >>> cutout_coord = SkyCoord(107.18696, -70.50919, unit="deg") >>> hdulist = Tesscut.get_cutouts(coordinates=cutout_coord, size=5) - >>> hdulist[0].info() + >>> hdulist[0].info() # doctest: +IGNORE_OUTPUT Filename: No. Name Ver Type Cards Dimensions Format 0 PRIMARY 1 PrimaryHDU 56 () @@ -917,7 +917,7 @@ and returns a target pixel file, with format described >>> from astroquery.mast import Tesscut ... >>> hdulist = Tesscut.get_cutouts(objectname="TIC 32449963", size=5) - >>> hdulist[0].info() + >>> hdulist[0].info() # doctest: +IGNORE_OUTPUT Filename: No. Name Ver Type Cards Dimensions Format 0 PRIMARY 1 PrimaryHDU 56 () @@ -940,7 +940,7 @@ simply with either the objectname or coordinates. >>> from astroquery.mast import Tesscut ... >>> hdulist = Tesscut.get_cutouts(objectname="Eleonora", moving_target=True, size=5, sector=6) - >>> hdulist[0].info() + >>> hdulist[0].info() # doctest: +IGNORE_OUTPUT Filename: No. Name Ver Type Cards Dimensions Format 0 PRIMARY 1 PrimaryHDU 54 ()