Skip to content

Commit 10342c0

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
EUCLIDPCR-1863 remove the parent directory in the example [ci skip]
1 parent d66cdf3 commit 10342c0

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
@@ -790,7 +790,7 @@ Below is the equivalent version but copying arguments manually (for clarity).
790790
.. Skipping authentication requiring examples
791791
.. doctest-skip::
792792

793-
>>> file_path="/data_03/repository_otf/MER/101158889/VIS/EUC_MER_BGSUB-MOSAIC-VIS_TILE101158889-D08FBD_20240113T021028.995617Z_00.00.fits"
793+
>>> file_path="EUC_MER_BGSUB-MOSAIC-VIS_TILE101158889-D08FBD_20240113T021028.995617Z_00.00.fits"
794794
>>> saved_cutout_filepath = Euclid.get_cutout(file_path=file_path, instrument="VIS", id="101158889", coordinate=coord, radius=radius, output_file='example_outputs/test_cutout_example.fits')
795795
>>> print("Cutout saved at", saved_cutout_filepath)
796796
Cutout saved at ['example_outputs/cutouts/astroquery_cutout_example.fits']

0 commit comments

Comments
 (0)