Skip to content

Commit f96d621

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAMNGT-1700 Updte information for the parameter dump_to_file
1 parent 1b8aaed commit f96d621

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

astroquery/gaia/core.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
Created on 30 jun. 2016
1414
Modified on 18 Ene. 2022 by mhsarmiento
1515
"""
16+
import datetime
1617
import json
1718
import os
1819
import shutil
1920
import zipfile
2021
from collections.abc import Iterable
21-
import datetime
2222

2323
from astropy import units
2424
from astropy import units as u
@@ -219,8 +219,9 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr
219219
format : str, optional, default 'votable'
220220
loading format. Other available formats are 'csv', 'ecsv','votable_plain', 'json' and 'fits'
221221
dump_to_file: boolean, optional, default False.
222-
If it is true, a compressed directory named "datalink_output.zip" with all the DataLink files is made in the
223-
current working directory
222+
If it is true, a compressed directory named "datalink_output_<time_stamp>.zip" with all the DataLink
223+
files is made in the current working directory. The <time_stamp> format should follow the ISO 8601 standard:
224+
"yyyymmddThhmmss".
224225
overwrite_output_file : boolean, optional, default False
225226
To overwrite the output file ("datalink_output.zip") if it already exists.
226227
verbose : bool, optional, default 'False'

0 commit comments

Comments
 (0)