Loading src/lspe_prm/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -24,6 +25,7 @@ theta_phi=np.array([ [15., 20] ,[25., 50] ,[35., 30] ,[10., 210] ]) #creates the list of pointing matrices Loading Loading
src/lspe_prm/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -24,6 +25,7 @@ theta_phi=np.array([ [15., 20] ,[25., 50] ,[35., 30] ,[10., 210] ]) #creates the list of pointing matrices Loading