2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 19 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
INTERESTING FACT: When imaging with the EC59 probe, if setCompressionStatus is set to zero, then a lot of BMode frames are lost. The reason for this is the fact that scan-conversion is performed on the CPU, even though a logical choice would be that the exam software would perform computationally expensive process on the GPU. More... over 14 years ago
re #416: Corrected the bug in motor angle calculation. More... over 14 years ago
Reduce VolumeReconstructor memory needs by not allocating accumulation buffer if compounding is not enabled More... over 14 years ago
re #416: Added usm, pci, highvoltage, and channels, as input in XML to be used in the porta init. Those inputs are different for RP and Touch machines. More... over 14 years ago
Updated vtkOpenIGTLinkBroadcaster to be able to use with PlusBroadcasterDaemon More... over 14 years ago
re #285: Do not perform hole filling just display a warning if hole filling is requested (the algorithm doesn't seem to work and even crashes sometimes) More... over 14 years ago
Made vtkMetaImageSequenceIO insensitive to missing BinaryData field More... over 14 years ago
re #420: Converted the vtkVolumeReconstructorTest1 test to an application (VolumeReconstructor), which is part of the installation package. More... over 14 years ago
re #420: Added all options from VolumeReconstructor app to the VolumeReconstructor test More... over 14 years ago
re #416: Modified the AddFrameToBuffer to add the motor angle as a custom field. More... over 14 years ago
re #416: modified the = operator to copy the CustomFrameFields as well. More... over 14 years ago
re #416: Added GetCustomFrameFieldMap() to return the entire field map. More... over 14 years ago
re #416: Changed the signature of GetFrameByTime to return the custom fields as well. Modified the GetTrackedFrameByTime to add the custom fields from the frae in the buffer to the trackedFrame. More... over 14 years ago
re #416: Minor changes to make the code conform to the coding guidelines More... over 14 years ago
Modified to pass the motor angle in the AddFrameToBuffer. More... over 14 years ago
Overloaded another AddItem function to include an extra custom field identified by its name and its value. The custom field is added to the VideoBufferItem. More... over 14 years ago
Added CustomFrameField and setter, getter and delete operation for its fields. More... over 14 years ago
Test #302: Device set configuration file version and Plus version changed to 1.4.0; Executables (PlusVersion, MetaImageSequenceViewer, EditSeqMetaFile, CreateSliceModels) added to install More... over 14 years ago
Added motor deactivation when the porta is shutdown. More... over 14 years ago
Re #302: version attributes removed from sub-nodes of the device set configuration, only the PlusConfiguration element's version attribute is used (which is major.minor, in this this will be case 1.4 <- this has to be changed from the current 1.3 when releasing!) More... over 14 years ago
Added Setter and Getter for probe motor parameters. More... over 14 years ago
Added GetLastPortaError(). Added SetParamValue and GetParamValue to be consistent with vtkSonixVideoSource. More... over 14 years ago
Cleaned up code. More... over 14 years ago
Line detection with fixed Hough transform filter. More... over 14 years ago
Re #287: Standardize a few more comments in Plus More... over 14 years ago
Renamed vtkUSCalibrationControllerTest1 to vtkTRUSCalibrationTest More... over 14 years ago
re #361: removed deprecated transforms from vtkBrachyStepperPhantomRegistrationAlgo and vtkProbeCalibrationAlgo More... over 14 years ago
Fixed #408: Move CustomTransforms element from PhantomDefinition to CoordinateDefinitions re #361: Remove deprecated methods from vtkBrachyStepperPhantomRegistrationAlgo - removed TemplateHolderToPhantom transform and read from XML file - removed ReadProbeCalibrationConfiguration function from vtkProbeCalibrationAlgo re #403: Fixed update field name More... over 14 years ago
When no image were in the tracked frame list, an error message showed up when saving the metafile - fixed (test needed) More... over 14 years ago
Fixed log message (to reflect that NumberOfAveragedItems has been renamed to AveragedItemsForFiltering) More... over 14 years ago