Metadata-Version: 1.2
Name: mrrt.operators
Version: 0.2.1
Summary: Linear Operators for Image Reconstruction
Home-page: http://github.com/mritools/mrrt.operators
Author: Gregory R. Lee
Author-email: grlee77@gmail.com
Maintainer: Gregory R. Lee
Maintainer-email: grlee77@gmail.com
License: BSD
Description: 
        
        mrrt.operators
        ==============
        Linear Operators for use in Iterative Image Reconstruction.
        
        This package as an extension of the LinOp package, providing operators for
        various operations such as the FFT, DWT, (local) DCT, Finite Differences and
        Total Variation.
        
        See the related package, mrrt.mri, for operators specific to magnetic resonance
        imaging (MRI).
        
        .. _README: https://github.com/mritools/mrrt.operators/blob/master/README.md
        
        License
        =======
        ``mrrt.operators`` is licensed under the terms of the BSD 3-clause license. See
        the file "LICENSE.txt" and "LICENSES_bundled.txt" for information on the
        history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL
        WARRANTIES.
        
        All trademarks referenced herein are property of their respective holders.
        
        Copyright (c) 2014-2020,
        Gregory R. Lee, Cincinnati Children's Hospital Medical Center.
        
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Requires: numpy
Requires: mrrt.utils
Requires-Python: >= 3.6
