Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ssp-software
data-access-tools
Commits
9678ed14
Commit
9678ed14
authored
Aug 19, 2020
by
michitaro
Browse files
Update hscSspQuery3.py
parent
d2b4a765
Changes
1
Hide whitespace changes
Inline
Side-by-side
dr3/catalogQuery/hscSspQuery3.py
View file @
9678ed14
...
...
@@ -25,7 +25,7 @@ def main():
help
=
'specify release version'
)
parser
.
add_argument
(
'--delete-job'
,
'-D'
,
action
=
'store_true'
,
help
=
'delete the job you submitted after your downloading'
)
parser
.
add_argument
(
'--format'
,
'-f'
,
dest
=
'out_format'
,
default
=
'csv'
,
choices
=
[
'csv'
,
'csv.gz'
,
'sqlite3'
,
'fits'
,
'numpygres-fits'
],
parser
.
add_argument
(
'--format'
,
'-f'
,
dest
=
'out_format'
,
default
=
'csv'
,
choices
=
[
'csv'
,
'csv.gz'
,
'sqlite3'
,
'fits'
,
'numpygres-fits'
,
'fast-fits'
],
help
=
'specify output format'
)
parser
.
add_argument
(
'--nomail'
,
'-M'
,
action
=
'store_true'
,
help
=
'suppress email notice'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment