All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.SynthFreqVelF
java.lang.Object
|
+----JObserve.FieldLink
|
+----JObserve.Field4
|
+----JObserve.VLA.SynthFreqVelF
- public final class SynthFreqVelF
- extends Field4
Field definition for SynthFreqVelF class. 1 element per IF
Frequency / Velocity code
Defines structures and member functions for the manipulation,
display and editing of scan information.
'F' = Absolute Frequency, 'O' = frequency offset,
'Z' = Optical Velocity, 'V' = Radio velocity
Expects the Scan members of this type to be named SynthFreqVel.
-
Code
- Code and full names for modes
-
Fullname
-
-
OneIFRead
- Flag which if true indicates only one IF read - this should be used for all.
-
Value
- Data
-
FullName(int)
- Return full name of mode
-
GiveValue()
- Write value to string(s)
Only returns a value if Explicit values are present.
-
ParseValue(String, int, boolean)
- Read value from string
Set value to input string.
-
SetDefault(Scan, Scan)
- Set defaults
Fill in defaults if not explicit in Current but is in Default.
-
toString()
- Write value to string
Value
public char Value[]
- Data
Code
public static final char Code[]
- Code and full names for modes
Fullname
public static final String Fullname[]
OneIFRead
public boolean OneIFRead
- Flag which if true indicates only one IF read - this should be used for all.
SetDefault
public void SetDefault(Scan scan,
Scan def)
- Set defaults
Fill in defaults if not explicit in Current but is in Default.
- Parameters:
-
Scan
- of this this field is a member.
-
Scan
- to get defaults from.
- Overrides:
- SetDefault in class FieldLink
FullName
public String FullName(int IFindex)
- Return full name of mode
- Returns:
-
String
The full name of the mode,
e.g. "radio velocity "
ParseValue
public void ParseValue(String Value,
int Index,
boolean Constant)
- Read value from string
Set value to input string.
- Parameters:
-
String
- Value string
-
index
- Index for Value
-
boolean
- true if a constant value
- Overrides:
- ParseValue in class FieldLink
GiveValue
public String[] GiveValue()
- Write value to string(s)
Only returns a value if Explicit values are present.
Format: Name(index)* Value<\br>
Where (index) is present if the value is an array (true for Field4),
and the "*" indicates a constant (not editable) value
- Returns:
-
String
one entry per Value array element;
null if no explicit value.
A null array entry indicates no explicit value for that entru
- Overrides:
- GiveValue in class FieldLink
toString
public String toString()
- Write value to string
- Returns:
-
String
String representation
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index