ITK/Tcons/Agendas/2011 05 13: Difference between revisions

From KitwarePublic
< ITK‎ | Tcons‎ | Agendas
Jump to navigationJump to search
 
Line 63: Line 63:
** toward september/october, when things will be more stable, fix the tcl wrapping.
** toward september/october, when things will be more stable, fix the tcl wrapping.
* WrapITK updates:
* WrapITK updates:
** Clean up python CMakeLists.txt.  
** Cleaned up python wrapping's CMakeLists.txt.  
** swig customizations for python are moved to pybase.i  
** swig customizations for python have been moved to pybase.i
** Message changed for TCL support in WrapITK


== Dashboard ==
== Dashboard ==

Latest revision as of 13:46, 13 May 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

Project Management

June Meeting in Chapel Hill

  • Summer_ITKv4_2011_Meeting
  • Will take place on June 28-29
  • Chapel Hill, North Carolina.
  • The Meeting will take place at the Franklin Hotel
  • URGENT: ADDING ONE DAY MORE TO THE MEETING
    • June 27
    • To sprint with the A2D2 projects

Technical Topics

Review Tasks

ITK Modularization Residuals

  • Check the TODO list file

Wrapping and TCL

  • discussion between hans and the wrapping team (gaetan, ashish, and alex)
  • it has been decided (upon approval during the tconf) that
    • killing tcl wrapping is a little bit brutal as it is almost there
    • fixing tcl wrapping is NOT a priority for the beta
    • we can "hide" the tcl wrapping for the time being to avoid having people wasting their time trying to use it
    • for people knowledgeable in cmake enough to find the option and turn it on, print a warning message (a la review dir)
    • toward september/october, when things will be more stable, fix the tcl wrapping.
  • WrapITK updates:
    • Cleaned up python wrapping's CMakeLists.txt.
    • swig customizations for python have been moved to pybase.i

Dashboard

Monolithic Dashboard

Modular Dashboard

NOTE: The Dashboard database has been moved to a separate machine (not the virtual cluster yet), this has improved the response time. Please give it a try. It should improve further when the virtual cluster is installed.


OPENJPEG Dashboard


Valgrind Errors

  • Related to the new itkTestDriver

Refactoring Workflow

  • Right now
    • code is developed on other remote
    • once the code is mature, we submit to gerrit
    • lost history
    • refactoring may appear as single commit from one person (not team spirit oriented)
  • Any other solution?


ImageRegionDuplicator


Schedule

Teaching ITK

  • ITK Boot Camp : Houston : September 2011
  • ITK in image processing course : Houston : Fall 2011
  • ITK in biomedical imaging course : Houston : Spring 2012

Open Science Training

  • Reproducible Research Training Camp : TBD
  • Open Sourcing your Lab Training Camp : TBD

Image Interpretation Layer

Database Interface

DICOM

  • TCONF TODAY

Tcon at 11am EST, Friday (after the ITK tcon)

 Toll-Free #:      1-800-704-9804 
 International #:  1-404-920-6604
 Participant Code: 61466276
  • system_gdcm has been compiled under mac, patch submitted
  • bill reported that patch is not working under windows.
  • currently the windows build have some lib naming problem, perhaps caused by cmake ? that are in the way for testing.
    • Naming problem disappeared with an update to CMake 2.8.4
  • Shared libraries oddity
    • expected, vnl does not allow us to have multiple DLLs
  • gdcm does not export Libraries list and libraries DIRS
    • explains why the patch is not working on windows

Gerrit Reviews

Orfeo Toolbox Integration

  • Had tcon with the OTB team
  • Discussed registration of ImageIO factories in OTB
  • Reviewed the patch for supporting images of std::complex
  • Need to schedule call with Microscopy, Video and Remote Sensing groups to design a common "image interpretation layer"

SimpleITK

ITK FEM

ITK FEM Modifications

Doxygen

  • scripts
    • scripts to add examples/tests to doxygen documentation (for each class, whenever it is relevant)?