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
Location:
trunk/ippconfig/recipes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/filerules-split.mdc

    r36087 r36169  
    3838PPIMAGE.INPUT.MASK        INPUT    @FILES        CHIP       MASK
    3939PPIMAGE.VIDEOMASK         INPUT    @DETDB        CHIP       MASK
     40PPIMAGE.AUXMASK           INPUT    @DETDB        CHIP       MASK
    4041PPIMAGE.INPUT.VARIANCE    INPUT    @FILES        CHIP       VARIANCE
    4142PPIMAGE.INPUT.PSF         INPUT    @FILES        CHIP       PSF
  • 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?
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r36111 r36169  
    11261126
    11271127STS_DATASET METADATA
    1128    # CHIP_PPIMAGE STR CHIP_AUXMASK
    1129    # MPG wants auxiliary masking off for now
    1130    CHIP_PPIMAGE STR CHIP
     1128   CHIP_PPIMAGE STR CHIP_AUXMASK
    11311129   CHIP_PSPHOT STR CHIP
    11321130   WARP_PSWARP STR WARP
    1133    STACK_PPSTACK   STR STACK
     1131   STACK_PPSTACK STR STACK
    11341132   STACK_PPSUB STR STACK
    1135    STACK_PSPHOT    STR STACK
     1133   STACK_PSPHOT STR STACK
    11361134   DIFF_PPSUB  STR DIFF
    11371135   DIFF_PSPHOT STR DIFF
     
    11401138   FAKEPHOT    STR FAKEPHOT
    11411139   ADDSTAR     STR ADDSTAR
    1142    PSASTRO    STR STS_DATASET
    1143    STACKPHOT       STR    STACKPHOT
     1140   PSASTRO     STR STS_DATASET
     1141   STACKPHOT   STR STACKPHOT
    11441142END
    11451143
Note: See TracChangeset for help on using the changeset viewer.