Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cailmdaley/astrocail
oft-used python functions and classes for astronomy
https://github.com/cailmdaley/astrocail
Last synced: 29 days ago
JSON representation
oft-used python functions and classes for astronomy
- Host: GitHub
- URL: https://github.com/cailmdaley/astrocail
- Owner: cailmdaley
- License: mit
- Created: 2017-07-31T16:41:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T20:40:13.000Z (over 6 years ago)
- Last Synced: 2024-10-26T22:52:05.866Z (3 months ago)
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# astrocail
oft-used python functions and classes for astronomy.`casa.py`: wrapper functions that allow CASA tasks to be executed from within a Python script.
`fitting.py`: Model and Observation classes used in fitting interferometric ALMA data.
`mcmc.py`: MCMCrun class that allows easy interface with Daniel Foreman-Mackey's Markov Chain Monte Carlo (MCMC) package `emcee`. Creates a variety of diagnostic plots.
`plotting.py`: Figure class that facilitates creation of journal-quality plots from FITS files.