NMR plugin

Introduction

The spectrochempy-nmr plugin provides NMR-specific readers and processing workflows, including the Bruker TopSpin reader.

Installation

Install it with:

pip install spectrochempy[nmr]

Compatibility aliases

Compatibility aliases:

  • scp.nmr.read_topspin(...) remains available as the explicit historical namespaced form.

  • scp.read_topspin(...) remains available as the root-level compatibility alias when the plugin is installed.

New documentation and examples should prefer the shorter scp.nmr.read(...) form.

API Reference

The generated public API page for the NMR plugin is listed in Plugin public API reference. See spectrochempy.nmr.read.

Examples

For phase-sensitive 2D NMR workflows, install hypercomplex support as well:

pip install spectrochempy[nmr,hypercomplex]

See also the hypercomplex plugin guide for phase-sensitive 2D NMR workflows built on TopSpin datasets.

Limitations

Currently, the user-facing documentation for this plugin focuses on TopSpin datasets and related NMR workflows.