IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11477


Ignore:
Timestamp:
Jan 30, 2007, 6:35:15 PM (19 years ago)
Author:
Paul Price
Message:

Adding constraints on detrends selected with detselect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simple/ppImage.config

    r10806 r11477  
    2121OVERSCAN.STAT           STR     MEAN            # MEAN | MEDIAN
    2222
     23# How to select the appropriate detrend image
     24DETREND.CONSTRAINTS  METADATA
     25  BIAS METADATA
     26  END
     27  DARK METADATA
     28    EXPTIME STR FPA.EXPTIME
     29  END
     30  FLAT METADATA
     31    FILTER  STR FPA.FILTER
     32    VERSION STR RAW
     33  END
     34  FRINGE METADATA
     35    FILTER   STR FPA.FILTER
     36    AIRMASS  STR FPA.AIRMASS
     37    TWILIGHT STR FPA.TIME
     38  END
     39  SHUTTER METADATA
     40  END   
     41END
    2342
    2443####################################################################################
     
    88107  SHUTTER         BOOL    FALSE            # Shutter correction
    89108  FLAT            BOOL    TRUE            # Flat-field normalisation
    90   MASK            BOOL    TRUE            # Mask bad pixels
     109  MASK            BOOL    FALSE            # Mask bad pixels
    91110  FRINGE          BOOL    FALSE           # Fringe subtraction
    92111END
     
    99118  SHUTTER         BOOL    FALSE            # Shutter correction
    100119  FLAT            BOOL    TRUE            # Flat-field normalisation
    101   MASK            BOOL    TRUE            # Mask bad pixels
     120  MASK            BOOL    FALSE           # Mask bad pixels
    102121  FRINGE          BOOL    TRUE            # Fringe subtraction
    103122END
Note: See TracChangeset for help on using the changeset viewer.