Parameters for Maxwell movement compensation. More...
#include <maxwell_movement_comp.h>
Public Attributes | |
| int | iOrderIn = 8 |
| int | iOrderOut = 3 |
| Eigen::Vector3d | origin {0.0, 0.0, 0.04} |
| int | iRefIdx = 0 |
| double | dRegIn = 1e-5 |
Parameters for Maxwell movement compensation.
Definition at line 68 of file maxwell_movement_comp.h.
| double UTILSLIB::MaxwellMoveCompParams::dRegIn = 1e-5 |
Regularisation parameter.
Definition at line 74 of file maxwell_movement_comp.h.
| int UTILSLIB::MaxwellMoveCompParams::iOrderIn = 8 |
Internal SSS order.
Definition at line 70 of file maxwell_movement_comp.h.
| int UTILSLIB::MaxwellMoveCompParams::iOrderOut = 3 |
External SSS order.
Definition at line 71 of file maxwell_movement_comp.h.
| int UTILSLIB::MaxwellMoveCompParams::iRefIdx = 0 |
Index of reference head position in headPos list. Use -1 for mean position.
Definition at line 73 of file maxwell_movement_comp.h.
| Eigen::Vector3d UTILSLIB::MaxwellMoveCompParams::origin {0.0, 0.0, 0.04} |
SSS expansion origin (metres).
Definition at line 72 of file maxwell_movement_comp.h.