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
Ievgen Vovk
ctapipe_io_magic
Commits
40d34aef
Commit
40d34aef
authored
Jan 05, 2021
by
Alessio Berti
Browse files
Move from info to warning level in logger.
parent
62df5c1a
Pipeline
#90477
failed with stage
in 9 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
40d34aef
...
...
@@ -1313,8 +1313,8 @@ class MarsRun:
first_drive_report_time
=
Time
(
drive_mjd_unique
[
0
],
scale
=
'utc'
,
format
=
'mjd'
)
last_drive_report_time
=
Time
(
drive_mjd_unique
[
-
1
],
scale
=
'utc'
,
format
=
'mjd'
)
LOGGER
.
info
(
f
"Interpolating event information from
{
len
(
drive_data
[
'mjd'
])
}
drive reports."
)
LOGGER
.
info
(
f
"Drive reports available from
{
first_drive_report_time
.
iso
}
to
{
last_drive_report_time
.
iso
}
."
)
LOGGER
.
warning
(
f
"Interpolating event
s
information from
{
len
(
drive_data
[
'mjd'
])
}
drive reports."
)
LOGGER
.
warning
(
f
"Drive reports available from
{
first_drive_report_time
.
iso
}
to
{
last_drive_report_time
.
iso
}
."
)
# Creating azimuth and zenith angles interpolators
drive_zd_pointing_interpolator
=
scipy
.
interpolate
.
interp1d
(
...
...
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