f4enix.output.rssa.rssa_reader#

Functions

parse_header(path)

Reads the header of the RSSA file and returns the file parameters as a FileParameters object.

parse_tracks(path)

Reads the tracks recorded in the RSSA file and returns them as a polars DataFrame.

scan_tracks(path_to_file[, default_batch_size])

Scans the RSSA to return a polars LazyFrame instead of a DataFrame.