IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2007, 10:19:39 AM (19 years ago)
Author:
eugene
Message:

clean up formatting

File:
1 edited

Legend:

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

    r13698 r13699  
    9090# Flags to specify the particular detrend to use
    9191use constant DETRENDS => {
    92     'bias' => '-bias',          # Specify the bias frame
    93     'dark' => '-dark',          # Specify the dark frame
    94     'shutter' => '-shutter',    # Specify the shutter frame
    95     'flat' => '-flat',          # Specify the flat frame
     92    'bias'     => '-bias',      # Specify the bias frame
     93    'dark'     => '-dark',      # Specify the dark frame
     94    'shutter'  => '-shutter',   # Specify the shutter frame
     95    'flat'     => '-flat',      # Specify the flat frame
    9696    'domeflat' => '-flat',      # Specify the flat frame
    97     'skyflat' => '-flat',       # Specify the flat frame
    98     'fringe' => '-fringe',      # Specify the fringe frame
     97    'skyflat'  => '-flat',      # Specify the flat frame
     98    'fringe'   => '-fringe',    # Specify the fringe frame
    9999};
    100100
Note: See TracChangeset for help on using the changeset viewer.