Skip to content

Commit

Permalink
Interpret files with EER as from tomo software (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Sep 11, 2024
1 parent ae6f029 commit 70f5b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/murfey/client/analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def _find_context(self, file_path: Path) -> bool:
or "[" in file_path.name
or "Fractions" in split_file_name[-1]
or "fractions" in split_file_name[-1]
or "EER" in split_file_name[-1]
):
if not self._context:
logger.info("Acquisition software: tomo")
Expand Down

0 comments on commit 70f5b4a

Please sign in to comment.