The new radiation pressure features added in Dominic's pull request https://github.com/tudat-team/tudat/pull/220 added the capability to obtain the irradiance recieved by the vehicle that is being porpagated from every panel of a celestial body.
For example, one can obtain the irradance recieved from every panel from the Moon for the vehicle using the following python code:
The new radiation pressure features added in Dominic's pull request https://github.com/tudat-team/tudat/pull/220 added the capability to obtain the irradiance recieved by the vehicle that is being porpagated from every panel of a celestial body.
For example, one can obtain the irradance recieved from every panel from the Moon for the vehicle using the following python code:
propagation_setup.dependent_variable.radiation_pressure_source_panel_irradiance("vehicle", "Moon")
However currently one cannot obtain the irradiance recived by the Moon due to the Sun. Which could be extracted using something simliar to:
propagation_setup.dependent_variable.radiation_pressure_source_panel_irradiance("Moon", "Sun")