Changeset 28684
- Timestamp:
- Jul 16, 2010, 1:39:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/warpStageExp.d (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/warpStageExp.d
r28654 r28684 1 TABLE warpRun, fakeRun, camRun, chipRun, rawExp , warpSummary1 TABLE warpRun, fakeRun, camRun, chipRun, rawExp 2 2 TITLE Warp Stage Exposures 3 3 FILE warpStageExp.php 4 4 MENU ipp.science.dat 5 5 6 #7 # Images pathnames are extracted from warpSummary8 # using ipp_filename.pl with basename:9 # $warpSummary.path_base . $warpSummary.projection_cell10 # . is the string concatenation operator11 #12 6 WHERE warpRun.fake_id = fakeRun.fake_id 13 7 WHERE fakeRun.cam_id = camRun.cam_id 14 8 WHERE camRun.chip_id = chipRun.chip_id 15 9 WHERE chipRun.exp_id = rawExp.exp_id 16 WHERE warpSummary.warp_id = warpRun.warp_id17 10 18 11 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id … … 24 17 OP OP1 $rawExp.ra * 57.295783 25 18 OP OP2 $rawExp.decl * 57.295783 26 OP OP3 $warpSummary.path_base . $warpSummary.projection_cell27 28 # define image names to be used below29 # IMAGE VAR basename filerule camera class_id30 # ARGS ARG6 warpRun.warp_id=$warpRun.warp_id31 # ARGS ARG6 warpSummary.skycell_id=$warpSummary.skycell_id32 # ARGS ARG6 camera=$rawExp.camera33 # ARGS ARG6 basename=$warpSkyfile.path_base34 IMAGE JPEG3 OP3 PPSKYCELL.JPEG2 $rawExp.camera NONE35 ARGS ARG7 name=$warpSummary.path_base.$warpSummary.projection_cell36 ARGS ARG7 rule=PPSKYCELL.JPEG137 ARGS ARG7 camera=GPC138 ARGS ARG7 class_id=NONE39 40 19 41 20 # field size format name show link to extras … … 46 25 FIELD fakeRun.fake_id, 7, %d, Fake ID, value, fakeProcessedImfile.php, ARG4 47 26 FIELD warpRun.warp_id, 7, %d, Warp ID, value, warpStageExp.php, ARG5 48 FIELD *, 8, %s, image, image=JPEG3, getimage.php, ARG749 27 FIELD warpRun.state, 7, %s, state 50 28 FIELD warpRun.label, 7, %s, label … … 64 42 FIELD rawExp.comment, 65, %s, Comment 65 43 66 FIELD warpSummary.path_base, 5, %s, path_base, none67 FIELD warpSummary.projection_cell, 5, %s, projection_cell, none68 69 44 # FIELD rawExp.bg_mean_stdev, 5, %7.2f, <backgnd> 70 45 # FIELD chipPendingExp.reduction, 20, reduction
Note:
See TracChangeset
for help on using the changeset viewer.
