Steve Pieper

Results 541 comments of Steve Pieper
trafficstars

You may be hitting the issue mentioned in [this commit](https://github.com/Slicer/LandmarkRegistration/commit/58dded5cbd469fc729594c6a9dd9e82792083d07) where the grid transform has 5x bigger spacing than the max input spacing. This was a heuristic based on data...

Yes, I agree about including names in the source code is misleading (e.g. Bill, Will, and Ken's name in all the VTK files is just a historical artifact and it...

Is it just a timeout issue? On Thu, Jan 12, 2017 at 12:41 PM, Mayeul Chassagnard < [email protected]> wrote: > py_AtlasTest seems not stable (http://slicer.cdash.org/ > index.php?project=Slicer4&date=2017-01-09##Experimental) > > Should...

It sounds like an access to an uninitialized variable. I haven't run valgrind on slicer in a long time but this might be a good reason to. Is anyone able...

Thanks for tracking this down @gabrielmuller. It looks like there should be a check for invalid point data in VTK or we should avoid the render in Slicer. I would...

FWIW, when developing I typically open Slicer in a terminal so I can see error messages from VTK and other low C++ code. I wouldn't need to see it in...

> I would hope the consistent message to this would be "to review the log". The log can be filtered in the Error Log dialog or the full log can...

Thanks for all the thought about this. This will really improve things for users and developers. I would want python traceback errors and print statements to show up in the...