Changeset 9265 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Oct 4, 2006, 2:26:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r9225 r9265 44 44 'dark' => 'PPMERGE_DARK', 45 45 'flat' => 'PPMERGE_FLAT' 46 };47 48 # Do we want to normalise this, or not?49 use constant NORMALISE => {50 'bias' => 0,51 'dark' => 0,52 'flat' => 153 46 }; 54 47 … … 131 124 } 132 125 $command .= ' -bg_mean_stdev ' . $stats->bg_mean_stdev(); 133 $command .= ' -pleasenormalize' if NORMALISE()->{$det_type};134 126 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 135 127 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
