1 |
rsaxton |
1.1 |
table "FLAREMAP" rows("flare.dat") "" |
2 |
|
|
< |
3 |
|
|
attribute "ALGOID" int 1 "/algorithm identifier" "" |
4 |
|
|
comment "This table defines the FALRE maps for the EPIC cameras, " |
5 |
|
|
comment "for the three filters and various energies" |
6 |
|
|
comment "" |
7 |
|
|
|
8 |
|
|
column(5) "INSTRUME" string "Instrument name" "" fillColumn(col, "flare.dat",0,":") |
9 |
|
|
column(2) "BAND" string "Energy band name" "" fillColumn(col, "flare.dat",1,":") |
10 |
|
|
column(6) "FILTER" string "Filter name" "" fillColumn(col, "flare.dat",2,":") |
11 |
|
|
column(1) "ENERGY" real32 "Band Energy" "keV" fillColumn(col, "flare.dat",3,":") |
12 |
|
|
column(780,780) "FLAREMAP" real32 "Flare map" "" fillColumn(col, "flaremap.dat",0,":") |
13 |
|
|
> |