diff options
Diffstat (limited to 'src/likelihood.h')
| -rw-r--r-- | src/likelihood.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/likelihood.h b/src/likelihood.h index 304fd70..ddd8397 100644 --- a/src/likelihood.h +++ b/src/likelihood.h @@ -22,6 +22,10 @@ #include <gsl/gsl_interp.h> #include <gsl/gsl_spline.h> +/* Probability that a channel is miscalibrated and/or not working even though + * it's marked as OK in DQXX, etc. */ +#define P_MISCALIBRATION 1e-4 + #define EPSILON 1e-10 #define PSUP_REFLECTION_TIME 80.0 |
