IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27949


Ignore:
Timestamp:
May 13, 2010, 11:00:40 AM (16 years ago)
Author:
eugene
Message:

additional recipe options for stack photometry

File:
1 edited

Legend:

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

    r27889 r27949  
    290290PSPHOT.STACK.TARGET.PSF.FWHM        F32   5.0  # FWHM of target PSF (if NOT AUTO sized; pixels)
    291291
     292RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
     293RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
     294
     295# Extended source fit parameters
     296STACKPHOT_TEST                       METADATA
     297  EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
     298  EXTENDED_SOURCE_SN_LIM              F32   20.0
     299  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
     300  EXTENDED_SOURCE_ISOPHOTAL           BOOL  FALSE
     301  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
     302  EXTENDED_SOURCE_KRON                BOOL  FALSE
     303  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
     304  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     305  PSPHOT.STACK.TARGET.PSF.FWHM        F32   4.5  # FWHM of target PSF (if NOT AUTO sized; pixels)
     306END
     307
     308# Extended source fit parameters
     309STACKPHOT_TEST_V2                     METADATA
     310  EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
     311  EXTENDED_SOURCE_SN_LIM              F32   20.0
     312  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
     313  EXTENDED_SOURCE_ISOPHOTAL           BOOL  FALSE
     314  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
     315  EXTENDED_SOURCE_KRON                BOOL  FALSE
     316  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
     317  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     318  PSPHOT.STACK.TARGET.PSF.FWHM        F32   4.5  # FWHM of target PSF (if NOT AUTO sized; pixels)
     319  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
     320  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
     321  OUTPUT.FORMAT                       STR   PS1_SV1
     322END
     323
    292324# Recipe overrides for CHIP
    293325CHIP    METADATA
Note: See TracChangeset for help on using the changeset viewer.