General class that holds basic information about an image. Usually used when working with mosaics, as in this case the image is not read/loaded to R until is processed (e.g. by running a mosaic_sam process). Currently, the only function that returns an object of this class is he mosaic_info
function. The object can by used later to read/load to R a single mosaic chuck using the mosaic_chunk
function, or to process the whole mosaic image by calling the mosaic_sam
function.
The class Tile
contains the "Spectral_info" class. By this means, an object of class Tile
holds the same information about the reading, and an extra slot called "Spectra" that holds the actual readings.
An S4 object of class "Spectral_info"
file
character. The full path to the .dmt or .bsp file.
date
POSIXct. The date in which the image (mosaic or tile) was taken.
fpasize
numeric. The size of the focal plane array used when measuring.
wavenumbers
numeric. The wavenumbers at which the tarject image (mosaic or tile) was taken.
path
character. The path to the folder that holds all the uFTIR Microscope output files.