mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-07-26 01:32:53 +02:00
Add hardcoded Jungfrau config structures
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user