Commit 4414b529 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 6894d21d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,10 +9,11 @@ order 0 Pointing Reconstruction Model (PRM)
=========================
#Example:

import numpy as np
from lspe_prm import PRM0

# instantiate object as an ideal telescope setup
prm=PRM0(Ideal=True)
prm=PRM0(ideal=True)

# set some angles
prm.tiltFor = 0.1 # deg
@@ -24,6 +25,7 @@ theta_phi=np.array([
 [15., 20]
 ,[25., 50]
 ,[35., 30]
 ,[10., 210]
])

#creates the list of pointing matrices