Changeset 27892
- Timestamp:
- May 10, 2010, 10:36:13 AM (16 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 51 edited
-
camIQstats.d (modified) (1 diff)
-
camPendingExp.d (modified) (1 diff)
-
camProcessedExp.d (modified) (1 diff)
-
camProcessedExp_Images.d (modified) (1 diff)
-
camProcessedExp_NoImages.d (modified) (1 diff)
-
camProcessedExp_failure.d (modified) (1 diff)
-
camProcessedImfile.d (modified) (1 diff)
-
camStageExp.d (modified) (1 diff)
-
chipIQstats.d (modified) (1 diff)
-
chipPendingExp.d (modified) (1 diff)
-
chipPendingImfile.d (modified) (1 diff)
-
chipProcessedExp.d (modified) (1 diff)
-
chipProcessedImfile.d (modified) (1 diff)
-
chipProcessedImfile_failure.d (modified) (1 diff)
-
chipStageExp.d (modified) (1 diff)
-
destreakRun.d (modified) (1 diff)
-
diffFailedSkyfile.d (modified) (1 diff)
-
diffInputSkyfile.d (modified) (1 diff)
-
diffProcessedSkyfile.d (modified) (1 diff)
-
diffProcessedSkyfile_Images.d (modified) (1 diff)
-
diffRun.d (modified) (1 diff)
-
distRun.d (modified) (1 diff)
-
distSummary.d (modified) (1 diff)
-
fakePendingExp.d (modified) (1 diff)
-
fakePendingImfile.d (modified) (1 diff)
-
fakeProcessedExp.d (modified) (1 diff)
-
fakeProcessedImfile.d (modified) (1 diff)
-
fakeProcessedImfile_failure.d (modified) (1 diff)
-
fakeStageExp.d (modified) (1 diff)
-
flatcorrCamera.d (modified) (1 diff)
-
flatcorrChip.d (modified) (1 diff)
-
magicFailedMasks.d (modified) (1 diff)
-
magicFailedNodes.d (modified) (1 diff)
-
magicFailedTrees.d (modified) (1 diff)
-
magicProcessedMasks.d (modified) (1 diff)
-
magicProcessedMasks_Images.d (modified) (1 diff)
-
magicProcessedNodes.d (modified) (1 diff)
-
magicRun.d (modified) (1 diff)
-
magicTrees.d (modified) (1 diff)
-
stackFailedSkyfile.d (modified) (1 diff)
-
stackInputSkyfile.d (modified) (1 diff)
-
stackProcessedSkyfile.d (modified) (1 diff)
-
stackProcessedSkyfile_Images.d (modified) (1 diff)
-
stackRun.d (modified) (1 diff)
-
warpFailedSkyfiles.d (modified) (1 diff)
-
warpProcessedSkyfiles.d (modified) (1 diff)
-
warpProcessedSkyfiles_Images.d (modified) (1 diff)
-
warpSkycellMap.d (modified) (1 diff)
-
warpStageExp.d (modified) (1 diff)
-
warpStageSkyfileInputs.d (modified) (1 diff)
-
warpStageSkyfiles.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camIQstats.d
r20395 r27892 20 20 FIELD rawExp.exp_name, 5, %s, Exp Name 21 21 FIELD chipRun.label, 7, %s, Label 22 FIELD chipRun.data_group, 7, %s, data grp 23 FIELD chipRun.dist_group, 7, %s, dist grp 22 24 FIELD rawExp.dateobs, 19, %T, Date/Time 23 25 FIELD rawExp.filter, 10, %s, FILTER -
trunk/ippMonitor/def/camPendingExp.d
r27203 r27892 22 22 FIELD camRun.state, 5, %s, State 23 23 FIELD camRun.label, 5, %s, Label 24 FIELD camRun.data_group, 5, %s, data grp 25 FIELD camRun.dist_group, 5, %s, dist grp 24 26 FIELD rawExp.telescope, 10, %s, Telescope 25 27 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp.d
r27203 r27892 30 30 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 31 31 FIELD camRun.label, 5, %s, Label 32 FIELD camRun.data_group, 5, %s, data grp 33 FIELD camRun.dist_group, 5, %s, dist grp 32 34 FIELD rawExp.telescope, 10, %s, Telescope 33 35 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp_Images.d
r27203 r27892 33 33 FIELD camRun.cam_id, 5, %d, Cam ID, value, camProcessedExp_Images.php, ARG3 34 34 FIELD camRun.label, 5, %s, Label 35 FIELD camRun.data_group, 5, %s, data grp 36 FIELD camRun.dist_group, 5, %s, dist grp 35 37 FIELD *, 8, %s, image, image=JPEG2, camProcessedImfile.php, ARG4 36 38 FIELD rawExp.telescope, 10, %s, Telescope -
trunk/ippMonitor/def/camProcessedExp_NoImages.d
r27203 r27892 30 30 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 31 31 FIELD camRun.label, 5, %s, label 32 FIELD camRun.data_group, 5, %s, data grp 33 FIELD camRun.dist_group, 5, %s, dist grp 32 34 FIELD rawExp.telescope, 10, %s, Telescope 33 35 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp_failure.d
r27674 r27892 29 29 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 30 30 FIELD camRun.label, 5, %s, label 31 FIELD camRun.data_group, 5, %s, data grp 32 FIELD camRun.dist_group, 5, %s, dist grp 31 33 FIELD rawExp.telescope, 10, %s, Telescope 32 34 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedImfile.d
r26888 r27892 27 27 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 28 28 FIELD camRun.label, 5, %s, Label 29 FIELD camRun.data_group, 5, %s, data grp 30 FIELD camRun.dist_group, 5, %s, dist grp 29 31 FIELD rawExp.telescope, 10, %s, Telescope 30 32 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camStageExp.d
r27203 r27892 21 21 FIELD camRun.state, 5, %s, state 22 22 FIELD camRun.label, 5, %s, label 23 FIELD camRun.data_group, 5, %s, data grp 24 FIELD camRun.dist_group, 5, %s, dist grp 23 25 FIELD rawExp.telescope, 10, %s, Telescope 24 26 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipIQstats.d
r20395 r27892 20 20 FIELD chipRun.chip_id, 5, %d, Ch ID, value, chipProcessedImfile.php, ARG2 21 21 FIELD chipRun.label, 7, %s, Label 22 FIELD chipRun.data_group, 7, %s, data grp 23 FIELD chipRun.dist_group, 7, %s, dist grp 22 24 FIELD rawExp.dateobs, 19, %T, Date/Time 23 25 FIELD rawExp.filter, 10, %s, FILTER -
trunk/ippMonitor/def/chipPendingExp.d
r24867 r27892 20 20 FIELD chipRun.state, 7, %s, State 21 21 FIELD chipRun.label, 7, %s, Label 22 FIELD chipRun.data_group, 7, %s, data grp 23 FIELD chipRun.dist_group, 7, %s, dist grp 22 24 FIELD rawExp.telescope, 10, %s, Telescope 23 25 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipPendingImfile.d
r24867 r27892 25 25 FIELD chipRun.state, 7, %s, State 26 26 FIELD chipRun.label, 7, %s, Label 27 FIELD chipRun.data_group, 7, %s, data grp 28 FIELD chipRun.dist_group, 7, %s, dist grp 27 29 FIELD rawExp.telescope, 10, %s, Telescope 28 30 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedExp.d
r24867 r27892 20 20 FIELD chipRun.state, 7, %s, State 21 21 FIELD chipRun.label, 7, %s, Label 22 FIELD chipRun.data_group, 7, %s, data grp 23 FIELD chipRun.dist_group, 7, %s, dist grp 22 24 FIELD rawExp.telescope, 10, %s, Telescope 23 25 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedImfile.d
r26171 r27892 30 30 FIELD chipRun.state, 7, %s, State, value, chipProcessedImfile.php, ARG3 31 31 FIELD chipRun.label, 7, %s, Label 32 FIELD chipRun.data_group, 7, %s, data grp 33 FIELD chipRun.dist_group, 7, %s, dist grp 32 34 FIELD rawExp.telescope, 10, %s, Telescope 33 35 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedImfile_failure.d
r24867 r27892 30 30 FIELD chipRun.state, 7, %s, State, value, chipProcessedImfile_failure.php, ARG3 31 31 FIELD chipRun.label, 7, %s, Label 32 FIELD chipRun.data_group, 7, %s, data grp 33 FIELD chipRun.dist_group, 7, %s, dist grp 32 34 FIELD chipProcessedImfile.fault, 2, %d, Fault 33 35 FIELD rawExp.telescope, 10, %s, Telescope -
trunk/ippMonitor/def/chipStageExp.d
r24867 r27892 18 18 FIELD chipRun.state, 7, %s, State 19 19 FIELD chipRun.label, 7, %s, Label 20 FIELD chipRun.data_group, 7, %s, data grp 21 FIELD chipRun.dist_group, 7, %s, dist grp 20 22 FIELD rawExp.telescope, 10, %s, Telescope 21 23 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/destreakRun.d
r27054 r27892 19 19 FIELD magicDSRun.cam_id, 5, %d, Camera ID 20 20 FIELD magicDSRun.label, 10, %s, Label 21 FIELD magicDSRun.data_group, 8, %s, Data Group21 FIELD magicDSRun.data_group, 10, %s, data grp 22 22 FIELD magicDSRun.outroot, 10, %s, Out Root 23 23 FIELD magicDSRun.recoveryroot, 5, %d, Recov. Root -
trunk/ippMonitor/def/diffFailedSkyfile.d
r23923 r27892 16 16 FIELD diffSkyfile.skycell_id, 5, %s, Skycell ID 17 17 FIELD diffRun.label, 5, %s, Label 18 FIELD diffRun.data_group, 5, %s, data grp 19 FIELD diffRun.dist_group, 5, %s, dist grp 18 20 # FIELD diffRun.filter, 5, %s, Filter 19 21 FIELD diffRun.tess_id, 5, %s, Tess ID -
trunk/ippMonitor/def/diffInputSkyfile.d
r23923 r27892 12 12 FIELD diffRun.state, 7, %s, state 13 13 FIELD diffRun.label, 7, %s, label 14 FIELD diffRun.data_group, 7, %s, data grp 15 FIELD diffRun.dist_group, 7, %s, dist grp 14 16 FIELD diffRun.magicked, 4, %d, Magicked 15 17 FIELD diffInputSkyfile.warp1, 5, %d, warp 1 -
trunk/ippMonitor/def/diffProcessedSkyfile.d
r24061 r27892 17 17 FIELD diffSkyfile.skycell_id, 4, %s, Skycell ID 18 18 FIELD diffRun.label, 5, %s, Label 19 FIELD diffRun.data_group, 5, %s, data grp 20 FIELD diffRun.dist_group, 5, %s, dist grp 19 21 # FIELD diffRun.filter, 5, %s, Filter 20 22 FIELD diffRun.tess_id, 5, %s, Tess ID -
trunk/ippMonitor/def/diffProcessedSkyfile_Images.d
r26888 r27892 22 22 FIELD diffSkyfile.skycell_id, 5, %s, Skycell ID 23 23 FIELD diffRun.label, 5, %s, Label 24 FIELD diffRun.data_group, 5, %s, data grp 25 FIELD diffRun.dist_group, 5, %s, dist grp 24 26 FIELD *, 8, %s, image, image=JPEG2, diffProcessedSkyfile_Images.php, ARG7 25 27 # FIELD diffRun.filter, 5, %s, Filter -
trunk/ippMonitor/def/diffRun.d
r24288 r27892 8 8 FIELD state, 7, %s, state 9 9 FIELD label, 7, %s, label 10 FIELD data_group, 7, %s, data grp 11 FIELD dist_group, 7, %s, dist grp 10 12 FIELD magicked, 4, %d, Magicked 11 13 FIELD tess_id, 8, %s, tess ID -
trunk/ippMonitor/def/distRun.d
r27202 r27892 15 15 FIELD distRun.magic_ds_id, 5, %d, Magic DS ID 16 16 FIELD distRun.label, 5, %s, Label 17 FIELD distRun.data_group, 5, %s, data grp 17 18 FIELD distRun.outroot, 5, %s, Outroot 18 19 FIELD distRun.outdir, 5, %s, Outdir -
trunk/ippMonitor/def/distSummary.d
r26991 r27892 6 6 # field size format name show link to extras 7 7 FIELD distRun.label, 15, %s, Label 8 FIELD distRun.data_group, 15, %s, data grp 8 9 FIELD distRun.stage, 5, %s, Stage 9 10 FIELD distRun.state, 5, %s, State -
trunk/ippMonitor/def/fakePendingExp.d
r24867 r27892 26 26 FIELD fakeRun.state, 7, %s, state 27 27 FIELD fakeRun.label, 7, %s, label 28 FIELD fakeRun.data_group, 7, %s, data grp 29 FIELD fakeRun.dist_group, 7, %s, dist grp 28 30 FIELD rawExp.telescope, 10, %s, Telescope 29 31 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakePendingImfile.d
r27203 r27892 27 27 FIELD fakeRun.state, 7, %s, State 28 28 FIELD fakeRun.label, 7, %s, label 29 FIELD fakeRun.data_group, 7, %s, data grp 30 FIELD fakeRun.dist_group, 7, %s, dist grp 29 31 FIELD rawExp.telescope, 10, %s, Telescope 30 32 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeProcessedExp.d
r24867 r27892 26 26 FIELD fakeRun.state, 7, %s, state 27 27 FIELD fakeRun.label, 7, %s, label 28 FIELD fakeRun.data_group, 7, %s, data grp 29 FIELD fakeRun.dist_group, 7, %s, dist grp 28 30 FIELD rawExp.telescope, 10, %s, Telescope 29 31 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeProcessedImfile.d
r24867 r27892 34 34 FIELD fakeRun.state, 7, %s, State, value, fakeProcessedImfile.php, ARG5 35 35 FIELD fakeRun.label, 7, %s, Label 36 FIELD fakeRun.data_group, 7, %s, data grp 37 FIELD fakeRun.dist_group, 7, %s, dist grp 36 38 FIELD rawExp.telescope, 10, %s, Telescope 37 39 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeProcessedImfile_failure.d
r24867 r27892 34 34 FIELD fakeRun.state, 7, %s, State, value, fakeProcessedImfile_failure.php, ARG5 35 35 FIELD fakeRun.label, 7, %s, Label 36 FIELD fakeRun.data_group, 7, %s, data grp 37 FIELD fakeRun.dist_group, 7, %s, dist grp 36 38 FIELD rawExp.telescope, 10, %s, Telescope 37 39 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeStageExp.d
r24867 r27892 24 24 FIELD fakeRun.state, 7, %s, state 25 25 FIELD fakeRun.label, 7, %s, label 26 FIELD fakeRun.data_group, 7, %s, data grp 27 FIELD fakeRun.dist_group, 7, %s, dist grp 26 28 FIELD rawExp.telescope, 10, %s, Telescope 27 29 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/flatcorrCamera.d
r25786 r27892 19 19 FIELD camRun.state, 7, %s, State 20 20 FIELD chipRun.label, 7, %s, Label 21 FIELD chipRun.data_group, 7, %s, data grp 22 FIELD chipRun.dist_group, 7, %s, dist grp 21 23 FIELD rawExp.telescope, 10, %s, Telescope 22 24 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/flatcorrChip.d
r25786 r27892 18 18 FIELD chipRun.state, 7, %s, State 19 19 FIELD chipRun.label, 7, %s, Label 20 FIELD chipRun.data_group, 7, %s, data grp 21 FIELD chipRun.dist_group, 7, %s, dist grp 20 22 FIELD rawExp.telescope, 10, %s, Telescope 21 23 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/magicFailedMasks.d
r27197 r27892 12 12 FIELD magicRun.diff_id, 5, %d, Diff ID 13 13 FIELD magicRun.label, 5, %s, Label 14 FIELD magicRun.data_group, 5, %s, data grp 14 15 FIELD magicRun.inverse, 5, %d, Inverse 15 16 FIELD magicRun.state, 5, %s, State -
trunk/ippMonitor/def/magicFailedNodes.d
r27197 r27892 14 14 FIELD magicRun.diff_id, 5, %d, Diff ID 15 15 FIELD magicRun.label, 5, %s, Label 16 FIELD magicRun.data_group, 5, %s, data grp 16 17 FIELD magicRun.inverse, 5, %d, Inverse 17 18 FIELD magicRun.state, 5, %s, State -
trunk/ippMonitor/def/magicFailedTrees.d
r27197 r27892 11 11 FIELD diff_id, 5, %d, Diff ID 12 12 FIELD label, 5, %s, Label 13 FIELD data_group, 5, %s, Data Grp 13 14 FIELD inverse, 5, %d, Inverse 14 15 FIELD state, 5, %s, State -
trunk/ippMonitor/def/magicProcessedMasks.d
r27197 r27892 11 11 FIELD magicRun.diff_id, 5, %d, Diff ID 12 12 FIELD magicRun.label, 5, %s, Label 13 FIELD magicRun.data_group, 5, %s, data grp 13 14 FIELD magicRun.inverse, 5, %d, Inverse 14 15 FIELD magicRun.state, 5, %s, State -
trunk/ippMonitor/def/magicProcessedMasks_Images.d
r27197 r27892 19 19 # FIELD *, 8, %s, image, image=JPEG2, diffProcessedSkyfile_Images.php, ARG7 20 20 FIELD magicRun.label, 5, %s, Label 21 FIELD magicRun.data_group, 5, %s, data grp 21 22 FIELD magicRun.inverse, 5, %d, Inverse 22 23 FIELD magicRun.state, 5, %s, State -
trunk/ippMonitor/def/magicProcessedNodes.d
r27197 r27892 13 13 FIELD magicRun.diff_id, 5, %d, Diff ID 14 14 FIELD magicRun.label, 5, %s, Label 15 FIELD magicRun.data_group, 5, %s, data grp 15 16 FIELD magicRun.inverse, 5, %d, Inverse 16 17 FIELD magicRun.state, 5, %s, State -
trunk/ippMonitor/def/magicRun.d
r27197 r27892 9 9 FIELD diff_id, 5, %d, Diff ID 10 10 FIELD label, 5, %s, Label 11 FIELD data_group, 5, %s, Data Grp 11 12 FIELD inverse, 5, %d, Inverse 12 13 FIELD state, 5, %s, State -
trunk/ippMonitor/def/magicTrees.d
r27197 r27892 11 11 FIELD magicRun.diff_id, 5, %d, Diff ID 12 12 FIELD magicRun.label, 5, %s, Label 13 FIELD magicRun.data_group, 5, %s, data grp 13 14 FIELD magicRun.inverse, 5, %d, Inverse 14 15 FIELD magicRun.state, 5, %s, State -
trunk/ippMonitor/def/stackFailedSkyfile.d
r21339 r27892 16 16 FIELD stackRun.skycell_id, 5, %s, Skycell ID 17 17 FIELD stackRun.label, 5, %s, Label 18 FIELD stackRun.data_group, 5, %s, data grp 19 FIELD stackRun.dist_group, 5, %s, dist grp 18 20 FIELD stackRun.filter, 5, %s, Filter 19 21 FIELD stackRun.tess_id, 5, %s, Tess ID -
trunk/ippMonitor/def/stackInputSkyfile.d
r24867 r27892 34 34 FIELD stackRun.state, 7, %s, State 35 35 FIELD stackRun.label, 7, %s, Label 36 FIELD stackRun.data_group, 7, %s, data grp 37 FIELD stackRun.dist_group, 7, %s, dist grp 36 38 FIELD rawExp.telescope, 10, %s, Telescope 37 39 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/stackProcessedSkyfile.d
r21339 r27892 17 17 FIELD stackRun.skycell_id, 5, %s, Skycell ID 18 18 FIELD stackRun.label, 5, %s, Label 19 FIELD stackRun.data_group, 5, %s, data grp 20 FIELD stackRun.dist_group, 5, %s, dist grp 19 21 FIELD stackRun.filter, 5, %s, Filter 20 22 FIELD stackRun.tess_id, 5, %s, Tess ID -
trunk/ippMonitor/def/stackProcessedSkyfile_Images.d
r26888 r27892 21 21 FIELD stackRun.skycell_id, 5, %s, Skycell ID 22 22 FIELD stackRun.label, 5, %s, Label 23 FIELD stackRun.data_group, 5, %s, data grp 24 FIELD stackRun.dist_group, 5, %s, dist grp 23 25 FIELD *, 8, %s, image, image=JPEG2, stackProcessedSkyfile_Images.php, ARG7 24 26 FIELD stackRun.filter, 5, %s, Filter -
trunk/ippMonitor/def/stackRun.d
r21339 r27892 9 9 FIELD filter, 5, %s, Filter 10 10 FIELD label, 5, %s, Label 11 FIELD data_group, 5, %s, Data grp 12 FIELD dist_group, 5, %s, Dist grp 11 13 FIELD tess_id, 5, %s, Tess ID 12 14 FIELD state, 5, %s, State -
trunk/ippMonitor/def/warpFailedSkyfiles.d
r24867 r27892 36 36 FIELD warpRun.state, 7, %s, state, value, warpFailedSkyfiles.php, ARG7 37 37 FIELD warpRun.label, 7, %s, label 38 FIELD warpRun.data_group, 7, %s, data grp 39 FIELD warpRun.dist_group, 7, %s, dist grp 38 40 FIELD warpSkyfile.tess_id, 10, %s, tess 39 41 FIELD warpSkyfile.good_frac, 5, %s, good_frac -
trunk/ippMonitor/def/warpProcessedSkyfiles.d
r24867 r27892 39 39 FIELD warpRun.state, 7, %s, state, value, warpProcessedSkyfiles.php, ARG7 40 40 FIELD warpRun.label, 7, %s, label, value 41 FIELD warpRun.data_group, 7, %s, data grp 42 FIELD warpRun.dist_group, 7, %s, dist grp 41 43 FIELD warpSkyfile.tess_id, 10, %s, tess 42 44 FIELD warpSkyfile.good_frac, 5, %s, good_frac -
trunk/ippMonitor/def/warpProcessedSkyfiles_Images.d
r24867 r27892 43 43 FIELD warpRun.state, 7, %s, state, value, warpProcessedSkyfiles.php, ARG7 44 44 FIELD warpRun.label, 7, %s, label, value 45 FIELD warpRun.data_group, 7, %s, label, data grp 46 FIELD warpRun.dist_group, 7, %s, label, dist grp 45 47 FIELD warpSkyfile.tess_id, 10, %s, tess 46 48 FIELD warpSkyfile.good_frac, 5, %s, good_frac -
trunk/ippMonitor/def/warpSkycellMap.d
r24867 r27892 20 20 FIELD warpRun.state, 5, %s, State 21 21 FIELD warpRun.label, 5, %s, Label 22 FIELD warpRun.data_group, 5, %s, data grp 23 FIELD warpRun.dist_group, 5, %s, dist grp 22 24 FIELD warpSkyCellMap.skycell_id, 5, %s, Skycell ID 23 25 FIELD warpSkyCellMap.tess_id, 5, %s, Tessellation ID -
trunk/ippMonitor/def/warpStageExp.d
r24867 r27892 27 27 FIELD warpRun.state, 7, %s, state 28 28 FIELD warpRun.label, 7, %s, label 29 FIELD warpRun.data_group, 7, %s, data grp 30 FIELD warpRun.dist_group, 7, %s, dist grp 29 31 FIELD rawExp.telescope, 10, %s, Telescope 30 32 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/warpStageSkyfileInputs.d
r26456 r27892 40 40 FIELD warpRun.state, 7, %s, state 41 41 FIELD warpRun.label, 7, %s, label 42 FIELD warpRun.data_group, 7, %s, data grp 43 FIELD warpRun.dist_group, 7, %s, dist grp 42 44 FIELD warpSkyCellMap.skycell_id, 10, %s, skycell 43 45 FIELD warpSkyCellMap.tess_id, 10, %s, tess -
trunk/ippMonitor/def/warpStageSkyfiles.d
r24867 r27892 30 30 FIELD warpRun.state, 7, %s, state 31 31 FIELD warpRun.label, 7, %s, label 32 FIELD warpRun.data_group, 7, %s, data grp 33 FIELD warpRun.dist_group, 7, %s, dist grp 32 34 FIELD warpSkyCellMap.tess_id, 10, %s, tess 33 35 FIELD warpSkyCellMap.fault, 10, %s, fault
Note:
See TracChangeset
for help on using the changeset viewer.
