Learn R Programming

uFTIR (version 0.1.4)

mosaic_info: Mosaic Info

Description

The function is equivalent to tile_read. It makes an SpectralInfo object using the .dmt file. It does not load the measured spectra, and it was written for mosaic images only. See the page of SpectralInfo class for a full description of the returned object.

Usage

mosaic_info(dmtfile)

Arguments

dmtfile

Path to the .dmt file.

Value

An object of class SpectralInfo.

See Also

SpectralInfo

Examples

Run this code
# NOT RUN {
x <- mosaic_info(base::system.file("extdata/mosaic.dmt", package = "uFTIR"))
# }

Run the code above in your browser using DataLab