2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
re #297: WIP Separate stepper calibration algorithms Fixed build errors on systems where the PLUS_USE_BRACHY_TRACKER is disabled More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Finished center of rotation algorithm and added nightly test for ulterius data More... almost 15 years ago
Fixed #303: does not require framenumber and status fields any more when reading test data from mha file (only if filtered timestamp has to be computed from unfiltered timestamp) More... almost 15 years ago
Re #299: TrackedFrame has only protected members now, except ImageData, because it is stored as an object, and a copy is created every time it is requested with a Get function More... almost 15 years ago
STYLE: TODO comment added. More... almost 15 years ago
ENH: Test added for recorded tracked ultrasound replay. More... almost 15 years ago
re #206: Stop DataCollector command added. More... almost 15 years ago
re #206: Number of queued messages can be get. More... almost 15 years ago
re #206: Timeout usage added. More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms Fixed failed tests due to TranslationAxisOrientation set mistake More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Added new vtkCenterOfRotationCalibAlgo and vtkRotationAxisCalibAlgo implementation with basic test files (not yet used for nightly tests) More... almost 15 years ago
re #182: Class skeleton added. More... almost 15 years ago
Removed VTK_LOG_TO_CONSOLE_ON/VTK_LOG_TO_CONSOLE_OFF (VTK log redirection is now implemented in vtkPlusLogger) Fixed timestamp copying from TrackedFrameList (3 modes are configurable: use one or both of filtered and unfiltered timestamps) More... almost 15 years ago
WIP: Saved data tracker ignores unfiltered timestamps More... almost 15 years ago
WIP: Saved data tracker ignores unfiltered timestamps More... almost 15 years ago
Re #231: Removed code that logged useless data; Other logging clarified More... almost 15 years ago
Fixed #42, Re #231: Calibrator uses millimeter everywhere now; Baselines had to be replaced with their mm variants; Unused get function deleted from vtkCalibrationController; Notification about missing last used device set in application config file changed to debug message More... almost 15 years ago
Re #231: Moved contents of BrachyTRUSCalibrator and Phantom classes to vtkCalibrationController; the now unnecessary files deleted More... almost 15 years ago
Re #231: Changing cerr to Plus log in BrachyTRUSCalibrator; Further thinning of Phantom class (removing unnecessary parts) More... almost 15 years ago
Re #231: Further thinning of Phantom class (removing unnecessary parts) More... almost 15 years ago
Re #231: Further thinning of Phantom class (removing unnecessary parts) More... almost 15 years ago
Re #231: Further thinning of Phantom class (removing unnecessary parts) More... almost 15 years ago
Added CopyDefaultTransformFromTrackedFrameList and CopyImagesFromTrackedFrameList methods to simplify conversion from vtkTrackedFrameList to vtkTrackerBuffer & vtkVideoBuffer More... almost 15 years ago
Re #231: Further clarification and shortening of BrachyTRUSCalibrator; IO function moved to vtkProbeCalibrationControllerIO More... almost 15 years ago
Re #231: Removed second interface for addDataPositionsPerImage and addValidationPositionsPerImage functions from BrachyTRUSCalibrator since they were not used anywhere and they were almost identical to the functions with the other parameter list More... almost 15 years ago
Re #231: EnableSystemLog memners deleted (from config files too) since it will be determined by the verbose level; USImageFrameOriginInPixels member deleted from Phantom class (it was only used for the center of rotation in iCal which already had a CenterOfRotationPx member in vtkCalibrationController More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Changed stepper calibration controller to use only the new vtkTranslAxisCalibAlgo More... almost 15 years ago
Re #231: Remove unused code from Phantom and BrachyTRUSCalibrator; Changed system log file output to LOG_DEBUG; Changed try-catch to LOG_ERROR and return More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Added translation axis calibration documentation to header - Optimized report table column filling More... almost 15 years ago
re #297: WIP Separate stepper calibration algorithms - Moved GetStepperEncoderValues to vtkBrachyTracker - Changed back trace level to info for vtkTranslAxisCalibAlgoTests - replaced = ""; in the whole code with: - NULL, if it's a char* and you get/set it with VTK macros (you can then set the pointer to an empty string if you want to avoid having a NULL pointer: this->Something=NULL; SetSomething(""); ) - nothing, if it's a std::string constructor (std::string something = ""; is unnecessary, you can always safely use std::string something;) - clear(), if it's a std::string clearing (instead of something = ""; using something.clear() is more elegant and efficient) More... almost 15 years ago