Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 514 Bytes

File metadata and controls

executable file
·
23 lines (14 loc) · 514 Bytes

FMFlow

FMFlow is an integrated package for the FMLO, a new off-point-less observing method for single dish spectroscopy in radio astronomy.

Installation

Currently FMFlow only provides its core Python package fmflow.

Using pip

The easiest way of installation is to use pip:

$ pip install git+https://github.com/snoopython/fmflow

Requirements

FMFlow (fmflow) requires the following packages:

  • Astropy (>=1.2)
  • NumPy (>=1.11)
  • PyYAML (>=3.10)
  • scikit-learn (>=0.18)
  • SciPy (>=0.18)