Changes between Version 9 and Version 10 of ZoologyDatabase
- Timestamp:
- Aug 25, 2011, 12:12:06 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZoologyDatabase
v9 v10 99 99 }}} 100 100 101 == View {{{TruePositives}}} == 102 * Consist of the detections where unmatched is 0 103 * Built from {{{DetectionFeatures}}} 104 * How it was built 105 {{{ 106 CREATE VIEW TruePositives AS SELECT * from DetectionFeatures WHERE unmatched = 0; 107 }}} 108 101 109 == View {{{AnalysisStage010}}} == 102 110 * Consist of "flagged as having a problem" detections (see http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki/ZoologyInvestigations)
