Python API v2 Examples
Up one levelShort pieces of demonstration code to illustrate how to do various things with version 2 of the Python API
- Top-Level Projects by Tim Stevens — last modified 2010-01-31 21:20
- How to create, load and save the top-level MemopsRoot object that contains all project data
- Molecular Description by Tim Stevens — last modified 2009-07-27 10:07
- How to create and manipulate the objects involved with molecular systems, sequences and chemical compound templates
- NMR Experiments and Spectra by Tim Stevens — last modified 2009-07-26 17:48
- A guide to using describing experiments and spectra within the NMR part of the data model
- Peaks & Peak Lists by Tim Stevens — last modified 2009-07-26 20:41
- How to work with peaks and the list they are contained within
- Resonance Assignment by Tim Stevens — last modified 2009-07-26 21:28
- How to assign peaks to atoms via the resonance objects and how this relates to chemical shifts
- Structures & Ensembles by Tim Stevens — last modified 2009-07-28 11:05
- How to work with objects that represent coordinate information for macromolecular structures
- NMR Restraints by Tim Stevens — last modified 2009-07-28 14:46
- A guide to working with the various type of structural restraints used in NMR
- CcpNmr Analysis Windows by Wayne Boucher — last modified 2010-02-02 16:42
- A guide to working with Analysis windows, where spectra are displayed.
- CcpNmr Analysis Macros by Tim Stevens — last modified 2009-02-14 21:40
- Programming guide to writing Python macro scripts for CcpNmr Analysis
- CCPN Tkinter Graphical Objects by Tim Stevens — last modified 2009-02-12 13:48
- Programming guide on how to use the CCPN GUI widget set.
- Explanatory Diagrams by Tim Stevens — last modified 2009-02-04 17:20
- Simplified model diagrams for teaching purposes
- How To Write A CCPN Macro by Daniel O'Donovan — last modified 2010-02-16 14:13
- A few helpful hints should you find yourself wanting to write your own custom Analysis macros.