Files

Contact

📩 Felix Armborst 📩 Stefan Mäder

The relevant panels are:

  • 9h Plots for Panels (SLS status / Scrubbing)

📌 Some useful tools/commands

 ## ssh to you local clone of this repo on sls-lca
 # (re-)install this ioc
 ioc install -V --ioc AGEBD-CPCL-PLOTS
   
 # connect to ioc shell of running ioc and resart via ctrl+x to restart with made changes
 ioc shell AGEBD-CPCL-PLOTS

 ## useful debugging commands
 # get the most important variables,softioc server port etc
 ioc boots AGEBD-CPCL-PLOTS
 ioc records -f SLS --sort name --ioc AGEBD-CPCL-PLOTS >ioc_records.txt
 ioc duplicates -f SLS

 # make a clean test installation
 mkdir -p ./TTT; ioc install --instbase ./TTT --clean --ioc AGEBD-CPCL-PLOTS
 meld ./TTT/AGEBD-CPCL-PLOTS /ioc/AGEBD-CPCL-PLOTS