All Projects → guillochon → MOSFiT

guillochon / MOSFiT

Licence: MIT license
Modular Open Source Fitter for Transients

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to MOSFiT

astrodash
Deep learning for the automated spectral classification of supernovae
Stars: ✭ 25 (-7.41%)
Mutual labels:  astronomy, transients, supernovae
fritz
Astronomical data platform for the Zwicky Transient Facility.
Stars: ✭ 20 (-25.93%)
Mutual labels:  astronomy, transients
OACAPI
Open Astronomy Catalog API
Stars: ✭ 58 (+114.81%)
Mutual labels:  astronomy, supernovae
sncosmo
Python library for supernova cosmology
Stars: ✭ 53 (+96.3%)
Mutual labels:  astronomy, supernovae
api-rest
API - The Solar System OpenData
Stars: ✭ 18 (-33.33%)
Mutual labels:  astronomy
starclass
Stellar Classification
Stars: ✭ 15 (-44.44%)
Mutual labels:  astronomy
apod chrome extension
Astronomy Picture of the Day (APOD) Chrome Extension for the new tab screen
Stars: ✭ 16 (-40.74%)
Mutual labels:  astronomy
allsky-portal
A simple, responsive web interface to control an allsky camera connected to a Raspberry Pi
Stars: ✭ 28 (+3.7%)
Mutual labels:  astronomy
ephemeris-compute-de405
A command-line tool for producing tables of the positions of solar system objects over time.
Stars: ✭ 14 (-48.15%)
Mutual labels:  astronomy
kosmorro
A program to calculate your ephemerides.
Stars: ✭ 53 (+96.3%)
Mutual labels:  astronomy
curvit
Create light curves from UVIT data.
Stars: ✭ 14 (-48.15%)
Mutual labels:  astronomy
nmmn
Miscellaneous methods for: astronomy, dealing with arrays, statistical distributions, computing goodness-of-fit, numerical simulations and much more
Stars: ✭ 16 (-40.74%)
Mutual labels:  astronomy
ha skyfield
See the apparent positions of the Sun, Moon, and planets in this home assistant custom component
Stars: ✭ 26 (-3.7%)
Mutual labels:  astronomy
sunraster
A SunPy-affiliated package which provides tools to analyze data from spectral data from any solar mission.
Stars: ✭ 19 (-29.63%)
Mutual labels:  astronomy
Nasa-And-Spacex-Cooperation
Theme Outer Space
Stars: ✭ 41 (+51.85%)
Mutual labels:  astronomy
cygrid
Cygrid is a cython-powered convolution-based gridding module for astronomy
Stars: ✭ 32 (+18.52%)
Mutual labels:  astronomy
marvin
Data access and visualization for MaNGA. http://sdss-marvin.readthedocs.io/en/latest/
Stars: ✭ 48 (+77.78%)
Mutual labels:  astronomy
indi-allsky
Software to manage a Linux-based All Sky Camera.
Stars: ✭ 59 (+118.52%)
Mutual labels:  astronomy
PandExo
A Community Tool for Transiting Exoplanet Science with the JWST & HST
Stars: ✭ 23 (-14.81%)
Mutual labels:  astronomy
nightlight
Nightlight: Astronomic Image Processing
Stars: ✭ 25 (-7.41%)
Mutual labels:  astronomy

MOSFiT

Build Status Coverage Status Python Version PyPI version Documentation Status ascl:1710.006 Currently logged-in users in MOSFiT Slack channel

MOSFiT (Modular Open-Source Fitter for Transients) is a Python 2.7/3.x package for fitting, sharing, and estimating the parameters of transients via user-contributed transient models. Data for a transient can either be provided by the user in a wide range of formats (JSON, ASCII tables, CDS, LaTeX), or can be pulled automatically from one of the Open Catalogs (e.g. the Open Supernova Catalog, Open TDE Catalog, and Open Nova Catalog) by its name. With the use of an optional upload flag, fits performed by users can then be uploaded back to the Open Catalogs for the benefit of the transient community.

Installation

MOSFiT is available on conda and pip, and can be installed using:

conda install -c conda-forge mosfit

or:

pip install mosfit

For a development install of MOSFiT, the repository should be cloned from GitHub and then installed into your Python environment via the setup.py script:

git clone https://github.com/guillochon/MOSFiT.git
cd MOSFiT
python setup.py develop

Using MOSFiT

For detailed instructions on using MOSFiT, please see our documentation on RTD: http://mosfit.readthedocs.io/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].