-
Notifications
You must be signed in to change notification settings - Fork 13
Fixes for cases when components of the same instrument have different length #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
338e4d0
to
0e69088
Compare
Claudio, I will test it before the end of the week. |
9a7f730
to
14a751f
Compare
Claudio, I'm running into a problem that I think I have seen (and fixed) before. I will investigate.
|
|
Yes, the problem is that it is only created in |
It needs to be created by the two functions called in It should be fixed now 😉 |
Now it runs, but another error occurs when saving the spectra:
I will resume testing tomorrow. |
Thanks. It should be fixed now |
Claudio, It runs without errors now and the results are similar to before. |
a9d989e
to
3ca7fb1
Compare
Great! Merged! One step closer to v1.7... |
I stumbled upon some corner case, where components of the same instrument have different length.
For that, I had to:
I also took the opportunity to add a fix which correctly plots signal and noise windows when the signal window is truncated to the noise length or when the noise window is padded to the signal length.
As always, I'm asking @krisvanneste to double-check, especially because this touches some of the changes he introduced. Thank you!