IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40831


Ignore:
Timestamp:
Jul 11, 2019, 10:38:18 AM (7 years ago)
Author:
tdeboer
Message:

fix to chunk report

File:
1 edited

Legend:

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

    r40827 r40831  
    797797    my $result = &mysql_select ($query);
    798798
    799     my $Nfirstvisits = 0;
    800     my $Nfourvisits = 0;
    801 
    802799    printf "%18s | %13s | %13s | %14s |\n", "chunk", "Nobs_1stvisit", "Nobs_4visits", "Ndiffs_publish";
    803800    while (@row = $result->fetchrow_array()) {
     801          my $Nfirstvisits = 0;
     802          my $Nfourvisits = 0;
     803
    804804          my $chunkname = $row[0];
    805805          if($row[1] gt 0) {$Nfirstvisits = $row[1]};
Note: See TracChangeset for help on using the changeset viewer.