Metadata-Version: 2.1
Name: kinms-fitter
Version: 0.1.5
Summary: Wrapper for KinMSpy that automates most common galaxy fitting tasks
Home-page: https://github.com/TimothyADavis/KinMS_fitter
Author: Timothy A. Davis
Author-email: DavisT@cardiff.ac.uk
License: GNU GPLv3
Description: # KinMS_fitter
        
        [![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-382/) [![PyPI version](https://badge.fury.io/py/kinms-fitter.svg)](https://badge.fury.io/py/kinms-fitter) 
        
        
        Wrapper for KinMSpy that automates most common galaxy fitting tasks, and has a flexible interface for defining surface brightness/velocity profile functions.
        
        ### Install
        
        KinMSfitter can be installed KinMS with `pip install kinms-fitter`. Alternatively you can download the code, navigate to the directory you unpack it too, and run `python setup.py install`.
            
        It requires the following modules:
        
        * numpy
        * matplotlib
        * scipy
        * astropy
        * KinMS
        * jampy
        * gastimator
        
        
        ### Documentation
        
        A simple iPython notebook tutorial on KinMS_fitter can be found here: [KinMS_fitter tutorial](https://github.com/TimothyADavis/KinMS_fitter/blob/main/kinms_fitter/docs/KinMS_fitter_tutorial.ipynb)
        
        ### Commumication
        
        If you find any bugs, or wish to be kept up to date when new versions of this software are released, please raise an issue here on github, or email me at DavisT -at- cardiff.ac.uk
        
        ### License
        
        KinMS_fitter has a GPL-3.0 License, as detailed in the LICENSE file.
        
        
        Many thanks,
        
        Dr Timothy A. Davis
        
        Cardiff, UK
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
