Changeset 13937 for trunk/ippScripts/scripts/ipp_serial_detrend.pl
- Timestamp:
- Jun 21, 2007, 2:10:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_detrend.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_detrend.pl
r12800 r13937 65 65 my $camera = $item->{camera}; 66 66 my $workdir = $item->{workdir}; 67 67 my $reduction = $item->{reduction}; 68 68 69 my $command = "$detrend_process_imfile --det_id $det_id --exp_tag $exp_tag --class_id $class_id --det_type $det_type --input_uri $uri --camera $camera --dbname $dbname"; 70 $command .= " --reduction $reduction" if defined $reduction; 69 71 $command .= " --workdir $workdir" if defined $workdir; 70 72 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 119 121 my $camera = $item->{camera}; 120 122 my $workdir = $item->{workdir}; 123 my $reduction = $item->{reduction}; 121 124 122 125 my $command = "$detrend_stack --det_id $det_id --iteration $iteration --class_id $class_id --det_type $det_type --camera $camera --dbname $dbname"; 126 $command .= " --reduction $reduction" if defined $reduction; 123 127 $command .= " --workdir $workdir" if defined $workdir; 124 128 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 235 239 my $mode = $item->{mode}; 236 240 my $workdir = $item->{workdir}; 241 my $reduction = $item->{reduction}; 237 242 238 243 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"; 244 $command .= " --reduction $reduction" if defined $reduction; 239 245 $command .= " --detrend $detrend" if defined $detrend; 240 246 $command .= " --workdir $workdir" if defined $workdir;
Note:
See TracChangeset
for help on using the changeset viewer.
