Database Table rundb_tfmetrics ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_tfmetrics`` .. include:: ../manual_database_ref_docs/rundb_tfmetrics.rst Schema ------- +----------------+-------------------------+---------------------------------+ | Field | Type | Description | +================+=========================+=================================+ | HPAccuracy | Text | HPAccuracy | +----------------+-------------------------+---------------------------------+ | Q10Histo | Text | Q10Histo | +----------------+-------------------------+---------------------------------+ | Q10Mean | Floating point number | Q10Mean | +----------------+-------------------------+---------------------------------+ | Q10ReadCount | Floating point number | Q10ReadCount | +----------------+-------------------------+---------------------------------+ | Q17Histo | Text | Q17Histo | +----------------+-------------------------+---------------------------------+ | Q17Mean | Floating point number | Q17Mean | +----------------+-------------------------+---------------------------------+ | Q17ReadCount | Floating point number | Q17ReadCount | +----------------+-------------------------+---------------------------------+ | SysSNR | Floating point number | SysSNR | +----------------+-------------------------+---------------------------------+ | aveKeyCount | Floating point number | aveKeyCount | +----------------+-------------------------+---------------------------------+ | corrHPSNR | Text | corrHPSNR | +----------------+-------------------------+---------------------------------+ | id | Integer | ID | +----------------+-------------------------+---------------------------------+ | keypass | Floating point number | keypass | +----------------+-------------------------+---------------------------------+ | name | String (up to 128) | name | +----------------+-------------------------+---------------------------------+ | number | Floating point number | number | +----------------+-------------------------+---------------------------------+ | report | Results (ForeignKey) | the related rundb.Results row | +----------------+-------------------------+---------------------------------+ | sequence | String (up to 512) | sequence | +----------------+-------------------------+---------------------------------+