Skip to content

Commit e6ba595

Browse files
committed
fixing a last few line breaks
1 parent 7fb2ade commit e6ba595

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/mast/mast.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ The table to query is a required parameter.
677677
... catalog="Panstarrs", data_release="dr1", table="mean")
678678
>>> print("Number of results:",len(catalog_data))
679679
Number of results: 7007
680-
681680
>>> print(catalog_data[:10]) # doctest: +IGNORE_OUTPUT
682681
ObjName objAltName1 ... yFlags distance
683682
-------------------------- ----------- ... ------ --------------------
@@ -806,7 +805,6 @@ Given an HSC Match ID, return all catalog results.
806805
>>> matchid = catalog_data[0]["MatchID"]
807806
>>> print(matchid)
808807
63980492
809-
810808
>>> matches = Catalogs.query_hsc_matchid(matchid)
811809
>>> print(matches)
812810
CatID MatchID ... cd_matrix
@@ -1066,7 +1064,7 @@ If a given coordinate appears in more than one Zcut survey, a cutout will be pro
10661064
>>> manifest = Zcut.download_cutouts(coordinates=cutout_coord, size=[200, 300], units="px") # doctest: +IGNORE_OUTPUT
10671065
Downloading URL https://mast.stsci.edu/zcut/api/v0.1/astrocut?ra=189.49206&dec=62.20615&y=200&x=300&units=px&format=fits to ./zcut_20210125155545.zip ... [Done]
10681066
Inflating...
1069-
1067+
...
10701068
>>> print(manifest) # doctest: +IGNORE_OUTPUT
10711069
Local Path
10721070
-------------------------------------------------------------------------

0 commit comments

Comments
 (0)