nmrglue.segmentation
====================

.. automodule:: nmrglue.analysis.segmentation

This modules is imported as nmrglue.segmentation and can be called as such.

Low-Level Functions
-------------------

These functions are typically not used directly by users.  They are called by
high level functions.  Developers and user who want to segment spectra will 
be interested in these functions.

.. autofunction:: neighbors
.. autofunction:: valid_pt
.. autofunction:: find_downward
.. autofunction:: find_all_downward
.. autofunction:: map_downward
.. autofunction:: mark_dmap
.. autofunction:: find_upward
.. autofunction:: find_all_upward
.. autofunction:: map_upward
.. autofunction:: mark_umap
.. autofunction:: find_connected
.. autofunction:: find_all_connected
.. autofunction:: map_connected
.. autofunction:: mark_cmap
.. autofunction:: find_nconnected
.. autofunction:: find_all_nconnected
.. autofunction:: map_nconnected
.. autofunction:: mark_nmap
