1 |
calsci |
1.1 |
table "TIMEJUMPTOL" rows("timejumptol.dat") "" |
2 |
|
|
< |
3 |
|
|
column "REV" int16 "XMM revolution" "" fillColumn(col, "timejumptol.dat", 0, ":") |
4 |
|
|
column "TOL_FF" int16 "Tol value for Full frame mode" "" fillColumn(col, "timejumptol.dat", 1, ":") |
5 |
|
|
column "TOL_eFF" int16 "Tol value for Ext Full frame mode" "" fillColumn(col, "timejumptol.dat", 2, ":") |
6 |
|
|
column "TOL_LW" int16 "Tol value for Large Window mode" "" fillColumn(col, "timejumptol.dat", 3, ":") |
7 |
|
|
column "TOL_SW" int16 "Tol value for Short Window mode" "" fillColumn(col, "timejumptol.dat", 4, ":") |
8 |
|
|
column "TOL_TI" int16 "Tol value for Timing mode" "" fillColumn(col, "timejumptol.dat", 5, ":") |
9 |
|
|
column "TOL_BU" int16 "Tol value for Burst mode" "" fillColumn(col, "timejumptol.dat", 6, ":") |
10 |
|
|
> |
11 |
|
|
|