public class GroundReceiverCommonParametersWithoutDerivatives extends Object
Constructor and Description |
---|
GroundReceiverCommonParametersWithoutDerivatives(SpacecraftState state,
Transform offsetToInertialDownlink,
TimeStampedPVCoordinates stationDownlink,
double tauD,
SpacecraftState transitState,
TimeStampedPVCoordinates transitPV)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
Transform |
getOffsetToInertialDownlink()
Get transform between station and inertial frame.
|
SpacecraftState |
getState()
Get spacecraft state.
|
TimeStampedPVCoordinates |
getStationDownlink()
Get station position in inertial frame at end of the downlink leg.
|
double |
getTauD()
Get downlink delay.
|
TimeStampedPVCoordinates |
getTransitPV()
Get transit position/velocity.
|
SpacecraftState |
getTransitState()
Get transit state.
|
public GroundReceiverCommonParametersWithoutDerivatives(SpacecraftState state, Transform offsetToInertialDownlink, TimeStampedPVCoordinates stationDownlink, double tauD, SpacecraftState transitState, TimeStampedPVCoordinates transitPV)
state
- spacecraft stateoffsetToInertialDownlink
- transform between station and inertial framestationDownlink
- station position in inertial frame at end of the downlink legtauD
- downlink delaytransitState
- transit statetransitPV
- transit position/velocitypublic SpacecraftState getState()
public Transform getOffsetToInertialDownlink()
public TimeStampedPVCoordinates getStationDownlink()
public double getTauD()
public SpacecraftState getTransitState()
public TimeStampedPVCoordinates getTransitPV()
Copyright © 2002-2023 CS GROUP. All rights reserved.