You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #268 introduced the possibility to set the transponder delay with the new method of the ObservationCollection object named setTransponderDelay (see include/tudat/simulation/estimation_setup/observations.h). However, since this is a spacecraft attribute, it makes sense to set it via the VehicleSystem object with a method like the already implemented setTransponderTurnaroundRatio (see include/tudat/astro/system_models/vehicleSystems.h).
The text was updated successfully, but these errors were encountered:
PR #268 introduced the possibility to set the transponder delay with the new method of the
ObservationCollection
object namedsetTransponderDelay
(seeinclude/tudat/simulation/estimation_setup/observations.h
). However, since this is a spacecraft attribute, it makes sense to set it via theVehicleSystem
object with a method like the already implementedsetTransponderTurnaroundRatio
(seeinclude/tudat/astro/system_models/vehicleSystems.h
).The text was updated successfully, but these errors were encountered: