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 c80c6ec commit 042a02dCopy full SHA for 042a02d
makeitwright/core/parsers/andor.py
@@ -50,7 +50,7 @@ def fromAndorNeo(fpath, name=None, px_per_um=None):
50
if "wl" in data.variable_names:
51
data["wl"].attrs['label'] = "wavelength (nm)" if data["wl"].units == "nm" else "wavenumber (cm-1)"
52
53
- if data.signal.units == "Hz"
+ if data.signal.units == "Hz":
54
data.signal.label = "intensity (cps)"
55
else:
56
data.signal.label = "counts"
0 commit comments