Public Attributes | |
| gboolean | initialized |
| Have I been initialized? | |
| oint | VKWNum [MAXCLS] |
| Number of defined virtual keywords. | |
| gchar | VKWTableKey [MAXCLS][MAXVKW][8] |
| Name of virtual keyword. | |
| oint | VKWTableCat [MAXCLS][MAXVKW] |
| category: 1 = in fixed portion of catalog header, pointer is pointer into type dependent array. | |
| oint | VKWTableOff [MAXCLS][MAXVKW] |
| Offset to catalog header entry or function, -1=? not found. | |
| ObitAIPSObjectType | VKWTableType [MAXCLS][MAXVKW] |
| data type: 1,2,3,4,5 for D, R, C, I, L data types of associated data. | |
| oint | VKWTableDm1 [MAXCLS][MAXVKW] |
| Size of first dimension (length of string). | |
| oint | VKWTableDm2 [MAXCLS][MAXVKW] |
| Size of second dimension. | |
| gchar | VKWCls [MAXCLS][8] |
| Class name for virtual keyword. | |
|
|
Have I been initialized?
|
|
|
Class name for virtual keyword.
|
|
|
Number of defined virtual keywords.
|
|
|
category: 1 = in fixed portion of catalog header, pointer is pointer into type dependent array. D values must be copied from R array 2 = in keyword/value portion of catalog header, some restrictions apply (not more than 2 words of data). 3 = Special derived keywords read access only. Pointer specifies a class specific function. |
|
|
Size of first dimension (length of string).
|
|
|
Size of second dimension.
|
|
|
Name of virtual keyword.
|
|
|
Offset to catalog header entry or function, -1=? not found.
|
|
|
data type: 1,2,3,4,5 for D, R, C, I, L data types of associated data.
|
1.3.9.1