Changeset 42298
- Timestamp:
- Oct 24, 2022, 1:16:40 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/nightly_science.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/nightly_science.pl
r42296 r42298 1577 1577 #find exposures for this object that have not been fully processed 1578 1578 if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) { 1579 Nbad += 1;1579 $Nbad += 1; 1580 1580 } 1581 1581 … … 1786 1786 #find exposures for this object that have not been fully processed 1787 1787 if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) { 1788 Nbad += 1;1788 $Nbad += 1; 1789 1789 } 1790 1790 … … 2172 2172 #find exposures for this object that have not been fully processed 2173 2173 if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) { 2174 Nbad += 1;2174 $Nbad += 1; 2175 2175 } 2176 2176
Note:
See TracChangeset
for help on using the changeset viewer.
