Skip to content
Snippets Groups Projects
Name Last commit Last update
config
lib
res
src
test
.gitignore
LICENSE
README.md

Taspath Com

/!\ Only the server side is ready yet /!\

Simple module to link the Nomad server controlling the Triple Axis Spectrometers and the pathfinder

Getting the dependencie

  • Compile and install TAS-Paths as shown in the repo's README
  • Compile and install cameo 2.0.0 from source, follow option 1 from INSTALL.md, and install the Cameo API Python

Running

  • clone the source repository git clone https://code.ill.fr/fineg/taspath-com
  • Enter the directory cd taspath-com
  • If needed, edit the PYTHONPATH in config/<app_name>.properties
  • Start the cameo-server : cameo-server config/server-config.xml
  • In another shell, start the path creator : cmo start path_creator
  • Test it with the dummy requester : cmo start dummy_requester
  • Stop the path creator cmo stop path_creator

Dependencies

Library URL License URL
TAS-Paths https://code.ill.fr/scientific-software/takin/paths https://code.ill.fr/scientific-software/takin/paths/-/blob/master/LICENSE
Cameo https://code.ill.fr/cameo/cameo https://code.ill.fr/cameo/cameo/-/blob/master/LICENSE.txt