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
+1 -1
View File
@@ -65,7 +65,7 @@ void GetGeometry(DiffractionExperiment &x, HDF5Object &master_file) {
int main(int argc, char **argv) {
hsize_t first, last;
DiffractionExperiment x(2, {8}, 8, 36);
DiffractionExperiment x(DetectorGeometry(8, 2, 8, 36));
RegisterHDF5Filter();