IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:17:26 PM (20 years ago)
Author:
Paul Price
Message:

Adding shutter measurement.

File:
1 edited

Legend:

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

    r9224 r9337  
    4040# Recipes to use, as a function of the detrend type
    4141use constant RECIPES => {
    42     'bias' => 'PPIMAGE_O',      # Overscan only
    43     'dark' => 'PPIMAGE_OB',     # Overscan and bias only
    44     'flat' => 'PPIMAGE_OBD',    # Overscan, bias and dark only
     42    'bias'    => 'PPIMAGE_O',    # Overscan only
     43    'dark'    => 'PPIMAGE_OB',   # Overscan and bias only
     44    'shutter' => 'PPIMAGE_OBD',  # Overscan, bias and dark only
     45    'flat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
    4546};
    4647
Note: See TracChangeset for help on using the changeset viewer.