IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2010, 5:06:01 PM (16 years ago)
Author:
watersc1
Message:

Almost working version of the mask-stats/software revision code.

Almost.

Location:
branches/czw_branch/20100427
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100427

  • branches/czw_branch/20100427/ippconfig

  • branches/czw_branch/20100427/ippconfig/recipes/psphot.config

    r27652 r28017  
    151151EXTENDED_SOURCE_ANALYSIS            BOOL  FALSE  # perform any of the aperture-like measurements?
    152152EXTENDED_SOURCE_SN_LIM              F32   20.0
     153EXTENDED_SOURCE_RAW_RADIUS          BOOL  FALSE
    153154EXTENDED_SOURCE_PETROSIAN           BOOL  FALSE
    154155EXTENDED_SOURCE_ISOPHOTAL           BOOL  FALSE
     
    174175
    175176# define the annuli (in pixels) for surface brightness measurements
    176 @RADIAL.ANNULAR.BINS.LOWER           F32     0.0   5.0  10.0  20.0  40.0  80.0
    177 @RADIAL.ANNULAR.BINS.UPPER           F32     5.0  10.0  20.0  40.0  80.0 160.0
     177# @RADIAL.ANNULAR.BINS.LOWER           F32     0.0   5.0  10.0  20.0  40.0  80.0
     178# @RADIAL.ANNULAR.BINS.UPPER           F32     5.0  10.0  20.0  40.0  80.0 160.0
     179
     180# SDSS values:
     181@RADIAL.ANNULAR.BINS.LOWER           F32     0.00 0.56 1.69 2.59 4.41  7.51 11.58 18.58 28.55 45.50  70.51 110.53 172.49 269.52 420.51
     182@RADIAL.ANNULAR.BINS.UPPER           F32     0.56 1.69 2.59 4.41 7.51 11.58 18.58 28.55 45.50 70.51 110.53 172.49 269.52 420.51 652.50
    178183
    179184# Extended source fit parameters
     
    279284
    280285# stack photometry parameters
    281 PSPHOT.STACK.MATCH.RADIUS           F32   1.0 # join detections from different images with this correlation radius (pixels)
     286PSPHOT.STACK.MATCH.RADIUS           F32   1.0  # join detections from different images with this correlation radius (pixels)
     287PSPHOT.STACK.MATCH.PSF              BOOL  T    # convolved input images to common target PSF
     288PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
     289PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  T    # automatically determine target PSF size?
     290PSPHOT.STACK.TARGET.PSF.FWHM        F32   5.0  # FWHM of target PSF (if NOT AUTO sized; pixels)
     291
     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                             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   7.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
    282323
    283324# Recipe overrides for CHIP
Note: See TracChangeset for help on using the changeset viewer.