mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-07-27 17:52:52 +02:00
Bugfix: Separate Rotation and Routing
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace aare::remap::format {
|
||||
static inline std::string toString(defs::Rotation r) {
|
||||
return (r == defs::Rotation::Normal ? "Normal" : "Inverse");
|
||||
return (r == defs::Rotation::Identity ? "Identity" : "Rotate180");
|
||||
}
|
||||
|
||||
static inline std::string toString(defs::SensorPixelGeometry const &g) {
|
||||
|
||||
Reference in New Issue
Block a user