Difference between revisions of "2011 Summer Project Week RECIST"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2011.png|Projects List Image:notfound.png|Interesting picture to be added... </gallery> '''RECIST Module i…') |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-MIT2011.png|[[2011_Summer_Project_Week#Projects|Projects List]] | Image:PW-MIT2011.png|[[2011_Summer_Project_Week#Projects|Projects List]] | ||
− | Image: | + | File:Slicer4-RECIST-StartingPoint.jpg|Starting point: Annotations module |
+ | Image:Slicer4-RECIST-ProjectWeekSummer2011.jpg | End of Project Week: RECIST module prototype | ||
</gallery> | </gallery> | ||
Line 30: | Line 31: | ||
* Determine new data structures to deal with mapping measurements to volumes, over time | * Determine new data structures to deal with mapping measurements to volumes, over time | ||
* Add a new built in module linking to Annotations | * Add a new built in module linking to Annotations | ||
− | + | * Modify annotations to work with RECIST | |
+ | ** restrict ruler ends to plane | ||
+ | ** 2d zoom | ||
</div> | </div> | ||
Line 38: | Line 41: | ||
<!-- Fill this out before Friday's summary presentations - list what you did and how well it worked. --> | <!-- Fill this out before Friday's summary presentations - list what you did and how well it worked. --> | ||
+ | |||
+ | * Used the module template script to create a new Slicer4 module, then designer to sketch out a user interface, using the basic MRML scene tree view | ||
+ | * Implemented a first pass at creating a hierarchy with a loaded volume, creating a patient container and then containers for a baseline and follow up session | ||
+ | * Triggered adding a ruler and assigning it to a session volume | ||
+ | * Access current red slice viewer background volume and add it to the active session | ||
+ | * First pass at calculation | ||
+ | * TODO: debug, make it a wizard, get feedback and refine it | ||
Latest revision as of 15:15, 24 June 2011
Home < 2011 Summer Project Week RECISTRECIST Module in Slicer4
Key Investigators
- BWH: Nicole Aucoin
Objective
Use the Annotation rulers in a RECIST module in Slicer4.
Approach, Plan
- Map out a workflow
- Determine new data structures to deal with mapping measurements to volumes, over time
- Add a new built in module linking to Annotations
- Modify annotations to work with RECIST
- restrict ruler ends to plane
- 2d zoom
Progress
- Used the module template script to create a new Slicer4 module, then designer to sketch out a user interface, using the basic MRML scene tree view
- Implemented a first pass at creating a hierarchy with a loaded volume, creating a patient container and then containers for a baseline and follow up session
- Triggered adding a ruler and assigning it to a session volume
- Access current red slice viewer background volume and add it to the active session
- First pass at calculation
- TODO: debug, make it a wizard, get feedback and refine it
References
Delivery Mechanism
This work will be delivered to the NAMIC Kit as a loadable module.