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

ObitOTFDesc Struct Reference

ObitOTFDesc Class structure. More...

#include <ObitOTFDesc.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].
ObitIOAccess access
 Type of access to file.
ObitGBTOTFType OTFType
 Source of data in file.
glong nrecord
 Number of records total.
glong lrec
 Length (floats) of a record.
glong firstRec
 current beginning record (1-rel) read/write in buffer
glong numRecBuff
 number of records in buffer
gint ncol
 Number of columns in data.
gint numDesc
 Number of descriptive parameters.
gchar colType [OTF_MAX_COL][OTFLEN_KEYWORD]
 Column labels.
gchar colUnit [OTF_MAX_COL][OTFLEN_VALUE]
 Column units.
gint colRepeat [OTF_MAX_COL]
 Column repeat count.
gchar object [OTFLEN_VALUE]
 Name of object.
gchar teles [OTFLEN_VALUE]
 Name of telescope making observation.
gchar obsdat [OTFLEN_VALUE]
 Observing date as yyyy-mm-dd.
gchar date [OTFLEN_VALUE]
 File creation date as yyyy-mm-dd.
gchar origin [OTFLEN_VALUE]
 Origin (software) of image.
gchar bunit [OTFLEN_VALUE]
 Units of data.
glong naxis
 Number of data axes.
glong inaxes [OTF_MAXDIM]
 Dimensions of axes.
gchar ctype [OTF_MAXDIM][OTFLEN_KEYWORD]
 WCS labels for each dimension of array.
gfloat cdelt [OTF_MAXDIM]
 Axis coordinate increments.
gfloat crpix [OTF_MAXDIM]
 Axis reference pixels (1-rel).
gfloat crota [OTF_MAXDIM]
 Axis rotation angles (deg).
gdouble crval [OTF_MAXDIM]
 Axis coordinate values at reference pixel.
gfloat altCrpix
 Alternate reference Pixel (frequency or velocity).
gfloat epoch
 Epoch (years) of celestial coordinates, This is sometimes confused with equinox.
