IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2012, 5:24:19 PM (14 years ago)
Author:
mhuber
Message:

merging latest r34040 trunk changes to branch

Location:
branches/meh_branches/ppstack_test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppstack_test

  • branches/meh_branches/ppstack_test/ippconfig

  • branches/meh_branches/ppstack_test/ippconfig/recipes/psphot.config

    r33415 r34041  
    3838SKY_CLIP_SIGMA                      F32   2.0             # statistic used to measure background
    3939SKY_SIG                             F32   1.0             # optional sky error for
     40SKY_SLOPE_MIN                       F32   3.0             # exit radial profile loop when abs(slope) is less than this
    4041
    4142# allowed values for SKY_STAT:
     
    5758PEAKS_POS2_NSIGMA_LIMIT             F32   25.0            # peak signficance threshold for POS2 sources. (ppSub)
    5859                                                          # input pixels contribute less than this fraction of the flux
     60PEAKS_NMAX_TOTAL                    S32   0               # maximum allowed number of peaks 0 == unlimited
     61
    5962# parameters which adjust the footprint analysis
    6063USE_FOOTPRINTS                      BOOL  TRUE            # use new pmFootprint peak packaging
     
    6568FOOTPRINT_CULL_NSIGMA_MIN           F32   1               # Minimum height of colls in units of skyStdev
    6669FOOTPRINT_CULL_NSIGMA_PAD           F32   0.01            # Fractional Padding for stdev
     70FOOTPRINT_USE_UNSUBTRACTED          BOOL  TRUE            # find footprints without sources subtracted
    6771
    6872# parameter for the simple deblending
     
    159163 
    160164# this model is used for approximate subtraction in the main object analysis step
    161 EXT_MODEL                           STR   PS_MODEL_SERSIC
     165EXT_MODEL                           STR   PS_MODEL_GAUSS
    162166EXT_FIT_NSIGMA                      F32   1               # significance for pixel included in fit
    163167EXT_FIT_PADDING                     F32   5               # extra annulus to use for fit
     
    184188EXTENDED_SOURCE_KRON                BOOL  FALSE
    185189PETROSIAN_FOR_STARS                 BOOL  FALSE
     190
     191KRON_ITERATIONS                     S32   2
     192KRON_APPLY_WEIGHT                   BOOL  FALSE
     193KRON_APPLY_WINDOW                   BOOL  FALSE
     194KRON_SMOOTH                         BOOL  TRUE      # smooth pixels before measuring kron radii
     195KRON_SMOOTH_SIGMA                   F32   1.7
     196KRON_SMOOTH_NSIGMA                  S32   2
     197KRON_SB_MIN_FACTOR                  F32   2
    186198
    187199# Extended source fit parameters
     
    261273POISSON.ERRORS.PARAMS               BOOL  TRUE
    262274
     275# psphotFitSourcesLinear has 3 options for the weighting: CONSTANT,
     276# IMAGE_VAR, MODEL_VA the first of these used to be folded into the
     277# boolean CONSTANT_PHOTOMETRIC_WEIGHTS above.
     278LINEAR_FIT_VARIANCE_MODE            STR  CONSTANT
     279
    263280PCM_BOX_SIZE                        S32   8
    264281
     
    348365  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    349366  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
    350   PSPHOT.STACK.USE.RAW                BOOL  F    # perform photometry & morphology analysis on the raw image
     367  # NOTE: if PSPHOT.STACK.USE.RAW is set to False, KRON.SMOOTH should be
     368  # set to false as well in order to get the best MOMENTS_R1 measurement
     369  PSPHOT.STACK.USE.RAW                BOOL  T    # perform photometry & morphology analysis on the raw image
     370  KRON_SMOOTH                         BOOL  T    # smooth before kron radius measurement
    351371  @PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    352372  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
     
    359379
    360380  EXT_FIT_MAX_RADIUS                  F32   50.0
    361   PSF_MODEL                           STR   PS_MODEL_GAUSS
     381  PSF_MODEL                           STR   PS_MODEL_PS1_V1
    362382  EXT_MODEL                           STR   PS_MODEL_QGAUSS
     383  PEAKS_NMAX_TOTAL                    S32   50000 # maximum allowed number of peaks - To avoid memory explosion
    363384END
    364385
     
    439460# Extended source fit parameters
    440461APTEST_V1                     METADATA
    441   OUTPUT.FORMAT                       STR   PS1_V3
    442 
    443   # CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
    444   # POISSON.ERRORS.PHOT.LMM             BOOL  FALSE
    445462  CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  FALSE
    446463  POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
    447 
    448   PSF_APERTURE_SCALE                  F32   4.5
    449   PSF_REF_RADIUS                      F32   25
     464  SKY_STAT                            STR   FITTED_MEAN
    450465END
    451466
    452467# Extended source fit parameters
    453468APTEST_V2                     METADATA
    454   OUTPUT.FORMAT                       STR   PS1_V3
    455 
    456   # CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
    457   # POISSON.ERRORS.PHOT.LMM             BOOL  FALSE
    458469  CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  FALSE
    459470  POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
    460 
    461   PSF_APERTURE_SCALE                  F32   4.5
    462   PSF_REF_RADIUS                      F32   30
     471  SKY_STAT                            STR   ROBUST_MEDIAN
    463472END
    464473
    465474# Extended source fit parameters
    466475APTEST_V3                     METADATA
    467   OUTPUT.FORMAT                       STR   PS1_V3
    468 
    469   # CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
    470   # POISSON.ERRORS.PHOT.LMM             BOOL  FALSE
    471   CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  FALSE
     476  CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
    472477  POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
    473 
    474   PSF_APERTURE_SCALE                  F32   4.5
    475   PSF_REF_RADIUS                      F32   35
     478  SKY_STAT                            STR   FITTED_MEAN
    476479END
    477480
Note: See TracChangeset for help on using the changeset viewer.