Move all image analysis related code to image_analysis/ directory

This commit is contained in:
2023-04-08 23:56:54 +02:00
parent d2971bc83b
commit d921e64224
29 changed files with 42 additions and 48 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <catch2/catch.hpp>
#include "../writer/HDF5Objects.h"
#include "../indexing/IndexerWrapper.h"
#include "../image_analysis/IndexerWrapper.h"
#define make_unit_cell(a1,a2,a3,a4,a5,a6) UnitCell{.a = a1, .b = a2, .c = a3, .alpha = a4, .beta = a5, .gamma = a6}