1 |
table "CALSOURCEREGIONS" rows("calsourcedata.dat") "" |
2 |
< |
3 |
column "CCDID" int8 "CCD identifier" "" fillColumn(col, "calsourcedata.dat", 0) |
4 |
column "NODE" int8 "Node identifier" "" fillColumn(col, "calsourcedata.dat", 1) |
5 |
column "CAL_LO_X" int16 "Lower bound X" "" fillColumn(col, "calsourcedata.dat", 2) |
6 |
column "CAL_HI_X" int16 "Upper bounf X" "" fillColumn(col, "calsourcedata.dat", 3) |
7 |
column "CAL_LO_Y" int16 "Lower bound Y" "" fillColumn(col, "calsourcedata.dat", 4) |
8 |
column "CAL_HI_Y" int16 "Upper bound Y" "" fillColumn(col, "calsourcedata.dat", 5) |
9 |
column "ENERGY" real32 "Energy of calibration line" "eV" fillColumn(col, "calsourcedata.dat", 6) |
10 |
> |