https://github.com/astrofrog/sedfitter
Python version of the SED fitter from Robitaille et al., 2007, ApJS 169 328
https://github.com/astrofrog/sedfitter
astronomy python science
Last synced: 11 months ago
JSON representation
Python version of the SED fitter from Robitaille et al., 2007, ApJS 169 328
- Host: GitHub
- URL: https://github.com/astrofrog/sedfitter
- Owner: astrofrog
- License: bsd-2-clause
- Created: 2010-11-17T01:54:46.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T21:11:47.000Z (about 2 years ago)
- Last Synced: 2025-03-25T08:11:17.169Z (over 1 year ago)
- Topics: astronomy, python, science
- Language: Python
- Homepage: http://sedfitter.readthedocs.org
- Size: 705 KB
- Stars: 20
- Watchers: 7
- Forks: 22
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
About
-----
This is a Python port of the SED fitter from [Robitaille et al., 2007, ApJS 169
328](http://adsabs.harvard.edu/abs/2007ApJS..169..328R). It replaces the
original Fortran code which can be found
[here](https://github.com/astrofrog/sedfitter-legacy).
At this stage, it should be used cautiously as it is still beta-quality
software and may contain bugs. Please make sure that you verify your results
using an independent method if at all possible.
The documentation is available at http://sedfitter.readthedocs.org
Status
------
[](https://github.com/astrofrog/sedfitter/actions/workflows/main.yml)