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

ObitSkyModelVM Struct Reference

ObitSkyModelVM Class structure. More...

#include <ObitSkyModelVM.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.
ObitImageMosaicmosaic
 Image array.
ObitFArrayplane
 Image plane of single image.
ObitCArrayFTplane
 Fourier transform of plane.
glong numConjCol
 Number of conjugate (neg U) columns in FTplane.
ObitFArraycomps
 Array of component model as rows in an FArray.
ObitCInterpolatemyInterp
 Interpolator for UV grid.
ObitSkyModelType modelType
 Model type.
ObitSkyModelCompType modType
 Component model type.
ObitSkyModelMode modelMode
 Model calculation mode for components.
ObitSkyModelMode currentMode
 Current model calculation mode.
gint * CCver
 List of AIPSCC table versions per image in mosaic there are mosaic->numberImages of these.
gint * startComp
 List of beginning component per image in mosaic (1-rel).
gint * endComp
 List of highest component per image in mosaic (1-rel).
gfloat factor
 Factor to multiply times model.
gfloat minFlux
 Minimum flux density model or pixel.
gfloat stokFactor
 Factor to multiply times second Stokes of model.
gfloat pointFlux
 Point model flux density (Jy).
gfloat pointXOff
 Point, x (ra), y (dec) offset in deg.
gfloat pointYOff
 Point, x (ra), y (dec) offset in deg.
gfloat pointParms [10]
 Other (non-point)model components: major_axis (deg), minor_axis (deg), position_angle (deg), type (ObitSkyModelCompType as gint);.
gfloat antSize
 Antennna diameter for rel.
gboolean do3D
 Apply 3D imaging corrections.
gboolean doDivide
 Divide model into data?
gboolean doReplace
 Replace data with model?
gboolean doPBCor
 Make relative Primary Beam corrections?
gint startChannel
 Selected start channel[1-rel] and number.
gint numberChannel
 Selected start channel[1-rel] and number.
gint startIF
 Selected start IF [1-rel] and number.
gint numberIF
 Selected start IF [1-rel] and number.
gint startChannelPB
 Selected start rel.
gint numberChannelPB
 Selected start rel.
gint startIFPB
 Selected start rel.
gint numberIFPB
 Selected start rel.
gint nfreqPB
 Number of frequency channels for PB correction.
gdouble PBFreq
 Reference frequency for this block of channels for PB corrections.
gchar stokes [5]
 Selected Stokes.
gint startPoln
 Selected start Poln [1-rel] and number.
gint numberPoln
 Selected start Poln [1-rel] and number.
gboolean doFlip
 True if need to multiply the FT by sqrt(-1) before applying.
gboolean noNeg
 True if only positive flux components are to be used.
gfloat minDFT
 Minimum absolute component flux to use in DFT.
gfloat maxGrid
 Maximum absolute component flux to use in Gridded model.
gboolean doDFT
 Something to do for DFT model.
gboolean doGrid
 Something to do for Grid model.
gint prtLv
 message level for deconvolution progress messages, 0=none, 1=summary, 2=normal, higher numbers for diagnostics
ObitFArrayVMComps
 Array of time/spatially variable component model as rows in an FArray.
gfloat curVMModelTime
 Current time (d) for model in VMComps.
gfloat endVMModelTime
 End time (d) for validity of model model in VMComps.
gfloat updateInterval
 Model update interval (d).
gint numComp
 Number of actual components in model.


Detailed Description

ObitSkyModelVM Class structure.


Member Data Documentation

gfloat ObitSkyModelVM::antSize
 

Antennna diameter for rel.

PB corrections

gint* ObitSkyModelVM::CCver
 

List of AIPSCC table versions per image in mosaic there are mosaic->numberImages of these.

gpointer ObitSkyModelVM::ClassInfo
 

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

ObitFArray* ObitSkyModelVM::comps
 

Array of component model as rows in an FArray.

ObitSkyModelMode ObitSkyModelVM::currentMode
 

Current model calculation mode.

gfloat ObitSkyModelVM::curVMModelTime
 

Current time (d) for model in VMComps.

gboolean ObitSkyModelVM::do3D
 

Apply 3D imaging corrections.

gboolean ObitSkyModelVM::doDFT
 

Something to do for DFT model.

gboolean ObitSkyModelVM::doDivide
 

Divide model into data?

gboolean ObitSkyModelVM::doFlip
 

True if need to multiply the FT by sqrt(-1) before applying.

