Skip to content

Commit b4ccef0

Browse files
committed
DOC: fixing failing doctest
1 parent 5248fee commit b4ccef0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/mast/mast_cut.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Processing Operation's Center (`SPOC <https://archive.stsci.edu/missions-and-dat
1212
The cutouts are returned in the form of target pixel files that follow the same format as TESS pipeline target
1313
pixel files. This tool can be accessed in Astroquery by using the Tesscut class.
1414

15-
As of August 2025, the option to create cutouts using TESS Image CAlibration
16-
(`TICA <https://ui.adsabs.harvard.edu/abs/2020RNAAS...4..251F/abstract>`__) full frame images
17-
was discontinued. Individual TICA full frame images remain available from the
15+
As of August 2025, the option to create cutouts using TESS Image CAlibration
16+
(`TICA <https://ui.adsabs.harvard.edu/abs/2020RNAAS...4..251F/abstract>`__) full frame images
17+
was discontinued. Individual TICA full frame images remain available from the
1818
`MAST TICA homepage <https://archive.stsci.edu/hlsp/tica>`__. Cutouts using SPOC data remain available through TESSCut.
1919

2020
**Note:** TESScut limits each user to no more than 10 simultaneous calls to the service.
@@ -97,7 +97,7 @@ simply with either the objectname or coordinates.
9797
2 APERTURE 1 ImageHDU 97 (2136, 2078) int32
9898

9999

100-
The `~astroquery.mast.TesscutClass.download_cutouts` function takes a coordinate, cutout size
100+
The `~astroquery.mast.TesscutClass.download_cutouts` function takes a coordinate, cutout size
101101
(in pixels or an angular quantity), or object name (e.g. "M104" or "TIC 32449963") and moving target
102102
(True or False). It uses these parameters to download the cutout target pixel file(s).
103103

@@ -170,6 +170,7 @@ The following example requests SPOC cutouts for a moving target.
170170
tess-s0043-3-3 43 3 3
171171
tess-s0044-2-4 44 2 4
172172
tess-s0092-4-3 92 4 3
173+
tess-s0097-1-4 97 1 4
173174

174175

175176
Zcut
@@ -237,7 +238,7 @@ If a given coordinate appears in more than one Zcut survey, a cutout will be pro
237238
Downloading URL https://mast.stsci.edu/zcut/api/v0.1/astrocut?ra=189.49206&dec=62.20615&y=200&x=300&units=px&format=jpg to ./zcut_20201202132453.zip ... [Done]
238239
...
239240
>>> print(manifest)
240-
Local Path
241+
Local Path
241242
-------------------------------------------------------------------------------------------------------
242243
./hlsp_3dhst_spitzer_irac_goods-n_irac1_v4.0_sc_189.492060_62.206150_10.0pix-x-5.0pix_astrocut_0.jpg
243244
./hlsp_3dhst_spitzer_irac_goods-n-s2_irac3_v4.0_sc_189.492060_62.206150_10.0pix-x-5.0pix_astrocut_0.jpg

0 commit comments

Comments
 (0)