https://github.com/diamondlightsource/pmac_motorhome
A python library for creating homing sequences for the delta tau turbo pmac
https://github.com/diamondlightsource/pmac_motorhome
from-dls-controls
Last synced: 3 months ago
JSON representation
A python library for creating homing sequences for the delta tau turbo pmac
- Host: GitHub
- URL: https://github.com/diamondlightsource/pmac_motorhome
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2021-10-19T17:09:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T14:42:20.000Z (5 months ago)
- Last Synced: 2025-03-02T05:51:19.449Z (3 months ago)
- Topics: from-dls-controls
- Language: Python
- Size: 9.8 MB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
pmac_motorhome
===========================|code_ci| |docs_ci| |coverage| |pypi_version| |license|
pmac_motorhome is a python3 tool to generator homing PLCs from a python
script============== ==============================================================
PyPI ``pip install pmac_motorhome``
Source code https://github.com/DiamondLightSource/pmac_motorhome
Documentation https://DiamondLightSource.github.io/pmac_motorhome
============== ==============================================================This is where you should put some images or code snippets that illustrate
some relevant examples. If it is a library then you might put some
introductory code here:.. code:: python
from pmac_motorhome.hello import HelloClass
hello = HelloClass("me")
print(hello.format_greeting())Or if it is a commandline tool then you might put some example commands here::
pmac_motorhome person --times=2
.. |code_ci| image:: https://github.com/DiamondLightSource/pmac_motorhome/workflows/Code%20CI/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/pmac_motorhome/actions?query=workflow%3A%22Code+CI%22
:alt: Code CI.. |docs_ci| image:: https://github.com/DiamondLightSource/pmac_motorhome/workflows/Docs%20CI/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/pmac_motorhome/actions?query=workflow%3A%22Docs+CI%22
:alt: Docs CI.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/pmac_motorhome/branch/master/graph/badge.svg
:target: https://codecov.io/gh/DiamondLightSource/pmac_motorhome
:alt: Test Coverage.. |pypi_version| image:: https://img.shields.io/pypi/v/pmac_motorhome.svg
:target: https://pypi.org/project/pmac_motorhome
:alt: Latest PyPI version.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: Apache License..
Anything below this line is used when viewing README.rst and will be replaced
when included in index.rstSee https://DiamondLightSource.github.io/pmac_motorhome for more detailed documentation.