Skip to content

Commit

Permalink
Replaced dls-controls with DiamondLightSource
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 15, 2024
1 parent d1df35f commit b037d9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ATIP Installation

This guide is for Linux and is based on the current structures of AT and Pytac,
if you find a mistake anywhere in ATIP please raise an issue on ATIP's GitHub
page, `here. <https://github.com/dls-controls/atip>`_
page, `here. <https://github.com/DiamondLightSource/atip>`_

Initial Setup and Installation
------------------------------
Expand All @@ -18,7 +18,7 @@ Initial Setup and Installation
1. Clone ATIP::

$ cd <source-directory>
$ git clone https://github.com/dls-controls/atip.git
$ git clone https://github.com/DiamondLightSource/atip.git

2. Create a pipenv and install the dependencies::

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: https://travis-ci.org/dls-controls/atip.svg?branch=master
:target: https://travis-ci.org/dls-controls/atip
.. image:: https://coveralls.io/repos/github/dls-controls/atip/badge.svg?branch=master
:target: https://coveralls.io/github/dls-controls/atip?branch=master
.. image:: https://travis-ci.org/DiamondLightSource/atip.svg?branch=master
:target: https://travis-ci.org/DiamondLightSource/atip
.. image:: https://coveralls.io/repos/github/DiamondLightSource/atip/badge.svg?branch=master
:target: https://coveralls.io/github/DiamondLightSource/atip?branch=master
.. image:: https://readthedocs.org/projects/atip/badge/?version=latest
:target: https://atip.readthedocs.io/en/latest/?badge=latest
.. image:: https://badge.fury.io/py/atip.svg
Expand All @@ -11,7 +11,7 @@
ATIP - Accelerator Toolbox Interface for Pytac
==============================================

ATIP is an addition to `Pytac <https://github.com/dls-controls/pytac>`_,
ATIP is an addition to `Pytac <https://github.com/DiamondLightSource/pytac>`_,
a framework for controlling particle accelerators. ATIP adds a simulator to
Pytac, which can be used and addressed in the same way as a real accelerator.

Expand Down Expand Up @@ -108,7 +108,7 @@ that AT element is returned.
The ``ATSimulator`` object has a queue of pending changes. When a set request
is received by an element, the element puts the changes onto the queue of the
``ATSimulator``. Inside the ``ATSimulator`` a
`Cothread <https://github.com/dls-controls/cothread>`_ thread checks the
`Cothread <https://github.com/DiamondLightSource/cothread>`_ thread checks the
length of the queue. When it sees changes on the queue, the thread
recalculates the physics data of the lattice to ensure that it is up to date.
This means that the emittance and linear optics data held by ``ATSimulator``
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ATIP - Accelerator Toolbox Interface for Pytac
==============================================

ATIP is an addition to `Pytac <https://github.com/dls-controls/pytac>`_,
ATIP is an addition to `Pytac <https://github.com/DiamondLightSource/pytac>`_,
a framework for controlling particle accelerators. ATIP adds a simulator to
Pytac, which can be used and addressed in the same way as a real accelerator.
This enables the easy offline testing of high level accelerator controls
applications.

ATIP is hosted on Github `here <https://github.com/dls-controls/atip>`_.
ATIP is hosted on Github `here <https://github.com/DiamondLightSource/atip>`_.

The python implementation of
`Accelerator Toolbox <https://github.com/atcollab/at>`_ (pyAT) is used
Expand All @@ -23,7 +23,7 @@ Pytac lattice. This integrated lattice acts like a normal Pytac lattice, and
enables the AT simulator to react and respond to changes as the real
accelerator would.

ATIP also makes use of a `Cothread <https://github.com/dls-controls/cothread>`_
ATIP also makes use of a `Cothread <https://github.com/DiamondLightSource/cothread>`_
thread to recalculate and update the stored physics data any time a change is
made to the lattice.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ATIP: Accelerator Toolbox Interface for Pytac
long-description = file: README.rst
author = Tobyn Nicholls
license = Apache License 2.0
url = https://github.com/dls-controls/atip
url = https://github.com/DiamondLightSource/atip
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Expand Down

0 comments on commit b037d9c

Please sign in to comment.