Add hardcoded Jungfrau config structures

This commit is contained in:
2026-03-09 17:00:17 +01:00
parent 5cc2b9f501
commit e00b1d24fa
3 changed files with 128 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ static inline std::string toString(defs::SensorPixelGeometry const &g) {
std::ostringstream os;
os << "SensorPixelGeometry\n"
<< " cols x rows: " << g.cols << " x " << g.rows << "\n"
<< " cols x rows: " << g.num_pix_x << " x " << g.num_pix_y << "\n"
<< " guardring :\n"
<< " x = " << g.guardring.x << "\n"
<< " y = " << g.guardring.y << "\n";