IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 9 and Version 10 of ZoologyDatabase


Ignore:
Timestamp:
Aug 25, 2011, 12:12:06 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZoologyDatabase

    v9 v10  
    9999}}}
    100100
     101== View {{{TruePositives}}} ==
     102 * Consist of the detections where unmatched is 0
     103 * Built from {{{DetectionFeatures}}}
     104 * How it was built
     105{{{
     106CREATE VIEW TruePositives AS SELECT * from DetectionFeatures WHERE unmatched = 0;
     107}}}
     108
    101109== View {{{AnalysisStage010}}} ==
    102110 * Consist of "flagged as having a problem" detections (see http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki/ZoologyInvestigations)