PlusToolkit / PlusLib

Software library for data acquisition, pre-processing, and calibration for navigated image-guided interventions.
http://www.plustoolkit.org
Other
130 stars 102 forks source link

ENH Atracsys: calibration date and better option management #1130

Closed atracsys-sbt closed 8 months ago

atracsys-sbt commented 8 months ago

This PR continues the rework of option management started here. This time, we focus on robustness. All input options (valid and unvalid) are still stored in vtkPlusDevice::Parameters, but it is now possible to access only the valid device options (those that have been successfully set) via vtkPlusAtracsysTracker::GetDeviceOptions().

Additionnally, one can now get the device calibration date.