IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2006, 9:19:51 PM (20 years ago)
Author:
eugene
Message:

various flat vs domeflat fixes (incomplete)

File:
1 edited

Legend:

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

    r10592 r10742  
    5757        'shutter' => 'PPIMAGE_S',       # Shutter only
    5858        'flat' => 'PPIMAGE_F',  # Flat-field only
     59        'domeflat' => 'PPIMAGE_F',      # Flat-field only
     60        'skyflat' => 'PPIMAGE_F',       # Flat-field only
    5961        'fringe' => 'PPIMAGE_R',        # Fringe only
    6062    },
     
    6466        'shutter' => 'PPIMAGE_OBDS',    # Shutter only
    6567        'flat' => 'PPIMAGE_OBDSF',      # Flat-field only
     68        'domeflat' => 'PPIMAGE_OBDSF',  # Flat-field only
     69        'skyflat' => 'PPIMAGE_OBDSF',   # Flat-field only
    6670        'fringe' => 'PPIMAGE_OBDSFR',   # Fringe only
    6771    },
     
    7478    'shutter' => '-shutter',    # Specify the shutter frame
    7579    'flat' => '-flat',          # Specify the flat frame
     80    'domeflat' => '-flat',              # Specify the flat frame
     81    'skyflat' => '-flat',               # Specify the flat frame
    7682    'fringe' => '-fringe',      # Specify the fringe frame
    7783};
Note: See TracChangeset for help on using the changeset viewer.