You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from ctapipe.instrument import CameraGeometry
import astropy.units as u
import numpy as np
geom = CameraGeometry.from_name("LSTCam")
geom.position_to_pix_index(1*u.m, 1*u.m)