You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for the code you have provided! I am able to use the read_file() function to get the Opus Data dictionary, but when I go ahead and print opus_data["AB"] to get the list of absorbance values the output is a truncated "list." (Ex. [ 0.2 0.3 ... 0.9 ]). I'm unsure if it's the opus file that truncates the absorbance data when I save the file or if there is something in the source code. Let me know, and thanks for your time!
The text was updated successfully, but these errors were encountered:
Hello,
Thank you so much for the code you have provided! I am able to use the read_file() function to get the Opus Data dictionary, but when I go ahead and print opus_data["AB"] to get the list of absorbance values the output is a truncated "list." (Ex. [ 0.2 0.3 ... 0.9 ]). I'm unsure if it's the opus file that truncates the absorbance data when I save the file or if there is something in the source code. Let me know, and thanks for your time!
The text was updated successfully, but these errors were encountered: