Main Page | Class List | Directories | File List | Class Members | File Members

ObitTableBP Struct Reference

ObitTableBP Class structure. More...

#include <ObitTableBP.h>

List of all members.

Public Attributes

gint32 ObitId
 Recognition bit pattern to identify the start of an Obit object.
gpointer ClassInfo
 ClassInfo pointer for class with name, base and function pointers.
gint ReferenceCount
 Reference count for object (numbers of pointers attaching).
gchar * name
 Name of object [Optional].
ObitThreadthread
 Threading info member object.
ObitInfoListinfo
 Linked list of arrays of data.
ObitIOStatus myStatus
 I/O status.
ObitIOmyIO
 I/O interface to access disk resident data.
ObitTableDescmyDesc
 Obit Table data Descriptor.
ObitTableSelmySel
 Obit Table data Selector.
gfloat * buffer
 Table buffer.
glong bufferSize
 Table buffer size in floats.
gchar * tabType
 Table type (name of type, e.g.
glong tabVer
 Table version number(1-rel).
ObitmyHost
 This table attached to host (actually) ObitData this is a secret reference - don't use Ref or Unref functions.
oint numAnt
 The number of antennas.
oint numPol
 The number of antennas.
oint numIF
 The number of IFs.
oint numChan
 Number of frequency channels.
oint startChan
 Start channel number.
oint numShifts
 If numShifts = 1 BP entries are from cross-power data, if 2 are from total power, if 3 are a mixture, anything else then type is unknown and will assume cross-power.
oint lowShift
 Most negative shift.
oint shiftInc
 Shift increment.
gchar BPType [MAXKEYCHARTABLEBP]
 BP type: ' ' => standard BP table, CHEBSHEV' => Chebyshev polynomial coeff.
glong TimeOff
 Column offset for The center time.
glong TimeCol
 Physical column number for The center time.
glong TimeIOff
 Column offset for Time interval of record in table record.
glong TimeICol
 Physical column number for Time interval of record in table record.
glong SourIDOff
 Column offset for Source ID number in table record.
glong SourIDCol
 Physical column number for Source ID number in table record.
glong SubAOff
 Column offset for Subarray number in table record.
glong SubACol
 Physical column number for Subarray number in table record.
glong antNoOff
 Column offset for Antenna number in table record.
glong antNoCol
 Physical column number for Antenna number in table record.
glong BWOff
 Column offset for andwidth of an individual channel in table record.
glong BWCol
 Physical column number for andwidth of an individual channel in table record.
glong FreqIDOff
 Column offset for Freq.
glong FreqIDCol
 Physical column number for Freq.
glong ChanShiftOff
 Column offset for Frequency shift for each IF in table record.
glong ChanShiftCol
 Physical column number for Frequency shift for each IF in table record.
glong RefAnt1Off
 Column offset for Reference Antenna in table record.
glong RefAnt1Col
 Physical column number for Reference Antenna in table record.
glong Weight1Off
 Column offset for Weights for complex bandpass in table record.
glong Weight1Col
 Physical column number for Weights for complex bandpass in table record.
glong Real1Off
 Column offset for Real (channel gain Poln # 1 ) in table record.
glong Real1Col
 Physical column number for Real (channel gain Poln # 1 ) in table record.
glong Imag1Off
 Column offset for Imaginary (channel gain Poln # 1) in table record.
glong Imag1Col
 Physical column number for Imaginary (channel gain Poln # 1) in table record.
glong RefAnt2Off
 Column offset for Reference Antenna in table record.
glong RefAnt2Col
 Physical column number for Reference Antenna in table record.
glong Weight2Off
 Column offset for Weights for complex bandpass in table record.
glong Weight2Col
 Physical column number for Weights for complex bandpass in table record.
glong Real2Off
 Column offset for Real (channel gain Poln # 2 ) in table record.
glong Real2Col
 Physical column number for Real (channel gain Poln # 2 ) in table record.
glong Imag2Off
 Column offset for Imaginary (channel gain Poln # 2) in table record.
glong Imag2Col
 Physical column number for Imaginary (channel gain Poln # 2) in table record.


Detailed Description

ObitTableBP Class structure.


Member Data Documentation

glong ObitTableBP::antNoCol
 

Physical column number for Antenna number in table record.

glong ObitTableBP::antNoOff
 

Column offset for Antenna number in table record.

gchar ObitTableBP::BPType[MAXKEYCHARTABLEBP]
 

BP type: ' ' => standard BP table, CHEBSHEV' => Chebyshev polynomial coeff.

gfloat* ObitTableBP::buffer
 

Table buffer.

glong ObitTableBP::bufferSize
 

Table buffer size in floats.

glong ObitTableBP::BWCol
 

Physical column number for andwidth of an individual channel in table record.

glong ObitTableBP::BWOff
 

Column offset for andwidth of an individual channel in table record.

glong ObitTableBP::ChanShiftCol
 

Physical column number for Frequency shift for each IF in table record.

glong ObitTableBP::ChanShiftOff
 

Column offset for Frequency shift for each IF in table record.

gpointer ObitTableBP::ClassInfo
 

ClassInfo pointer for class with name, base and function pointers.

glong ObitTableBP::FreqIDCol
 

Physical column number for Freq.

id number in table record

glong ObitTableBP::FreqIDOff
 

Column offset for Freq.

id number in table record

glong ObitTableBP::Imag1Col
 

Physical column number for Imaginary (channel gain Poln # 1) in table record.

glong ObitTableBP::Imag1Off
 

Column offset for Imaginary (channel gain Poln # 1) in table record.

glong ObitTableBP::Imag2Col
 

Physical column number for Imaginary (channel gain Poln # 2) in table record.

glong ObitTableBP::Imag2Off
 

Column offset for Imaginary (channel gain Poln # 2) in table record.

ObitInfoList* ObitTableBP::info
 

Linked list of arrays of data.

oint ObitTableBP::lowShift
 

Most negative shift.

ObitTableDesc* ObitTableBP::myDesc
 

Obit Table data Descriptor.

Obit* ObitTableBP::myHost
 

This table attached to host (actually) ObitData this is a secret reference - don't use Ref or Unref functions.

ObitIO* ObitTableBP::myIO
 

I/O interface to access disk resident data.

ObitTableSel* ObitTableBP::mySel
 

Obit Table data Selector.

ObitIOStatus ObitTableBP::myStatus
 

I/O status.

gchar* ObitTableBP::name
 

Name of object [Optional].

oint ObitTableBP::numAnt
 

The number of antennas.

oint ObitTableBP::numChan
 

Number of frequency channels.

oint ObitTableBP::numIF
 

The number of IFs.

oint ObitTableBP::numPol
 

The number of antennas.

oint ObitTableBP::numShifts
 

If numShifts = 1 BP entries are from cross-power data, if 2 are from total power, if 3 are a mixture, anything else then type is unknown and will assume cross-power.

gint32 ObitTableBP::ObitId
 

Recognition bit pattern to identify the start of an Obit object.

glong ObitTableBP::Real1Col
 

Physical column number for Real (channel gain Poln # 1 ) in table record.

glong ObitTableBP::Real1Off
 

Column offset for Real (channel gain Poln # 1 ) in table record.

glong ObitTableBP::Real2Col
 

Physical column number for Real (channel gain Poln # 2 ) in table record.

glong ObitTableBP::Real2Off
 

Column offset for Real (channel gain Poln # 2 ) in table record.

glong ObitTableBP::RefAnt1Col
 

Physical column number for Reference Antenna in table record.

glong ObitTableBP::RefAnt1Off
 

Column offset for Reference Antenna in table record.

glong ObitTableBP::RefAnt2Col
 

Physical column number for Reference Antenna in table record.

glong ObitTableBP::RefAnt2Off
 

Column offset for Reference Antenna in table record.

gint ObitTableBP::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

oint ObitTableBP::shiftInc
 

Shift increment.

glong ObitTableBP::SourIDCol
 

Physical column number for Source ID number in table record.

glong ObitTableBP::SourIDOff
 

Column offset for Source ID number in table record.

oint ObitTableBP::startChan
 

Start channel number.

glong ObitTableBP::SubACol
 

Physical column number for Subarray number in table record.

glong ObitTableBP::SubAOff
 

Column offset for Subarray number in table record.

gchar* ObitTableBP::tabType
 

Table type (name of type, e.g.

"AIPS AN")

glong ObitTableBP::tabVer
 

Table version number(1-rel).

ObitThread* ObitTableBP::thread
 

Threading info member object.

glong ObitTableBP::TimeCol
 

Physical column number for The center time.

in table record

glong ObitTableBP::TimeICol
 

Physical column number for Time interval of record in table record.

glong ObitTableBP::TimeIOff
 

Column offset for Time interval of record in table record.

glong ObitTableBP::TimeOff
 

Column offset for The center time.

in table record

glong ObitTableBP::Weight1Col
 

Physical column number for Weights for complex bandpass in table record.

glong ObitTableBP::Weight1Off
 

Column offset for Weights for complex bandpass in table record.

glong ObitTableBP::Weight2Col
 

Physical column number for Weights for complex bandpass in table record.

glong ObitTableBP::Weight2Off
 

Column offset for Weights for complex bandpass in table record.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 31 22:13:13 2007 for Obit by  doxygen 1.3.9.1