Learn R Programming

eseis (version 0.6.0)

aux_cubeinfo: Get cube file information

Description

This is a simple wrapper for the Gipptools program cubeinfo, providing a short summary of the cube file meta data, in a coherent data frame structure.

Usage

aux_cubeinfo(file, gipptools)

Value

data frame with cube meta data

Arguments

file

Characater value, cube file to be processes

gipptools

Character value, path to gipptools or Gipptools directory.

Author

Michael Dietze

Examples

Run this code

if (FALSE) {

## get cube info
x = aux_cubeinfo(file = "data/cube/example.ATB", 
                 gipptools = "/software/gipptools-2019.332/")

}

Run the code above in your browser using DataLab