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
90ecfd56
Commit
90ecfd56
authored
May 07, 2021
by
Enrique Garcia
Browse files
Merge branch 'master' of gitlab.in2p3.fr:CTA-LAPP/rta/HiPeRTA_Stream
parents
0ef9c7ed
8b88089e
Pipeline
#118265
passed with stage
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
hiperta_stream/stream_plot_dl1.py
hiperta_stream/stream_plot_dl1.py
+1
-1
hiperta_stream/stream_plot_r0_calib.py
hiperta_stream/stream_plot_r0_calib.py
+3
-1
No files found.
hiperta_stream/stream_plot_dl1.py
View file @
90ecfd56
...
...
@@ -4,7 +4,6 @@ Mail : aubertp7@gmail.com
Licence : CeCILL-C
"""
import
os
import
tables
import
argparse
...
...
@@ -14,6 +13,7 @@ matplotlib.use('Agg')
import
matplotlib.pyplot
as
plt
from
matplotlib.backends.backend_pdf
import
PdfPages
def
plotCalibEvent
(
pdf
,
tabImage
,
varName
,
nbbin
):
fig
=
plt
.
figure
(
figsize
=
(
16
,
10
))
try
:
...
...
hiperta_stream/stream_plot_r0_calib.py
View file @
90ecfd56
...
...
@@ -4,10 +4,12 @@ Mail : aubertp7@gmail.com
Licence : CeCILL-C
"""
import
os
import
tables
import
argparse
import
matplotlib
matplotlib
.
use
(
'Agg'
)
import
matplotlib.pyplot
as
plt
from
matplotlib.backends.backend_pdf
import
PdfPages
...
...
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