source: JEM-EUSO/esaf_cc_at_lal/config/Optics/ParamOpticalSystem/RedBook.cfg @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 3.0 KB
Line 
1# $Id: RedBook.cfg 2819 2009-03-13 11:48:16Z naumov $
2# Author: A.Thea   Jul, 19 2004
3
4###############################################################################
5# ESAF: Euso Simulation and Analysis Framework                                #
6#                                                                             #
7#  Id: ParamOpticalSystem                                                     #
8#  Package: Optics                                                            #
9#  Coordinator: Alessandro.Thea                                               #
10#                                                                             #
11###############################################################################
12#
13#   Config parameters for class ParamOpticalSystem
14#
15#
16#   fPos.Z [mm]: Z coordinate of the bottom base of the OpticalSystem in
17#   Detector reference System.
18#
19#   fRadius [mm]: Radius of the Optical Sytem.
20#
21#   fRmax [mm]: maximmum radius of the Focal Surface.
22#
23#   fDZ [mm]: Heigth of the Optical System.
24#
25#   fThetaMax [deg]: Maximum valid incident angle of an incoming photon.
26#
27#   fFSDescriptor : Sets the focal surface used to find the arrival position
28#   of the photon.
29#   - Options: Ideal(, TF1 not yet supported)
30#
31#   fFocalSurfZ [mm]: Z coordinate of the center (tip) of the focal surface.
32#
33#   fDataDirectory: path where data files are stored. If it begins with '/'
34#   path is assumed to be absolute, otherwise relative to this cfg file current
35#   position
36#
37#   fTotalEfficacy.filename [string]: two column file containing the
38#   total efficacy as a function of the incident angle.
39#   
40#   fAnglesOfIncidence.filename: two column file containing the chief ray
41#   incident angle on the focal surface as a function of the incident angle on
42#   the pupil.
43#
44#   fEPS [mm]: Entrance Pupil Diameter, necessary to evaluate the incident flux.
45#   In the common cases is twice the radius.
46#
47#   fIdealFS.type: ideal focal surface to use, in case fFSDescriptor is Ideal.
48#
49#   fPsfType: type of PSF to use.
50#   - Options: point, gauss
51#
52#   fGaussSpread.filename: three column file containing RMS of the gaussian
53#   psf and focal surface incident photons cone aperture.
54#
55
56
57ParamOpticalSystem.fPos.Z = 175.                  # mm
58ParamOpticalSystem.fR = 1250.                     # mm
59ParamOpticalSystem.fDZup = 2002.                  # mm
60ParamOpticalSystem.fDZdown = 0.                   # mm
61ParamOpticalSystem.fRmax = 1100.                  # mm
62ParamOpticalSystem.fThetaMax = 30.001               # deg
63ParamOpticalSystem.fOutLensBorder = 50.           # mm
64ParamOpticalSystem.fFSDescriptor = Ideal     #
65
66ParamOpticalSystem.fDataDirectory = ParamOpticalSystem
67ParamOpticalSystem.fAnglesOfIncidence.filename = AnglesOfIncidence.dat
68ParamOpticalSystem.fTotalEfficacy.fFilename = TotalEfficacy.dat
69
70ParamOpticalSystem.fEPD = 2500   # mm
71ParamOpticalSystem.fIdealFS.fType = KIdeal
72
73ParamOpticalSystem.fPsfType = gauss
74ParamOpticalSystem.fGaussAmpl = 1.
75ParamOpticalSystem.fGaussSigma = 2.5
76
Note: See TracBrowser for help on using the repository browser.