We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>>>
1 parent 562aa90 commit c9accc3Copy full SHA for c9accc3
docs/desi/desi.rst
@@ -58,9 +58,9 @@ we can define our region in the same way used in the example above.
58
>>> pos = SkyCoord(ra, dec, unit='degree')
59
>>> radius = Angle(radius_input, unit='arcmin')
60
>>> im = DESILegacySurvey.get_images(pos, pixels, radius, data_release=9)
61
-
+ >>>
62
>>> # All the information we need can be found within the object "im".
63
64
>>> hdul = im[0]
65
>>> hdul[0].header
66
SIMPLE = T / file does conform to FITS standard
0 commit comments