aux_cubeinfo {eseis} | R 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 |
|
gipptools |
|
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)
[Package eseis version 0.7.3 Index]