Description Usage Arguments Value Author(s) See Also Examples
Reads raw Gem data into R. To write segy files, use Convert.
1 2 3 |
nums |
File numbers to convert. |
path |
Directory in which raw data files are contained. |
SN |
If set, only read files of this serial number. |
units |
For unit conversions: should the output be in V, Pa, or counts? |
bitweight |
If set, override the default bitweight for this logger in the current configuration. |
bitweight_V |
If set, override the default V bitweight for this logger in the current configuration. |
bitweight_Pa |
If set, override the default Pa bitweight for this logger in the current configuration. |
alloutput |
Include raw data in the output, in addition to the processed data. |
verbose |
Provide verbose output. |
requireGPS |
Require GPS strings to perform the conversion. |
t |
sample times (POSIXct) |
p |
samples (in whatever units were set by user) |
gps$yryear of gps samples
gps$dategps sample time, as fractional day of year
gps$latlatitude
gps$lonlongitude
metadata$millismillis count of metadata sample
metadata$battbattery voltage
metadata$temptemperature in (deg C)
metadata$maxWriteTimemaximum time required to write a sample
metadata$minFifoFreeminimum number of free sampes in FIFO buffer
metadata$maxFifoUsedmaximum number of used samples in FIFO buffer
metadata$maxOverrunsmaximum number of sample overruns
metadata$gpsOnFlag1 if gps is turned on, 0 otherwise
metadata$unusedStack1free memory in stack 1
metadata$unusedStackIdlefree memory in idle stack
header$filevector of raw file names
header$SNvector of Gem serial numbers
header$latmean latitude
header$lonmean longitude
header$t1start time
header$t2end time
header$alloutputif alloutput == TRUE, list including raw data
configconfiguration settings set using Gem configuration file
Jake Anderson
Convert
1 2 3 4 | ## Not run:
ReadGem(nums = 0:1, path = 'raw/', SN = '000') # read files raw/FILE0000.000 and raw/FILE0001.000
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.