IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32925


Ignore:
Timestamp:
Dec 11, 2011, 1:48:44 PM (15 years ago)
Author:
eugene
Message:

stack-match radius needs to be larger than fwhm to avoid garbage associations; set target PSF values to be 1.5 and 2.0 arcsec for 0.25 arcsec pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippconfig/recipes/psphot.config

    r32674 r32925  
    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
Note: See TracChangeset for help on using the changeset viewer.