Changeset 12697 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Mar 30, 2007, 1:09:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r12670 r12697 144 144 book getword detPendingProcessedImfile $pageName workdir -var WORKDIR 145 145 book getword detPendingProcessedImfile $pageName dbname -var DBNAME 146 set_standard_args147 146 148 147 # specify choice of remote host: … … 165 164 exec mkdir -p $outroot 166 165 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 $ARGS166 $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 168 167 if ("$WORKDIR" != "NULL") 169 168 $run = $run --workdir $WORKDIR 170 169 end 170 add_standard_args run 171 171 172 172 # save the pageName for future reference below … … 266 266 book getword detPendingProcessedExp $pageName workdir -var WORKDIR 267 267 book getword detPendingProcessedExp $pageName dbname -var DBNAME 268 set_standard_args269 268 270 269 # specify choice of remote host: … … 287 286 exec mkdir -p $outroot 288 287 289 $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS288 $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA 290 289 if ("$WORKDIR" != "NULL") 291 290 $run = $run --workdir $WORKDIR 292 291 end 292 add_standard_args run 293 293 294 294 # save the pageName for future reference below
Note:
See TracChangeset
for help on using the changeset viewer.
