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
a37a21bb
Commit
a37a21bb
authored
Apr 14, 2019
by
Ievgen Vovk
Browse files
Removed WeatherContainer import as it seems to be not present in upstream ctapipe.
parent
88c9e3a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
a37a21bb
...
...
@@ -10,7 +10,7 @@ import scipy.interpolate
from
astropy
import
units
as
u
from
astropy.time
import
Time
from
ctapipe.io.eventsource
import
EventSource
from
ctapipe.io.containers
import
DataContainer
,
TelescopePointingContainer
,
WeatherContainer
from
ctapipe.io.containers
import
DataContainer
,
TelescopePointingContainer
from
ctapipe.instrument
import
TelescopeDescription
,
SubarrayDescription
,
OpticsDescription
,
CameraGeometry
__all__
=
[
'MAGICEventSource'
]
...
...
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