Skip to content

Commit

Permalink
Minor progress
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Feb 13, 2024
1 parent 5ed4cf2 commit 9b4ec56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions estimation/read_odf_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

import sys
sys.path.insert(0, "/home/dominic/Tudat/tudat-bundle/tudat-bundle/cmake-build-debug/tudatpy")
sys.path.insert(0, "/home/dominic/Tudat/tudat-bundle/tudat-bundle/cmake-build-default/tudatpy")

# Load required standard modules
import multiprocessing as mp
Expand Down Expand Up @@ -213,7 +213,8 @@ def run_estimation( arc_index ):
print('Created bodies')
# Load ODF file
single_odf_file_contents = estimation_setup.observation.process_odf_data_single_file(
get_grail_odf_file_name( arc_index ), 'GRAIL-A', 'Antenna', True )
get_grail_odf_file_name( arc_index ), 'GRAIL-A', True )
single_odf_file_contents.define_antenna_id( 'GRAIL-A', 'Antenna' )
estimation_setup.observation.set_odf_information_in_bodies( single_odf_file_contents, bodies )
print('Created observations')

Expand Down

0 comments on commit 9b4ec56

Please sign in to comment.