IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34226 for trunk/ippconfig


Ignore:
Timestamp:
Jul 31, 2012, 9:31:06 AM (14 years ago)
Author:
bills
Message:

If number of objects is above a recipe limit reduce the number of radial
apertures processed. Also add recipe value to cause final linear fit
for detected sources be performed first ommitting negative flux sources
followed by the fit for matched sources. Set to false for now pending
further testing

File:
1 edited

Legend:

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

    r34202 r34226  
    233233@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?
    234234
     235# In very dense fields it doesn't make sense to measure out to large radial apertures.
     236# If the number of sources is above RADIAL.CUT.RADIUS.NUM.SOURCES.LIMIT
     237# bins with     RADIAL.ANNULAR.BINS.UPPER > RADIAL.SOURCES.OVER.LIMIT.RADIUS
     238# will be removed from the recipe. (Note this is currently only used in psphotStack).
     239RADIAL.NUM.SOURCES.LIMIT            S32         50000
     240RAIDAL.SOURCES.OVER.LIMIT.RADIUS    F32         20.0    # pixels
     241
    235242# Extended source fit parameters
    236243EXTENDED_TEST                       METADATA
     
    354361@PSPHOT.STACK.TARGET.PSF.FWHM       F32   6.0 8.0 # FWHM of target PSF (if NOT AUTO sized; pixels)
    355362PSPHOT.STACK.USE.RAW                BOOL  T
     363PSPHOT.STACK.SPLIT.LINEAR.FIT       BOOL  T    # require positive flux for pass 3 sources then fit matched sources
    356364
    357365RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
Note: See TracChangeset for help on using the changeset viewer.