Signatures
|
Return Value
|
Description
|
BatchLeastSquaresOD.AddObjectToProcess(GroundAntenna groundAntenna)
|
None
|
Include the GroundAntenna in the Estimation process. Whether the GroundAntenna properties are Estimated, Considered, or Ignored is determined by the GroundAntenna's ProcessAction flags.
|
BatchLeastSquaresOD.AddObjectToProcess(GroundStation groundStation)
|
None
|
Include the GroundStation in the Estimation process. Whether the GroundStation properties are Estimated, Considered, or Ignored is determined by the GroundStation's ProcessAction flags.
|
BatchLeastSquaresOD.AddObjectToProcess(List<ThrustEvent> thrustEvent)
|
None
|
Include the List of ThrustEvents in the Estimation process. Whether the ThrustEvent properties are Estimated, Considered, or Ignored is determined by the ThrustEvent's ProcessAction flags.
|
BatchLeastSquaresOD.AddObjectToProcess(Receiver gnssReceiver)
|
None
|
Include the GNSSReceiver in the Estimation process. Whether the GNSSReceiver properties are Estimated, Considered, or Ignored is determined by the GNSSReceiver's ProcessAction flags.
|
BatchLeastSquaresOD.AddObjectToProcess(Sensor sensor)
|
None
|
Include the Sensor in the Estimation process. Whether the Sensor properties are Estimated, Considered, or Ignored is determined by the Sensor's ProcessAction flags.
|
BatchLeastSquaresOD.AddObjectToProcess(Spacecraft spacecraft)
|
None
|
Include the Spacecraft in the Estimation process. Whether the Spacecraft properties are Estimated, Considered, or Ignored is determined by the Spacecraft's ProcessAction flags.
|
BatchLeastSquaresOD.AddObjectToProcess(ThrustEvent thrustEvent)
|
None
|
Include the ThrustEvent(s) in the Estimation process. Whether the ThrustEvent properties are Estimated, Considered, or Ignored is determined by the ThrustEvent's ProcessAction flags.
|
BatchLeastSquaresOD.AddObjectToProcess(Transponder transponder)
|
None
|
Include the Transponder in the Estimation process. Whether the Transponder properties are Estimated, Considered, or Ignored is determined by the Transponder's ProcessAction flags.
|