avialxee / radiomap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%