aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-09-18 16:43:58 +0200
committerThomas White <taw@physics.org>2023-09-18 16:43:58 +0200
commit1ae9a458265df2bae2a4d05089e83390ae30084a (patch)
treebf68604d451365e6b85766bd9dc2758dac306fd2 /libcrystfel/src/predict-refine.h
parent042f9ca307bda09e35769f9eaa87da44877e34e5 (diff)
Build EXC_WEIGHT into r_dev
This avoids weird weighting factors everywhere and much confusion. Since Millepede doesn't have an easy way of weighting measurements (only via altering the ESD values), treating it as a units conversion seems to be easier.
Diffstat (limited to 'libcrystfel/src/predict-refine.h')
-rw-r--r--libcrystfel/src/predict-refine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index 1e72a048..604799c0 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -53,10 +53,6 @@ enum gparam {
};
-/* Weighting of excitation error term (m^-1) compared to position term (pixels) */
-#define EXC_WEIGHT (0.5e-7)
-
-
#include "crystal.h"
#include "crystfel-mille.h"