1 |
dlumb |
1.2 |
|
2 |
gvacanti |
1.1 |
table "MODEPARAM" rows("@dataset@modeparam.dat") "" |
3 |
|
|
< |
4 |
dlumb |
1.2 |
attribute"UNDER_X" int 5 "column underscan" "pixels" |
5 |
|
|
attribute"OVER_X" int 5 "column overscan" "pixels" |
6 |
|
|
attribute"UNDER_Y" int 0 "row underscan" "pixels" |
7 |
|
|
attribute"OVER_Y" int 2 "row underscan" "pixels" |
8 |
gvacanti |
1.1 |
column "MODE_ID" int8 "CCD mode identifier" "" fillColumn(col, "@dataset@modeparam.dat", 0) |
9 |
|
|
column "INTEGRATION_T" real32 "Integration time" "ms" fillColumn(col, "@dataset@modeparam.dat", 1) |
10 |
dlumb |
1.2 |
column "SHIFT_T" real32 "Frame Shift time" "ms" fillColumn(col, "@dataset@modeparam.dat", 13) |
11 |
gvacanti |
1.1 |
column "FRAME_T" real32 "Frame time" "ms" fillColumn(col, "@dataset@modeparam.dat", 2) |
12 |
|
|
column "CYCLE_T" real32 "Cycle time" "ms" fillColumn(col, "@dataset@modeparam.dat", 3) |
13 |
|
|
column "TIME_RES" real32 "Time resolution" "ms" fillColumn(col, "@dataset@modeparam.dat", 4) |
14 |
|
|
column "DUTY_CYCLE" real32 "Duty cycle" "" fillColumn(col, "@dataset@modeparam.dat", 5) |
15 |
|
|
column "SMEARED_FRAC" real32 "Smeared fraction" "" fillColumn(col, "@dataset@modeparam.dat", 6) |
16 |
|
|
column "PTSRCE_PILEUP" real32 "Point source pile up flux" "1/(count/s)" fillColumn(col, "@dataset@modeparam.dat", 7) |
17 |
|
|
column "LIMITING_FLUX" real32 "Limiting flux" "mCrab" fillColumn(col, "@dataset@modeparam.dat", 8) |
18 |
|
|
column "WINDOWX0" int16 "x coordinate of lower left corner" "pixel" fillColumn(col, "@dataset@modeparam.dat", 9) |
19 |
|
|
column "WINDOWY0" int16 "y coordinate of lower left corner" "pixel" fillColumn(col, "@dataset@modeparam.dat", 10) |
20 |
|
|
column "WINDOWDX" int16 "width of window along x" "pixel" fillColumn(col, "@dataset@modeparam.dat", 11) |
21 |
|
|
column "WINDOWDY" int16 "width of window along y" "pixel" fillColumn(col, "@dataset@modeparam.dat", 12) |
22 |
|
|
> |