All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.ReadObs

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

public class ReadObs
extends Object
Read a schedule from an Observe output file utility class Parses information from ascii file and creates a Linked list of Scans. This class is never instantiated and consists entirely of static functions.


Constructor Index

 o ReadObs()

Method Index

 o ObsInput(String, Observation)
Read schedule from Observe file

Constructors

 o ReadObs
 public ReadObs()

Methods

 o ObsInput
 public static void ObsInput(String file,
                             Observation Obs) throws IllegalArgumentException, IOException
Read schedule from Observe file

Parameters:
String<\code>the - name of the Observe file
Observation<\code>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