File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,15 +160,15 @@ If only a subsection of the FITS file is needed, CADC can query an
160
160
area and resolve the cutout of a result.
161
161
162
162
163
- .. doctest-skip ::
163
+ .. doctest-remote-data ::
164
164
165
165
>>> from astropy import units as u
166
166
>>> from astroquery.cadc import Cadc
167
167
>>> cadc = Cadc()
168
168
>>> coords = ' 01h45m07.5s +23d18m00s'
169
169
>>> radius = 0.01 * u.deg
170
170
>>> images = cadc.get_images(coords, radius, collection = ' CFHT' )
171
- >>> images
171
+ >>> images # doctest: +IGNORE_OUTPUT
172
172
[<astropy.io.fits.hdu.image.PrimaryHDU object at 0x7f3805a06ef0>]
173
173
[<astropy.io.fits.hdu.image.PrimaryHDU object at 0x7f3805b23b38>]
174
174
@@ -445,7 +445,7 @@ Query without saving results in a file:
445
445
Query saving results in a file:
446
446
447
447
448
- .. doctest-skip ::
448
+ .. doctest-remote-data ::
449
449
450
450
>>> from astroquery.cadc import Cadc
451
451
>>> cadc = Cadc()
You can’t perform that action at this time.
0 commit comments