IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 11:52:36 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120627
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627

  • branches/eam_branches/ipp-20120627/ippconfig

  • branches/eam_branches/ipp-20120627/ippconfig/recipes/psphot.config

    r34193 r34248  
    6969FOOTPRINT_CULL_NSIGMA_PAD           F32   0.01            # Fractional Padding for stdev
    7070FOOTPRINT_USE_UNSUBTRACTED          BOOL  TRUE            # find footprints without sources subtracted
     71FOOTPRINT_SET_NANS_TO_ZERO          BOOL  FALSE           # set nan pixels in smoothed image to zero when culling peaks
    7172
    7273# parameter for the simple deblending
     
    233234@RADIAL.ANNULAR.BINS.UPPER           F32      0.96 2.72 4.16 7.04 12.0 18.56 29.76 45.68 72.80 112.80 176.88 # perl parser fails without a comment ticket #1476 still?
    234235
     236# In very dense fields it doesn't make sense to measure out to large radial apertures.
     237# If the number of sources is above RADIAL.CUT.RADIUS.NUM.SOURCES.LIMIT
     238# bins with     RADIAL.ANNULAR.BINS.UPPER > RADIAL.SOURCES.OVER.LIMIT.RADIUS
     239# will be removed from the recipe. (Note this is currently only used in psphotStack).
     240RADIAL.NUM.SOURCES.LIMIT            S32         50000
     241RAIDAL.SOURCES.OVER.LIMIT.RADIUS    F32         20.0    # pixels
     242
    235243# Extended source fit parameters
    236244EXTENDED_TEST                       METADATA
     
    275283
    276284# psphotFitSourcesLinear has 3 options for the weighting: CONSTANT,
    277 # IMAGE_VAR, MODEL_VA the first of these used to be folded into the
     285# IMAGE_VAR, MODEL_VAR the first of these used to be folded into the
    278286# boolean CONSTANT_PHOTOMETRIC_WEIGHTS above.
    279287LINEAR_FIT_VARIANCE_MODE            STR  CONSTANT
     
    341349PSPHOT.CR.MAX.MAG                   F32   0               # guess for limit on Kron Mag
    342350PSPHOT.CR.AUTOSCALE                 BOOL  FALSE
     351PSPHOT.CR.MAX.WINDOW                S32   50              # maximum window to seach for cosmic rays
    343352
    344353# Detection efficiency
     
    353362@PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    354363PSPHOT.STACK.USE.RAW                BOOL  T
     364PSPHOT.STACK.SPLIT.LINEAR.FIT       BOOL  T    # require positive flux for pass 3 sources then fit matched sources
    355365
    356366RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
     
    382392  PSF_MODEL                           STR   PS_MODEL_PS1_V1
    383393  EXT_MODEL                           STR   PS_MODEL_QGAUSS
    384   PEAKS_NMAX_TOTAL                    S32   50000 # maximum allowed number of peaks - To avoid memory explosion
     394  PEAKS_NMAX_TOTAL                    S32   0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion
    385395END
    386396
     
    518528  # extended source models applied to sources
    519529  EXTENDED_SOURCE_MODELS METADATA
    520    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
    521    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
     530    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     531    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
    522532  END
    523533END
Note: See TracChangeset for help on using the changeset viewer.