IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9265


Ignore:
Timestamp:
Oct 4, 2006, 2:26:31 PM (20 years ago)
Author:
Paul Price
Message:

Everything goes through normalisation now.

File:
1 edited

Legend:

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

    r9225 r9265  
    4444    'dark' => 'PPMERGE_DARK',
    4545    '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' => 1
    5346    };
    5447
     
    131124    }
    132125    $command .= ' -bg_mean_stdev ' . $stats->bg_mean_stdev();
    133     $command .= ' -pleasenormalize' if NORMALISE()->{$det_type};
    134126    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    135127        run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.