@@ -11,6 +11,8 @@ The Millepede algorthm allows a simultaneous fit of both the tracks and the alig
The modules stops if the convergence, i.e. the absolute sum of all corrections over the total number of parameters, is smaller than the configured value.
### Parameters
*`exlude_dut` : Exclude the DUT from the alignment procedure. Default value
is `false`.
*`number_of_tracks`: Number of tracks used in the alignment method chosen. Default value is `20000`.
*`iterations`: Number of times the chosen alignment method is to be iterated. Default value is `3`.
*`dofs`: Degrees of freedom to be aligned. This parameter should be given as vector of six boolean values for the parameters "Translation X", "Translation Y", "Translation Z", "Rotation X", "Rotation Y" and "Rotation Z". The default setting is an alignment of all parameters except for "Translation Z", i.e. `dofs = true, true, false, true, true, true`.