Metadata-Version: 2.1
Name: radiowinds
Version: 0.0.1
Summary: A package to calculate the thermal free-free emission from stellar winds
Home-page: https://github.com/Dualta93/radiowinds
Author: D\'{u}alta \'{O} Fionnag\'{a}in
Author-email: ofionnad@tcd.ie
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Radio Emission from Stellar Winds

This is a Python code to calculate the radio emission produced by the winds around stars. The code calculates thermal bremsstrahlung that is emitted from the wind, which depends directly on the density and temperature of the stellar wind plasma. The program takes input data in the form of an interpolated 3d grid of points (of the stellar wind) containing position, temperature and density data. From this it calculates the thermal free-free emission expected from the wind at a range of user-defined frequencies. 

This code is used in a paper currently submitted to Monthly Notices of the Royal Astronomical Society. 


## Installation
Plans to include on pip to make installation easier, for now, simple cloning of this repository should work.

## Author
Written by Dualta O Fionnagain in Trinity College Dublin, 2018
MIT License

Email: ofionnad@tcd.ie
Github: https://github.com/Dualta93


