Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 857 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 857 Bytes

dsa110-meridian-fs

This repository contains routines to fringestop DSA-110 visibilities on the meridian and integrate visibilities.

Installation Instructions

To use the PSRDADA tools in this install, you must also install PSRDADA, which can be installed according to these instructions and psrdada-python, which can be installed from the github repository.

For psrdada-python to work with PSRDADA, PSRDADA must be installed using the -fPIC flag. If you are using gnu-autotools to install, set the environment variable C_FLAGS before installing.

If you have multiple installs of PSRDADA on your machine, you may need to set LD_LIBRARY_PATH in the setup.py file for psrdada-python.

dsa110-meridian-fs can then be installed with python setup.py install.