syncfit

Modeling code for Radio SEDs


License
Other
Install
pip install syncfit==0.1.0

Documentation

syncfit

Documentation Status PyPI version

Modeling code for Radio Synchrotron SEDs that uses MCMC and the SED models from XXX and YYY (fill in citations later).

Installation

User Installation

This package is pip installable so all you need to run is

python3 -m pip install syncfit

Developer Installation

Run the following commands in a terminal (assuming git is installed)

git clone https://github.com/alexander-group/syncfit.git
cd syncfit
pip install -e .