Memory data models¶
data_models.memory_data_models Module¶
The data models used in ARL:
Classes¶
|
Describe a Configuration as locations in x,y,z, mount type, diameter, names, and overall location |
|
Gain table with data_models: time, antenna, gain[:, chan, rec, rec], weight columns |
|
Pointing table with data_models: time, antenna, offset[:, chan, rec, 2], weight columns |
|
Image class with Image data (as a numpy.array) and the AstroPy implementation of a World Coodinate System |
|
Class to hold Gridded data for Fourier processing - Has four or more coordinates: [chan, pol, z, y, x] where x can be u, l; y can be v, m; z can be w, n |
|
Class to hold Gridded data for Fourier processing - Has four or more coordinates: [chan, pol, z, y, x] where x can be u, l; y can be v, m; z can be w, n |
|
Skycomponents are used to represent compact sources on the sky. |
|
A model for the sky, including an image, components, gaintable and a mask |
|
Visibility table class |
|
Block Visibility table class |
|
Quality assessment |
Science Data Model |