diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fa3689ff..ad846d77 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.12 - name: Install dependencies run: pip install -r requirements.txt diff --git a/Simonyi/Non-Standard-Operations/MTCS/TMA/TMA-Restart-MTMount-Operation-Manager-(OM).rst b/Simonyi/Non-Standard-Operations/MTCS/TMA/TMA-Restart-MTMount-Operation-Manager-(OM).rst index 86249c9b..d3641ca4 100644 --- a/Simonyi/Non-Standard-Operations/MTCS/TMA/TMA-Restart-MTMount-Operation-Manager-(OM).rst +++ b/Simonyi/Non-Standard-Operations/MTCS/TMA/TMA-Restart-MTMount-Operation-Manager-(OM).rst @@ -8,7 +8,7 @@ - If a file cannot include a title (surrounded by ampersands (#)), comment out the title from the template and include a comment explaining why this is implemented (in addition to applying the ``title`` directive). .. Include one Primary Author and list of Contributors (comma separated) between the asterisks (*): -.. |author| replace:: *Ioana Sotuela* +.. |author| replace:: *David Sanmartim* .. If there are no contributors, write "none" between the asterisks. Do not remove the substitution. .. |contributors| replace:: *Gonzalo Aravena*, *Paulina Venegas* @@ -33,22 +33,6 @@ This document outlines the procedure to restart the MTMount Operation Manager (O Restarting the OM may be necessary for troubleshooting or maintenance purposes. The OM is responsible for managing various operations related to the telescope mount. -.. _TMA-Restart-MTMount-Operation-Manager-Diagnosis: - -Error diagnosis -=============== - -When trying to change the MTMount CSC from ``STANDBY`` to ``DISABLED`` state: - -- MTMount goes to ``FAULT``. -- It could not retrieve telemetry from the CCW. -- Raises the following error message: - -.. code-block:: text - :caption: MTMount Error Message when transitioning from ``STANDBY`` to ``DISABLED`` - - RuntimeError: Telemetry client timed out waiting for telemetry; giving up. - .. _TMA-Restart-MTMount-Operation-Manager-Steps: Procedure Steps