SimpleITK/Tcon 2011 6 8: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 24: Line 24:
= IMPORTANT =
= IMPORTANT =


*Repository has moved DONOT USE GITHUB any more
*Repository has moved DO NOT USE GITHUB any more
*New Repository
*New Repository
**http://itk.org/gitweb?p=SimpleITK.git
**http://itk.org/gitweb?p=SimpleITK.git
*Getting Started
*Getting Started
**
<code>mv SimpleITK SimpleITK-old</code>
<code>git clone --recursive http://itk.org/SimpleITK.git</code>
<code>cd SimpleITK</code>
<code>git remote add stage git://public.kitware.com/stage/SimpleITK.git</code>
<code>git config remote.stage.pushurl git@public.kitware.com:stage/SimpleITK.git</code>
<code>git fetch --all --prune</code>
<code>ssh git@public.kitware.com stage SimpleITK print</code>
*Additional Information
**http://public.kitware.com/Wiki/Git/Workflow/Stage
**http://public.kitware.com/Wiki/Git/Workflow/Topic
* It should be easier to use the topic based workflow
** There are check to prevent common errors
* Workflow overview
** Create topic branch from master
** edit file and commit in topic branch
** push to stage
** issue ssh command to merge topic into next
*Example


=Links=
=Links=

Revision as of 12:36, 8 June 2011

Tcon Information

Phone Line:

  Please join the following teleconference line:
      Toll-Free #:      1-800-704-9804 
      International #:  1-404-920-6604
      Participant Code: 61466276
  Wednesday, May 25th, 9:30am Eastern Time


  https://cc.readytalk.com/r/77mucyg9wmzs


Attendees

  • Dan Blezek
  • Brad Lowekamp
  • Gabe Hart
  • Luis Ibanez


IMPORTANT

mv SimpleITK SimpleITK-old git clone --recursive http://itk.org/SimpleITK.git cd SimpleITK git remote add stage git://public.kitware.com/stage/SimpleITK.git git config remote.stage.pushurl git@public.kitware.com:stage/SimpleITK.git git fetch --all --prune ssh git@public.kitware.com stage SimpleITK print

Links


User Feedback

Hans

Other Users

  • ImageJDev/FIJI hackathon: Jan 29th - Feb 11th
    • Integrate ITK with ImageJ
    • Integrate ITK with CellProfiler
  • ImageJDev image is 5D (x,y,z,t,channel)
    • Internal class ImagePlus use Java arrays


Daily Details

Currently Open Topics In next

Other Open Topics

  • Documentation
    • Developer Practices
    • Getting Started
  • CMake
    • Shared Libraries
    • Installation
    • R, C#
    • Update to best CMake practices
    • Hans has new CMake issues!


  • 40-ConnectingSimpleITKImageTOJava
    • What happened to the ImportImageFilter?
  • 11-AddingFFTs
    • Should Geatan's IJ paper be move into ITK?
    • should be completed before lunch today!
  • 49-GeometryTransforms
    • How do we specify Regions?
  • Test drivers need work
    • Can we reuse ITK's?
    • They currently don't work with Valgrind due to sub processes


  • 4-AddingGetPixelMethods
    • CLOSED - merged to master
  • AddingOperators
    • Completed

Review JIRA Issues

Any Blocking issues which need to be addressed?

Schedule

Discuss long term goals and milestones.

  • Documentations
    • Luis to begin Slide Documentation
      • Getting started guide
      • Users Guide
    • How to populate Doxygen
  • Automate Script to List filters wrapped
    • This script should take as input a list of ITK Modules or Directories, for each modual determine which filters are implemented in SimpleITK
    • Additional input would include filter/files to exclude
    • Output could be a dox file, so that it could be a doxygen related page
  • Registration is very important

Action Items