Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmeowzing/dist-fitting
Fitting distributions to discrete stellar profiles in FITS data using LGD.
https://github.com/emmeowzing/dist-fitting
astronomy gradient-descent point-spread-function
Last synced: 6 days ago
JSON representation
Fitting distributions to discrete stellar profiles in FITS data using LGD.
- Host: GitHub
- URL: https://github.com/emmeowzing/dist-fitting
- Owner: emmeowzing
- License: mit
- Created: 2016-06-13T08:46:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:35:24.000Z (11 months ago)
- Last Synced: 2024-10-10T21:26:02.519Z (27 days ago)
- Topics: astronomy, gradient-descent, point-spread-function
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dist-fitting
Scripts for fitting distribution models to discrete stellar profiles in FITS data.![random fitting](./img/random_fit.png "Random Gaussian FIT")
Requires `Python 3.6+` with `matplotlib`, `numpy`, `numba`, `astropy`, `photutils`, and `scipy` installed (the easiest way to use it would probably be to install Anaconda Python 3).