Skip to content

Commit

Permalink
Shape deformation on/off
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Apr 9, 2024
1 parent 9b4ec56 commit 9ba8c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estimation/read_odf_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def create_bodies( initial_time_environment, final_time_environment ):
body_settings.get("Earth").ground_station_settings = environment_setup.ground_station.dsn_stations()
shape_deformation_list = list()
shape_deformation_list.append( environment_setup.shape_deformation.iers_2010_solid_body_tidal( ) )
# body_settings.get("Earth").shape_deformation_settings = shape_deformation_list
body_settings.get("Earth").shape_deformation_settings = shape_deformation_list
# Modify Moon default settings
body_settings.get('Moon').rotation_model_settings = environment_setup.rotation_model.spice(global_frame_orientation,
"MOON_PA_DE440",
Expand Down

0 comments on commit 9ba8c7e

Please sign in to comment.