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
-
ClearBits
-
-
SetBits
- Bit masks to select IFs in the first four bits of warning/Error flags
-
CheckLoChain()
-
-
Check25MHzSkyFrequency(VLAScan, int)
- Check 25MHz Sky Frequency
-
CheckIFFilter(VLAScan, int)
- Check IF filter settings
-
CheckLo(VLAScan, int)
- Check Frequency related values
SetBits
public static final int SetBits[]
- Bit masks to select IFs in the first four bits of warning/Error flags
ClearBits
public static final int ClearBits[]
CheckLoChain
public CheckLoChain()
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.
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)
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