/radio_telescope_delay_model

Python interface for CALC11.

Primary LanguageFortranApache License 2.0Apache-2.0

radio_telescope_delay_model is not being actively maintained.

Radio Telescope Delay Model

Wraps the CALC11 Libary Fortran library found here. Currently only the almacalc function has been wrapped.

Installation

pip install radio_telescope_delay_model

Build

git clone https://github.com/casangi/radio_telescope_delay_model
cd radio_telescope_delay_model
pip install -e ./

Requirements

gcc => 4.8.5

Usage

from calc11 import almacalc 

The example notebook shows how to calculate uvw coordinates using almacalc and compares the results to CASA, Astropy, and data in a measurement set.