Skip to content

Commit

Permalink
Merge pull request #56 from Donders-Institute/development
Browse files Browse the repository at this point in the history
save_params_ini order acoustical alignment
  • Loading branch information
MaCuinea authored Jan 16, 2025
2 parents e08ee3d + 7a6561b commit b7f7bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SonoRover One/software/src/backend/acoustical_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ def acoustical_alignment(self, sequence):

self._check_file(outfile)

self.equipment["ds"].send_sequence(self.sequence)
logger.info('All driving system parameters are set')

# Save parameters and prepare for alignment
self._save_params_ini()
logger.info('Used parameters have been saved in a file.')

self.equipment["ds"].send_sequence(self.sequence)
logger.info('All driving system parameters are set')

# Prepare and define coordinates for alignment
distance_from_foc = self.sequence.ac_align["distance_from_foc"]
z_coords = self._calculate_z_coords(distance_from_foc)
Expand Down

0 comments on commit b7f7bf7

Please sign in to comment.