All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.ReadCalDB

java.lang.Object
   |
   +----JObserve.ReadCalDB

public class ReadCalDB
extends Object
Read NRAO calibrator database into memory Parses information from ascii file and creates a linked list. This class is never instantiated and consists entirely of static functions.


Constructor Index

 o ReadCalDB()

Method Index

 o ReadCalibratorText(String, Observation)
Read Calibrator data base from text file

The input text files consists of a number of entries whose type is given by the first three characters in the line.

Constructors

 o ReadCalDB
 public ReadCalDB()

Methods

 o ReadCalibratorText
 public static void ReadCalibratorText(String file,
                                       Observation Obs) throws IllegalArgumentException, IOException
Read Calibrator data base from text file

The input text files consists of a number of entries whose type is given by the first three characters in the line. Each line is a comma delimited list of entries.

Parameters:
String - the name of the text file
Observation - the associated observation (schedule).
Throws: FileNotFoundException
if can't find.
Throws: IOException
if problem opening, reading or closing

All Packages  Class Hierarchy  This Package  Previous  Next  Index