https://github.com/diamondlightsource/scanpointgenerator
Python generators for malcolm and GDA scans
https://github.com/diamondlightsource/scanpointgenerator
from-dls-controls
Last synced: 3 months ago
JSON representation
Python generators for malcolm and GDA scans
- Host: GitHub
- URL: https://github.com/diamondlightsource/scanpointgenerator
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2016-02-18T08:53:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T17:58:02.000Z (10 months ago)
- Last Synced: 2025-02-12T22:53:43.573Z (3 months ago)
- Topics: from-dls-controls
- Language: Python
- Size: 1.55 MB
- Stars: 5
- Watchers: 10
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Scan Point Generator
====================|build-status| |coverage| |health| |pypi-version| |readthedocs|
Scan point generator contains a number of python iterators that are used in
`GDA`_ and `malcolm`_ to determine the motor demand positions and dataset
indexes that various scan types will produceInstallation
------------
To install the latest release, type::pip install scanpointgenerator
To install the latest code directly from source, type::
pip install git+git://github.com/DiamondLightSource/scanpointgenerator.git
Changelog
---------See `CHANGELOG`_
Contributing
------------See `CONTRIBUTING`_
License
-------
APACHE License. (see `LICENSE`_)Documentation
-------------Full documentation is available at http://scanpointgenerator.readthedocs.org
.. |build-status| image:: https://travis-ci.org/DiamondLightSource/scanpointgenerator.svg?style=flat
:target: https://travis-ci.org/DiamondLightSource/scanpointgenerator
:alt: Build Status.. |coverage| image:: https://coveralls.io/repos/DiamondLightSource/scanpointgenerator/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/DiamondLightSource/scanpointgenerator?branch=master
:alt: Test coverage.. |pypi-version| image:: https://img.shields.io/pypi/v/scanpointgenerator.svg
:target: https://pypi.python.org/pypi/scanpointgenerator/
:alt: Latest PyPI version.. |readthedocs| image:: https://readthedocs.org/projects/scanpointgenerator/badge/?version=latest
:target: http://scanpointgenerator.readthedocs.org
:alt: Documentation.. |health| image:: https://landscape.io/github/DiamondLightSource/scanpointgenerator/master/landscape.svg?style=flat
:target: https://landscape.io/github/DiamondLightSource/scanpointgenerator/master
:alt: Code Health.. _CHANGELOG: https://github.com/DiamondLightSource/scanpointgenerator/blob/master/CHANGELOG.rst
.. _CONTRIBUTING: https://github.com/DiamondLightSource/scanpointgenerator/blob/master/CONTRIBUTING.rst
.. _LICENSE: https://github.com/DiamondLightSource/scanpointgenerator/blob/master/LICENSE
.. _GDA: http://www.opengda.org/
.. _malcolm: https://github.com/DiamondLightSource/malcolm