Skip to content

Commit 70f5b4a

Browse files
Interpret files with EER as from tomo software (#344)
1 parent ae6f029 commit 70f5b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/client/analyser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def _find_context(self, file_path: Path) -> bool:
178178
or "[" in file_path.name
179179
or "Fractions" in split_file_name[-1]
180180
or "fractions" in split_file_name[-1]
181+
or "EER" in split_file_name[-1]
181182
):
182183
if not self._context:
183184
logger.info("Acquisition software: tomo")

0 commit comments

Comments
 (0)