Skip to content

Commit

Permalink
Merge pull request #320 from JoQCcoz/adding_tags
Browse files Browse the repository at this point in the history
fix issues with atlas
  • Loading branch information
JoQCcoz authored Aug 23, 2024
2 parents 4b01566 + 3bc7670 commit 19b2abd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Smartscope/core/interfaces/jeolserialem_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def go_to_highmag(self):

def set_atlas_optics(self):
return self.set_atlas_optics_imaging_state()

def atlas(self, size, file=''):
return self.atlas_in_low_dose_search(size, file)

def setup(self, *args, **kwargs):
super().setup(*args, **kwargs)
Expand All @@ -68,7 +71,7 @@ def loadGrid(self, position):
sem.Delay(5)
sem.SetColumnOrGunValve(0)
sem.Delay(5)
command = f'{self.additional_settings.transfer_cartridge_path} \"{position} 3 0\"'
command = f'{self.additional_settings.transfer_cartridge_path} {position} 3 0'
self.logger.info(f'Loading grid with command: \"{command}\"')
sem.RunInShell(command)
sem.Delay(5)
Expand Down

0 comments on commit 19b2abd

Please sign in to comment.