Changeset 19559
- Timestamp:
- Sep 15, 2008, 2:22:23 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r19465 r19559 133 133 book getword camPendingExp $pageName dbname -var DBNAME 134 134 book getword camPendingExp $pageName reduction -var REDUCTION 135 book getword camPendingExp $pageName state -var RUN_STATE 135 136 136 137 # specify choice of remote host based on camera and chip (class_id) … … 154 155 stderr $LOGDIR/camera.exp.log 155 156 156 $run = camera_exp.pl --exp_tag $EXP_TAG --cam_id $CAM_ID --camera $CAMERA --outroot $outroot --redirect-output 157 $run = camera_exp.pl --exp_tag $EXP_TAG --cam_id $CAM_ID --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE 157 158 if ("$REDUCTION" != "NULL") 158 159 $run = $run --reduction $REDUCTION -
trunk/ippTasks/stack.pro
r19545 r19559 141 141 book getword stackSumSkyfile $pageName workdir -var WORKDIR_TEMPLATE 142 142 book getword stackSumSkyfile $pageName dbname -var DBNAME 143 book getword stackSumSkyfile $pageName state -var RUN_STATE 143 144 144 145 # set the host and workdir based on the skycell hash … … 156 157 stderr $LOGDIR/stack.skycell.log 157 158 158 $run = stack_skycell.pl --threads @MAX_THREADS@ --stack_id $STACK_ID --outroot $outroot --redirect-output 159 $run = stack_skycell.pl --threads @MAX_THREADS@ --stack_id $STACK_ID --outroot $outroot --redirect-output --run-state $RUN_STATE 159 160 add_standard_args run 160 161 -
trunk/ippTasks/warp.pro
r19545 r19559 272 272 book getword warpPendingSkyCell $pageName tess_id -var TESS_DIR 273 273 book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG 274 book getword warpPendingSkyCell $pageName state -var RUN_STATE 274 275 275 276 # set the host and workdir based on the skycell hash … … 283 284 stderr $LOGDIR/warp.skycell.log 284 285 285 $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output 286 $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE 286 287 add_standard_args run 287 288
Note:
See TracChangeset
for help on using the changeset viewer.
