Class FileSegmentProducer

Inheritance Relationships

Base Type

Class Documentation

class FileSegmentProducer : public ska::pst::common::BlockSegmentProducer

Class used for reading voltage data and weights from file.

Public Functions

FileSegmentProducer(const std::string &data_file_path, const std::string &weights_file_path)

Create instance of a FileSegmentProducer object.

Parameters
  • data_file_path – path to the data file to process.

  • weights_file_path – the path to the weights file for the data file.

~FileSegmentProducer()

Destroy the FileSegmentProducer object.