diff options
author | Thomas White <taw@physics.org> | 2012-05-21 15:52:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-05-21 15:52:06 +0200 |
commit | 934e9aeee2232692f289ef0faef2280017617d80 (patch) | |
tree | af2afda4dc60a02396395a174f67de8a2f5eaeb9 /libcrystfel/src/detector.h | |
parent | 4aa325f2d840d8a2d0eeaff3d0c72bab39b51b5e (diff) |
ADU limit in peak integration
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; |