IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42298


Ignore:
Timestamp:
Oct 24, 2022, 1:16:40 PM (4 years ago)
Author:
tdeboer
Message:

update to nigthly_science.pl

File:
1 edited

Legend:

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

    r42296 r42298  
    15771577            #find exposures for this object that have not been fully processed
    15781578            if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) {
    1579                 Nbad += 1;
     1579                $Nbad += 1;
    15801580            }
    15811581
     
    17861786                #find exposures for this object that have not been fully processed
    17871787                if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) {
    1788                     Nbad += 1;
     1788                    $Nbad += 1;
    17891789                }
    17901790
     
    21722172                #find exposures for this object that have not been fully processed
    21732173                if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) {
    2174                     Nbad += 1;
     2174                    $Nbad += 1;
    21752175                }
    21762176
Note: See TracChangeset for help on using the changeset viewer.