You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cameron-Van-Eck edited this page Feb 4, 2022
·
2 revisions
PolSpectra
PolSpectra is a Python3 package for radio astronomy. Its purpose is to facilitate the creation, access, and manipulation of full Stokes spectra of radio sources in the PolSpectra format, as defined by Van Eck et al. 2022 (in prep).
The package defines the polarizationspectra class, which serves as a wrapper around an Astropy Table and ensures that all the necessary columns are included.
Installation
This package is available through PyPi and can be installed through pip in the usual way: pip install Polspectra.
Alternatively, it can be downloaded (here) and either installed using setup.py (python setup.py install) or included in your Python path manually.
Dependencies: astropy, numpy
Package Usage
After installation, the package can be imported in the usual way: import polspectra