IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32997


Ignore:
Timestamp:
Dec 22, 2011, 9:09:53 AM (15 years ago)
Author:
eugene
Message:

stack match radius for forced photometry needs to be large enough to catch self-matches for faint objects

Location:
trunk/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/recipes/psphot.config

    r32674 r32997  
    329329
    330330# stack photometry parameters
    331 PSPHOT.STACK.MATCH.RADIUS           F32   1.0  # join detections from different images with this correlation radius (pixels)
     331PSPHOT.STACK.MATCH.RADIUS           F32   5.0  # join detections from different images with this correlation radius (pixels)
    332332PSPHOT.STACK.MATCH.PSF              BOOL  T    # convolved input images to common target PSF
    333333PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    334334PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
    335 @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.5 9.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
     335@PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    336336PSPHOT.STACK.USE.RAW                BOOL  T
    337337
     
    349349  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
    350350  PSPHOT.STACK.USE.RAW                BOOL  F    # perform photometry & morphology analysis on the raw image
    351   @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.5 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
     351  @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    352352  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
    353353  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
     
    365365# Extended source fit parameters
    366366STACKPHOT_TEST                        METADATA
    367   EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform any of the aperture-like measurements?
    368   EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
    369   EXTENDED_SOURCE_SN_LIM              F32   20.0
    370   EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
    371   EXTENDED_SOURCE_ANNULI              BOOL  TRUE
     367  EXTENDED_SOURCE_FITS                BOOL  F  # perform any of the aperture-like measurements?
     368  EXTENDED_SOURCE_ANALYSIS            BOOL  F  # perform any of the aperture-like measurements?
     369  EXTENDED_SOURCE_SN_LIM              F32   10.0
     370  EXTENDED_SOURCE_PETROSIAN           BOOL  F
     371  EXTENDED_SOURCE_ANNULI              BOOL  F
    372372  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    373373  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
    374374  PSPHOT.STACK.USE.RAW                BOOL  F    # perform photometry & morphology analysis on the raw image
    375   @PSPHOT.STACK.TARGET.PSF.FWHM       F32   8.0 10.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    376   RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
     375  @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
     376  RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
    377377  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
    378378  OUTPUT.FORMAT                       STR   PS1_SV1
    379379
    380380  EXT_FIT_MAX_RADIUS                  F32   50.0
    381   PSF_MODEL                           STR   PS_MODEL_QGAUSS
    382   EXT_MODEL                           STR   PS_MODEL_SERSIC
     381  PSF_MODEL                           STR   PS_MODEL_GAUSS
     382  EXT_MODEL                           STR   PS_MODEL_QGAUSS
    383383END
    384384
  • trunk/ippconfig/recipes/reductionClasses.mdc

Note: See TracChangeset for help on using the changeset viewer.