Package gaiasky.util.gaia
Class EquatorialAnglesRates
java.lang.Object
gaiasky.util.gaia.AbstractAttitudeAnglesRates
gaiasky.util.gaia.EquatorialAnglesRates
-
Field Summary
Fields inherited from class gaiasky.util.gaia.AbstractAttitudeAnglesRates
anglesRates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Get the right ascension of the SRS z axis - this is the first equatorial attitude angledouble
Get the time derivative of the right ascension of the SRS z axisdouble
Get the declination of the SRS z axis - this is the second equatorial attitude angledouble
Get the time derivative of the declination of the SRS z axisdouble
getPsi()
Get the equatorial spin phase angle, psi (from the ascending node on the equator to the SRS x axis) - this is the third equatorial attitude angledouble
Get time derivative psiDot of the the equatorial spin phase angleMethods inherited from class gaiasky.util.gaia.AbstractAttitudeAnglesRates
setFirstAngle, setFirstPair, setFirstRate, setSecondAngle, setSecondPair, setSecondRate, setThirdAngle, setThirdPair, setThirdRate
-
Constructor Details
-
EquatorialAnglesRates
public EquatorialAnglesRates()
-
-
Method Details
-
getAlphaZ
public double getAlphaZ()Get the right ascension of the SRS z axis - this is the first equatorial attitude angle- Returns:
- right ascension of the z axis [rad]
-
getAlphaZDot
public double getAlphaZDot()Get the time derivative of the right ascension of the SRS z axis- Returns:
- time derivative of the right ascension of the z axis [rad/day]
-
getDeltaZ
public double getDeltaZ()Get the declination of the SRS z axis - this is the second equatorial attitude angle- Returns:
- declination of the z axis [rad]
-
getDeltaZDot
public double getDeltaZDot()Get the time derivative of the declination of the SRS z axis- Returns:
- time derivative of the declination of the z axis [rad/day]
-
getPsi
public double getPsi()Get the equatorial spin phase angle, psi (from the ascending node on the equator to the SRS x axis) - this is the third equatorial attitude angle- Returns:
- equatorial spin phase [rad]
-
getPsiDot
public double getPsiDot()Get time derivative psiDot of the the equatorial spin phase angle- Returns:
- time derivative of the equatorial spin phase [rad/day]
-