Skip to content

Commit

Permalink
add >>>s to make the doctest block operate as a single block
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Oct 28, 2022
1 parent 3e4e555 commit daf32fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/desi/desi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ we can define our region in the same way used in the example above.
>>> pos = SkyCoord(ra, dec, unit='degree')
>>> radius = Angle(radius_input, unit='arcmin')
>>> im = DESILegacySurvey.get_images(pos, pixels, radius, data_release=9)

>>>
>>> # All the information we need can be found within the object "im".

>>>
>>> hdul = im[0]
>>> hdul[0].header
SIMPLE = T / file does conform to FITS standard
Expand Down

0 comments on commit daf32fe

Please sign in to comment.