Learn R Programming

bioRad (version 0.9.1)

get_iris_raw_task: Check the task type of an IRIS RAW file

Description

Checks what type of task(s), i.e. polar volume types, are contained in an IRIS RAW file.

Usage

get_iris_raw_task(
  file,
  header_size = 50,
  task = c("WIND", "SURVEILLANCE", "VOL_A", "VOL_B")
)

Value

Specified task names found in the header or NA if none of the task names were found.

Arguments

file

Character. Path to a polar volume file in IRIS RAW format.

header_size

Integer. Number of header bytes to search.

task

Character (vector). Task names to search for in the file header.