Skip to content

plaplant/radionopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radionopy

Python tools for calculating ionospheric rotation measure behavior for the effects of the ionosphere for radio telescope measurements.

This is an attempt to make ionFR considerably more powerful and flexible.

Installation:

python setup.py develop

This compiles the geomagnetic field code (within the IGRF folder) on the user machine: gcc geomag70.c -o geomag70 -lm

Example Scripts:

  • docs/radionopy_Tutorial.ipynb -- tutorial in a Jupyter notebook.
  • scripts/probe_parameter_space.py -- creating and interacting with an IonoMap object containing months-worth of data.

Requirements:

About

Python tools for calculating ionosphere behavior for the effects of the ionosphere for radio telescope measurements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.9%
  • C 45.1%