readBIF {tofsims} | R Documentation |
Function to read ToF-SIMS data in the form of preprocessed BIF files
readBIF(analysisName, instrument = c("iontof", "ulvacphi"), mode = c("spectra", "image"))
analysisName |
: filename of BIF/BIF6 file to read |
instrument |
: character, 'iontof' or 'ulvacphi' |
mode, |
'spectra' or 'image' |
This function imports BIF files from IONTOF Surface Lab or ULVAC-PHI's
WinCadence. This function reads the data sequential directly from the
binary stream. Therefore it's rather slow, but uses less memory
than the readBIFParallel
function.
object of type MassImage or MassSpectra
Lorenz Gerber