Ld250Sensor#

class lsst.ts.ess.common.sensor.Ld250Sensor(log, num_channels=0)#

Bases: BaseSensor

Boltek LD-250 Lightning Detector.

Perform protocol conversion for the Boltek LD-250 Lightning Detector.

Parameters:
  • log (logger) – The logger for which to create a child logger.

  • num_channels (int, default: 0)

Methods Summary

extract_telemetry(line)

Extract the telemetry from a line of Sensor data.

Methods Documentation

async extract_telemetry(line)#

Extract the telemetry from a line of Sensor data.

Returns:

output – A list containing the telemetry as measured by the specific type of sensor. The length of the output list is the same as the number of channels.

Return type:

list

Parameters:

line (str)