Changeset 12697 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Mar 30, 2007, 1:09:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r12371 r12697 144 144 book getword detPendingResidImfile $pageName workdir -var WORKDIR 145 145 book getword detPendingResidImfile $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_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 $ARGS166 $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 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 … … 267 267 book getword detPendingResidExp $pageName workdir -var WORKDIR 268 268 book getword detPendingResidExp $pageName dbname -var DBNAME 269 set_standard_args270 269 271 270 # specify choice of remote host: … … 288 287 exec mkdir -p $outroot 289 288 290 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS289 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA 291 290 if ("$WORKDIR" != "NULL") 292 291 $run = $run --workdir $WORKDIR 293 292 end 293 add_standard_args run 294 294 295 295 # save the pageName for future reference below
Note:
See TracChangeset
for help on using the changeset viewer.
