We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00aa494 commit f3aef3dCopy full SHA for f3aef3d
src/freesas/app/extract_ascii.py
@@ -159,7 +159,7 @@ def extract_all(filename):
159
target = "1_chromatogram"
160
elif program == "bm29.integratemultiframe":
161
target = "1_integration"
162
- elif program == "bm29.subtract":
+ elif program.startswith("bm29.subtract"):
163
target = "3_azimuthal_integration"
164
else:
165
raise RuntimeError(f"Unable to read file written by {program}")
0 commit comments