All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.VLAShadow
java.lang.Object
|
+----JObserve.VLA.VLAShadow
- public class VLAShadow
- extends Object
Determines shadowing of VLA antennas.
This class consists of static functions and private data.
-
VLAShadow()
-
-
MaximumShadowing(VLAScan, VLATelescope)
- Determine the maximum shadowing betweeen antennas.
VLAShadow
public VLAShadow()
MaximumShadowing
public static double MaximumShadowing(VLAScan theScan,
VLATelescope VLA)
- Determine the maximum shadowing betweeen antennas.
Also make a linked list of Shadow structures on the Scan.Mount member.
- Parameters:
-
- VLAScan the Scan to check
-
- VLATelescope the Telescope structure
- Returns:
-
double the max. amount of shadowing in meters, 0.0 => none
All Packages Class Hierarchy This Package Previous Next Index