Metadata-Version: 2.4
Name: velocity_tools
Version: 1.1
Summary: Tools to help analysis of velocity cubes and velocity fields.
Author-email: "Jaime E. Pineda" <jpineda@mpe.mpg.de>
Maintainer-email: "Jaime E. Pineda" <jpineda@mpe.mpg.de>
License: MIT License
Project-URL: Homepage, https://github.com/jpinedaf/velocity-tools
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: importlib-resources; python_version < "3.9"
Requires-Dist: astropy>=5.0
Requires-Dist: scipy>=1.7
Requires-Dist: numpy>=1.21
Requires-Dist: matplotlib>=3.4
Requires-Dist: scikit-image>=0.9
Requires-Dist: spectral-cube>=0.5
Requires-Dist: radio-beam>=0.3

# velocity_tools
Repository with a compilation of tools for velocity analysis
It includes:
- Calculation of Keplerian rotation velocity map.
- Deprojection of relative coordinates for a given inclination and rotation angles and an arbitrary center. 
- Calculation of velocity gradient, assuming solid velocity rotation. 
- Streamline model using [Mendoza et al. (2009)](https://ui.adsabs.harvard.edu/abs/2009MNRAS.393..579M) formalism.


## Credits
---

This is developed by:

- Jaime E Pineda ([@jpinedaf](http://github.com/jpinedaf))

with contibutions from 
- M. Teresa Valdivia-Mena ([@tere-valdivia](http://github.com/tere-valdivia))


## Dependencies
---

- astropy (>=5.0)
- scipy (>=1.7)
- numpy (>=1.21)
