Metadata-Version: 1.1
Name: gcmstools
Version: 0.2.0
Summary: Tools for working with GCMS files.
Home-page: https://github.com/rnelsonchem/gcmstools
Author: Ryan Nelson
Author-email: rnelsonchem@gmail.com
License: BSD
Description: gcmstools - Basic GCMS File Import and Fitting
        ##############################################
        
        This library serves two roles: 1) to provide a class to read standard GCMS
        data files, and 2) to fit the data using various fitting routines.  The usage
        and installation of this package is outlined in the `online user guide`_,
        which is also `available as a pdf`_.
        
        Currently, this package implements the following:
        
        *File Imports*
        
        * AIA (CDF) files
        
        *Fitting Routines*
        
        * Non-negative least squares (nnls) fitting
        
        *Isotopic Analysis*
        
        * Analyze the distribution of isotopes (for isotopic labeling experiments)
        
        
        .. _online user guide: http://gcmstools.rcnelson.com/
        .. _available as a pdf: https://github.com/rnelsonchem/gcmstools/blob
                /master/gcmstools.pdf?raw=true
        
Keywords: gcms aia nnls
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
