IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2014, 10:53:29 AM (12 years ago)
Author:
bills
Message:

when summarizing only consider full force results with quality == 0

File:
1 edited

Legend:

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

    r36633 r36665  
    8585    my $results;
    8686    {
    87         my $command = "$fftool -result -ff_id $ff_id";
     87        my $command = "$fftool -result -ff_id $ff_id -quality 0";
    8888        $command .= " -dbname $dbname" if defined $dbname;
    8989        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.