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

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/readFileSPC.R

Description

Reads a SPC file and returns the Macrotime and Microtime.

Usage

1
readFileSPC(filename, nData = 1E8)

Arguments

filename

the name of the file to read from.

nData

parameter that defines the length of data to read.

Details

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

Value

A list containing the Macrotime and the Microtime vectors.

Note

The nData parameter is used to overestimate the amount of data that the file can contain.

Author(s)

Raúl Pinto Cámara, José Damián Martínez Reyes.

References

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

See Also

asynACTCSPC

Examples

1
spcData <- readFileSPC(FileName)

FCSlib documentation built on Nov. 27, 2020, 5:09 p.m.

Related to readFileSPC in FCSlib...