All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.VLAMountF
java.lang.Object
|
+----JObserve.VLA.VLAMountF
- public final class VLAMountF
- extends Object
VLA basic telescope mount/configuration class.
- See Also:
- LabeledLink, Linkage
-
myLastLink
- Last link of Field linked list
-
Plunge
- Plunge (over the top) U D or blank
-
ShadowQueue
- Linked list of antenna shadowing pairs.
-
TestWrap
- Test version of Cable wrap, L, R or blank
-
Wrap
- Cable wrap, L, R or blank
-
copy(VLAMountF)
- in place copy
-
FinishParse(VLAScan)
- Any cleanup operations needed for parsing a Scan
-
GetANCard(String, Scan)
- Create Antenna wrap Card
myLastLink
public FieldLink myLastLink
- Last link of Field linked list
ShadowQueue
public Shadow ShadowQueue
- Linked list of antenna shadowing pairs.
Plunge
public PlungeF Plunge
- Plunge (over the top) U D or blank
Wrap
public WrapF Wrap
- Cable wrap, L, R or blank
TestWrap
public char TestWrap
- Test version of Cable wrap, L, R or blank
copy
public void copy(VLAMountF out)
- in place copy
- Parameters:
-
VLAMountF
- the Object to copy to
GetANCard
public String GetANCard(String WrapId,
Scan theScan)
- Create Antenna wrap Card
- Parameters:
-
String -
AN card prefix
-
Scan -
current scan
- Returns:
- s
String
AN Card
FinishParse
public void FinishParse(VLAScan theScan)
- Any cleanup operations needed for parsing a Scan
- Parameters:
-
VLAScan
- the Scan parsed
All Packages Class Hierarchy This Package Previous Next Index