aux_cubeinfo: Get cube file information

View source: R/aux_cubeinfo.R

aux_cubeinfoR Documentation

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)

Arguments

file

Characater value, cube file to be processes

gipptools

Character value, path to gipptools or Gipptools directory.

Value

data frame with cube meta data

Author(s)

Michael Dietze

Examples


## Not run: 

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


## End(Not run)


coffeemuggler/eseis documentation built on Aug. 19, 2023, 9:57 p.m.