All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.VLABandInfo
java.lang.Object
|
+----JObserve.BandInfo
|
+----JObserve.VLA.VLABandInfo
- public final class VLABandInfo
- extends BandInfo
VLA Calibrator Frequency band specific information class
- See Also:
- Calibrator
-
A
- P/S/X codes for configuration A, B, C, D
-
B
- P/S/X codes for configuration A, B, C, D
-
C
- P/S/X codes for configuration A, B, C, D
-
Code
- Band code e.g.
-
D
- P/S/X codes for configuration A, B, C, D
-
Flux
- Flux density (Jy) in band
7 characters 'ZZ9.99'
-
UVmax
- Maximum uv spacing from which calibrator is valid
10 characters ' ZZZ,ZZZ,ZZ9'
-
UVmin
- Minimum uv spacing from which calibrator is valid
10 characters ' ZZZ,ZZZ,ZZ9'
-
VLABandInfo()
- Constructor
-
GetCAL(StringTokenizer, Calibrator)
- Parse CAL card.
-
PutCAL(BandInfo[], int)
- Return list of Calibrator info for user display
VLA version
Code
public String Code
- Band code e.g. L, C, X, U, K (or "Q12")
A
public char A
- P/S/X codes for configuration A, B, C, D
B
public char B
- P/S/X codes for configuration A, B, C, D
C
public char C
- P/S/X codes for configuration A, B, C, D
D
public char D
- P/S/X codes for configuration A, B, C, D
Flux
public String Flux
- Flux density (Jy) in band
7 characters 'ZZ9.99'
UVmin
public String UVmin
- Minimum uv spacing from which calibrator is valid
10 characters ' ZZZ,ZZZ,ZZ9'
UVmax
public String UVmax
- Maximum uv spacing from which calibrator is valid
10 characters ' ZZZ,ZZZ,ZZ9'
VLABandInfo
public VLABandInfo()
- Constructor
GetCAL
public void GetCAL(StringTokenizer Token,
Calibrator theCal)
- Parse CAL card.
VLA version
- Parameters:
-
StringTokenizer
- the line from the text file tokenized
-
Calibrator
- the Calibrator being updated
- Overrides:
- GetCAL in class BandInfo
PutCAL
public String[] PutCAL(BandInfo theList[],
int number)
- Return list of Calibrator info for user display
VLA version
- Parameters:
-
BandInfo[]
- the List of Band specific information
-
int
- the number of valid entried
- Returns:
-
String[]
the lines to display
- Overrides:
- PutCAL in class BandInfo
All Packages Class Hierarchy This Package Previous Next Index