1 |
table "EBOUNDS" rows("ebounds.dat") "" |
2 |
< |
3 |
comment "This is identical with the number of rows in the RMF supplied" |
4 |
comment "by Frank Haberl - i.e. 972 channels, whose spacing is designed" |
5 |
comment " to be non-linear so that the response distribution which changes" |
6 |
comment "more rapidly at lower energies is better sampled" |
7 |
column "CHANNEL" int16 "Detector channel number" "channel" fillColumn(col, "ebounds.dat", 0) |
8 |
column "E_MIN" real32 "Low energy bound" "eV" fillColumn(col, "ebounds.dat", 1) |
9 |
column "E_MAX" real32 "High energy bound" "eV" fillColumn(col, "ebounds.dat", 2) |
10 |
> |
11 |
attribute "FLATSHLF" real 1.05 "the norm of the flat shelf" "" |
12 |
attribute "SIESCFRN" real 0.023 "the Si-escape fraction" "" |