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
Currently it is possible to change the integral manually and then the peaks are recalculated. Sometimes however the sum does not correspond ???
Also there is currently no way to save the integral total value so if we just 'save' the sample, the total integral is recalculated to the default value.
I added a field for each nmrSpectrum called 'integralSum'
The text was updated successfully, but these errors were encountered:
We removed a Math.round in the spectra-data library. It solves the problem. But you have to take into account that if you set "clean=true", then I'll remove all the signals whose integral is lesser than 0.5. But the relative integral of the other peaks should be maintained, which was not the case before.
Currently it is possible to change the integral manually and then the peaks are recalculated. Sometimes however the sum does not correspond ???
Also there is currently no way to save the integral total value so if we just 'save' the sample, the total integral is recalculated to the default value.
I added a field for each nmrSpectrum called 'integralSum'
The text was updated successfully, but these errors were encountered: