1 |
table "SWCX" rows("swcx.dat") "" |
2 |
< |
3 |
attribute "ALGOID" int 1 "/algorithm identifier" "" |
4 |
comment "This table defines the SWCX maps for the EPIC cameras, " |
5 |
comment "for various line energies" |
6 |
comment "" |
7 |
|
8 |
column(5) "INSTRUME" string "Instrument name" "" fillColumn(col, "swcx.dat",0,":") |
9 |
column(6) "LINE" string "Line name" "" fillColumn(col, "swcx.dat",1,":") |
10 |
column(1) "ENERGY" real32 "Line Energy" "keV" fillColumn(col, "swcx.dat",2,":") |
11 |
column(780,780) "SWCXMAP" real32 "Scale Factor map" "" fillColumn(col, "swcxmap.dat",0,":") |
12 |
> |