Skip to content

casangi/radio_telescope_delay_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.