gfloat equinox
 Mean Equinox of celestial coordinates (e.g.
gdouble JDObs
 Julian date of observations.
gdouble obsra
 Observed central RA (deg).
gdouble obsdec
 Observed central Dec (deg).
gfloat beamSize
 Beam size Gaussian FWHM in deg.
gfloat diameter
 Telescope diameter in m.
gint iloct
 0-rel index of time in record
gint ilocti
 0-rel index of integration time in record
gint iloctar
 0-rel index of target index in record
gint ilocscan
 0-rel index of scan index in record
gint ilocra
 0-rel index of RA in record
gint ilocdec
 0-rel index of Dec in record
gint ilocrot
 0-rel index of rotation in record
gint iloccal
 0-rel index of cal in record
gint ilocdata
 0-rel index of start of data array in record
gint jlocdatawt
 0-rel axis order: Data-Wt
gint jlocfeed
 0-rel axis order: Feed
gint jlocs
 0-rel axis order: Stokes' parameters
gint jlocf
 0-rel axis order: Frequency
gint jlocstate
 0-rel axis order: State
gint incdatawt
 Increment in data: Data/Weight.
gint incfeed
 Increment in data: Feed.
gint incs
 Increment in data: Stokes.
gint incf
 Increment in data: Frequency.
gint incstate
 Increment in data: State.
gchar isort [3]
 Sort order 1st 2 char meaningful.
ObitInfoList * info
 InfoList for other keywords.


Detailed Description

ObitOTFDesc Class structure.

This class contains descriptions of interferometric visibility data.


Member Data Documentation

ObitIOAccess ObitOTFDesc::access
 

Type of access to file.

gfloat ObitOTFDesc::altCrpix
 

Alternate reference Pixel (frequency or velocity).

gfloat ObitOTFDesc::beamSize
 

Beam size Gaussian FWHM in deg.

gchar ObitOTFDesc::bunit[OTFLEN_VALUE]
 

Units of data.

gfloat ObitOTFDesc::cdelt[OTF_MAXDIM]
 

Axis coordinate increments.

gpointer ObitOTFDesc::ClassInfo
 

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

gint ObitOTFDesc::colRepeat[OTF_MAX_COL]
 

Column repeat count.

gchar ObitOTFDesc::colType[OTF_MAX_COL][OTFLEN_KEYWORD]
 

Column labels.

gchar ObitOTFDesc::colUnit[OTF_MAX_COL][OTFLEN_VALUE]
 

Column units.

gfloat ObitOTFDesc::crota[OTF_MAXDIM]
 

Axis rotation angles (deg).

gfloat ObitOTFDesc::crpix[OTF_MAXDIM]
 

Axis reference pixels (1-rel).

gdouble ObitOTFDesc::crval[OTF_MAXDIM]
 

Axis coordinate values at reference pixel.

gchar ObitOTFDesc::ctype[OTF_MAXDIM][OTFLEN_KEYWORD]
 

WCS labels for each dimension of array.

gchar ObitOTFDesc::date[OTFLEN_VALUE]
 

File creation date as yyyy-mm-dd.

gfloat ObitOTFDesc::diameter
 

Telescope diameter in m.

gfloat ObitOTFDesc::epoch
 

Epoch (years) of celestial coordinates, This is sometimes confused with equinox.

gfloat ObitOTFDesc::equinox
 

Mean Equinox of celestial coordinates (e.g.

2000)

glong ObitOTFDesc::firstRec
 

current beginning record (1-rel) read/write in buffer

gint ObitOTFDesc::iloccal
 

0-rel index of cal in record

gint ObitOTFDesc::ilocdata
 

0-rel index of start of data array in record

gint ObitOTFDesc::ilocdec
 

0-rel index of Dec in record

gint ObitOTFDesc::ilocra
 

0-rel index of RA in record

gint ObitOTFDesc::ilocrot
 

0-rel index of rotation in record

gint ObitOTFDesc::ilocscan
 

0-rel index of scan index in record

gint ObitOTFDesc::iloct
 

0-rel index of time in record

gint ObitOTFDesc::iloctar
 

0-rel index of target index in record

gint ObitOTFDesc::ilocti
 

0-rel index of integration time in record

glong ObitOTFDesc::inaxes[OTF_MAXDIM]
 

Dimensions of axes.

gint ObitOTFDesc::incdatawt
 

Increment in data: Data/Weight.

gint ObitOTFDesc::incf
 

Increment in data: Frequency.

gint ObitOTFDesc::incfeed
 

Increment in data: Feed.

gint ObitOTFDesc::incs
 

Increment in data: Stokes.

gint ObitOTFDesc::incstate
 

Increment in data: State.

ObitInfoList* ObitOTFDesc::info
 

InfoList for other keywords.

gchar ObitOTFDesc::isort[3]
 

Sort order 1st 2 char meaningful.

gdouble ObitOTFDesc::JDObs
 

Julian date of observations.

gint ObitOTFDesc::jlocdatawt
 

0-rel axis order: Data-Wt

gint ObitOTFDesc::jlocf
 

0-rel axis order: Frequency

gint ObitOTFDesc::jlocfeed
 

0-rel axis order: Feed

gint ObitOTFDesc::jlocs
 

0-rel axis order: Stokes' parameters

gint ObitOTFDesc::jlocstate
 

0-rel axis order: State

glong ObitOTFDesc::lrec
 

Length (floats) of a record.

gchar* ObitOTFDesc::name
 

Name of object [Optional].

glong ObitOTFDesc::naxis
 

Number of data axes.

gint ObitOTFDesc::ncol
 

Number of columns in data.

glong ObitOTFDesc::nrecord
 

Number of records total.

gint ObitOTFDesc::numDesc
 

Number of descriptive parameters.

glong ObitOTFDesc::numRecBuff
 

number of records in buffer

gint32 ObitOTFDesc::ObitId
 

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

gchar ObitOTFDesc::object[OTFLEN_VALUE]
 

Name of object.

gchar ObitOTFDesc::obsdat[OTFLEN_VALUE]
 

Observing date as yyyy-mm-dd.

gdouble ObitOTFDesc::obsdec
 

Observed central Dec (deg).

gdouble ObitOTFDesc::obsra
 

Observed central RA (deg).

gchar ObitOTFDesc::origin[OTFLEN_VALUE]
 

Origin (software) of image.

ObitGBTOTFType ObitOTFDesc::OTFType
 

Source of data in file.

gint ObitOTFDesc::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

gchar ObitOTFDesc::teles[OTFLEN_VALUE]
 

Name of telescope making observation.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 3 20:43:55 2007 by  doxygen 1.3.9.1