msl.io.readers.detector_responsivity_system module

Reader for the Detector Responsivity System from Light Standards at MSL.

class msl.io.readers.detector_responsivity_system.DRSReader(file)[source]

Bases: Reader

Reader for the Detector Responsivity System from Light Standards at MSL.

Parameters:

file (path-like or file-like) – The file to read.

static can_read(file, **kwargs)[source]

Checks if the first line starts with DRS and ends with Shindo.

read(**kwargs)[source]

Reads the .DAT and corresponding .LOG file.

Parameters:

**kwargs – All key-value pairs are ignored.