All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.CheckLoChain

java.lang.Object
   |
   +----JObserve.VLA.CheckLoChain

public class CheckLoChain
extends Object
Check Local Oscillator chain This class consists of static functions


Variable Index

 o ClearBits
 o SetBits
Bit masks to select IFs in the first four bits of warning/Error flags

Constructor Index

 o CheckLoChain()

Method Index

 o Check25MHzSkyFrequency(VLAScan, int)
Check 25MHz Sky Frequency
 o CheckIFFilter(VLAScan, int)
Check IF filter settings
 o CheckLo(VLAScan, int)
Check Frequency related values

Variables

 o SetBits
 public static final int SetBits[]
Bit masks to select IFs in the first four bits of warning/Error flags

 o ClearBits
 public static final int ClearBits[]

Constructors

 o CheckLoChain
 public CheckLoChain()

Methods

 o CheckLo
 public static void CheckLo(VLAScan theScan,
                            int IfIndex)
Check Frequency related values

Parameters:
VLAScan<\code> - Scan defining time and source
int<\code> - If number.
 o CheckIFFilter
 public static void CheckIFFilter(VLAScan theScan,
                                  int IfIndex)
Check IF filter settings

Parameters:
VLAScan<\code> - Scan defining time and source
int<\code> - Which IF? (0-rel)
 o Check25MHzSkyFrequency
 public static void Check25MHzSkyFrequency(VLAScan theScan,
                                           int IfIndex)
Check 25MHz Sky Frequency

Parameters:
VLAScan<\code> - Scan defining time and source
int<\code> - Which IF? (0-rel)

All Packages  Class Hierarchy  This Package  Previous  Next  Index