Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mars images #22

Merged
merged 10 commits into from
Feb 4, 2022
4 changes: 1 addition & 3 deletions magicctapipe/scripts/mars/convert_superstar_to_dl1.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from pathlib import Path

import uproot
import pandas as pd
import numpy as np

from astropy.table import QTable, vstack
Expand All @@ -20,8 +19,7 @@
)
from ctapipe.io import HDF5TableWriter
from ctapipe.core.container import Container, Field
from astropy.coordinates import AltAz, SkyCoord
from ctapipe.coordinates import CameraFrame, TelescopeFrame
from ctapipe.coordinates import CameraFrame
from ctapipe.instrument import (
TelescopeDescription,
SubarrayDescription,
Expand Down
Loading