Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:panoptes/POCS into cem40v310-coo…
Browse files Browse the repository at this point in the history
…rds-fix
  • Loading branch information
wtgee committed Nov 17, 2023
2 parents c829300 + 9814757 commit 10ac29e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/panoptes/pocs/mount/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,11 @@ def _setup_commands(self, commands):

self.logger.debug('Mount commands set up')

def search_for_home(self):
"""Search for the home position if supported."""
self.logger.warning('Searching for home position not supported.'
'Please set the home position manually via the hand-controller.')

@abstractmethod
def write(self, cmd):
raise NotImplementedError
Expand All @@ -791,11 +796,6 @@ def write(self, cmd):
def read(self, *args, **kwargs):
raise NotImplementedError

def search_for_home(self):
"""Search for the home position not supported."""
self.logger.warning('Searching for home position not supported.'
'Please set the home position manually via the hand-controller.')

@abstractmethod
def set_tracking_rate(self, direction='ra', delta=1.0):
"""Sets the tracking rate for the mount """
Expand Down

0 comments on commit 10ac29e

Please sign in to comment.