Learn R Programming

FCSlib (version 1.3.0)

readFileSPC: Read File SPC-140/150/130/830

Description

Reads a SPC file and returns the Macrotime and Microtime.

Usage

readFileSPC(filename, nData = 1E8)

Arguments

filename

the name of the file to read from.

nData

parameter that defines the length of data to read.

Value

A list containing the Macrotime and the Microtime vectors.

Details

Read a SPC file, with SPC-140/150/130/830 version, using the readBin function and extract the data contained in the file.

References

Becker, W., 2019. The Bh TCSPC Handbook. 8th ed. Berlin, Germany: Becker & Hickl GmbH, pp. 855-856.

See Also

asynACTCSPC

Examples

Run this code
# NOT RUN {
spcData <- readFileSPC(FileName)
# }

Run the code above in your browser using DataLab