ITK/Tcons/Agendas/2011 08 26: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Dirkpadfield (talk | contribs) (Created page with "= How to Join the Tcon = == Number to Call == '''Please be patient, due to some unforeseen circumstances, the call may not start on time...''' * 1-800-728-9607 (in the US) or...") |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
* Meeting link | * Meeting link | ||
* https://emeetings.webex.com/emeetings/e.php?AT=WMI&EventID=154207872&PW=NNmY3MzU1NTQz&RT=MiMxMQ%3D%3D | * https://emeetings.webex.com/emeetings/e.php?AT=WMI&EventID=154207872&PW=NNmY3MzU1NTQz&RT=MiMxMQ%3D%3D | ||
= Project Management = | |||
* Developers Meeting September 27-28 | |||
** NLM | |||
== THE END IS NEAR ! == | |||
* Closing on Beta Release | |||
* Test, Fix, Merge, or Die ! | |||
=== FEM === | |||
* Memory leaks pending | |||
** Create Instance bug | |||
*** Suggestion to remove the Register call from this method. | |||
=== Level Sets === | |||
* Gerrit patch 2519 was merged | |||
** http://review.source.kitware.com/#change,2519 | |||
** Base Level Set classes | |||
* Gerrit patch 2520 is in the review process: | |||
** http://review.source.kitware.com/#change,2520 | |||
* Three more Gerrit patches are in the pipeline | |||
=== Registration === | |||
* Transform Patch | |||
** Remaining JIRA Tickets (~10) | |||
* MICCAI Tutorial | |||
** Tests / Examples ? | |||
=== Simple ITK === | |||
* Image Buffer Access | |||
* Packaging | |||
* MICCAI Tutorial | |||
* Web pages are up | |||
** http://www.kitware.com/SimpleITK/project/project.html | |||
** Need some retouches (soon...) | |||
* Proposal to rename it as "QuickITK" | |||
** Codename "IQ" | |||
=== WrapITK === | |||
* Many tickets closed by gaetan (6+) | |||
* Wrapping working again | |||
* New classes wrapped | |||
* packaging being sync'ed with simpleITK (python currently) | |||
* Next: finish wrapitk integration | |||
* Next(2): C# | |||
* infrastructure: set up a robot build with wrapping (mac) | |||
=== DICOM === | |||
* Tcon with Slicer team. | |||
* DICOM in ITK mainly serves Slicer | |||
* slicer community go for DCMTK / CTK | |||
* problem in syncing with ITK leading to double parsing | |||
* GDCM to be replaced by DCMTK eventually | |||
* PACS Support not to be done in ITK as it always involve a GUI or an individual/application in the middle. | |||
* DICOM RT and Diffusion MRI *could* be priority now | |||
* New roadmap and deliverable to be decided by Alex/steve/STephen very soon | |||
=== GPU === | |||
* Status ? | |||
** Mac Compilation | |||
** Scope of filters to support ? | |||
* Patch added today | |||
** http://review.source.kitware.com/#change,2577 | |||
=== TIFF Update === | |||
* [[ITK_Release_4/Microscopy/File Formats/Hackathon_August_2011|Hackathon August 2011]] | |||
** TIFF 4.0 Beta 7 updated. Merged: | |||
*** http://review.source.kitware.com/#change,2510 | |||
*** Support for BigTiff (>4Gb images) | |||
*** Working on support for Aperio (.svs images) | |||
*** Restored Large MetaImage tests: | |||
**** http://review.source.kitware.com/#change,2528 | |||
=== Numerical Libraries === | |||
* [[ITK_Release_4/Refactor Numerical Libraries|Refactor Numerical Libraries]] | |||
** [[ITK_Release_4/Refactor Numerical Libraries/Inventory|Inventory of Numerical Libraries]] | |||
** [[ITK_Release_4/Refactor Numerical Libraries/Inventory/Fourier Transforms|Fourier Transforms]] | |||
* Avoiding FORTRAN to C translation | |||
* Removing "eispack and "linpack" to be replaced with "lapack" calls | |||
** provide "lapack" through "lapacke" | |||
* Immediate Targets | |||
** FFT | |||
** Linear Solvers for large sparse matrices (for FEM) | |||
== Bug fix release == | |||
* ITK 3.20.1 | |||
* Fix Win64 Visual Studio compile issues | |||
** http://review.source.kitware.com/#change,2142 | |||
* Fix GCC 4.6 issues | |||
** http://review.source.kitware.com/#change,2187 | |||
* Pending patch on ImageIO issue raised by Slicer. | |||
** Bill Lorensen will look at it and potentially put a Gerrit patch. | |||
* Stable release for Slicer to build against | |||
* ITK First: Hold ground on quality control | |||
== Schedule == | |||
* [[ITK_Release_4/Modularization/Transition Plan|Transition Plan]] | |||
* ITKv4 Alpha-09 Tagged | |||
== BETA RELEASE == | |||
* New Date : September 15th | |||
* SCRUM Process | |||
** Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa | |||
*** Five Sprints (two weeks each). | |||
**** Two Sprints Left. |
Latest revision as of 14:41, 26 August 2011
How to Join the Tcon
Number to Call
Please be patient, due to some unforeseen circumstances, the call may not start on time...
- 1-800-728-9607 (in the US) or
- +1 9139049873 (international)
- access code 6815251
Webex
- Meeting link
- https://emeetings.webex.com/emeetings/e.php?AT=WMI&EventID=154207872&PW=NNmY3MzU1NTQz&RT=MiMxMQ%3D%3D
Project Management
- Developers Meeting September 27-28
- NLM
THE END IS NEAR !
- Closing on Beta Release
- Test, Fix, Merge, or Die !
FEM
- Memory leaks pending
- Create Instance bug
- Suggestion to remove the Register call from this method.
- Create Instance bug
Level Sets
- Gerrit patch 2519 was merged
- http://review.source.kitware.com/#change,2519
- Base Level Set classes
- Gerrit patch 2520 is in the review process:
- Three more Gerrit patches are in the pipeline
Registration
- Transform Patch
- Remaining JIRA Tickets (~10)
- MICCAI Tutorial
- Tests / Examples ?
Simple ITK
- Image Buffer Access
- Packaging
- MICCAI Tutorial
- Web pages are up
- http://www.kitware.com/SimpleITK/project/project.html
- Need some retouches (soon...)
- Proposal to rename it as "QuickITK"
- Codename "IQ"
WrapITK
- Many tickets closed by gaetan (6+)
- Wrapping working again
- New classes wrapped
- packaging being sync'ed with simpleITK (python currently)
- Next: finish wrapitk integration
- Next(2): C#
- infrastructure: set up a robot build with wrapping (mac)
DICOM
- Tcon with Slicer team.
- DICOM in ITK mainly serves Slicer
- slicer community go for DCMTK / CTK
- problem in syncing with ITK leading to double parsing
- GDCM to be replaced by DCMTK eventually
- PACS Support not to be done in ITK as it always involve a GUI or an individual/application in the middle.
- DICOM RT and Diffusion MRI *could* be priority now
- New roadmap and deliverable to be decided by Alex/steve/STephen very soon
GPU
- Status ?
- Mac Compilation
- Scope of filters to support ?
- Patch added today
TIFF Update
- Hackathon August 2011
- TIFF 4.0 Beta 7 updated. Merged:
- http://review.source.kitware.com/#change,2510
- Support for BigTiff (>4Gb images)
- Working on support for Aperio (.svs images)
- Restored Large MetaImage tests:
- TIFF 4.0 Beta 7 updated. Merged:
Numerical Libraries
- Refactor Numerical Libraries
- Avoiding FORTRAN to C translation
- Removing "eispack and "linpack" to be replaced with "lapack" calls
- provide "lapack" through "lapacke"
- Immediate Targets
- FFT
- Linear Solvers for large sparse matrices (for FEM)
Bug fix release
- ITK 3.20.1
- Fix Win64 Visual Studio compile issues
- Fix GCC 4.6 issues
- Pending patch on ImageIO issue raised by Slicer.
- Bill Lorensen will look at it and potentially put a Gerrit patch.
- Stable release for Slicer to build against
- ITK First: Hold ground on quality control
Schedule
- Transition Plan
- ITKv4 Alpha-09 Tagged
BETA RELEASE
- New Date : September 15th
- SCRUM Process
- Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa
- Five Sprints (two weeks each).
- Two Sprints Left.
- Five Sprints (two weeks each).
- Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa