IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2013, 10:21:44 AM (13 years ago)
Author:
bills
Message:

Add ppImage recipe value APPLY.BURNTOOL defaults to TRUE.
If USE.DEBURNED.IMAGE is set burntool will be applied in ppImage
if APPLY.BURNTOOL is true. If APPLY.BURNTOOL is false burntool will
be applied using the burntool program by chip_imfile.pl. If USE.DEBURNED.IMAGE
is false (default for other cameras) burntool will not be applied at all.
Also added recipe CHIP_PRESERVE_BG_AUXMASK which will be used for M31
processing. CHIP_PRESERVE_BG changed to set MASK.AUXMASK false
Added M31_BG_PRESERVE reduction

File:
1 edited

Legend:

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

    r35531 r35685  
    1818MASK.BURNTOOL      BOOL    FALSE           # Mask potential burntool trails
    1919MASK.AUXMASK       BOOL    FALSE           # augment mask with auxillary mask
    20 AUX.VIDEO.MASK     STR     NULL
     20AUX.VIDEO.MASK     STR     NULL            # name of aditional masking for video cells
     21APPLY.BURNTOOL     BOOL    FALSE           # apply burntool coorection
    2122VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
    2223ADDNOISE           BOOL    FALSE           # Add noise to degrade an MD image to a 3pi image?
     
    4748TILTYSTREAK.BY.CLASS METADATA              # apply the 'tiltystreak' tool
    4849END
     50NO.COMPRESS        BOOL     FALSE
    4951
    5052# output data formats to save
     
    21392141  MASK               BOOL    TRUE            # Mask bad pixels
    21402142  MASK.BUILD         BOOL    TRUE            # Build internal mask?
     2143  PATTERN.ROW        BOOL    FALSE           # Subtract pattern noise
     2144  PATTERN.CELL       BOOL    FALSE           # Subtract pattern noise
     2145  FRINGE             BOOL    TRUE            # Fringe subtraction
     2146  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     2147  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     2148  PHOTOM             BOOL    TRUE            # Source identification and photometry
     2149  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     2150  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     2151  BACKGROUND         BOOL    FALSE           # Subtract background?
     2152  MASK.STATS         BOOL    TRUE            # Calculate Mask statistics
     2153END
     2154
     2155# Standard chip processing with auxiliary mask but without any background removal or pattern correction
     2156CHIP_PRESERVE_BG_AUXMASK        METADATA
     2157  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     2158  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     2159  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     2160  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     2161  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     2162  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     2163  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     2164  NONLIN             BOOL    FALSE           # Overscan subtraction
     2165  BIAS               BOOL    TRUE            # Bias subtraction
     2166  DARK               BOOL    TRUE            # Dark subtraction
     2167  SHUTTER            BOOL    FALSE           # Shutter correction
     2168  FLAT               BOOL    TRUE            # Flat-field normalisation
     2169  MASK               BOOL    TRUE            # Mask bad pixels
     2170  MASK.BUILD         BOOL    TRUE            # Build internal mask?
     2171  MASK.AUXMASK       BOOL    TRUE            # augment mask with more restrictive auxiliary mask
    21412172  PATTERN.ROW        BOOL    FALSE           # Subtract pattern noise
    21422173  PATTERN.CELL       BOOL    FALSE           # Subtract pattern noise
Note: See TracChangeset for help on using the changeset viewer.