IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9959


Ignore:
Timestamp:
Nov 13, 2006, 12:44:58 PM (19 years ago)
Author:
Paul Price
Message:

Adding flag for ppImage if input is a fringe image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_norm_apply.pl

    r9892 r9959  
    7474{
    7575    my $command = "$ppImage -file $input $outputRoot -norm $value -stat $statsName -recipe PPIMAGE " . RECIPE(); # Command to run
     76    $command .= ' -isfringe' if lc($detType) eq 'fringe';
    7677    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7778        run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.