Difference between revisions of "High-Throughput Phenotyping Database"

From Poland Lab Wiki
Jump to: navigation, search
(HTP Database Table Structure)
Line 16: Line 16:
  
 
[[File:HTP_Database_Tables.png]]
 
[[File:HTP_Database_Tables.png]]
 +
 +
== PheMU HTP Database  ==
  
 
== HTP Database Table Structures ==
 
== HTP Database Table Structures ==
  
 
[[phemu_htp table]]
 
[[phemu_htp table]]

Revision as of 18:49, 17 May 2016

The High-Throughput Phenotyping database consists of a set of platform-specific tables for each data collection platform: pheMU, phenocart and phenocam. Each platform has an images table, an htp table and a run table.

  • The images table stores metadata about the images that were collected during each data collection run.
  • The htp table stores metadata about sensor measurements (observations) that were collected during each run.
  • The run table stores information about each data collection run such as date/time and geographical extent of the run.

Each set of platform-specific tables also relates to the plot_map table and the htp_instrument table.

  • The plot_map table contains information about the geographical coordinates of each plot associated with an experiment (field).
  • The htp_instrument table contains information about cameras and sensors used on each platform.

The diagram below illustrates the generalized set of HTP tables and their relationships.

HTP Database Tables.png

PheMU HTP Database

HTP Database Table Structures

phemu_htp table