Skip to content

PyJapc and Accelerator data

  • PyJapc is the official tool maintained by BE-CSS to access the CERN accelerator control system in Python using (JAPC)[https://wikis.cern.ch/display/JAPC).
  • PyJapcScout is a wrapper over PyJapc developed by ABP. The main difference with respect to the plane PyJapc is the data conversion from JAPC to Python. This was necessary to allow for storing the acquired data to Parquet files using datascout package.
  • datascout is a small package of helper functions to easy saving and loading data (dict, pandas, Awkward-array) mainly into parquet files.