#include <ObitImageDesc.h>
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]. | |
| gint | bitpix |
| Number of bits per pixel on disk. | |
| gint | naxis |
| Number of axes. | |
| glong | inaxes [IM_MAXDIM] |
| Dimensions of axes. | |
| gchar | ctype [IM_MAXDIM][IMLEN_KEYWORD] |
| WCS labels for each dimension of array. | |
| gfloat | cdelt [IM_MAXDIM] |
| Axis coordinate increments. | |
| gfloat | crpix [IM_MAXDIM] |
| Axis reference pixels (1-rel). | |
| gfloat | crota [IM_MAXDIM] |
| Axis rotation angles (deg). | |
| gfloat | altCrpix |
| Alternate reference Pixel (frequency or velocity). | |
| gfloat | xshift |
| Offset in X (rotated RA) of phase center (deg). | |
| gfloat | yshift |
| Offset in Y (rotated Dec) of phase center (deg). | |
| gfloat | beamMaj |
| Convolving beam major axis in degrees. | |
| gfloat | beamMin |
| Convolving beam minor axis in degrees. | |
| gfloat | beamPA |
| Convolving beam position angle in degrees. | |
| gchar | object [IMLEN_VALUE] |
| Name of object. | |
| gchar | teles [IMLEN_VALUE] |
| Name of telescope making observation. | |
| gchar | instrument [IMLEN_VALUE] |
| Name of instrument making observation. | |
| gchar | observer [IMLEN_VALUE] |
| Observer. | |
| gchar | obsdat [IMLEN_VALUE] |
| Observing date as yyyy-mm-dd. | |
| gchar | date [IMLEN_VALUE] |
| Image creation date as yyyy-mm-dd. | |
| gchar | origin [IMLEN_VALUE] |
| Origin (software) of image. | |
| gchar | bunit [IMLEN_VALUE] |
| Units of image. | |
| gfloat | epoch |
| Epoch (years) of celestial coordinates, This is sometimes confused with equinox. | |
| gfloat | equinox |
| Mean Equinox of celestial coordinates (e.g. | |
| gdouble | obsra |
| Observed RA (deg). | |
| gdouble | obsdec |
| Observed Dec (deg). | |
| gdouble | crval [IM_MAXDIM] |
| Axis coordinate values at reference pixel. | |
| gdouble | altRef |
| Alternate reference value (frequency or velocity). | |
| gdouble | restFreq |
| Rest frequency of line (Hz). | |
| gfloat | maxval |
| maximum value in image | |
| gfloat | minval |
| minimum value in image | |
| gboolean | areBlanks |
| Are there blanked pixels in the image? | |
| glong | niter |
| number of iterations of deconvolution | |
| gint | VelReference |
| Velocity reference frame: 1-3 (LSR, Helio, Observer). | |
| gint | VelDef |
| Velocity definition 0=>optical, 1=radio. | |
| ObitCoordType | coordType |
| Coordinate type. | |
| glong | row |
| current row (1-rel) read/write in buffer | |
| glong | plane |
| current plane (1-rel) read/write in buffer | |
| ObitIOSize | IOsize |
| Access size code. | |
| gint | jlocr |
| 0-rel axis order: RA (or longitude) , -1 means not present. | |
| gint | jlocd |
| 0-rel axis order: declination (or latitude), -1 means not present. | |
| gint | jlocs |
| 0-rel axis order: Stokes' parameters, -1 means not present. | |
| gint | jlocf |
| 0-rel axis order: Frequency. | |
| ObitInfoList * | info |
| InfoList for other keywords. | |
This class contains descriptions of astronomical images.
|
|
Alternate reference Pixel (frequency or velocity).
|
|
|
Alternate reference value (frequency or velocity).
|
|
|
Are there blanked pixels in the image?
|
|
|
Convolving beam major axis in degrees.
|
|
|
Convolving beam minor axis in degrees.
|
|
|
Convolving beam position angle in degrees.
|
|
|
Number of bits per pixel on disk. negative implies IEEE floating. |
|
|
Units of image.
|
|
|
Axis coordinate increments.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Coordinate type.
|
|
|
Axis rotation angles (deg).
|
|
|
Axis reference pixels (1-rel).
|
|
|
Axis coordinate values at reference pixel.
|
|
|
WCS labels for each dimension of array.
|
|
|
Image creation date as yyyy-mm-dd.
|
|
|
Epoch (years) of celestial coordinates, This is sometimes confused with equinox.
|
|
|
Mean Equinox of celestial coordinates (e.g. 2000) |
|
|
Dimensions of axes.
|
|
|
InfoList for other keywords.
|
|
|
Name of instrument making observation.
|
|
|
Access size code.
|
|
|
0-rel axis order: declination (or latitude), -1 means not present.
|
|
|
0-rel axis order: Frequency. -1 means not present. |
|
|
0-rel axis order: RA (or longitude) , -1 means not present.
|
|
|
0-rel axis order: Stokes' parameters, -1 means not present.
|
|
|
maximum value in image
|
|
|
minimum value in image
|
|
|
Name of object [Optional].
|
|
|
Number of axes.
|
|
|
number of iterations of deconvolution
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Name of object.
|
|
|
Observing date as yyyy-mm-dd.
|
|
|
Observed Dec (deg).
|
|
|
Observer.
|
|
|
Observed RA (deg).
|
|
|
Origin (software) of image.
|
|
|
current plane (1-rel) read/write in buffer
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Rest frequency of line (Hz).
|
|
|
current row (1-rel) read/write in buffer
|
|
|
Name of telescope making observation.
|
|
|
Velocity definition 0=>optical, 1=radio.
|
|
|
Velocity reference frame: 1-3 (LSR, Helio, Observer).
|
|
|
Offset in X (rotated RA) of phase center (deg).
|
|
|
Offset in Y (rotated Dec) of phase center (deg).
|
1.3.9.1