Skip to content

Commit 4750b3b

Browse files
NXSA-1091: Updated description of download_data method
1 parent a45e0df commit 4750b3b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

astroquery/esa/xmm_newton/core.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ def download_data(self, observation_id, *, filename=None, verbose=False,
6464
verbose : bool
6565
optional, default 'False'
6666
flag to display information about the process
67+
prop: boolean
68+
optional, default 'False'
69+
flag to download proprietary data, the method will then ask the user to
70+
input their username and password either manually or using the credentials_file
71+
credentials_file: string
72+
optional, default None
73+
path to where the users config.ini file is stored with their username and password
6774
level : string
6875
level to download, optional, by default everything is downloaded
6976
values: ODF, PPS

0 commit comments

Comments
 (0)