Difference between revisions of "Developer Meetings/20121030"
From Slicer Wiki
m (→Conclusion) |
m (→Conclusion) |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
* Mailing List questions | * Mailing List questions | ||
− | ** [http://slicer-devel.65872.n3.nabble.com/ijk-to-sliceoffset-on-a-slice-widget-tt4026548.html ijk to sliceoffset on a slice widget] | + | ** [http://slicer-devel.65872.n3.nabble.com/ijk-to-sliceoffset-on-a-slice-widget-tt4026548.html ijk to sliceoffset on a slice widget] - This has been addressed |
− | ** [http://slicer-devel.65872.n3.nabble.com/Textured-models-tc4026535.html Texture Models] | + | ** [http://slicer-devel.65872.n3.nabble.com/Textured-models-tc4026535.html Texture Models] - This has been addressed |
− | ** [http://slicer-users.65878.n3.nabble.com/loading-raw-data-on-Slicer4-td4025479.html Loading raw data in Slicer4] | + | ** [http://slicer-users.65878.n3.nabble.com/loading-raw-data-on-Slicer4-td4025479.html Loading raw data in Slicer4] - This has been addressed |
− | ** [http://slicer-users.65878.n3.nabble.com/Can-t-load-Dicom-data-td4025481.html Can't load DICOM data] | + | ** [http://slicer-users.65878.n3.nabble.com/Can-t-load-Dicom-data-td4025481.html Can't load DICOM data] - This has been addressed |
− | ** [http://slicer-users.65878.n3.nabble.com/Installation-issues-td4025482.html Installation issue] | + | ** [http://slicer-users.65878.n3.nabble.com/Installation-issues-td4025482.html Installation issue] - May be an issue 32/64-bit |
− | ** [http://slicer-devel.65872.n3.nabble.com/Add-external-library-slicer-module-tt4026564.html Add external library to slicer module bundled within extension] | + | ** [http://slicer-devel.65872.n3.nabble.com/Add-external-library-slicer-module-tt4026564.html Add external library to slicer module bundled within extension] - Laurent left the hangout before we could discuss |
== Conclusion == | == Conclusion == | ||
* PETStandardUptakeValueComputation would need to be changed to accommodate new data. Two days before the release, it's not reasonable to change the module. | * PETStandardUptakeValueComputation would need to be changed to accommodate new data. Two days before the release, it's not reasonable to change the module. | ||
** Question: How the process could be improved to anticipate such issue early on ? | ** Question: How the process could be improved to anticipate such issue early on ? | ||
− | ** Workaround: The data will be modified. Steve. | + | ** Workaround: The data will be modified. Steve and Sonia will be working on it. |
* Discuss failing test [http://slicer.cdash.org/testDetails.php?test=3082872&build=45528 py_RSNA2012Quant] | * Discuss failing test [http://slicer.cdash.org/testDetails.php?test=3082872&build=45528 py_RSNA2012Quant] | ||
+ | ** Related to a problem in ChangeTracker. | ||
+ | *** Annotation node should be initalized + reference counting should be properly handled. | ||
+ | *** Steve will create an issue and assigned it to Andriy | ||
** Probably be related to the redesigned associated with ROI node | ** Probably be related to the redesigned associated with ROI node | ||
* Tutorial 6 - ABC extension | * Tutorial 6 - ABC extension | ||
Line 27: | Line 30: | ||
** Dataset also need to be updated to include updated atlas data | ** Dataset also need to be updated to include updated atlas data | ||
* Tutorial 0 | * Tutorial 0 | ||
+ | ** MacOSX - Last night build - OK [tested by Sonia] | ||
* Tutorial 1 | * Tutorial 1 | ||
+ | ** No notes on the mantis issue. Jim will provide an update. | ||
* Tutorial 2 | * Tutorial 2 | ||
− | * Tutorial 3 | + | ** MacOSX - Last night build - OK [tested by Ron] |
− | * | + | * Tutorial 3, 4, 5 |
− | * | + | ** Works |
+ | *** Expect for VTK GPU RayCast method on old MacOSx | ||
+ | *** Method "OpenGL Texture raycaster" also have problem. See [http://na-mic.org/Mantis/view.php?id=2711 2711] | ||
* Tutorial 7 | * Tutorial 7 | ||
+ | ** Csaba will be at RSNA | ||
* Tutorial 8 | * Tutorial 8 | ||
+ | ** Ron will try | ||
* Tutorial 9 | * Tutorial 9 | ||
** MacOSX - r21280 - OK | ** MacOSX - r21280 - OK | ||
* Tutorial 10 | * Tutorial 10 | ||
+ | ** Check with Jim | ||
* Tutorial 11 | * Tutorial 11 | ||
+ | ** See [http://www.na-mic.org/Bug/view.php?id=2513 2513] | ||
+ | ** Mariana and Nicole are working on the data. | ||
* Tutorial 12 | * Tutorial 12 | ||
+ | ** MacOSX - r21280 - OK | ||
* Tutorial 13 | * Tutorial 13 | ||
+ | ** MacOSX - r21280 - segmentation volume color table is all black | ||
+ | ** Linux - r21280 - segmentation volume color table is all black | ||
+ | *** Seems to be an issue specific to MRB files | ||
+ | |||
+ | * Steve called Jim on the phone and he confirmed that all his tutorial were tested (or "not in the critical path") | ||
+ | |||
+ | * Issue [http://www.na-mic.org/Bug/view.php?id=2311 2311]: Assigned to Jim. Probably be a duplicate. Steve not able to reproduce. He will add a node to the issue. | ||
+ | |||
+ | * Mailing question have been reviewed. See comment in "ToDiscuss" section | ||
+ | |||
+ | * '''Will be cutting the 4.2 release on Wednesday afternoon at 1PM''' |
Latest revision as of 21:26, 30 October 2012
Home < Developer Meetings < 20121030Attendees:
To discuss
- Sync expectation regarding the CLI used to read DICOM
- Discuss how tutorials testing could be improved.
- Discuss failing RSNA tutorial test.
- Mailing List questions
- ijk to sliceoffset on a slice widget - This has been addressed
- Texture Models - This has been addressed
- Loading raw data in Slicer4 - This has been addressed
- Can't load DICOM data - This has been addressed
- Installation issue - May be an issue 32/64-bit
- Add external library to slicer module bundled within extension - Laurent left the hangout before we could discuss
Conclusion
- PETStandardUptakeValueComputation would need to be changed to accommodate new data. Two days before the release, it's not reasonable to change the module.
- Question: How the process could be improved to anticipate such issue early on ?
- Workaround: The data will be modified. Steve and Sonia will be working on it.
- Discuss failing test py_RSNA2012Quant
- Related to a problem in ChangeTracker.
- Annotation node should be initalized + reference counting should be properly handled.
- Steve will create an issue and assigned it to Andriy
- Probably be related to the redesigned associated with ROI node
- Related to a problem in ChangeTracker.
- Tutorial 6 - ABC extension
- Alex will talk with Marcel so that he recreate the tutorial for Slicer4
- Dataset also need to be updated to include updated atlas data
- Tutorial 0
- MacOSX - Last night build - OK [tested by Sonia]
- Tutorial 1
- No notes on the mantis issue. Jim will provide an update.
- Tutorial 2
- MacOSX - Last night build - OK [tested by Ron]
- Tutorial 3, 4, 5
- Works
- Expect for VTK GPU RayCast method on old MacOSx
- Method "OpenGL Texture raycaster" also have problem. See 2711
- Works
- Tutorial 7
- Csaba will be at RSNA
- Tutorial 8
- Ron will try
- Tutorial 9
- MacOSX - r21280 - OK
- Tutorial 10
- Check with Jim
- Tutorial 11
- See 2513
- Mariana and Nicole are working on the data.
- Tutorial 12
- MacOSX - r21280 - OK
- Tutorial 13
- MacOSX - r21280 - segmentation volume color table is all black
- Linux - r21280 - segmentation volume color table is all black
- Seems to be an issue specific to MRB files
- Steve called Jim on the phone and he confirmed that all his tutorial were tested (or "not in the critical path")
- Issue 2311: Assigned to Jim. Probably be a duplicate. Steve not able to reproduce. He will add a node to the issue.
- Mailing question have been reviewed. See comment in "ToDiscuss" section
- Will be cutting the 4.2 release on Wednesday afternoon at 1PM