Package gaiasky.util.coord.vsop2000
Class VSOP2000Reader
java.lang.Object
gaiasky.util.coord.vsop2000.VSOP2000Reader
Reads VSOP2000 data files.
The FTP with the VSOP2000 data is at
ftp://syrte.obspm.fr/francou/vsop2000/.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
VSOP2000 data for a single coordinate for a given body. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReads the given file and returns an array ofVSOP2000Reader.VSOP2000Coordinate
with 3 positions, for X, Y and Z respectively.
-
Constructor Details
-
VSOP2000Reader
public VSOP2000Reader()
-
-
Method Details
-
read
Reads the given file and returns an array ofVSOP2000Reader.VSOP2000Coordinate
with 3 positions, for X, Y and Z respectively.- Parameters:
file
- The file, given as a path.- Returns:
- An array of
VSOP2000Reader.VSOP2000Coordinate
with 3 positions for X, Y and Z. - Throws:
FileNotFoundException
- If the file is not found.
-