IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2009, 8:48:36 AM (17 years ago)
Author:
Paul Price
Message:

Paul Sydney writes: "You should remove the '-P 0.2' from the command
line. The default first stage proximity filter is now 0.35 or
required 35% visible pixels between clusters, which should reduce the
number of false streaks. The second stage proximity filter is 0.1 or
10% visible pixels between clusters and is only used when the the
majority of the pixels are distributed in smaller clusters."

File:
1 edited

Legend:

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

    r24763 r25933  
    148148
    149149        # 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
     150        # XXX we have fixed the output variance to address this
    151151        # $command .= ' -t 2.75';
    152152
    153153        # set threshold to 4 sigma (for testing)
    154         # $command .= ' -t 4';
     154        # $command .= ' -t 4';
    155155
    156156        # set Minimum percent visible required between pixels clusters in a valid streak [0.0 - 1.0]
    157157        # default is 0.2
    158         $command .= ' -P 0.2';
     158        # $command .= ' -P 0.2';
    159159
    160160        #$command .= ' -t 4' . ' -P 0.25';
Note: See TracChangeset for help on using the changeset viewer.