47 void readPulseData(
const std::string& name, std::vector<ComplexType>& data);
57 std::vector<std::vector<RealType>>
readPattern(
const std::string& name,
const std::string& datasetName);
Global configuration file for the project.
double RealType
Type for real numbers.
void readPulseData(const std::string &name, std::vector< ComplexType > &data)
Reads pulse data from an HDF5 file.
void addChunkToFile(HighFive::File &file, const std::vector< ComplexType > &data, const RealType time, const RealType fullscale, const unsigned count)
Adds a chunk of data to an HDF5 file.
std::vector< std::vector< RealType > > readPattern(const std::string &name, const std::string &datasetName)
Reads a 2D pattern dataset from an HDF5 file.