Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.13 KB

File metadata and controls

28 lines (19 loc) · 1.13 KB

SC - Toolkit for Simulated Commissioning

We present the Toolkit for Simulated Commissioning (SC), which allows for realistic commissioning simulations of storage ring light sources by taking into account a multitude of error sources as well as diligently treating beam diagnostic limitations.

Installation

The SC toolkit requires the Matlab based Accelerator Toolbox (AT) which can be found here.

  1. Install AT

  2. Download the latest version of SC, for example by cloning the git repository

$ git clone https://github.com/ThorstenHellert/SC.git
  1. Include the downloaded folder into the Matlab path, for example with
>> addpath('sc')
  1. You're good to go. Please take a look at the usage example or at the more complex ALS-U Accumulator Ring scripts to get startet.

Online documentation

Please have a look at the web site and the manual for more details.