IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36747 for trunk/ippconfig


Ignore:
Timestamp:
May 13, 2014, 2:40:41 PM (12 years ago)
Author:
bills
Message:

change psphotFullForce galaxy shapes analysis to use different radius
trial values based on the signal to nosie of the source as measured
by psphotStack

File:
1 edited

Legend:

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

    r36735 r36747  
    448448GALAXY_SHAPES_STYLE                 STR   R_MAJ_R_MIN
    449449
     450# new recipe values which set paramter spacing based on signal to noise
     451# DELTA = Q / SN
     452# F_MIN = 1 - NSIGMA * DELTA
     453# F_MAX = 1 + NSIGMA * DELTA
     454GALAXY_SHAPES_Q                     F32   1.0
     455GALAXY_SHAPES_NSIGMA                F32   3.0       #  yields 7 x 7 grid
     456GALAXY_SHAPES_CLAMP_SN              F32   50.       # minimum spacing fraction .02
     457
     458# These recipe values are no longer used
    450459GALAXY_SHAPES_FR_MAJOR_MIN          F32   0.8
    451460GALAXY_SHAPES_FR_MAJOR_MAX          F32   1.60
    452 GALAXY_SHAPES_FR_MAJOR_DEL          F32   0.05
     461GALAXY_SHAPES_FR_MAJOR_DEL          F32   0.2
    453462GALAXY_SHAPES_FR_MINOR_MIN          F32   0.8
    454463GALAXY_SHAPES_FR_MINOR_MAX          F32   1.60
    455 GALAXY_SHAPES_FR_MINOR_DEL          F32   0.05
    456 
    457 #GALAXY_SHAPES_FR_MAJOR_MIN          F32   0.85
    458 #GALAXY_SHAPES_FR_MAJOR_MAX          F32   1.15
    459 #GALAXY_SHAPES_FR_MAJOR_DEL          F32   0.05
    460 #GALAXY_SHAPES_FR_MINOR_MIN          F32   0.85
    461 #GALAXY_SHAPES_FR_MINOR_MAX          F32   1.15
    462 #GALAXY_SHAPES_FR_MINOR_DEL          F32   0.05
     464GALAXY_SHAPES_FR_MINOR_DEL          F32   0.2
     465
    463466
    464467# Extended source fit parameters
Note: See TracChangeset for help on using the changeset viewer.