Skip to content

Commit

Permalink
fixing a last few line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ceb8 committed Mar 1, 2022
1 parent 7fb2ade commit e6ba595
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/mast/mast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ The table to query is a required parameter.
... catalog="Panstarrs", data_release="dr1", table="mean")
>>> print("Number of results:",len(catalog_data))
Number of results: 7007

>>> print(catalog_data[:10]) # doctest: +IGNORE_OUTPUT
ObjName objAltName1 ... yFlags distance
-------------------------- ----------- ... ------ --------------------
Expand Down Expand Up @@ -806,7 +805,6 @@ Given an HSC Match ID, return all catalog results.
>>> matchid = catalog_data[0]["MatchID"]
>>> print(matchid)
63980492

>>> matches = Catalogs.query_hsc_matchid(matchid)
>>> print(matches)
CatID MatchID ... cd_matrix
Expand Down Expand Up @@ -1066,7 +1064,7 @@ If a given coordinate appears in more than one Zcut survey, a cutout will be pro
>>> manifest = Zcut.download_cutouts(coordinates=cutout_coord, size=[200, 300], units="px") # doctest: +IGNORE_OUTPUT
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]
Inflating...

...
>>> print(manifest) # doctest: +IGNORE_OUTPUT
Local Path
-------------------------------------------------------------------------
Expand Down

0 comments on commit e6ba595

Please sign in to comment.