Agenda&Status 081010: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 19: | Line 19: | ||
** Having a multi-resolution representation for images ? ( ala JPEG2000, or wavelets ?) | ** Having a multi-resolution representation for images ? ( ala JPEG2000, or wavelets ?) | ||
== Refactoring Optimization Framework == | |||
* Is the [http://www.itk.org/Wiki/Proposals:Refactoring_of_optimization_framework | refactoring of the optimization framework] going to be considered for itkv4? | |||
** Brian Avants to lead discussion on registration refactoring. | |||
== Simple ITK == | == Simple ITK == | ||
Line 55: | Line 59: | ||
* Dan and Mathieu to report | * Dan and Mathieu to report | ||
= Software Process = | = Software Process = |
Revision as of 18:05, 3 August 2010
Project Management
- Notice of award?
- Number of Work Assignments?
- Minutes of Washington meeting from NIH?
- Deadline for sending the Draft of T.O 2?
Technical Topics
Microscopy
Management of Large Datasets
- Sean Megason & Arnaud Gelas
- How to deal with multiple channels ?
- and multiple time points ?
- Managing very large datasets (>10Gb to Terabytes)
- Having a multi-resolution representation for images ? ( ala JPEG2000, or wavelets ?)
Refactoring Optimization Framework
- Is the | refactoring of the optimization framework going to be considered for itkv4?
- Brian Avants to lead discussion on registration refactoring.
Simple ITK
- Design Discussions
- Sandbox in Github
- Simple ITK Layer
- Gathering Feedback from the attendees to the Hackathon in Janelia Farm (HHMI)
- Luis to report
- Microscopy community.
- Pixel types used
- Image Dimensions (2,3,4,5)
- Channels as dimension ?
- Time as dimension ?
- Memory organization ?
- Multi-scale datasets
- Needs for Object representation data structures
Wrapping
- Plans for wrapping
- Tools
- Pros and Cons
- Wrapping
- update from brad on wrapitk test (new swig usage that addresses existing concerns)?
Modularization
- Gabe Hart to report of initial Modularization efforts
- Exploration of Ryppl
- Interaction with Boost
- Brad King & Dave Cole Report
DICOM
- Dan and Mathieu to report
Software Process
Migration to Git
- Migration Completed
- Workflow
- The Pro Git book has examples of distributed workflows
- Master & Next ? See here.
- Topic Branches: See the ITK Topic Stage, and an example topic merge.
- Dashboard Branches
- Master Nightly: so all nightly builds use same source
- Hooks
- Come to agreement on which hooks to use for ITK4 (Lorensen)
- KWStyle?
- Workflow
- 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)
Before Giving Git Write Access
- Changing LICENSE to Apache 2.0
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 |
- Hans Johnson to report on compilers cleanup.
- and experiences with Git workflow.
Tools
Coding Style
- Fixing KWStyle/CDash/CTest for Git : Brad Davis report