Changeset 12664 for trunk/ippScripts/scripts/ipp_serial_detrend.pl
- Timestamp:
- Mar 28, 2007, 5:18:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_detrend.pl (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_detrend.pl
r12576 r12664 12 12 13 13 my ($dbname, # Database name to use 14 $workdir, # Working directory15 14 ); 16 15 GetOptions( 17 16 'dbname|d=s' => \$dbname, 18 'workdir|w=s' => \$workdir,19 17 ) or pod2usage( 2 ); 20 18 … … 94 92 my $det_id = $item->{det_id}; 95 93 my $det_type = $item->{det_type}; 94 my $workdir = $item->{workdir}; 96 95 97 96 my $command = "$detrend_process_exp --det_id $det_id --det_type $det_type --exp_tag $exp_tag --camera $camera --dbname $dbname"; … … 118 117 my $det_type = $item->{det_type}; 119 118 my $camera = $item->{camera}; 119 my $workdir = $item->{workdir}; 120 120 121 121 my $command = "$detrend_stack --det_id $det_id --iteration $iteration --class_id $class_id --det_type $det_type --camera $camera --dbname $dbname"; … … 140 140 my $iteration = $item->{iteration}; 141 141 my $det_type = $item->{det_type}; 142 my $workdir = $item->{workdir}; 142 143 143 144 my $command = "$detrend_norm_calc --det_id $det_id --iteration $iteration --det_type $det_type --dbname $dbname"; … … 166 167 my $uri = $item->{uri}; 167 168 my $camera = $item->{camera}; 169 my $workdir = $item->{workdir}; 168 170 169 171 my $command = "$detrend_norm_apply --det_id $det_id --iteration $iteration --class_id $class_id --value $value --input_uri $uri --camera $camera --det_type $det_type --dbname $dbname"; … … 192 194 my $uri = $item->{uri}; 193 195 my $camera = $item->{camera}; 196 my $workdir = $item->{workdir}; 194 197 195 198 my $command = "$detrend_norm_exp --det_id $det_id --iteration $iteration --camera $camera --det_type $det_type --dbname $dbname"; … … 230 233 my $uri = $item->{uri}; 231 234 my $mode = $item->{mode}; 235 my $workdir = $item->{workdir}; 232 236 233 237 my $command = "$detrend_resid --det_id $det_id --iteration $iteration --exp_tag $exp_tag --class_id $class_id --det_type $det_type --camera $camera --input_uri $uri --mode $mode --dbname $dbname"; … … 261 265 my $iteration = $item->{iteration}; 262 266 my $det_type = $item->{det_type}; 267 my $workdir = $item->{workdir}; 263 268 264 269 my $command = "$detrend_reject_imfile --det_id $det_id --iteration $iteration --exp_tag $exp_tag --det_type $det_type --camera $camera --dbname $dbname"; … … 284 289 my $iteration = $item->{iteration}; 285 290 my $det_type = $item->{det_type}; 291 my $workdir = $item->{workdir}; 286 292 287 293 my $command = "$detrend_reject_exp --det_id $det_id --iteration $iteration --det_type $det_type --camera $camera --dbname $dbname";
Note:
See TracChangeset
for help on using the changeset viewer.
