Skip to content
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

Determining peak splitting during peak picking? #111

Open
danny305 opened this issue Dec 12, 2019 · 1 comment
Open

Determining peak splitting during peak picking? #111

danny305 opened this issue Dec 12, 2019 · 1 comment

Comments

@danny305
Copy link

I am new to NMRglue and I love how intuitive the package is but I can't seem to find how to obtain peak splitting. Is there a known way to find proton peaks that are singlets, doublet, triplets, etc.

@jjhelmus
Copy link
Owner

nmrglue does not have any special support for detecting peak splitting. If you use a small msep parameter and the downward algorithm the nmrglue.analysis.peakpick.pick function should find the multiple components of well defined doublets, triplets, etc.

Additionally, the nmrglue.analysis.linesh.fit_spectrum can be used to fit a multiplet provided the appropriate starting parameters for the individual components are provided. It may be necessary to bound some of the parameter to ensure the peaks do not drift to other locations in the spectrum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants