IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2013, 10:25:29 AM (13 years ago)
Author:
bills
Message:

Rework of auxiliary masking. The initial implementation did not use the pmFPA system
because the files provided by MPG were not recognized as GPC1 and were not in a mask
format. This was the wrong thing to do.

  1. Resolve auxiliary mask using pmFPA system
  2. Use DETREND.CONSTRAINTS to select different set of masks for M31 and STS.
  3. Convert the auxiliary video mask to type PS_TYPE_IMAGE_MASK
  4. Change recipes for STS to use CHIP_AUXMASK recipe which uses det_type AUXMASK_STS
  5. Change M31 recipes to use det_type AUXMASK_HEAVY
File:
1 edited

Legend:

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

    r36111 r36169  
    220220END
    221221
    222 # Standard chip processing
     222# Standard chip processing with auxillary masking
    223223CHIP_AUXMASK    METADATA
     224  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     225  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     226  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     227  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     228  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     229  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     230  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     231  NONLIN             BOOL    FALSE           # Non-linearity correction; not implemented
     232  BIAS               BOOL    TRUE            # Bias subtraction
     233  DARK               BOOL    TRUE            # Dark subtraction
     234  SHUTTER            BOOL    FALSE           # Shutter correction
     235  FLAT               BOOL    TRUE            # Flat-field normalisation
     236  MASK               BOOL    TRUE            # Mask bad pixels
     237  FRINGE             BOOL    TRUE            # Fringe subtraction
     238  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     239  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     240  PHOTOM             BOOL    TRUE            # Source identification and photometry
     241  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     242  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     243  BACKGROUND         BOOL    TRUE            # Subtract background?
     244  MASK.STATS         BOOL    TRUE            # Calculate Mask statistics.
     245END
     246
     247# Standard chip processing with heavy auxillary masking (same as CHIP_AUXMASK here, but different in gpc1)
     248CHIP_AUXMASK_HEAVY      METADATA
    224249  BASE.FITS          BOOL    FALSE           # Save base detrended image?
    225250  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
Note: See TracChangeset for help on using the changeset viewer.