IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2010, 12:59:05 PM (16 years ago)
Author:
Paul Price
Message:

Add constraint on good_frac_min to correspond with BADFRAC in PPSUB
recipe: can't match images with less than 5% lit pixels.

File:
1 edited

Legend:

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

    r26988 r26990  
    577577    $cmd .= " -select_filter $filter -set_data_group $data_group ";
    578578    $cmd .= " -min_num 4";
     579    $cmd .= " -select_good_frac_min 0.05";
    579580    $cmd .= " $select ";
    580581    if ($debug == 1) {
Note: See TracChangeset for help on using the changeset viewer.