IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24763


Ignore:
Timestamp:
Jul 12, 2009, 10:53:00 AM (17 years ago)
Author:
eugene
Message:

threshold is still 2.3; add comments to clarify older tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/magic_process.pl

    r24379 r24763  
    144144        # XXX: get all of these parameters from a recipe
    145145
    146         # set threshold to 4 sigma
     146        # set threshold to 2.3 sigma (Default specified by Paul Sydney)
    147147        $command .= ' -t 2.3';
    148 #        $command .= ' -t 4';
     148
     149        # set threshold to 2.75 sigma (Test by EAM : uncorrelated noise is typically ~20% higher than expected)
     150        # XXX we have fixed the output variance to address this
     151        # $command .= ' -t 2.75';
     152
     153        # set threshold to 4 sigma (for testing)
     154        # $command .= ' -t 4';
    149155
    150156        # set Minimum percent visible required between pixels clusters in a valid streak [0.0 - 1.0]
Note: See TracChangeset for help on using the changeset viewer.