IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2007, 3:15:46 PM (19 years ago)
Author:
Paul Price
Message:

Adding -workdir to all scripts.

File:
1 edited

Legend:

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

    r11297 r11298  
    4040# Define which detrend types we normalise
    4141use constant NORMALIZE => {
    42     'bias' => 0,
    43     'dark' => 0,
    44     'shutter' => 0,
    45     'flat' => 1,
     42    'bias'     => 0,
     43    'dark'     => 0,
     44    'shutter'  => 0,
     45    'flat'     => 1,
    4646    'domeflat' => 1,
    47     'skyflat' => 1,
    48     'fringe' => 0,
     47    'skyflat'  => 1,
     48    'fringe'   => 0,
    4949    };
    5050
Note: See TracChangeset for help on using the changeset viewer.