Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maximilian Nöthe
LSTOSA
Commits
b1f866bc
Commit
b1f866bc
authored
Apr 22, 2020
by
Jose Enrique.Ruiz
Browse files
add missing options in usage message for datasequence.py
parent
adb6a566
Changes
1
Hide whitespace changes
Inline
Side-by-side
osa/utils/cliopts.py
View file @
b1f866bc
...
...
@@ -198,7 +198,9 @@ def calibrationsequencecliparsing(command):
##############################################################################
def
datasequencecliparsing
(
command
):
tag
=
standardhandle
.
gettag
()
message
=
"usage: %prog [-vw] [--stderr=FILE] [--stdout=FILE] [-c CONFIGFILE] [-d DATE] [-o OUTPUTDIR] [-z] <calibrationfile> <pedestalfile> <drivefile> <timecalibration> <RUN> <TEL_ID>"
message
=
"usage: %prog [-vw] [--stderr=FILE] [--stdout=FILE] [-c CONFIGFILE] [-d DATE] [-o OUTPUTDIR] [-z]
\
<calibrationfile> <pedestalfile> <drivefile> <timecalibration> <ucts_t0_dragon> <dragon_counter0>
\
<ucts_t0_tib> <tib_counter> <RUN> <TEL_ID>"
parser
=
OptionParser
(
usage
=
message
)
parser
.
add_option
(
"-c"
,
"--config"
,
action
=
"store"
,
dest
=
"configfile"
,
default
=
None
,
help
=
"use specific config file [default cfg/sequencer.cfg]"
)
...
...
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