Agenda&Status 092810: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
 
(2 intermediate revisions by 2 users not shown)
Line 18: Line 18:


= Technical Topics =
= Technical Topics =
== Dashboard ==


* Dashboard Status - [http://www.cdash.org/CDash/index.php?project=Insight Today's Dashboard]
* Dashboard Status - [http://www.cdash.org/CDash/index.php?project=Insight Today's Dashboard]
** There are no continuous builds for ITK4! We need at least one Windows, MAC and Linux.
* Plan to Clean up
* Plan to Clean up
* Freezing until clean
* Freezing until clean


=== Failing Tests ===
* itkGDCMImageIOTest5
* itkImageFileWriterStreamingPastingCompressingTest_DCM
* itkJPEG2000Test05
* itkJPEG2000Test06
* itkOptImageToImageMetricsTest04


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

Latest revision as of 14:58, 28 September 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

  • Date of next meeting:
    • November 2010
    • Location: Iowa

Technical Topics

Dashboard

  • Dashboard Status - Today's Dashboard
    • There are no continuous builds for ITK4! We need at least one Windows, MAC and Linux.
  • Plan to Clean up
  • Freezing until clean

Failing Tests

  • itkGDCMImageIOTest5
  • itkImageFileWriterStreamingPastingCompressingTest_DCM
  • itkJPEG2000Test05
  • itkJPEG2000Test06
  • itkOptImageToImageMetricsTest04

ITKv4-A02

    • openjpeg related

ITKv4-A03

TIFF Update

Image Registration Revision

  • Discussion at MICCAI
    • Maybe resume on October 28th ? 10am EST ?
  • Past tcon:

Registration Topic Page

Related Discussions

Level Set

Simple ITK


DICOM

Dan and Mathieu to report

Gerrit Code Review

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

Testing Data in MIDAS

  • Status?

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

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