Welcome to nxstools's documentation!
Authors: Jan Kotanski
Introduction
Nexus template components for P09.
Source code: https://stash.desy.de/scm/pibc/p09.git
NexDaTaS Web page: https://nexdatas.github.io
Installation
Install the dependencies: | PyTango, sphinx
From sources
Download the latest NXS Tools version from
Extract sources and run
$ python setup.py install
Debian packages
Debian Jessie (and Wheezy) packages can be found in the HDRI repository.
To install the debian packages, add the PGP repository key
$ sudo su
$ wget -q -O - http://repos.pni-hdri.de/debian_repo.pub.gpg | apt-key add -
and then download the corresponding source list
$ cd /etc/apt/sources.list.d
$ wget http://repos.pni-hdri.de/jessie-pni-hdri.list
Finally,
$ apt-get update
$ apt-get install python-nxstools
$ apt-get install python-nxstools-extras-p09
To instal other NexDaTaS packages
$ apt-get install python-nxswriter nxsconfigserver-db python-nxsconfigserver nxsconfigtool
and
$ apt-get install python-nxsrecselector nxselector python-sardana-nxsrecorder
for Component Selector and Sardana related packages.