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
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
820
+
`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.
@@ -834,13 +834,11 @@ The moving_target may be any object name or ID understood by the
834
834
835
835
836
836
837
-
The `~astroquery.mast.TesscutClass.download_cutouts` function takes a coordinate, object name
838
-
(i.e. "M104" or "TIC 32449963"), or moving target (i.e. "Eleonora") and cutout size
839
-
(in pixels or an angular quantity) and downloads the cutout target pixel file(s).
837
+
The `~astroquery.mast.TesscutClass.download_cutouts` function takes a coordinate, cutout size
838
+
(in pixels or an angular quantity), or object name
839
+
(i.e. "M104" or "TIC 32449963") and moving target (True or False). It uses these parameters to download the cutout target pixel file(s).
840
840
841
-
If a given coordinate/object/moving target appears in more than one TESS sector a
842
-
target pixel file will be produced for each sector. If the cutout area overlaps
843
-
more than one camera or ccd a target pixel file will be produced for each one.
841
+
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.
844
842
845
843
.. code-block:: python
846
844
@@ -892,11 +890,13 @@ To access sector information for a particular coordinate, object, or moving targ
0 commit comments