View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003524 | Slicer4 | Module Editor | public | 2013-12-06 10:15 | 2017-06-10 08:51 |
Reporter | blowekamp | Assigned To | pieper | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | Slicer 4.3.1 | ||||
Target Version | Slicer 4.4.0 | Fixed in Version | Slicer 4.4.0 | ||
Summary | 0003524: Editor effects produce to output due to unexpected image | ||||
Description | Some times an editor effect will fail to execute and confuse users with only a error message in the log. This is really confusing to my users here. And I have to go into the python console to fix things up. I have seen two causes of this: 1) The label image is of an unexpected type, such as uint8, and the effect doesn't support it An example of case 1: Load I, and L into editor and the ChangeIslandEffect produces the following error: ERROR: In /Users/kitware/Dashboards/Nightly/Slicer4/Modules/Scripted/EditorLib/Logic/vtkImageConnectivity.cxx, line 855 An Example of case 2: Then load I and L2 into the editor. Draw a couple of labels. Running Watersheds from markers produce the following ITK error: This type of change can in info can easily happened when saving to a file type which used test representation of floating point number. Case 3: Image are different resolutions or regions. I haven't directly tried this recently, but I know some editor effect have segfaulted when the image don't match up. ===== | ||||
Tags | No tags attached. | ||||
Edited examples for easy cut/paste img = sitk.GaborSource(sitk.sitkFloat32) img = sitk.GaborSource(sitk.sitkFloat32) |
|
Fixed in r22772. commit 7d2b554b5ee30c110f0cf66ac8170abc653fa140 |
|
Closing resolved issues that have not been updated in more than 3 months |
|
Slicer: 2145-support-for-installing-extension-from-file 7d2b554b 2013-12-11 16:52:13 Details Diff |
BUG: 0003524 check for valid images in Editor This generates a warning for situations that are thought to be invalid. Since some tools may still be workable, we let the user go ahead, but include some suggestions in the warnings about how to fix the volumes. http://na-mic.org/Bug/view.php?id=3524 git-svn-id: http://svn.slicer.org/Slicer4/trunk@22772 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Scripted/EditorLib/HelperBox.py | Diff File | ||
Import 2017-06-07 23:51:09: master 7d2b554b 2013-12-11 16:52:13 Details Diff |
BUG: 0003524 check for valid images in Editor This generates a warning for situations that are thought to be invalid. Since some tools may still be workable, we let the user go ahead, but include some suggestions in the warnings about how to fix the volumes. http://na-mic.org/Bug/view.php?id=3524 git-svn-id: http://svn.slicer.org/Slicer4/trunk@22772 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Scripted/EditorLib/HelperBox.py | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-06 10:15 | blowekamp | New Issue | |
2013-12-06 10:15 | blowekamp | Status | new => assigned |
2013-12-06 10:15 | blowekamp | Assigned To | => pieper |
2013-12-06 10:27 | jcfr | Target Version | => Slicer 4.4.0 |
2013-12-11 11:33 | pieper | Note Added: 0010426 | |
2013-12-11 11:54 | pieper | Note Added: 0010427 | |
2013-12-11 11:54 | pieper | Status | assigned => resolved |
2013-12-11 11:54 | pieper | Fixed in Version | => Slicer 4.3.2 |
2013-12-11 11:54 | pieper | Resolution | open => fixed |
2014-03-06 05:25 | jcfr | Note Added: 0011221 | |
2014-03-06 05:28 | jcfr | Status | resolved => closed |
2014-03-06 10:17 | nicole | Fixed in Version | Slicer 4.3.2 => Slicer 4.4.0 |
2017-06-07 23:27 | pieper | Changeset attached | => Slicer 2145-support-for-installing-extension-from-file 7d2b554b |
2017-06-10 08:51 | pieper | Changeset attached | => Slicer master 7d2b554b |