Skip to content

Commit

Permalink
GAIAPCR-1302 Fix documentation change dumpToFile by dump_to_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Fernandez Hernandez authored and Jorge Fernandez Hernandez committed Jan 16, 2024
1 parent 399c3a0 commit f5f8bfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions astroquery/gaia/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def __cone_search(self, coordinate, radius, *, table_name=None,
when the job is executed in asynchronous mode, this flag specifies
whether the execution will wait until results are available
output_file : str, optional, default None
file name where the results are saved if dumpToFile is True.
file name where the results are saved if dump_to_file is True.
If this parameter is not provided, the jobid is used instead
output_format : str, optional, default 'votable_gzip'
results format. Available formats are: 'votable', 'votable_plain',
Expand Down Expand Up @@ -644,7 +644,7 @@ def cone_search(self, coordinate, *, radius=None,
dec_column_name : str, optional, default dec column in main gaia table
dec column doing the cone search against
output_file : str, optional, default None
file name where the results are saved if dumpToFile is True.
file name where the results are saved if dump_to_file is True.
If this parameter is not provided, the jobid is used instead
output_format : str, optional, default 'votable_gzip'
results format. Available formats are: 'votable', 'votable_plain',
Expand Down Expand Up @@ -698,7 +698,7 @@ def cone_search_async(self, coordinate, *, radius=None,
specifies whether
the execution will wait until results are available
output_file : str, optional, default None
file name where the results are saved if dumpToFile is True.
file name where the results are saved if dump_to_file is True.
If this parameter is not provided, the jobid is used instead
output_format : str, optional, default 'votable_gzip'
results format. Available formats are: 'votable', 'votable_plain',
Expand Down Expand Up @@ -864,7 +864,7 @@ def launch_job(self, query, *, name=None, output_file=None,
name : str, optional, default None
custom name defined by the user for the job that is going to be created
output_file : str, optional, default None
file name where the results are saved if dumpToFile is True.
file name where the results are saved if dump_to_file is True.
If this parameter is not provided, the jobid is used instead
output_format : str, optional, default 'votable_gzip'
results format. Available formats are: 'votable_gzip', 'votable', 'votable_plain',
Expand Down Expand Up @@ -909,7 +909,7 @@ def launch_job_async(self, query, *, name=None, output_file=None,
name : str, optional, default None
custom name defined by the user for the job that is going to be created
output_file : str, optional, default None
file name where the results are saved if dumpToFile is True.
file name where the results are saved if dump_to_file is True.
If this parameter is not provided, the jobid is used instead
output_format : str, optional, default 'votable_gzip'
results format. Available formats are: 'votable_gzip', 'votable', 'votable_plain',
Expand Down

0 comments on commit f5f8bfd

Please sign in to comment.