mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-19 13:20:03 +02:00
removed print flip
This commit is contained in:
parent
115dfc0abf
commit
0047d15de1
@ -15,7 +15,6 @@ RawSubFile::RawSubFile(const std::filesystem::path &fname,
|
||||
m_pixel_map = GenerateMoench03PixelMap();
|
||||
}else if(m_detector_type == DetectorType::Eiger && m_pos_row % 2 == 0){
|
||||
m_pixel_map = GenerateEigerFlipRowsPixelMap();
|
||||
fmt::print("Flipping rows\n");
|
||||
}
|
||||
|
||||
if (std::filesystem::exists(fname)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user