powered by
Specs table for various Gem versions.
data(GemSpecs)
Data frame with following elements:
Version number corresponding to following specs
Pressure resolution for default (high) gain (Pa/count)
Voltage resolution for default (high) gain (V/count)
Lowest serial number made for this version
Highest serial number made for this version
# NOT RUN { data(GemSpecs) ## determine pressure bitweight for logger 014 i = which(14 >= GemSpecs$min_SN & 14 <= GemSpecs$max_SN) GemSpecs[i,]$bitweight_Pa # }
Run the code above in your browser using DataLab