Detector Geometry customization

This commit is contained in:
2023-04-12 19:22:13 +00:00
parent 94ba13b3a1
commit 0973f3725d
52 changed files with 1335 additions and 973 deletions

View File

@@ -236,7 +236,7 @@ int main(int argc, char **argv) {
exit(EXIT_FAILURE);
}
DiffractionExperiment x(2, {8}, 8, 36);
DiffractionExperiment x(DetectorGeometry(8, 2, 8, 36));
if ((file_space.GetDimensions()[1] == 2164) && (file_space.GetDimensions()[2] == 2068)) {
logger.Info("JF4M with gaps detected (2068 x 2164)");