Changeset 10592
- Timestamp:
- Dec 8, 2006, 3:30:32 PM (20 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
detrend.pl (modified) (1 diff)
-
detrend_resid.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend.pl
r10142 r10592 208 208 my $detrend = $item->{det_uri}; 209 209 my $uri = $item->{uri}; 210 211 my $command = "$detrend_resid --det_id $det_id --iteration $iteration --exp_tag $exp_tag --class_id $class_id --det_type $det_type --detrend $detrend --camera $camera --input_uri $uri"; 210 my $mode = $item->{mode}; 211 212 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"; 213 $command .= " --detrend $detrend" if defined $detrend; 214 212 215 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 213 216 run( command => $command, verbose => 1 ); -
trunk/ippScripts/scripts/detrend_resid.pl
r10544 r10592 97 97 $outputRoot = $ipprc->convert_filename_absolute( $outputRoot ); 98 98 $input_uri = $ipprc->convert_filename_absolute( $input_uri ); 99 $detrend = $ipprc->convert_filename_absolute( $detrend ) ;99 $detrend = $ipprc->convert_filename_absolute( $detrend ) if defined $detrend; 100 100 101 101 my $outputName = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
Note:
See TracChangeset
for help on using the changeset viewer.
