diff options
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; |