https://github.com/diamondlightsource/pmac-trajectory-scans
A PMAC trajectory scan program with a python test script
https://github.com/diamondlightsource/pmac-trajectory-scans
from-dls-controls
Last synced: 3 months ago
JSON representation
A PMAC trajectory scan program with a python test script
- Host: GitHub
- URL: https://github.com/diamondlightsource/pmac-trajectory-scans
- Owner: DiamondLightSource
- Created: 2016-02-19T15:34:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T18:07:06.000Z (10 months ago)
- Last Synced: 2024-07-16T13:20:42.695Z (10 months ago)
- Topics: from-dls-controls
- Language: Python
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/DiamondLightSource/PMAC-Trajectory-Scans)
[](https://coveralls.io/github/DiamondLightSource/PMAC-Trajectory-Scans?branch=master)
[](https://landscape.io/github/DiamondLightSource/PMAC-Trajectory-Scans/master)
[](http://pmac-trajectory-scans.readthedocs.org)# PMAC-Trajectory-Scans
To run the scripts and tests you must add the root of PMAC-Trajectory-Scans to your python path (export PYTHONPATH=/path/to/PMAC-Trajectory-Scans:$PYTHONPATH) and add scanpointgenerator to the the root of the module. Tests can be run using `nosetests -v test_harness_tests` from the root. motion_program_tests should be checked before running as they require a PMAC and have a hard-coded IP address. The only function for some of the tests is to print out a result, so these should use the -s flag.