|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.pdx.starview.data.ParsePPM
Used for parsing PPM star catalogs.
| Constructor Summary | |
ParsePPM(java.io.File filename)
This has the binary version of the file, which this class does not parse http://tdc-www.harvard.edu/software/catalogs/ppm.html The actuall ascii file is from nasa ftp://legacy.gsfc.nasa.gov/heasarc/dbase/dump/heasarc_ppm.tdat.gz |
|
| Method Summary | |
void |
parse(java.util.Vector vStars)
This method opens the star database, parses the data, and appends SVStar objects to the vStars vector. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParsePPM(java.io.File filename)
filename - The file on the filesystem that contains the NASA PPM Database (note: this is not the binary form, but rather the fixed-width, ascii form)| Method Detail |
public void parse(java.util.Vector vStars)
throws java.lang.Exception
vStars - A number of SVStar objects will be appended to the vector.
java.lang.Exception - If there is an error reading the file an exception will be thrown.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||