IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of ZoologyInvestigations


Ignore:
Timestamp:
Aug 25, 2011, 3:18:12 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZoologyInvestigations

    v15 v16  
    1919
    2020{{{
    21 select count(*), flags, flags2 from DetectionFeatures group by flags;
    22 }}}
     21select count(*), flags, flags2 from FalsePositives group by flags;
     22}}}
     23
     24Gives:
    2325
    2426{{{
     
    9395{{{
    9496select count(*), flags, flags2
    95 from DetectionFeatures
     97from FalsePositives
    9698where (!(flags2 & 64)
    9799and !(flags2 & 32)