/[CCFs]/ccfdev/packages/epn-redist/src/ebounds.dct
ViewVC logotype

Annotation of /ccfdev/packages/epn-redist/src/ebounds.dct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Feb 8 09:33:29 2002 UTC (22 years, 9 months ago) by dlumb
Branch: MAIN
CVS Tags: version_0_7, version_2_1, version_2_0, version_2_3, version_2_2, version_2_5, version_2_4, version_1_0, HEAD
Added this to repository Feb 8 2002
Not sure why it wasn't already in
D Lumb

1 dlumb 1.1 table "PHA_EBOUNDS" rows("pha_ebounds.dat") ""
2     <
3     comment ""
4     comment "This defines the approximate PHA-energy relationship for quick-look"
5     comment "plotting purposes and the like - available to the tasks "
6     comment "through the CAL routine CAL_getEbounds()"
7     comment "eBounds(i).lo - eBounds(i).hi corresponds to the energy bin for"
8     comment "PHA channel i. In the EPIC case the PHA channel is defined as the"
9     comment "conversion from multiple energy info into a single energy value"
10     comment "for an event "
11     column "CHANNEL" int16 "PHA channel number" "channel" fillColumn(col, "pha_ebounds.dat", 0)
12     column "E_MIN" real32 "Low energy bound" "eV" fillColumn(col, "pha_ebounds.dat", 1)
13     column "E_MAX" real32 "High energy bound" "eV" fillColumn(col, "pha_ebounds.dat", 2)
14     >
15    
16     table "BINNEDPI_EBOUNDS" rows("ebounds.dat") ""
17     <
18     comment ""
19     comment "this defines the (binned)PI-energy relationship (the PI-energy "
20     comment "relationship is trivially PI=eV), i.e., this is the first axis of "
21     comment "the RMF in terms of real (gain/CTI corrected) input energies."
22     comment "Currently we have this as equally spaced 5eVbins so that it"
23     comment "slightly oversamples the energy resolution scale of the detectors"
24     column "CHANNEL" int16 "Binned-PI channel number" "channel" fillColumn(col, "ebounds.dat", 0)
25     column "E_MIN" real32 "Low energy bound" "eV" fillColumn(col, "ebounds.dat", 1)
26     column "E_MAX" real32 "High energy bound" "eV" fillColumn(col, "ebounds.dat", 2)
27     >
28    
29     table "EBINS" rows("ebins.dat") ""
30     <
31     comment ""
32     comment "This defines the second axis of the RMF in terms of real output"
33     comment "energy bins i.e. what is observed from the detector"
34     comment " - available to the tasks through the CAL routine"
35     comment "CAL_getEbins()"
36     comment ""
37     column "CHANNEL" int16 "output channel number" "channel" fillColumn(col, "ebins.dat", 0)
38     column "E_MIN" real32 "Low energy bound" "eV" fillColumn(col, "ebins.dat", 1)
39     column "E_MAX" real32 "High energy bound" "eV" fillColumn(col, "ebins.dat", 2)
40     >
41    
42    

  ViewVC Help
Powered by ViewVC 1.1.27