diff options
author | Thomas White <taw@physics.org> | 2012-05-30 11:21:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-05-30 11:21:04 +0200 |
commit | 3ff6058ee1e87b9f0730aa42b9c1961f1d754976 (patch) | |
tree | d06be152495aee2d29045b48d6a06a378d294ffd /libcrystfel/src/detector.h | |
parent | 3c334ff43e0b36251b3912ee7af06facda56421d (diff) | |
parent | 025dce7c678d59ff63ea664692e23761d0c9f4ff (diff) |
Merge branch 'tom/max_adu'
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 02d66cd4..2b4ac5c6 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -65,6 +65,7 @@ struct panel double peak_sep; /* Characteristic peak separation */ char *rigid_group; /* Rigid group, or -1 for none */ double adu_per_eV; /* Number of ADU per eV */ + double max_adu; /* Treat pixel as unreliable if higher than this */ double fsx; double fsy; |