aces.beamset.modelset

Defines the ModelSet subclass of BeamSet

Copyright (C) CSIRO 2017

Module Contents

Classes

ModelSet

ModelSet is based on BeamSet.

Functions

get_model_class(name)

aces.beamset.modelset.get_model_class(name)[source]
class aces.beamset.modelset.ModelSet(metadata=None, data=None, flags=None, filename=None)[source]

Bases: aces.beamset.beamset.BeamSet

ModelSet is based on BeamSet. - additional metadata items:

payloadtype = 'float'[source]
print_summary()[source]

Prints to standard output a summary

get_model(selection)[source]

Here’s where we can find the required class, and call the appropriate __init__

get_beam_centres(ant, pol, chan)[source]

Retrieve the centres of all beams in a footprint(for the given antenna, polarization and channel. Also returned are the expected beam positions according to footprint.py, or in the case of single port beams, the position computed from PAF port positions.