IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36778


Ignore:
Timestamp:
May 27, 2014, 9:48:51 AM (12 years ago)
Author:
bills
Message:

restrict staticsky inputs to stacks with good_frac > 0.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippScripts/scripts/queuestaticsky.pl

    r35329 r36778  
    1414
    1515my ($seq_id, $tess_id, $projection_cell, $label, $dist_group, $dbname, $pretend, $simple, $verbose, $no_update);
     16
     17my $good_frac_min = 0.05;
    1618
    1719GetOptions(
     
    8587    . " -select_skycell_id $projection_cell%"
    8688    . " -set_workdir $workdirBase/$label/$datestr"
     89    . " -select_good_frac_min $good_frac_min"
    8790    . " -set_label $label"
    8891    . " -set_data_group $label"
Note: See TracChangeset for help on using the changeset viewer.