mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 07:44:13 +02:00
bit depth in det writer config
This commit is contained in:
@@ -17,12 +17,14 @@ struct DetWriterConfig {
|
||||
|
||||
return {
|
||||
config_parameters["detector_name"].GetString(),
|
||||
config_parameters["bit_depth"].GetInt(),
|
||||
config_parameters["image_height"].GetInt(),
|
||||
config_parameters["image_width"].GetInt(),
|
||||
};
|
||||
}
|
||||
|
||||
const std::string detector_name;
|
||||
const int bit_depth;
|
||||
const int image_height;
|
||||
const int image_width;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user