Changeset 19942 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Oct 7, 2008, 9:56:11 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r19817 r19942 109 109 my $outFile = ($det_type_real eq "mask") ? 'PPIMAGE.OUTPUT.DETMASK' : 'PPIMAGE.OUTPUT';; # XXXX something of a hack (too many places to control things...) 110 110 111 my $RECIPE_PPSTATS = ($det_type_real eq "dark") ? 'DARKSTATS' : ' CHIPSTATS';; # XXXX something of a hack (too many places to control things...)111 my $RECIPE_PPSTATS = ($det_type_real eq "dark") ? 'DARKSTATS' : 'DETSTATS';; # XXXX something of a hack (too many places to control things...) 112 112 113 113 my $output = $ipprc->filename($outFile, $outroot, $class_id) or &my_die("Missing entry from camera config", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); … … 153 153 &my_die("Can't find expected output file: $statsName", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -f $statsNameReal; 154 154 155 # p pStatsFromMetadata $outputStats - DETREND_RESID_IMFILE156 $command = "$ppStatsFromMetadata $statsNameReal - DETREND_ RESID_IMFILE";155 # parse stats from metadata 156 $command = "$ppStatsFromMetadata $statsNameReal - DETREND_NORM_APPLY"; 157 157 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 158 158 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
