GainTable

class GainTable(data=None, gain: numpy.array = None, time: numpy.array = None, interval=None, weight: numpy.array = None, residual: numpy.array = None, frequency: numpy.array = None, receptor_frame: data_models.polarisation.ReceptorFrame = <data_models.polarisation.ReceptorFrame object>, phasecentre=None, configuration=None)[source]

Bases: object

Gain table with data_models: time, antenna, gain[:, chan, rec, rec], weight columns

The weight is usually that output from gain solvers.

Attributes Summary

gain

interval

nants

nchan

nrec

ntimes

residual

time

weight

Methods Summary

size()

Return size in GB

Attributes Documentation

gain
interval
nants
nchan
nrec
ntimes
residual
time
weight

Methods Documentation

size()[source]

Return size in GB