@@ -269,8 +269,6 @@ def __get_schema_name(self, full_qualified_table_name):
269269 def launch_job (self , query , * , name = None , dump_to_file = False , output_file = None , output_format = "csv" , verbose = False ,
270270 upload_resource = None , upload_table_name = None ):
271271 """
272- Description
273- -----------
274272 Launches a synchronous job
275273
276274 Parameters
@@ -315,8 +313,6 @@ def launch_job(self, query, *, name=None, dump_to_file=False, output_file=None,
315313 def launch_job_async (self , query , * , name = None , dump_to_file = False , output_file = None , output_format = "csv" ,
316314 verbose = False , background = False , upload_resource = None , upload_table_name = None , autorun = True ):
317315 """
318- Description
319- -----------
320316 Launches an asynchronous job
321317
322318 Parameters
@@ -370,8 +366,6 @@ def launch_job_async(self, query, *, name=None, dump_to_file=False, output_file=
370366 def query_object (self , coordinate , * , radius = None , width = None , height = None ,
371367 async_job = False , verbose = False , columns = None ):
372368 """
373- Description
374- -----------
375369 Searches for objects around a given position with the default catalog sascat_pvpr01.mer_final_cat_pvpr01
376370
377371 Parameters
@@ -510,8 +504,6 @@ def cone_search(self, coordinate, radius, *,
510504 verbose = False ,
511505 columns = None ):
512506 """
513- Description
514- -----------
515507 Cone search for a given catalog and sky position, results sorted by distance
516508
517509 Parameters
@@ -605,8 +597,6 @@ def cone_search(self, coordinate, radius, *,
605597
606598 def login (self , * , user = None , password = None , credentials_file = None , verbose = False ):
607599 """
608- Description
609- -----------
610600 Performs a login
611601
612602 User and password can be used or a file that contains username and password
@@ -649,8 +639,6 @@ def login(self, *, user=None, password=None, credentials_file=None, verbose=Fals
649639
650640 def login_gui (self , verbose = False ):
651641 """
652- Description
653- -----------
654642 Performs a login using a GUI dialog
655643
656644 Parameters
@@ -690,8 +678,6 @@ def login_gui(self, verbose=False):
690678
691679 def logout (self , verbose = False ):
692680 """
693- Description
694- -----------
695681 Performs a logout
696682
697683 Parameters
@@ -743,8 +729,6 @@ def is_gz_file(filepath):
743729
744730 def get_status_messages (self , verbose = False ):
745731 """
746- Description
747- -----------
748732 Retrieve the messages to inform users about
749733 the status of Euclid TAP
750734
@@ -822,8 +806,6 @@ def __extract_file(output_file_full_path, output_dir, files):
822806 def get_observation_products (self , * , id = None , schema = "sedm" , product_type = None , product_subtype = "STK" ,
823807 filter = "VIS" , output_file = None , verbose = False ):
824808 """
825- Description
826- -----------
827809 Downloads the products for a given EUCLID observation_id (observations) or tile_index (mosaics)
828810 For big files the download may require a long time
829811
@@ -892,9 +874,7 @@ def get_observation_products(self, *, id=None, schema="sedm", product_type=None,
892874
893875 def __get_tile_catalogue_list (self , * , tile_index , product_type , verbose = False ):
894876 """
895- Description
896- -----------
897- Get the list of products of a given EUCLID tile_index (mosaics)
877+ Get the list of products of a given EUCLID tile_index (mosaics)
898878
899879 Parameters
900880 ----------
@@ -1000,8 +980,6 @@ def __get_tile_catalogue_list(self, *, tile_index, product_type, verbose=False):
1000980
1001981 def get_product_list (self , * , observation_id = None , tile_index = None , product_type , verbose = False ):
1002982 """
1003- Description
1004- -----------
1005983 Get the list of products of a given EUCLID id searching by observation_id or tile_index.
1006984
1007985 Parameters
@@ -1203,8 +1181,6 @@ def get_product_list(self, *, observation_id=None, tile_index=None, product_type
12031181
12041182 def get_product (self , * , file_name = None , product_id = None , schema = 'sedm' , output_file = None , verbose = False ):
12051183 """
1206- Description
1207- -----------
12081184 Downloads a product given its file name or product id
12091185
12101186 Parameters
@@ -1262,8 +1238,6 @@ def get_product(self, *, file_name=None, product_id=None, schema='sedm', output_
12621238 def get_cutout (self , * , file_path = None , instrument = None , id = None , coordinate , radius , output_file = None ,
12631239 verbose = False ):
12641240 """
1265- Description
1266- -----------
12671241 Downloads a cutout given its file path, instrument and obs_id, and the cutout region
12681242
12691243 Parameters
@@ -1329,8 +1303,6 @@ def get_cutout(self, *, file_path=None, instrument=None, id=None, coordinate, ra
13291303
13301304 def get_spectrum (self , * , source_id , schema = 'sedm' , retrieval_type = "ALL" , output_file = None , verbose = False ):
13311305 """
1332- Description
1333- -----------
13341306 Downloads a spectrum with datalink.
13351307
13361308 The spectrum associated with the source_id is downloaded as a compressed fits file, and the files it contains
@@ -1420,10 +1392,7 @@ def get_spectrum(self, *, source_id, schema='sedm', retrieval_type="ALL", output
14201392
14211393 def get_datalinks (self , ids , * , linking_parameter = 'SOURCE_ID' , extra_options = None , verbose = False ):
14221394 """
1423- Description
1424- -----------
1425- Gets datalinks associated to the provided identifiers.
1426- TAP+ only
1395+ Gets datalinks associated to the provided identifiers (TAP+ only).
14271396
14281397 Parameters
14291398 ----------
0 commit comments