gemlog-package: File Conversion for 'Gem Infrasound Logger'

Description Details Author(s) References Examples

Description

Reads data files from the 'Gem infrasound logger' for analysis and converts to segy format (which is convenient for reading with traditional seismic analysis software). The Gem infrasound logger is a low-cost, lightweight, low-power instrument for recording infrasound in field campaigns; email the maintainer for more information.

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Jake Anderson

Maintainer: Jake Anderson <ajakef@gmail.com>

References

Anderson, JF, JB Johnson, DC Bowman, and TJ Ronan (2018). The Gem Infrasound Logger and Custom-Built Instrumentation. Seismological Research Letters 89 (1), 153-164. https://doi.org/10.1785/0220170067

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
# define bitweight for 0.5 inch sensor with Rg = 2.2k
sensitivity = 22.014e-6 # 22.014 uV/Pa
Rg = 2.2 # gain-setting resistor value in kilo-ohms
gain = 1 + 49.4/2.2 # amplifier gain
A2D = 0.256/2^15 # volts per count in analog-digital converter
bitweight = A2D / (gain * sensitivity) # conversion from counts to Pa (Pa/count)

# convert files from two Gems (SNs 000 and 001)
Convert('raw/000', bitweight = bitweight)
Convert('raw/001', bitweight = bitweight)

## End(Not run)

## Not run: 
ReadGem(0:1, 'raw/000') # read files raw/000/FILE0000.TXT and raw/000/FILE0001.TXT

## End(Not run)

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