PolarisationFrame

class PolarisationFrame(name)[source]

Bases: object

Define polarisation frames post correlation

Attributes Summary

fits_codes

npol

Number of correlated polarisations

polarisation_frames

Attributes Documentation

fits_codes = {'circular': [-1, -2, -3, -4], 'circularnp': [-1, -4], 'linear': [-5, -6, -7, -8], 'linearnp': [-5, -8], 'stokesI': [1], 'stokesIQ': [1, 2], 'stokesIQUV': [1, 2, 3, 4], 'stokesIV': [1, 4]}
npol

Number of correlated polarisations

polarisation_frames = {'circular': {'LL': 3, 'LR': 2, 'RL': 1, 'RR': 0}, 'circularnp': {'LL': 1, 'RR': 0}, 'linear': {'XX': 0, 'XY': 1, 'YX': 2, 'YY': 3}, 'linearnp': {'XX': 0, 'YY': 1}, 'stokesI': {'I': 0}, 'stokesIQ': {'I': 0, 'Q': 1}, 'stokesIQUV': {'I': 0, 'Q': 1, 'U': 2, 'V': 3}, 'stokesIV': {'I': 0, 'V': 1}}