nmrglue.fileiobase
==================

.. automodule:: nmrglue.fileio.fileiobase

This modules is imported as nmrglue.fileiobase 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.

.. autofunction:: create_blank_udic
.. autofunction:: open_towrite
.. autofunction:: ndfrom_iter 
.. autofunction:: ndto_iter
.. autofunction:: ndtofrom_iter
.. autofunction:: size_and_ndtofrom_iter
.. autofunction:: index2trace_flat
.. autofunction:: trace2index_flat
.. autofunction:: index2trace_opp
.. autofunction:: trace2index_opp
.. autofunction:: index2trace_reg
.. autofunction:: trace2index_reg

Low-Level Classes
-----------------


These classes are typically not used directly by users.  They are extended or 
called by high level classes or functions.

.. autoclass:: unit_conversion
.. autoclass:: data_nd
