mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-22 18:28:53 +01:00
removed print flip
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user