mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-20 05:40: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();
|
m_pixel_map = GenerateMoench03PixelMap();
|
||||||
}else if(m_detector_type == DetectorType::Eiger && m_pos_row % 2 == 0){
|
}else if(m_detector_type == DetectorType::Eiger && m_pos_row % 2 == 0){
|
||||||
m_pixel_map = GenerateEigerFlipRowsPixelMap();
|
m_pixel_map = GenerateEigerFlipRowsPixelMap();
|
||||||
fmt::print("Flipping rows\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (std::filesystem::exists(fname)) {
|
if (std::filesystem::exists(fname)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user