public class TutorialSpacecraft extends Object
Data are read from a YAML file.
Constructor and Description |
---|
TutorialSpacecraft() |
Modifier and Type | Method and Description |
---|---|
double[] |
getAntennaOffset()
Get the coordinates of the on-board antenna phase center in spacecraft frame.
|
String |
getAttitudeMode()
Get the name of the attitude mode.
|
TutorialEstimatedParameter |
getBias()
Get the estimated On-board range bias.
|
TutorialEstimatedParameter |
getClockOffset()
Get the estimated On-board clock offset.
|
String |
getId()
Get the satellite ID (mainly used for GNSS satellites).
|
double |
getMass()
Get the spacecraft mass.
|
void |
setAntennaOffset(double[] antennaOffset)
Set the coordinates of the on-board antenna phase center in spacecraft frame.
|
void |
setAttitudeMode(String attitudeMode)
Set the name of the attitude mode.
|
void |
setBias(TutorialEstimatedParameter bias)
Set the estimated On-board range bias.
|
void |
setClockOffset(TutorialEstimatedParameter clockOffset)
Set the estimated On-board clock offset.
|
void |
setId(String id)
Set the satellite ID (mainly used for GNSS satellites).
|
void |
setMass(double mass)
Set the spacecraft mass.
|
public double getMass()
public void setMass(double mass)
mass
- spacecraft mass(kg)public String getId()
public void setId(String id)
id
- satellite IDpublic String getAttitudeMode()
public void setAttitudeMode(String attitudeMode)
attitudeMode
- name of the attitude modepublic double[] getAntennaOffset()
public void setAntennaOffset(double[] antennaOffset)
antennaOffset
- coordinates of the on-board antenna phase center in spacecraft frame [X, Y, Z]public TutorialEstimatedParameter getClockOffset()
public void setClockOffset(TutorialEstimatedParameter clockOffset)
clockOffset
- estimated On-board clock offsetpublic TutorialEstimatedParameter getBias()
public void setBias(TutorialEstimatedParameter bias)
bias
- estimated On-board range biasCopyright © 2002–2020 CS Systèmes d'Information. All rights reserved.