Changeset 25027 for branches/pap/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_stack.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/detrend_stack.pl
r23688 r25027 70 70 # Recipes to use as a function of detrend type 71 71 $reduction = "DETREND" unless defined $reduction; 72 my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK'); # Recipe name to use 72 my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK') # Recipe name to use 73 or &my_die("Failed to find recipe for $det_type", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); 73 74 74 75 # The output file rule name depends on the detrend type … … 80 81 'DARK' => 'PPMERGE.OUTPUT.DARK', 81 82 'DARK_PREMASK' => 'PPMERGE.OUTPUT.DARK', 83 'DARKTEST' => 'PPMERGE.OUTPUT.DARK', 82 84 'SHUTTER' => 'PPMERGE.OUTPUT.SHUTTER', 83 85 'FLAT_PREMASK' => 'PPMERGE.OUTPUT.FLAT', … … 103 105 'DARK' => 'DARKSTATS', 104 106 'DARK_PREMASK' => 'DARKSTATS', 107 'DARKTEST' => 'DARKSTATS', 105 108 'SHUTTER' => 'DARKSTATS', 106 109 'FLAT_PREMASK' => 'DETSTATS', … … 186 189 $command = "$ppMerge $listName $outroot"; # Command to run 187 190 $command .= " -recipe PPMERGE $recipe"; 188 $command .= ' -type ' . uc($det_type); # Type of stacking to perform191 $command .= " -type $det_type"; # Type of stacking to perform 189 192 $command .= " -stats $outputStats"; # Statistics output filename 190 193 $command .= " -recipe PPSTATS $statrecipe";
Note:
See TracChangeset
for help on using the changeset viewer.
