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
Right now the final output routine does an alignment that moves the peak ppm markers and the identifications. The deconvolutions can be made parallelizable and non-interfering (so you don't end up redoing overlapping bins because a previous deconvolution moved the peaks) if they don't move the markers. This would also make things more predictable for the users.
This was part of #57
Right now the final output routine does an alignment that moves the peak ppm markers and the identifications. The deconvolutions can be made parallelizable and non-interfering (so you don't end up redoing overlapping bins because a previous deconvolution moved the peaks) if they don't move the markers. This would also make things more predictable for the users.