mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-16 09:17:12 +02:00
removed extra print
This commit is contained in:
@ -99,10 +99,7 @@ void RawFile::open_subfiles() {
|
|||||||
for (size_t i = 0; i != n_subfiles; ++i) {
|
for (size_t i = 0; i != n_subfiles; ++i) {
|
||||||
auto v = std::vector<RawSubFile *>(n_subfile_parts);
|
auto v = std::vector<RawSubFile *>(n_subfile_parts);
|
||||||
for (size_t j = 0; j != n_subfile_parts; ++j) {
|
for (size_t j = 0; j != n_subfile_parts; ++j) {
|
||||||
fmt::print("{} pos: {},{}\n", j,positions[j].row, positions[j].col);
|
|
||||||
|
|
||||||
auto pos = m_module_pixel_0[j];
|
auto pos = m_module_pixel_0[j];
|
||||||
fmt::print("{} pos: {},{}\n", j,pos.y, pos.x);
|
|
||||||
v[j] = new RawSubFile(m_master.data_fname(j, i),
|
v[j] = new RawSubFile(m_master.data_fname(j, i),
|
||||||
m_master.detector_type(), pos.height,
|
m_master.detector_type(), pos.height,
|
||||||
pos.width, m_master.bitdepth(),
|
pos.width, m_master.bitdepth(),
|
||||||
|
Reference in New Issue
Block a user