All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.WriteObs

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

public class WriteObs
extends Object
Write Observe (Modcomp) file utility class This class is never instantiated and consists entirely of static functions.


Constructor Index

 o WriteObs()

Method Index

 o WriteObserveFile(String, Observation)
Write Observe Deck Convert Observation to a ModComp Observe schedule file.

Constructors

 o WriteObs
 public WriteObs()

Methods

 o WriteObserveFile
 public static synchronized void WriteObserveFile(String file,
                                                  Observation Obs) throws IOException
Write Observe Deck Convert Observation to a ModComp Observe schedule file.

Parameters:
String - the name of the file
Observation - the associated observation (schedule).
Throws: IOException
if problem opening, writing or closing file

All Packages  Class Hierarchy  This Package  Previous  Next  Index