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.


Constructor Index

 o VLAShadow()

Method Index

 o MaximumShadowing(VLAScan, VLATelescope)
Determine the maximum shadowing betweeen antennas.

Constructors

 o VLAShadow
 public VLAShadow()

Methods

 o 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