|
1 | | -.. image:: https://travis-ci.org/dls-controls/atip.svg?branch=master |
2 | | - :target: https://travis-ci.org/dls-controls/atip |
3 | | -.. image:: https://coveralls.io/repos/github/dls-controls/atip/badge.svg?branch=master |
4 | | - :target: https://coveralls.io/github/dls-controls/atip?branch=master |
| 1 | +.. image:: https://travis-ci.org/DiamondLightSource/atip.svg?branch=master |
| 2 | + :target: https://travis-ci.org/DiamondLightSource/atip |
| 3 | +.. image:: https://coveralls.io/repos/github/DiamondLightSource/atip/badge.svg?branch=master |
| 4 | + :target: https://coveralls.io/github/DiamondLightSource/atip?branch=master |
5 | 5 | .. image:: https://readthedocs.org/projects/atip/badge/?version=latest |
6 | 6 | :target: https://atip.readthedocs.io/en/latest/?badge=latest |
7 | 7 | .. image:: https://badge.fury.io/py/atip.svg |
|
11 | 11 | ATIP - Accelerator Toolbox Interface for Pytac |
12 | 12 | ============================================== |
13 | 13 |
|
14 | | -ATIP is an addition to `Pytac <https://github.com/dls-controls/pytac>`_, |
| 14 | +ATIP is an addition to `Pytac <https://github.com/DiamondLightSource/pytac>`_, |
15 | 15 | a framework for controlling particle accelerators. ATIP adds a simulator to |
16 | 16 | Pytac, which can be used and addressed in the same way as a real accelerator. |
17 | 17 |
|
@@ -108,7 +108,7 @@ that AT element is returned. |
108 | 108 | The ``ATSimulator`` object has a queue of pending changes. When a set request |
109 | 109 | is received by an element, the element puts the changes onto the queue of the |
110 | 110 | ``ATSimulator``. Inside the ``ATSimulator`` a |
111 | | -`Cothread <https://github.com/dls-controls/cothread>`_ thread checks the |
| 111 | +`Cothread <https://github.com/DiamondLightSource/cothread>`_ thread checks the |
112 | 112 | length of the queue. When it sees changes on the queue, the thread |
113 | 113 | recalculates the physics data of the lattice to ensure that it is up to date. |
114 | 114 | This means that the emittance and linear optics data held by ``ATSimulator`` |
|
0 commit comments