mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 03:12:05 +02:00
config takes image height and width instead of n_pixels
This commit is contained in:
@@ -18,13 +18,15 @@ struct StreamSendConfig {
|
||||
return {
|
||||
config_parameters["detector_name"].GetString(),
|
||||
config_parameters["n_modules"].GetInt(),
|
||||
config_parameters["image_n_pixels"].GetInt(),
|
||||
config_parameters["image_height"].GetInt(),
|
||||
config_parameters["image_width"].GetInt(),
|
||||
};
|
||||
}
|
||||
|
||||
const std::string detector_name;
|
||||
const int n_modules;
|
||||
const int image_n_pixels;
|
||||
const int image_height;
|
||||
const int image_width;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user