Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capability to extract irradiance on celestial body due to sun #235

Open
adrian-ehrenberger opened this issue Sep 7, 2024 · 0 comments

Comments

@adrian-ehrenberger
Copy link

The new radiation pressure features added in Dominic's pull request #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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant