Package gaiasky.util.coord.chebyshev
Class ChebyshevLoader
java.lang.Object
gaiasky.util.coord.chebyshev.ChebyshevLoader
The class
ChebyshevLoader
loads Chebyshev
polynomial coefficients files into an instance of
ChebyshevCoefficients
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the
holding the Chebyshev polynomial coefficients for the position as loaded from the corresponding disc file.ChebyshevCoefficients
-
Constructor Details
-
ChebyshevLoader
protected ChebyshevLoader()
-
-
Method Details
-
loadData
Returns the
holding the Chebyshev polynomial coefficients for the position as loaded from the corresponding disc file. The Chebyshev polynomial coefficients for the velocity are not loaded.ChebyshevCoefficients
- Returns:
- the
ChebyshevCoefficients
- Throws:
FileNotFoundException
-