IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24379


Ignore:
Timestamp:
Jun 11, 2009, 7:00:24 AM (17 years ago)
Author:
bills
Message:

This is the version used to produce the 20090611 data release

File:
1 edited

Legend:

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

    r24361 r24379  
    142142        $command .= " --detect --image $image --mask $mask --weight $weight -k $template";
    143143
    144         # set threshold to 4 sigma
    145         $command .= ' -t 4';
    146 
    147         # add -S
     144        # XXX: get all of these parameters from a recipe
     145
     146        # set threshold to 4 sigma
     147        $command .= ' -t 2.3';
     148#        $command .= ' -t 4';
     149
     150        # set Minimum percent visible required between pixels clusters in a valid streak [0.0 - 1.0]
     151        # default is 0.2
     152        $command .= ' -P 0.2';
     153
     154        #$command .= ' -t 4' . ' -P 0.25';
     155
     156        # add -S "Number of pixels to shift for determining maximum differences in mean images default:8"
    148157        $command .= ' -S';
     158
     159        # add 3 x 3 binning
     160        $command .= ' -b 3';
    149161
    150162        # create the list of inputs used at this stage. At higher levels the
Note: See TracChangeset for help on using the changeset viewer.