IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20088


Ignore:
Timestamp:
Oct 13, 2008, 4:04:18 AM (18 years ago)
Author:
Sebastian Jester
Message:

Use same PSF.TREND.MODE setting (POLY_ORD) as was default in 2.6.1

File:
1 edited

Legend:

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

    r18309 r20088  
    2020#FULL_FIT_SN_LIM      F32  50.0
    2121#AP_MIN_SN            F32  20.0
     22# This is where aperture correction gets turned on and off - used to be false up to 2008-10-06
    2223MEASURE.APTREND                     BOOL  FALSE
    2324PSF_CLUMP_NSIGMA   F32  2.5             # region of Sx,Sy plane to use for selecting PSF stars
     
    4344##    NELEMENTS        S32       10               # number of unmasked components
    4445## END  # folder for 4D polynomial
     46
     47# Use same default setting as in 2.6.1 (MAP is now global default)
     48PSF.TREND.MODE                      STR POLY_ORD         
     49PSF.TREND.NX                        S32   0
     50PSF.TREND.NY                        S32   0
     51
     52# Turn on variable PSF fitting - MAP tries to trade off between not having many stars and not having many bins.
     53# Try nx, ny up to 3 or 5.
     54# Note that MAP with NX, NY = 1 is the default in recipes/psphot.config now!
     55# PSF.TREND.MODE        STR     MAP
     56# PSF.TREND.NX          S32     5
     57# PSF.TREND.NY          S32     5
    4558
    4659XMIN F32 15
Note: See TracChangeset for help on using the changeset viewer.