IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24593


Ignore:
Timestamp:
Jun 25, 2009, 4:14:27 PM (17 years ago)
Author:
eugene
Message:

set sensible values for MOMENTS_MIN_PIXEL_SN and MOMENTS_GAUSS_SIGMA

File:
1 edited

Legend:

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

    r24459 r24593  
    1111SAVE.PLOTS                          BOOL  FALSE
    1212
     13# format for output CMF files
     14OUTPUT.FORMAT                       STR   PS1_V2
     15
    1316# the zero point is used to set a basic scale for DVO
    1417# XXX it may not currently be read : double check this (EAM)
    1518ZERO_POINT                          F32   25.000          # zero point used by DVO
    1619ZERO_PT                             F32   25.000          # zero point used by DVO
    17 
    18 OUTPUT.FORMAT                       STR   PS1_V2
    1920
    2021# these parameter govern how the background is measured
     
    5354MOMENTS_SY_MAX                      F32   50.0
    5455MOMENTS_AR_MAX                      F32   1.5             # maximum axial ratio: 1 / AR < (sx / sy) < AR
     56MOMENTS_MIN_PIXEL_SN                F32   0.0             # XXX caution on this: too high and we will excessively clip
     57MOMENTS_GAUSS_SIGMA                 F32   4.0             # XXX TEST THIS: sigma in pixels (should be >> seeing equiv)
    5558
    5659# basic object statistics
     
    284287END
    285288
    286 
    287289# Recipe overrides for PR reduction
    288290PR      METADATA
Note: See TracChangeset for help on using the changeset viewer.