powered by
The function read a single mosaic tile (.dmd file extension) using a SpectralInfo object as a guide to find the file. It returns an object of class Tile, which can be (pre/post)processed as if it were a single tile.
SpectralInfo
Tile
mosaic_chunk(info, path, dmdfile, fpa, wl)
Optional. SpectralInfo object.
Optional. Path to dmdfile. Overwrites the path on the info object.
Target *.dmd file to read.
If info is missing, you should indicate the fpa size of the chunk.
If info is missing, you should indicate the wavenumbers at which you read your data
A Tile object.
# NOT RUN { x <- mosaic_info(base::system.file("extdata/mosaic.dmt", package = "uFTIR")) y <- mosaic_chunk(info = x, dmdfile = "mosaic_0000_0000.dmd") class(y) # }
Run the code above in your browser using DataLab