#include "ObitAntennaList.h"
Functions | |
| void | ObitAntennaListInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitAntennaListClear (gpointer in) |
| Private: Deallocate members. | |
| ObitAntennaList * | newObitAntennaList (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitAntennaListGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitAntennaList * | ObitAntennaListCreate (gchar *name, glong nant, glong numpolcal) |
| Public: Create from value. | |
| ObitAntennaList * | ObitAntennaListCopy (ObitAntennaList *in, ObitAntennaList *out, ObitErr *err) |
| Public: Copy constructor. | |
| ObitUVPolCalType | ObitAntennaListGetPolType (gchar *type) |
| Public: Determine polarization calibration type. | |
| gfloat | ObitAntennaListElev (ObitAntennaList *inAList, gint ant, gfloat time, ObitSource *Source) |
| Public: Determine antenna elevation. | |
| gfloat | ObitAntennaListParAng (ObitAntennaList *inAList, gint ant, gfloat time, ObitSource *Source) |
| Public: Determine antenna Parallactic angle. | |
| void | ObitAntennaListClassInit (void) |
| Public: Class initializer. | |
This is a list of associated tables.
|
|
Public: Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||
|
Public: Copy constructor. Parent class members are included but any derived class info is ignored.
|
|
||||||||||||||||
|
Public: Create from value.
|
|
||||||||||||||||||||
|
Public: Determine antenna elevation.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
|
|
Public: Determine polarization calibration type.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
|
||||||||||||||||||||
|
Public: Determine antenna Parallactic angle.
|
1.3.9.1