Skip to content

Commit

Permalink
Check for wavenum
Browse files Browse the repository at this point in the history
  • Loading branch information
garrekstemo committed Jun 14, 2022
1 parent ac6e078 commit d5f4b7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/LVM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ function read(file::String)
if occursin("wavelength", header)
data["Wavelength"] = chunk[:, k]
end
if occursin("wavenum", header)
data["Wavenumber"] = chunk[:, k]
end

if occursin("CH0_diff", header)
data["DiffSignal"] = chunk[:, k]
Expand Down

0 comments on commit d5f4b7a

Please sign in to comment.