Description Usage Arguments Details Value Author(s)
Function to read ToF-SIMS data in the form of preprocessed BIF files
1 2 3 4 5 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.