process_timer: Process timer relation data

View source: R/chunk_processing.R

process_timerR Documentation

Process timer relation data

Description

This function pulls out timer relation data from *.N38 binaries and dumps it into a list. This is an internal function with no wider use case.

Usage

process_timer(timer_rel = NULL)

Arguments

timer_rel

A matrix with 1 row and 25 columns, produced by n38_import.

Value

A list containing 2 information elements recorded in N38 timer relation rows.

Note

Time will be returned in the local timezone.

Examples

data('n38_demo')
n38_chunked <- n38_chunk(n38_demo)
n38_t <- em38:::process_timer(n38_chunked[['survey_line_1']][['timer_data']])


obrl-soil/em38 documentation built on Sept. 25, 2023, 10:01 p.m.