Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
RTA
HiPeRTA_Stream
Commits
31d09818
Commit
31d09818
authored
Mar 16, 2021
by
Pierre Aubert
Browse files
Add plotter for R0 gain and pedestal info
parent
4cdba28d
Pipeline
#109651
passed with stage
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hiperta_stream/stream_plot_r0_calib.py
hiperta_stream/stream_plot_r0_calib.py
+1
-1
No files found.
hiperta_stream/stream_plot_r0_calib.py
View file @
31d09818
...
...
@@ -54,7 +54,7 @@ def processAllFile(outputPlotFile, inputFile, nbBin):
def
main
():
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
'-i'
,
'--input'
,
type
=
str
,
dest
=
'input_file'
,
help
=
"input HDF5 DL1 file"
,
required
=
True
)
parser
.
add_argument
(
'-o'
,
'--output'
,
type
=
str
,
dest
=
'output'
,
help
=
"output DL1 plot"
,
default
=
'output_
dl1
_plot.pdf'
)
parser
.
add_argument
(
'-o'
,
'--output'
,
type
=
str
,
dest
=
'output'
,
help
=
"output DL1 plot"
,
default
=
'output_
r0_calib
_plot.pdf'
)
parser
.
add_argument
(
'-b'
,
'--nbbin'
,
type
=
int
,
dest
=
'nb_bin'
,
help
=
"number of bins of the plot"
,
default
=
100
)
args
=
parser
.
parse_args
()
...
...
Write
Preview
Markdown
is supported
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