Skip to content
Snippets Groups Projects
Commit 41dc468f authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

build in debian 12, Elettra 2.0 fork starting point

parent 775d460f
No related branches found
No related tags found
1 merge request!1build in debian 12, Elettra 2.0 fork starting point
Manage sets of magnets of the same type
Constants and naming ESRF specific!
Uses Tango::group
Puo settare i magneti da un file o le design strength da un file
total correction strength= correction strngth + resonance correction strength
fai i settaggi dividendoli in steps (rampe) (come il mio bumper)
calacola anche mean, Std, min e max dei vettori di alcuni parametri (coor. strength) e loro somme
# MagnetType
# MagnetType -- Elettra 2.0 fork
Tango class to ease control of all EBS main magnets of one specific type
Tango class to ease control of all Elettra 2.0 main magnets of one specific type
(all quadrupoles, all sextupoles or all octupoles)
## Cloning
## Elettra 2.0 fork
The class is a fork from the original ESRF implementation. Reasons for forking:
1) Elettra 2.0 has some differences in the combined magnets composition (set of multipoles) and in the excitation schemes for combined magnets.
2) We must use our local gitlab repository in order to use the INAU deployment system.
## Cloning -- original sources
To clone the project, type
......@@ -39,5 +45,8 @@ Make example:
```bash
cd MagnetType
mkdir -p build/<os>
cd build/<os>
cmake ../..
make
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment