mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-21 19:27:58 +02:00
reading raw moench files (PR#3) (#32)
* reading moench and raw files * read mythen3 files * read multiport mythen3 * delete .vscode and .env.dev --------- Co-authored-by: Bechir <bechir.brahem420@gmail.com>
This commit is contained in:
@ -34,7 +34,7 @@ struct xy {
|
||||
// using image_shape = std::array<ssize_t, 2>;
|
||||
using dynamic_shape = std::vector<ssize_t>;
|
||||
|
||||
enum class DetectorType { Jungfrau, Eiger, Mythen3, Moench };
|
||||
enum class DetectorType { Jungfrau, Eiger, Mythen3, Moench,ChipTestBoard };
|
||||
|
||||
enum class TimingMode {Auto, Trigger};
|
||||
|
||||
|
Reference in New Issue
Block a user