Skip to content

A package for creating and manipulating tables of polarized radio spectra.

License

Notifications You must be signed in to change notification settings

CIRADA-Tools/PolSpectra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolSpectra

A package for creating and manipulating tables of polarized radio spectra.

Detailed documentation is available on the wiki here.
A full description of the PolSpectra standard is being written up and will be published soon.

This package was motivated for the need for a volume-efficient way of storing the Stokes IQUV spectra of compact sources: avoiding massive duplication of information (in FITS headers) and also avoiding the need for very large numbers of files (potentially half a billion files for the entirety of POSSUM!). The design set out to fulfill these goals: it would be space efficient (minimal duplication), easily readable (without requiring special software), and flexible in terms of combining data from separate instruments and observations into a single file if desired.

This has been implemented using the FITS table and VOTable formats. The use of variable-length array columns allow the spectra to be stored efficiently, even if different rows have different numbers of channels (although this has only limited official support under the FITS standard). The basic unit for a row is a single source-observation (the same source observed multiple times gets a row for each individual observation), with a 'source_number' column that can group together multiple observations under the same source.

The resulting tables should be readable by anything that supports FITS tables (with the variable-length array column standard) or VOTables. This Python package offers a streamlined way to create these tables as objects in Python and read/write them to FITS and VOTable format.

Designed for use by the CIRADA Polarization pipeline, for processing of data for the POSSUM and VLASS radio surveys, and for use in the RM-Tools polarization analysis package (not yet supported).

Cameron Van Eck (cameron.van.eck (at) utoronto.ca)

About

A package for creating and manipulating tables of polarized radio spectra.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages