- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_stack.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/ippScripts/scripts/detrend_stack.pl
r23688 r24951 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.
