Agenda&Status 082908: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: '''SECOND MEETING IN SECOND LIFE''' === Testing Infrastructure === * Testing voice communication * Testing chat * Joining the group "Insight Toolkit" ** Testing group voice ** Testing gr...)
 
Line 27: Line 27:
*** A generic name for the file format ?
*** A generic name for the file format ?
*** Currently the ImageIO classes have methods
*** Currently the ImageIO classes have methods
**** GetSupportedWriteExtensions()
**** ArrayOfExtensionsType GetSupportedWriteExtensions() const
**** GetSupportedReadExtensions()  
**** ArrayOfExtensionsType GetSupportedReadExtensions() const
**** AddSupportedWriteExtension()
**** void AddSupportedWriteExtension( const char * extension  )
**** AddSupportedReadExtension()
**** void AddSupportedReadExtension( const char * extension )
** Questions
** Questions
*** How to deal with Analyze and Nifti
*** How to deal with Analyze and Nifti

Revision as of 15:13, 29 August 2008

SECOND MEETING IN SECOND LIFE

Testing Infrastructure

  • Testing voice communication
  • Testing chat
  • Joining the group "Insight Toolkit"
    • Testing group voice
    • Testing group chat
  • Testing web portals (cube in the ground)
    • Dashboard
    • Wiki
    • ViewCVS
  • Distributing ITK & CMake T-Shirts

Project Management

Technical Topics

  • ImageIO support for GUI
    • ImageIO classes should report
      • The extensions that they support
      • A description for each extension
      • A generic name for the file format ?
      • Currently the ImageIO classes have methods
        • ArrayOfExtensionsType GetSupportedWriteExtensions() const
        • ArrayOfExtensionsType GetSupportedReadExtensions() const
        • void AddSupportedWriteExtension( const char * extension )
        • void AddSupportedReadExtension( const char * extension )
    • Questions
      • How to deal with Analyze and Nifti
      • How to deal with DICOM (no specific extension)
  • Oriented Images
  • Lesion Sizing Toolkit