Skip to content

Commit 386018f

Browse files
Jorge Fernandez Hernandezbsipocz
authored andcommitted
EUCLIDMNGT-1275 Remove duplicated information
1 parent b6cf5c0 commit 386018f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/esa/euclid/euclid.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,6 @@ It is possible to retrieve LE3 data (scientific data) by observation_id or tile_
253253
Found 12 results
254254
>>> print(le3_product_list)
255255

256-
In the following example, for the LE3 Weak-Lensing data, we retrieve all the Tomographic Cosmic Shear Correlation products (2PCF TwoPCFWLShearShear2D):
257-
>>> le3_product_list = Euclid.get_scientific_data_product_list(tile_index=102034414)
258-
>>> print("Found", len(le3_product_list), "results")
259-
Found 12 results
260-
>>> print(le3_product_list)
261-
262256
In the following example, for the LE3 Weak-Lensing data, we retrieve all the Tomographic Cosmic Shear Correlation products (2PCF TwoPCFWLShearShear2D):
263257

264258
.. Skipping authentication requiring examples
@@ -269,10 +263,6 @@ In the following example, for the LE3 Weak-Lensing data, we retrieve all the Tom
269263
>>> print("Found", len(le3_product_list), "results")
270264
Found 12 results
271265
>>> print(le3_product_list)
272-
>>> results = euclid.get_scientific_data_product_list(category='Weak Lensing Products', group='2PCF', product_type='DpdTwoPCFWLShearShear2D')
273-
>>> print("Found", len(le3_product_list), "results")
274-
Found 12 results
275-
>>> print(le3_product_list)
276266

277267

278268
1.2. Cone search

0 commit comments

Comments
 (0)