Skip to content

sjforeman/driftscan

 
 

Repository files navigation

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://git@github.com/radiocosmology/driftscan

About

Data analysis of transit radio interferometers, particularly for 21cm cosmology.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%