GemSpecs: Gem specs table

Description Usage Format Examples

Description

Specs table for various Gem versions.

Usage

1

Format

Data frame with following elements:

version

Version number corresponding to following specs

bitweight_Pa

Pressure resolution for default (high) gain (Pa/count)

bitweight_V

Voltage resolution for default (high) gain (V/count)

min_SN

Lowest serial number made for this version

max_SN

Highest serial number made for this version

Examples

1
2
3
4
5
data(GemSpecs)

## determine pressure bitweight for logger 014
i = which(14 >= GemSpecs$min_SN & 14 <= GemSpecs$max_SN)
GemSpecs[i,]$bitweight_Pa

gemlog documentation built on July 2, 2020, 2:30 a.m.