MOSFiT (Modular Open-Source Fitter for Transients) is a Python 3 package for fitting, sharing, and estimating the parameters of transients via user-contributed transient models. Data for a transient can be provided by the user in a wide range of formats (JSON, ASCII tables, CDS, LaTeX).
MOSFiT is available on conda and pip:
conda install -c conda-forge mosfitor:
pip install mosfitFor a development install, clone the repository and install in editable mode:
git clone https://github.com/guillochon/MOSFiT.git
cd MOSFiT
pip install -e .mosfit -e ./my_transient.json -m slsnFits write products under products/ (including walkers.h5, and optionally chain.h5 if run with -c). For detailed instructions, see the documentation on RTD: https://mosfit.readthedocs.io/
