public class AdpUtils
extends java.lang.Object
Constructor and Description |
---|
AdpUtils() |
Modifier and Type | Method and Description |
---|---|
protected static long |
getCsRef(java.lang.String auxVal)
Get CFI enumeration value for the input CS reference name
|
protected static java.lang.String |
getMonth(java.lang.String monthNumber)
Get moth according to DFDL4S UTC-TAI history table
|
protected static double[][] |
getRotationMatrix(Time t,
long csOut,
long csIn)
It returns the matrix that transforms the the vectors in csIn to csOut
|
protected static long |
getSatellite(java.lang.String satelliteName)
Get satellite CFI ID
|
protected static long |
getTargetFrame(java.lang.String auxVal)
Get CFI enumeration value for the input attitude target reference name
|
protected static long |
getTimeRef(java.lang.String auxVal)
Get CFI enumeration value for the input time reference name
|
protected static long getTimeRef(java.lang.String auxVal) throws EoAdapterError
auxVal
- time reference name as read from configuration fileEoAdapterError
protected static long getCsRef(java.lang.String auxVal) throws EoAdapterError
auxVal
- CS reference name as read from configuration fileEoAdapterError
protected static long getTargetFrame(java.lang.String auxVal) throws EoAdapterError
auxVal
- attitude target reference name as read from configuration fileEoAdapterError
protected static long getSatellite(java.lang.String satelliteName)
satelliteName
- satellite or mission nameprotected static java.lang.String getMonth(java.lang.String monthNumber)
protected static double[][] getRotationMatrix(Time t, long csOut, long csIn) throws EoAdapterError
csOut
- output reference framecsIn
- input reference frameEoAdapterError