You're reading an old version of this documentation. For up-to-date information, please have a look at v0.2.
nmraspecds.utils module
utils module of the nmraspecds package.
- nmraspecds.utils.convert_ppm_to_delta_kHz(values, reference_frequency=None)
Convert chemical shift values to delta frequency values with the center frequency being 0 kHz.
Important
The chemical shift is given in ppm and the delta frequency is given in kHz
- nmraspecds.utils.convert_delta_kHz_to_ppm(values, reference_frequency=None)
Convert delta frequency values to ppm values with 0 kHz being the spectrometer’s frequency.
Important
The chemical shift is given in ppm and delta frequency is given in kHz