gboolean ObitSkyModelVM::doGrid
 

Something to do for Grid model.

gboolean ObitSkyModelVM::doPBCor
 

Make relative Primary Beam corrections?

gboolean ObitSkyModelVM::doReplace
 

Replace data with model?

gint* ObitSkyModelVM::endComp
 

List of highest component per image in mosaic (1-rel).

gfloat ObitSkyModelVM::endVMModelTime
 

End time (d) for validity of model model in VMComps.

gfloat ObitSkyModelVM::factor
 

Factor to multiply times model.

ObitCArray* ObitSkyModelVM::FTplane
 

Fourier transform of plane.

ObitInfoList* ObitSkyModelVM::info
 

Linked list of arrays of data.

gfloat ObitSkyModelVM::maxGrid
 

Maximum absolute component flux to use in Gridded model.

gfloat ObitSkyModelVM::minDFT
 

Minimum absolute component flux to use in DFT.

gfloat ObitSkyModelVM::minFlux
 

Minimum flux density model or pixel.

ObitSkyModelMode ObitSkyModelVM::modelMode
 

Model calculation mode for components.

ObitSkyModelType ObitSkyModelVM::modelType
 

Model type.

ObitSkyModelCompType ObitSkyModelVM::modType
 

Component model type.

ObitImageMosaic* ObitSkyModelVM::mosaic
 

Image array.

ObitCInterpolate* ObitSkyModelVM::myInterp
 

Interpolator for UV grid.

ObitIOStatus ObitSkyModelVM::myStatus
 

I/O status.

gchar* ObitSkyModelVM::name
 

Name of object [Optional].

gint ObitSkyModelVM::nfreqPB
 

Number of frequency channels for PB correction.

gboolean ObitSkyModelVM::noNeg
 

True if only positive flux components are to be used.

gint ObitSkyModelVM::numberChannel
 

Selected start channel[1-rel] and number.

gint ObitSkyModelVM::numberChannelPB
 

Selected start rel.

PB correction channel[1-rel] and number

gint ObitSkyModelVM::numberIF
 

Selected start IF [1-rel] and number.

gint ObitSkyModelVM::numberIFPB
 

Selected start rel.

PB correction IF [1-rel] and number

gint ObitSkyModelVM::numberPoln
 

Selected start Poln [1-rel] and number.

gint ObitSkyModelVM::numComp
 

Number of actual components in model.

glong ObitSkyModelVM::numConjCol
 

Number of conjugate (neg U) columns in FTplane.

gint32 ObitSkyModelVM::ObitId
 

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

gdouble ObitSkyModelVM::PBFreq
 

Reference frequency for this block of channels for PB corrections.

ObitFArray* ObitSkyModelVM::plane
 

Image plane of single image.

gfloat ObitSkyModelVM::pointFlux
 

Point model flux density (Jy).

gfloat ObitSkyModelVM::pointParms[10]
 

Other (non-point)model components: major_axis (deg), minor_axis (deg), position_angle (deg), type (ObitSkyModelCompType as gint);.

gfloat ObitSkyModelVM::pointXOff
 

Point, x (ra), y (dec) offset in deg.

gfloat ObitSkyModelVM::pointYOff
 

Point, x (ra), y (dec) offset in deg.

gint ObitSkyModelVM::prtLv
 

message level for deconvolution progress messages, 0=none, 1=summary, 2=normal, higher numbers for diagnostics

gint ObitSkyModelVM::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

gint ObitSkyModelVM::startChannel
 

Selected start channel[1-rel] and number.

gint ObitSkyModelVM::startChannelPB
 

Selected start rel.

PB correction channel[1-rel] and number

gint* ObitSkyModelVM::startComp
 

List of beginning component per image in mosaic (1-rel).

gint ObitSkyModelVM::startIF
 

Selected start IF [1-rel] and number.

gint ObitSkyModelVM::startIFPB
 

Selected start rel.

PB correction IF [1-rel] and number

gint ObitSkyModelVM::startPoln
 

Selected start Poln [1-rel] and number.

gchar ObitSkyModelVM::stokes[5]
 

Selected Stokes.

gfloat ObitSkyModelVM::stokFactor
 

Factor to multiply times second Stokes of model.

ObitThread* ObitSkyModelVM::thread
 

Threading info member object.

gfloat ObitSkyModelVM::updateInterval
 

Model update interval (d).

ObitFArray* ObitSkyModelVM::VMComps
 

Array of time/spatially variable component model as rows in an FArray.


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