Changeset 19652 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Sep 22, 2008, 3:48:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r19127 r19652 37 37 'dbname|d=s' => \$dbname, # Database name 38 38 'reduction=s' => \$reduction, # Reduction class 39 'threads=s' => \$threads, # Number of threads to use for ppImage39 'threads=s' => \$threads, # Number of threads to use for ppImage 40 40 'verbose' => \$verbose, # Print to stdout 41 41 'no-update' => \$no_update, … … 65 65 # Recipes to use as a function of detrend type 66 66 $reduction = "DETREND" unless defined $reduction; 67 my $recipe = $ipprc->reduction($reduction, uc($det_type) . '_PROCESS'); # Recipe name to use 67 my $ppimage_recipe = $ipprc->reduction($reduction, uc($det_type) . '_PROCESS'); # Recipe name for ppImage 68 my $jpeg_recipe = $ipprc->reduction($reduction, uc($det_type) . '_JPEG_IMAGE'); # Recipe name for JPEG 68 69 69 70 # values to extract from output metadata and the stats to calculate … … 104 105 unless ($no_op) { 105 106 my $command = "$ppImage -file $input_uri $outroot"; 106 $command .= " -recipe PPIMAGE $recipe"; 107 $command .= " -recipe PPIMAGE $ppimage_recipe"; 108 $command .= " -recipe JPEG $jpeg_recipe"; 107 109 $command .= " -recipe PPSTATS CHIPSTATS"; 108 110 $command .= " -stats $outputStats"; … … 175 177 $command .= " -exp_id $exp_id"; 176 178 $command .= " -class_id $class_id"; 177 $command .= " -path_base $outroot";179 $command .= " -path_base $outroot"; 178 180 $command .= " -code $exit_code"; 179 181 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
