Description Value Slots Examples
Class to hold the reading of a single tile. It can also store a single tile of a mosaic, to which we will refer to as chunks. It is an extended class for SpectralInfo, adding an extra slot to hold the uFTIR Microscope readings -called Spectra. The functions tile_read and mosaic_chunk return an object of this class. The class has a defined method to plot, which can be called either by the generic plot or by plot_tile. You can use an object of this class in the following functions:
plot_tileTo plot a heat map of the reading. Available too through the generic plot.
tile_base_corrA preprocessing function that replace negative values with zeros.
wavealignA resampling method that allows to match the wavenumbers of a given tile/chunk with the wavenumbers of a SpectralReference.
tile_samWhen a Tile object is linked to a SpectralReference by a former call to wavealign, this function performs a spectral angle mapper match between the Tile and the SpectralReference.
get_profile_tileTo get the pixels spectra that matched a given polymer/cluster.
An S4 object of class "Tile".
Spectraarray. The aquired spectra (.dat or dmd file)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.