View source: R/chunk_processing.R
process_cal | R Documentation |
This function pulls out calibration data from *.N38 binaries and dumps it into a list. This is an internal function with no wider use case.
process_cal(cal_row = NULL)
cal_row |
A matrix with 1 row and 25 columns, produced by
|
A list containing 3 information elements recorded in N38 calibration rows.
data('n38_demo')
n38_chunked <- n38_chunk(n38_demo)
n38_cal1 <- em38:::process_cal(n38_chunked[['survey_line_1']][['cal_data']][1, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.