mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-16 09:17:12 +02:00
deleted some commented lines
This commit is contained in:
@ -62,8 +62,6 @@ class ScanParameters {
|
||||
void increment_stop();
|
||||
};
|
||||
|
||||
// class RawFile; // forward declaration
|
||||
|
||||
/**
|
||||
* @brief Class for parsing a master file either in our .json format or the old
|
||||
* .raw format
|
||||
|
@ -66,11 +66,6 @@ void RawFile::read_into(std::byte *image_buf, size_t n_frames,
|
||||
}
|
||||
}
|
||||
|
||||
// size_t RawFile::n_modules() const { return m_master.n_modules(); }
|
||||
|
||||
// size_t RawFile::n_modules_in_roi() const { return
|
||||
// m_modules_in_roi.size(); }
|
||||
|
||||
size_t RawFile::bytes_per_frame() {
|
||||
return m_geometry.pixels_x() * m_geometry.pixels_y() * m_master.bitdepth() /
|
||||
bits_per_byte;
|
||||
|
Reference in New Issue
Block a user