IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2010, 9:18:39 AM (16 years ago)
Author:
Serge CHASTEL
Message:

Merging trunk in branch

Location:
branches/sc_branches/trunkTest
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/sc_branches/trunkTest

  • branches/sc_branches/trunkTest/ippconfig/recipes

    • Property svn:mergeinfo deleted
  • branches/sc_branches/trunkTest/ippconfig/recipes/psphot.config

    r28422 r29060  
    9090
    9191PSF_FIT_ITER                        S32   50              # Maximum number of fitting iterations for PSF
    92 PSF_FIT_TOL                         F32   0.01            # Fit tolerance for PSF
     92PSF_FIT_MIN_TOL                     F32   0.01            # Fit tolerance for PSF
     93PSF_FIT_MAX_TOL                     F32   2.00            # Fit tolerance for PSF
     94
     95PSF_FIT_MIN_VALID_FLUX              F32  -100000000.0     # minimum allow flux for fitted source
     96PSF_FIT_MAX_VALID_FLUX              F32  +100000000.0     # maximum allow flux for fitted source
     97
     98# the following is used to require a minimum quality of fit before
     99# stopping based on the tolerance.  be careful of using this in
     100# conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with
     101# pooly determined errors
     102PSF_FIT_MAX_CHISQ                   F32  20.00            # require chisq / DOF to reach this level before giving up
    93103
    94104# PSF model parameters : choose the PSF model
     
    113123PSF.FAKE.ALLOW                      BOOL  FALSE           # Allow use of fake PSFs when having trouble?
    114124
     125PSF_FIT_RADIUS                      F32   15.0            # XXX this is now autoscaled
    115126PSF_REF_RADIUS                      F32   25.0            # aperture magnitudes are scaled via
    116127                                                          # curve-of-growth to this radius
     
    138149 
    139150# this model is used for approximate subtraction in the main object analysis step
    140 EXT_MODEL                           STR   PS_MODEL_QGAUSS
     151EXT_MODEL                           STR   PS_MODEL_SERSIC
    141152EXT_FIT_NSIGMA                      F32   1               # significance for pixel included in fit
    142153EXT_FIT_PADDING                     F32   5               # extra annulus to use for fit
     
    145156
    146157EXT_FIT_ITER                        S32   20              # Maximum number of fitting iterations for EXT
    147 EXT_FIT_TOL                         F32   0.01            # Fit tolerance for EXT
     158EXT_FIT_MIN_TOL                     F32   0.01            # Fit tolerance for EXT
     159EXT_FIT_MAX_TOL                     F32   2.00            # Fit tolerance for EXT
     160
     161# the following is used to require a minimum quality of fit before
     162# stopping based on the tolerance.  be careful of using this in
     163# conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with
     164# pooly determined errors
     165EXT_FIT_MAX_CHISQ                   F32  20.00            # require chisq / DOF to reach this level before giving up
    148166
    149167# extended source aperture-like measurements
     
    170188 #PGAUSS_PSF  EXTENDED_SOURCE_MODEL  PS_MODEL_PGAUSS   20.0    TRUE
    171189 #QGAUSS_PSF  EXTENDED_SOURCE_MODEL  PS_MODEL_QGAUSS   20.0    TRUE
    172  SERSIC_PSF  EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC   20.0    TRUE
     190 EXP_PCM  EXTENDED_SOURCE_MODEL  PS_MODEL_EXP      20.0    TRUE
     191 DEV_PCM  EXTENDED_SOURCE_MODEL  PS_MODEL_DEV      20.0    TRUE
     192 SER_PCM  EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC   20.0    TRUE
    173193END
    174194
     
    224244PCM_BOX_SIZE                        S32   8
    225245
    226 NOISE.FACTOR                        F32   5.0
     246NOISE.FACTOR                        F32  10.0
    227247NOISE.SIZE                          F32   2.0
    228248
     
    307327# Extended source fit parameters
    308328STACKPHOT                             METADATA
     329  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform any of the aperture-like measurements?
    309330  EXTENDED_SOURCE_ANALYSIS            BOOL  TRUE  # perform any of the aperture-like measurements?
    310331  EXTENDED_SOURCE_SN_LIM              F32   20.0
    311332  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
    312   EXTENDED_SOURCE_ISOPHOTAL           BOOL  FALSE
    313333  EXTENDED_SOURCE_ANNULI              BOOL  TRUE
    314   EXTENDED_SOURCE_KRON                BOOL  FALSE
    315334  PSPHOT.STACK.MATCH.PSF.SOURCE       STR   AUTO # which inputs to convolve? (RAW, CNV, AUTO)
    316335  PSPHOT.STACK.TARGET.PSF.AUTO        BOOL  F    # automatically determine target PSF size?
     
    319338  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
    320339  OUTPUT.FORMAT                       STR   PS1_SV1
     340
     341  EXT_FIT_MAX_RADIUS                  F32   50.0
     342  PSF_MODEL                           STR   PS_MODEL_GAUSS
     343  EXT_MODEL                           STR   PS_MODEL_SERSIC
    321344END
    322345
     
    343366  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    344367  OUTPUT.FORMAT                     STR  PS1_DV1       # Format of output file
    345 
    346368END
    347369
Note: See TracChangeset for help on using the changeset viewer.