ITK/Tcons/Agendas/2010 10 26: Difference between revisions

From KitwarePublic
< ITK‎ | Tcons‎ | Agendas
Jump to navigationJump to search
 
(3 intermediate revisions by 3 users not shown)
Line 13: Line 13:


= Project Management =
= Project Management =
== Task Order #2 ==
* when?


== November Meeting in Iowa ==
== November Meeting in Iowa ==
Line 26: Line 29:
== February Meeting ==
== February Meeting ==


* PIs to send calendar conflicts to Terry
* Set for February 2-3, 2011 in Boston at Harvard Medical School. A link to a web site for registration and hotel information will be sent shortly.
* Boston ?


= Technical Topics =
= Technical Topics =
Line 37: Line 39:
== LICENSING Changes ==
== LICENSING Changes ==


* PENDING:
* Copyright headers in all ITK files must be changed now
** Proposal is here : [[ITK_Release_4/Licensing#File_Header_Changes|File Header Changes]]
** Hans developed the replacement script.
*** http://review.source.kitware.com/#change,238
* DONE
* ITK.org License page updated
* ITK.org License page updated
** http://www.itk.org/ITK/project/license.html
** http://www.itk.org/ITK/project/license.html
Line 44: Line 53:
** ITK '''0.0''' to prior to ITK '''3.6''' : '''BSD-Like''' : http://www.itk.org/ITK/project/licenseversion3.html
** ITK '''0.0''' to prior to ITK '''3.6''' : '''BSD-Like''' : http://www.itk.org/ITK/project/licenseversion3.html
* [[ITK_Release_4/Licensing|Licensing Summary in ITK Wiki]]
* [[ITK_Release_4/Licensing|Licensing Summary in ITK Wiki]]
* PENDING:
* Copyright headers in all ITK files must be changed now
** Proposal is here : [[ITK_Release_4/Licensing#File_Header_Changes|File Header Changes]]
** Hans volunteered


== Dashboard ==
== Dashboard ==
Line 72: Line 77:
* [[ITK_Release_4/Users Migration Guide|Users Migration Guide]]
* [[ITK_Release_4/Users Migration Guide|Users Migration Guide]]
** [[ITK_Release_4/What Developers Must Do To Contribute to the Users Migration Guide|What Developers Must Do To Contribute to the Users Migration Guide]]
** [[ITK_Release_4/What Developers Must Do To Contribute to the Users Migration Guide|What Developers Must Do To Contribute to the Users Migration Guide]]
* Example XML
** http://review.source.kitware.com/#patch,sidebyside,224,2,Migration/DecoupleNumericTraitsFromContainers.xml


== ITKv4-A02 ==
== ITKv4-A02 ==

Latest revision as of 15:46, 26 October 2010

How to Join the Tcon

Number to Call

  • 1-800-728-9607 (in the US) or
  • +1 9139049873 (international)
  • access code 6815251

Webex

Project Management

Task Order #2

  • when?

November Meeting in Iowa

February Meeting

  • Set for February 2-3, 2011 in Boston at Harvard Medical School. A link to a web site for registration and hotel information will be sent shortly.

Technical Topics

Previous Meeting Action Items

LICENSING Changes

Dashboard

Failing Tests

  • DeformableRegistration8 in eldorado (the only machine that runs these tests)

Open Gerrit Reviews

Migration Guide Process

ITKv4-A02

  • Why not tag now ?
    • And make libtiff4 update the item for ITKv4-A03 ?

ITKv4-A03

  • Target to cut it by Oct 30th
    • So that at the November meeting we can proceed to spawn Git topic branches

Level Set

Modularization

  • Xiaoxiao Liu (at Kitware) to start working on partitioning the toolkit

TIFF Update

  • Brad King addressed the int issues
  • Currently at
 git fetch git://kwsource.kitwarein.com/~bradking/itk/bradkings-itk.git +libtiff4beta6:libtiff4beta6
  • Luis resuming it
    • Need to coordinate with Arnaud to build it in Mac 10.5
    • Will submit it to Gerrit again soon.

Image Registration Revision

  • Discussion at MICCAI


Registration Topic Page

Related Discussions


Simple ITK

DICOM

Dan and Mathieu to report

Gerrit Code Review

ITK-Git-Gerrit-Stage-Workflow-A.png

CDash @ Home

  • Zach Mullen to report
  • cdash@home progress
  • Prototype will be ready by Nov meeting.

Doxygen

(Arnaud)

Recent version of doxygen (>= 1.7.0) runs multiple instances of dot in parallel!!!

Tests with doxygen 1.7.1, on a 6 cores machine 12Gb RAM

  • with unmodified doxygen.config.in 330 min
  • by changing cache size (and tweaking few parameters) 311 min
  • Could it be improved?


Sequestered Reference Applications

We have already made significant changes, and they are not being recorded yet. It is time to setup these reference applications.

Ongoing

  • V3D Plugins
  • Slicer
  • VV
  • Insight Applications now submitting
    • Broken: need to use it as an example for the Migration Guide.

Development Versions following ITKv4

Pending

  • IGSTK
  • Insight Applications (ITKApps from v3.20)
  • ITK tests from v3.20

Wrapping


ITK Readers for Microscopy formats

  • There's a need for readers in the microscopy community in order to be able to use ITK
    • Zeiss (LSM and ZVI)
    • Leica (LIF)
    • Olympus (OIB)
    • Nikon ()
  • BioFormats has readers and example files for these. It is Java with C++ bindings for ITK, BUT it's GPL.

Coding Style

ITKv4_StyleChangeProposal

  • Fixing KWStyle/CDash/CTest for Git : Brad Davis report
  • The Google C+++ Style Guide is a good example of a style guide. Although the specifics may differ, the format and coverage of this guide is very nice. We may consider producing a similar Guide for ITKv4.

Uncrustify Code Cleanup (Hans)

  • Status?

Software Process

Migration to Git

  • Migration Completed
  • Updating Dashboard Machines to Git
  • Contractors to send information to Kitware about the developers who should receive Git write access.
    • (include email and public SSH key)


Clean up Releases

Release Tag Date Major Changes
Alpha-01 August 7 VS6,BCC55, SunCC (5.7?), Metrowerks Removal (based on compiler features), Remove large Images
Alpha-02 August 14 CMake Variables configuration cleanup
Alpha-03 August 21 GDCM 2.0, OpenJpeg-v2, +JPEG2000
Alpha-04 August 28 Third party libraries update: TIFF, JPEG, PNG

ITKv4-TransitionPlanProposal.png


Unit testing framework

A tutorial has been drafted using the Google Testing framework.

Tools