FMFlow is an integrated package for the FMLO, a new off-point-less observing method for single dish spectroscopy in radio astronomy.
Currently FMFlow only provides its core Python package fmflow
.
The easiest way of installation is to use pip:
$ pip install git+https://github.com/snoopython/fmflow
FMFlow (fmflow
) requires the following packages:
- Astropy (>=1.2)
- NumPy (>=1.11)
- PyYAML (>=3.10)
- scikit-learn (>=0.18)
- SciPy (>=0.18)