
Last chance! 50% off unlimited learning
Sale ends in
Reads a SPC file and returns the Macrotime and Microtime.
readFileSPC(filename, nData = 1E8)
the name of the file to read from.
parameter that defines the length of data to read.
A list containing the Macrotime and the Microtime vectors.
Read a SPC file, with SPC-140/150/130/830 version, using the readBin function and extract the data contained in the file.
Becker, W., 2019. The Bh TCSPC Handbook. 8th ed. Berlin, Germany: Becker & Hickl GmbH, pp. 855-856.
# NOT RUN {
spcData <- readFileSPC(FileName)
# }
Run the code above in your browser using DataLab