Skip to content

Commit

Permalink
Merge 7b93c57 into b694b46
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-winter authored Mar 29, 2021
2 parents b694b46 + 7b93c57 commit 72d0797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions format/FormatNexusEigerDLS.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def understand(image_file):
return False
if name.lower() in (b"i03", b"i04", b"i24", b"vmxi"):
return True
if name.upper().startswith(b"DLS "):
return True

return False

Expand Down
1 change: 1 addition & 0 deletions newsfragments/339.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug fix for identifying data from Diamond after naming fixes (missed a layer)

0 comments on commit 72d0797

Please sign in to comment.