Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 966 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 966 Bytes

Drift Scan Telescope Analysis

This is a Python project for simulating and analysing the transit radio telescopes, with a particular focus on 21cm Cosmology.

Installation

The primary dependency of this project is the cora package. This can be fetched from here. In addition to its dependencies we also require an installation of h5py for storing results in hdf5 files.

This package is installable by the usual methods, either the standard

$ python setup.py install [--user]

or to develop the package

$ python setup.py develop [--user]

It should also be installable directly with pip using the command:

$ pip install [-e] git+ssh://[email protected]/radiocosmology/driftscan

Documentation

The full documentation of driftscan is at https://radiocosmology.github.io/driftscan/.