Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 737 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 737 Bytes

PocketChemist - NMR

The pocketchemist NMR plugin is used to process and analyze data from Nuclear Magnetic Resonance (NMR).

Contributing

Procedure for new processing Methods

  1. Implement the new procedure in the NMRSpectrum abstract base class

  2. Implement metadata updates in the NMRSpectrum concrete subclasses as well as implementation details through parameters in the called parent method

  3. Implement the CLI for the new process

  4. Add tests to verify that the implementation matches an existing processed spectrum, if it exists

  5. Add documentation for the new CLI functionality and python interface on the new process

  6. Increase the minor version

Credits