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
Description:
When propagating the multi-arc setup with the inclusion of extended radiation pressure and adding it to the force model, the propagation completes successfully. However, the Estimator fails, returning the following error message:
Error when creating partial calculator for arc-wise translational state of (spacecraft). parameter not supported for this option
Steps to Reproduce:
Configure the extended radiation pressure model using panelled_extended_radiation_source.
Add the radiation pressure to the force model using propagation_setup.acceleration.radiation_pressure().
Set up the multi-arc propagation with the configured radiation pressure model.
Attempt to create an estimator using numerical_simulation.Estimator.
Expected Behavior:
The Estimator should handle the panelled extended radiation source model for multi-arc without errors, allowing for successful estimation.
Additional Information:
A single arc propagation and estimation does not exhibit this issue.
The text was updated successfully, but these errors were encountered:
Description:
When propagating the multi-arc setup with the inclusion of extended radiation pressure and adding it to the force model, the propagation completes successfully. However, the Estimator fails, returning the following error message:
Error when creating partial calculator for arc-wise translational state of (spacecraft). parameter not supported for this option
Steps to Reproduce:
panelled_extended_radiation_source
.propagation_setup.acceleration.radiation_pressure()
.numerical_simulation.Estimator
.Expected Behavior:
The Estimator should handle the panelled extended radiation source model for multi-arc without errors, allowing for successful estimation.
Additional Information:
A single arc propagation and estimation does not exhibit this issue.
The text was updated successfully, but these errors were encountered: