All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.VLAReadTextSource
java.lang.Object
|
+----JObserve.VLA.VLAReadTextSource
- public class VLAReadTextSource
- extends Object
Read a source list to a VLAScan list from a text 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.
The format of an entry is:.
Name,Qual,Epoch,RA (hh mm ss.s), Dec (+dd mm ss.s).
where Epoch = B for B1950, J for J2000, C = calibrator (search list).
- See Also:
- VLAReadTextObs
-
MaxIgnore
- Maximum number of unrecognized "calibrators"
-
VLAReadTextSource()
-
-
SourceTextInput(String, Observation)
- Read source list from Text file
Entries are free format, comma delimited fields in the order
The format of an entry is:.
Name,Qual,Epoch,RA (hh mm ss.s), Dec (+dd mm ss.s).
where Epoch = B for B1950, J for J2000, C = calibrator (search list).
MaxIgnore
public static final int MaxIgnore
- Maximum number of unrecognized "calibrators"
VLAReadTextSource
public VLAReadTextSource()
SourceTextInput
public static void SourceTextInput(String file,
Observation Obs) throws IllegalArgumentException, IOException
- Read source list from Text file
Entries are free format, comma delimited fields in the order
The format of an entry is:.
Name,Qual,Epoch,RA (hh mm ss.s), Dec (+dd mm ss.s).
where Epoch = B for B1950, J for J2000, C = calibrator (search list).
Once a value has been entered in a field it becomes the default
in further entries.
Defaulted fields must still be indicated by a terminating comma.
- Parameters:
- the - list to be added to
- the - name of the file
- 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