/[CCFs]/ccfdev/packages/rgs-quantumef/src/quantumef.dct
ViewVC logotype

Annotation of /ccfdev/packages/rgs-quantumef/src/quantumef.dct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Sep 21 10:33:36 1999 UTC (25 years, 2 months ago) by cerd
Branch: MAIN
*** empty log message ***

1 cerd 1.1 # ------------------ CCD thicknesses by EEV ------------------------------
2    
3     table "CCD_DESC" rows("@dataset@EEVthick.dat") "CCD layers thickness parameters"
4     <
5     comment "Parameters of nominal thicknesses of CCD layers"
6     comment "as measured by EEV."
7    
8     column "CCDID" int8 "CCD number" "" fillColumn(col,"@dataset@EEVthick.dat",0)
9     column(10) "EEV_ID" string "CCD ident" "" fillColumn(col,"@dataset@EEVthick.dat",1)
10     column "D_SI" real32 "Si thickness" "um" fillColumn(col,"@dataset@EEVthick.dat",2)
11     column "D_AL" real32 "Al thickness" "nm" fillColumn(col,"@dataset@EEVthick.dat",3)
12     column "D_MGF" real32 "MgF thickness" "nm" fillColumn(col,"@dataset@EEVthick.dat",4)
13    
14     >
15    
16     # ------------------ Si thickness data ---------------------------
17    
18     table "SI1" 0 "CCD Si thickness"
19     <
20     attribute "MTHICK" real 31.0 "Middle thickness" "micron"
21     >
22    
23     table "SI2" 0 "CCD Si thickness"
24     <
25     attribute "MTHICK" real 31.0 "Middle thickness" "micron"
26     >
27    
28     table "SI3" 0 "CCD Si thickness"
29     <
30     attribute "MTHICK" real 31.0 "Middle thickness" "micron"
31     >
32    
33     table "SI4" 0 "CCD Si thickness"
34     <
35     attribute "MTHICK" real 31.0 "Middle thickness" "micron"
36     >
37    
38     table "SI5" rows("@dataset@si5.dat") "CCD Si thickness"
39     <
40     include "si_comment.xdct"
41    
42     include "@dataset@mthick5.xdct"
43    
44     column "X" int16 "CCD X direction" "pixel" fillColumn(col,"@dataset@si5.dat",0)
45     column "Y" int16 "CCD Y direction" "pixel" fillColumn(col,"@dataset@si5.dat",1)
46     column "FRINGES" int16 "number of FRINGES" "" fillColumn(col,"@dataset@si5.dat",2)
47     >
48    
49     table "SI6" rows("@dataset@si6.dat") "CCD Si thickness"
50     <
51     include "si_comment.xdct"
52    
53     include "@dataset@mthick6.xdct"
54    
55     column "X" int16 "CCD X direction" "pixel" fillColumn(col,"@dataset@si6.dat",0)
56     column "Y" int16 "CCD Y direction" "pixel" fillColumn(col,"@dataset@si6.dat",1)
57     column "FRINGES" int16 "number of FRINGES" "" fillColumn(col,"@dataset@si6.dat",2)
58     >
59    
60     table "SI7" 0 "CCD Si thickness"
61     <
62     attribute "MTHICK" real 31.0 "Middle thickness" "micron"
63     >
64    
65     table "SI8" rows("@dataset@si8.dat") "CCD Si thickness"
66     <
67     include "si_comment.xdct"
68    
69     include "@dataset@mthick8.xdct"
70    
71     column "X" int16 "CCD X direction" "pixel" fillColumn(col,"@dataset@si8.dat",0)
72     column "Y" int16 "CCD Y direction" "pixel" fillColumn(col,"@dataset@si8.dat",1)
73     column "FRINGES" int16 "number of FRINGES" "" fillColumn(col,"@dataset@si8.dat",2)
74     >
75    
76     table "SI9" rows("@dataset@si9.dat") "CCD Si thickness"
77     <
78     include "si_comment.xdct"
79    
80     include "@dataset@mthick9.xdct"
81    
82     column "X" int16 "CCD X direction" "pixel" fillColumn(col,"@dataset@si9.dat",0)
83     column "Y" int16 "CCD Y direction" "pixel" fillColumn(col,"@dataset@si9.dat",1)
84     column "FRINGES" int16 "number of FRINGES" "" fillColumn(col,"@dataset@si9.dat",2)
85     >

  ViewVC Help
Powered by ViewVC 1.1.27