Skip to content

Commit

Permalink
Update serial number of Eiger detector at PETRA P14
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Becke committed Apr 24, 2023
1 parent af7cf7d commit b5e6cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxtbx/format/FormatCBFMiniEigerPetraP14.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def understand(image_file):
if (
"# detector" in record.lower()
and "eiger" in record.lower()
and "E-32-0107" in record
and "E-32-0129" in record
):
return True

Expand Down

0 comments on commit b5e6cdd

Please sign in to comment.