IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 2:48:20 PM (18 years ago)
Author:
eugene
Message:

add the premask types

File:
1 edited

Legend:

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

    r18107 r18128  
    105105# Flags to specify the particular detrend to use
    106106use constant DETRENDS => {
    107     'bias'     => '-bias',      # Specify the bias frame
    108     'dark'     => '-dark',      # Specify the dark frame
    109     'shutter'  => '-shutter',   # Specify the shutter frame
    110     'flat'     => '-flat',      # Specify the flat frame
    111     'domeflat' => '-flat',      # Specify the flat frame
    112     'skyflat'  => '-flat',      # Specify the flat frame
    113     'fringe'   => '-fringe',    # Specify the fringe frame
    114     'mask'     => '-mask',      # Specify the mask frame
    115     'darkmask' => '-mask',      # Specify the mask frame
    116     'flatmask' => '-mask',      # Specify the mask frame
     107    'bias'             => '-bias',      # Specify the bias frame
     108    'dark'             => '-dark',      # Specify the dark frame
     109    'dark_premask'     => '-dark',      # Specify the dark frame
     110    'shutter'          => '-shutter',   # Specify the shutter frame
     111    'flat'             => '-flat',      # Specify the flat frame
     112    'domeflat'         => '-flat',      # Specify the flat frame
     113    'skyflat'          => '-flat',      # Specify the flat frame
     114    'flat_premask'     => '-flat',      # Specify the flat frame
     115    'domeflat_premask' => '-flat',      # Specify the flat frame
     116    'skyflat_premask'  => '-flat',      # Specify the flat frame
     117    'fringe'           => '-fringe',    # Specify the fringe frame
     118    'mask'             => '-mask',      # Specify the mask frame
     119    'darkmask'         => '-mask',      # Specify the mask frame
     120    'flatmask'         => '-mask',      # Specify the mask frame
    117121};
    118122
Note: See TracChangeset for help on using the changeset viewer.