Skip to content

Commit d66cdf3

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
EUCLIDPCR-1863 fix minor issue in one of the examples [ci skip]
1 parent 71b00bb commit d66cdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esa/euclid/euclid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ It is possible to download a product given its file name or product id:
701701
>>> #display the downloaded product (since this is a calibrated frame the different detectors are stored as different extensions - we are displaying only one extension)
702702
>>> from astropy.io import fits
703703
>>> import matplotlib.pyplot as plt
704-
>>> from astropy.visualization import astropy_mpl_style, ImageNormalize, PercentileInterval, AsinhStretch, LogStretchhdul = fits.open(path[0])
704+
>>> from astropy.visualization import astropy_mpl_style, ImageNormalize, PercentileInterval, AsinhStretch, LogStretch
705705
>>> hdul = fits.open(path[0])
706706
>>> print(fits.info(path[0]))
707707
WARNING: File may have been truncated: actual file length (103579232) is smaller than the expected size (1474565760) [astropy.io.fits.file]

0 commit comments

Comments
 (0)