Changeset 12697 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Mar 30, 2007, 1:09:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r12371 r12697 155 155 book getword detPendingNormStatImfile $pageName workdir -var WORKDIR 156 156 book getword detPendingNormStatImfile $pageName dbname -var DBNAME 157 set_standard_args158 157 159 158 # specify choice of remote host: … … 175 174 exec mkdir -p $outroot 176 175 177 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS176 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE 178 177 if ("$WORKDIR" != "NULL") 179 178 $run = $run --workdir $WORKDIR 180 179 end 180 add_standard_args run 181 181 182 182 # save the pageName for future reference below … … 277 277 book getword detPendingNormImfile $pageName workdir -var WORKDIR 278 278 book getword detPendingNormImfile $pageName dbname -var DBNAME 279 set_standard_args280 279 281 280 # specify choice of remote host: … … 298 297 exec mkdir -p $outroot 299 298 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 $ARGS299 $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 301 300 if ("$WORKDIR" != "NULL") 302 301 $run = $run --workdir $WORKDIR 303 302 end 303 add_standard_args run 304 304 305 305 # save the pageName for future reference below … … 397 397 book getword detPendingNormExp $pageName workdir -var WORKDIR 398 398 book getword detPendingNormExp $pageName dbname -var DBNAME 399 set_standard_args400 399 401 400 # specify choice of remote host: … … 418 417 exec mkdir -p $outroot 419 418 420 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE $ARGS419 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE 421 420 if ("$WORKDIR" != "NULL") 422 421 $run = $run --workdir $WORKDIR 423 422 end 423 add_standard_args run 424 424 425 425 # save the pageName for future reference below
Note:
See TracChangeset
for help on using the changeset viewer.
