powered by
A function to substract the minimun of a pixel (vector) to have a minimal signal = 0, avoiding negative readings. Currently the only preprocessing method implemented.
tile_base_corr(data)
Object of class Tile.
Tile
An object of class Tile congruent with data, with the spectra modified.
# NOT RUN { x <- tile_read(base::system.file("extdata/tile.bsp", package = "uFTIR")) x <- tile_base_corr(x) # }
Run the code above in your browser using DataLab