Changeset 12371
- Timestamp:
- Mar 8, 2007, 6:33:15 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 10 edited
-
camera.pro (modified) (1 diff)
-
chip.pro (modified) (1 diff)
-
detrend.norm.pro (modified) (3 diffs)
-
detrend.process.pro (modified) (2 diffs)
-
detrend.reject.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (2 diffs)
-
detrend.stack.pro (modified) (1 diff)
-
diff.pro (modified) (1 diff)
-
stack.pro (modified) (1 diff)
-
warp.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r12370 r12371 145 145 $run = camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS 146 146 if ("$WORKDIR" != "NULL") 147 $run = $run --workdir $ outroot147 $run = $run --workdir $WORKDIR 148 148 end 149 149 -
trunk/ippTasks/chip.pro
r12370 r12371 148 148 $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS 149 149 if ("$WORKDIR" != "NULL") 150 $run = $run --workdir $ outroot150 $run = $run --workdir $WORKDIR 151 151 end 152 152 -
trunk/ippTasks/detrend.norm.pro
r12370 r12371 177 177 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS 178 178 if ("$WORKDIR" != "NULL") 179 $run = $run --workdir $ outroot179 $run = $run --workdir $WORKDIR 180 180 end 181 181 … … 300 300 $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE $ARGS 301 301 if ("$WORKDIR" != "NULL") 302 $run = $run --workdir $ outroot302 $run = $run --workdir $WORKDIR 303 303 end 304 304 … … 420 420 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE $ARGS 421 421 if ("$WORKDIR" != "NULL") 422 $run = $run --workdir $ outroot422 $run = $run --workdir $WORKDIR 423 423 end 424 424 -
trunk/ippTasks/detrend.process.pro
r12370 r12371 167 167 $run = detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA $ARGS 168 168 if ("$WORKDIR" != "NULL") 169 $run = $run --workdir $ outroot169 $run = $run --workdir $WORKDIR 170 170 end 171 171 … … 289 289 $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA $ARGS 290 290 if ("$WORKDIR" != "NULL") 291 $run = $run --workdir $ outroot291 $run = $run --workdir $WORKDIR 292 292 end 293 293 -
trunk/ippTasks/detrend.reject.pro
r12370 r12371 146 146 $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS 147 147 if ("$WORKDIR" != "NULL") 148 $run = $run --workdir $ outroot148 $run = $run --workdir $WORKDIR 149 149 end 150 150 -
trunk/ippTasks/detrend.resid.pro
r12370 r12371 167 167 $run = detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE $ARGS 168 168 if ("$WORKDIR" != "NULL") 169 $run = $run --workdir $ outroot169 $run = $run --workdir $WORKDIR 170 170 end 171 171 … … 290 290 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS 291 291 if ("$WORKDIR" != "NULL") 292 $run = $run --workdir $ outroot292 $run = $run --workdir $WORKDIR 293 293 end 294 294 -
trunk/ippTasks/detrend.stack.pro
r12370 r12371 150 150 $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA $ARGS 151 151 if ("$WORKDIR" != "NULL") 152 $run = $run --workdir $ outroot152 $run = $run --workdir $WORKDIR 153 153 end 154 154 -
trunk/ippTasks/diff.pro
r12370 r12371 154 154 $run = diff_skycell.pl --diff_id $DIFF_ID $ARGS 155 155 if ("$WORKDIR" != "NULL") 156 $run = $run --workdir $ outroot156 $run = $run --workdir $WORKDIR 157 157 end 158 158 -
trunk/ippTasks/stack.pro
r12370 r12371 154 154 $run = stack_skycell.pl --stack_id $STACK_ID $ARGS 155 155 if ("$WORKDIR" != "NULL") 156 $run = $run --workdir $ outroot156 $run = $run --workdir $WORKDIR 157 157 end 158 158 -
trunk/ippTasks/warp.pro
r12370 r12371 294 294 $run = warp_skycell.pl --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_id $TESS_ID --camera $CAMERA $ARGS 295 295 if ("$WORKDIR" != "NULL") 296 $run = $run --workdir $ outroot296 $run = $run --workdir $WORKDIR 297 297 end 298 298
Note:
See TracChangeset
for help on using the changeset viewer.
