Difference between revisions of "Projects:ARRA:SlicerEM:Slicer4"
From NAMIC Wiki
Line 94: | Line 94: | ||
* Step1: Define Task | * Step1: Define Task | ||
− | ** | + | ** '''create new task functionality''' |
* Step2: Define input channels | * Step2: Define input channels | ||
− | ** in Simple mode show dynamic frame | + | ** <strike>in Simple mode show dynamic frame</strike> |
− | ** all done | + | ** <strike>all done</strike> |
* Step3: Define anatomical tree | * Step3: Define anatomical tree | ||
− | ** qt widget does not support creating subclasses yet | + | ** <strike>qt widget does not support creating subclasses yet</strike> |
+ | ** <strike>all done</strike> | ||
* Step4: Define Atlas | * Step4: Define Atlas | ||
− | ** qt widget supports parcellation maps | + | ** <strike>qt widget supports parcellation maps</strike> |
− | ** all done | + | ** <strike>all done</strike> |
* Step5: Edit Registration parameters | * Step5: Edit Registration parameters | ||
− | ** problem: show input channels-volume map does not work yet | + | ** <strike>problem: show input channels-volume map does not work yet</strike> |
+ | ** <strike>all done</strike> | ||
* Step6: Dynamic frame | * Step6: Dynamic frame | ||
− | ** | + | ** '''support for dynamic textedits''' |
* Step7: Specify Intensity Distributions | * Step7: Specify Intensity Distributions | ||
− | ** | + | ** <strike>manual sampling</strike> |
− | ** | + | ** <strike>all done</strike> |
* Step8: Edit node-based parameters | * Step8: Edit node-based parameters | ||
− | ** not | + | ** '''advanced GUI not done yet''' |
− | |||
* Step9: Define Misc. Parameters | * Step9: Define Misc. Parameters | ||
− | ** | + | ** '''almost done''' |
In general: | In general: | ||
− | * segmentation call not hooked up yet | + | *<strike>segmentation call not hooked up yet</strike> |
Revision as of 00:49, 24 August 2011
Home < Projects:ARRA:SlicerEM:Slicer4Contents
EMSegmenter in Slicer4
TODO
untie KWWidgets from EMSegment baseuntie KWWidgets from EMSegment commandline toolcreate EMSegment4 as an extension for Slicer4include the commandline tool in the extension (Problem: infrastructure is not ready yet)
Merge old EMSegment4 and the new extension all in Slicer3 repositoryintroduce Slicer Common Interface (SCI) which holds functionality which is different between Slicer3 and Slicer4 but provides the same API for bothprovide EMSegment3 functionality in the SCIprovide EMSegment4 functionality in the SCI (work in progress)
- update EMSegment4 Qt Gui
- provide nightly extension builds
Slicer Common Interface (SCI)
The Slicer Common Interface is a class with a unified API for Slicer3 and Slicer4 which includes functionality which has to be realized differently among the two Slicer versions.
Progress
Task | Slicer3 | Slicer4 |
GetTclInterpeter | DONE | obsolete |
SourceTclFile | DONE | DONE |
EvaluateTcl | DONE | DONE |
GetTclNameFromPointer | DONE | DONE |
RegisterObjectWithTcl | DONE | DONE |
GetApplicationTclName | DONE | DONE |
InitializePythonViaTcl | DONE | obsolete |
EvaluatePython | DONE | DONE |
GetTemporaryDirectory | DONE | DONE |
GetBinDirectory | DONE | DONE |
GetRepositoryRevision | DONE | DONE |
SetApplicationBinDir | DONE | obsolete |
GetHTTPHandler | DONE | DONE |
PromptBeforeExitOff | DONE | DONE |
DestroySlicerApplication | DONE | DONE |
AddDataIOToScene | DONE | DONE |
RemoveDataIOFromScene | DONE | DONE |
EMSegment GUI in Qt
- Step1: Define Task
- create new task functionality
- Step2: Define input channels
in Simple mode show dynamic frameall done
- Step3: Define anatomical tree
qt widget does not support creating subclasses yetall done
- Step4: Define Atlas
qt widget supports parcellation mapsall done
- Step5: Edit Registration parameters
problem: show input channels-volume map does not work yetall done
- Step6: Dynamic frame
- support for dynamic textedits
- Step7: Specify Intensity Distributions
manual samplingall done
- Step8: Edit node-based parameters
- advanced GUI not done yet
- Step9: Define Misc. Parameters
- almost done
In general:
segmentation call not hooked up yet