Package edu.nrao.sss.model.source.parser

Classes that create source catalogs from text input.

See:
          Description

Interface Summary
SourceCatalogReader A reader that creates source catalogs from text.
SourceCatalogWriter A writer that converts source catalogs to a text format.
SourceReader A reader that creates sources from text.
 

Class Summary
AbstractSourceCatalogReader An abstract implementation of the common methods in the SourceCatalogReader interface.
AbstractSourceCatalogWriter A base class that implements the most common methods of the SourceCatalogWriter
Astro2007aHtmlTableReader A reader that can turn HTML in the form presented in the 2007a Astro Catalogue into sources.
CarmaSourceCatalogReader  
GbtSourceCatalogReader A parser of source catalog text files in the Green Bank Telescope's format.
OldVlbaSourceCatalogReader A parser of source catalog text files in the VLBA's format.
PdBISourceCatalogReader  
PstSourceCatalogReader A parser of source catalog text files in the format used by the GBT / VLA Proposal Submission Tool (PST).
PstSourceCatalogWriter A writer of source catalog text files in the format used by the GBT / VLA Proposal Submission Tool (PST).
VlaCalibDbHtmlReader A parser of the VLA Calibrator Manual HTML page.
VlbaSourceCatalogReader A reader of source catalog text files in VLBA format.
XmlSourceCatalogReader A parser of source catalogs that are expressed in XML.
XmlSourceCatalogWriter A parser of source catalogs that are expressed in XML.
 

Enum Summary
SourceCatalogTextFormat Text formats for the import and export of a source catalog.
 

Package edu.nrao.sss.model.source.parser Description

Classes that create source catalogs from text input.

It must be emphasized that the best way to go from text to source catalogs (and back) is to use XML. Nonetheless, there are reasons why we sometimes need to handle alternative text formats. The classes in this package are here for those reasons.

As of December 2006 the only kind of parser available is a Greenbank Telescope (GBT) source catalog parser. Status on the progress of this parser may be found in this document.

Since:
2006-11-17
Author:
David M. Harland


Copyright © 2009. All Rights Reserved.