/radiomap

A python package which has radio astronomy calculation tools including spectral index map calculation.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

radiomap

A python package which has radio astronomy calculation tools including spectral index map calculation.

In-progress : will update with new update on 15 august

Developement

$ pip install -e .[dev]

Installation:

$ pip install radiomap

Usage

$ from radiomap import spectral_index as si
$ result = si(tgss = tgss_arr_data, nvss=nvss_arr_data)
$ print(result)