Brad T. Moore

Results 15 issues of Brad T. Moore

Vendor's don't necessarily store version information in their file formats. Add a version parameter to future-proof preprocessing.

Current documentation includes a step to confirm parameters in Visual Studio before building Sonivate. Push that parameter-passing into the [CMakeLists.txt](https://github.com/KitwareMedical/TraumaticBrainInjury/blob/master/Sonivate/SonivateStream/CMakeLists.txt).

1. Using OpenIGTLinkIF plugin show the various devices streaming to Slicer

There is a design / bug with the current multi-ruler type implementation. When using more than one type of ruler (e.g. Rainbow and ONSD), you can mess up the workflow...

Is there a reason why the cookiecutter generates compare_to_baseline() calls for a new example in the parent directory's CMakeLists.txt and not the CMakeLists.txt of the example itself? I just got...