Skip to content

alexander-group/syncfit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syncfit

Documentation Status PyPI version

Modeling code for Radio Synchrotron SEDs that uses MCMC and the SED models from the following sources:

If you use this code, you should be citing them!

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 .