Difference between revisions of "Developer Meetings/20131112"
From Slicer Wiki
m |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
* [[Developer_Meetings/20131008|RSNA todo list]] | * [[Developer_Meetings/20131008|RSNA todo list]] | ||
* [http://slicer-devel.65872.n3.nabble.com/CLI-resources-tt4030240.html CLI Resources] | * [http://slicer-devel.65872.n3.nabble.com/CLI-resources-tt4030240.html CLI Resources] | ||
+ | * Question about ITK IO Factory Registration in Mac Extension CLIs (see error message below) | ||
+ | * change tracker | ||
+ | |||
+ | == News & Update == | ||
+ | * Michael Onken from DCMTK is working on integrating our patches | ||
+ | * Debian packager (Dominique) is making great progress. | ||
+ | ** Work in progress: [http://www.na-mic.org/Bug/view.php?id=1739 1739] and [https://github.com/jcfr/Slicer/commits/1739-support-use-system-option jcfr/Slicer@1739-support-use-system-option] | ||
+ | * VTK6 integration moving forward. See [Documentation/Labs/VTK6] and https://docs.google.com/a/kitware.com/document/d/1tT4VBJtt6U0LUEyaNaW7hJIVbb2XqBdyEbQyfsmUq9I | ||
+ | |||
+ | == Supplemental Information == | ||
+ | |||
+ | * CMFReg Error on Mac with current nightly build | ||
+ | <pre> | ||
+ | Number of registered modules: 136 | ||
+ | Register compression libraries | ||
+ | TagCacheDatabase not open | ||
+ | |||
+ | TagCacheDatabase verified! | ||
+ | |||
+ | Number of instantiated modules: 136 | ||
+ | 2013-11-12 11:42:59.717 Slicer[9535:707] invalid drawable | ||
+ | 2013-11-12 11:42:59.718 Slicer[9535:707] invalid drawable | ||
+ | Number of loaded modules: 136 | ||
+ | Show module (name): "Welcome" | ||
+ | Loading Slicer RC file [/Users/pieper/.slicerrc.py] | ||
+ | SlicerRC - Install custom keyboard shortcuts | ||
+ | SlicerRC - 'Shift+Meta+0' -> 'loadSlicerRCFile' | ||
+ | SlicerRC - 'Shift+Meta+1' -> 'LabelStatistics' | ||
+ | SlicerRC - 'Shift+Meta+2' -> 'endoscopy' | ||
+ | SlicerRC - 'Shift+Meta+3' -> 'editor' | ||
+ | SlicerRC - 'Shift+Meta+4' -> 'fileScan' | ||
+ | SlicerRC - 'Shift+Meta+5' -> 'performance' | ||
+ | SlicerRC - 'Shift+Meta+6' -> 'slicr_setup' | ||
+ | SlicerRC - 'Shift+Meta+7' -> 'DICOM_setup' | ||
+ | SlicerRC - 'Shift+Meta+p' -> 'grabPythonToClipboard' | ||
+ | SlicerRC - 'Shift+Meta+c' -> 'grabMainToClipboard' | ||
+ | Slicer RC file loaded [12/11/2013 16:43:01] | ||
+ | Show module (name): "SampleData" | ||
+ | "Volume" Reader has successfully read the file "/var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/RemoteIO/PreDentalSurgery.gipl.gz" | ||
+ | "Volume" Reader has successfully read the file "/var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/RemoteIO/PostDentalSurgery.gipl.gz" | ||
+ | Show module (name): "MaskCreation" | ||
+ | Show module (name): "Editor" | ||
+ | Show module (name): "MaskCreation" | ||
+ | Found CommandLine Module, target is /Users/pieper/Desktop/Slicer.app/Contents/Extensions-22693/CMFreg/lib/Slicer-4.3/cli-modules/MaskCreation | ||
+ | ModuleType: CommandLineModule | ||
+ | Mask Creation command line: | ||
+ | |||
+ | /Users/pieper/Desktop/Slicer.app/Contents/Extensions-22693/CMFreg/lib/Slicer-4.3/cli-modules/MaskCreation --label 1 /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeC.nrrd /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeF.nrrd /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeG.nrrd | ||
+ | |||
+ | Mask Creation standard output: | ||
+ | |||
+ | Running Mask Creation Proccesses... | ||
+ | Error: Could not run : | ||
+ | No such file or directory | ||
+ | |||
+ | itk::ImageFileReaderException (0x1035f8688) | ||
+ | Location: "unknown" | ||
+ | File: /Users/kitware/Dashboards/Nightly/Slicer-build-64bits-QT4.8.5-PythonQt-With-Tcl-CLI-Release-nightly/ITKv4/Modules/IO/ImageBase/include/itkImageFileReader.hxx | ||
+ | Line: 143 | ||
+ | Description: Could not create IO object for file /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeG.nrrd | ||
+ | The file doesn't exist. | ||
+ | Filename = /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeG.nrrd | ||
+ | |||
+ | |||
+ | :exception caught! | ||
+ | |||
+ | ERROR: In /Users/kitware/Dashboards/Nightly/Slicer4/Base/QTCLI/vtkSlicerCLIModuleLogic.cxx, line 1950 | ||
+ | vtkSlicerCLIModuleLogic (0x1126ca710): Mask Creation standard error: | ||
+ | |||
+ | Error: Could not run : | ||
+ | No such file or directory | ||
+ | |||
+ | |||
+ | |||
+ | ERROR: In /Users/kitware/Dashboards/Nightly/Slicer4/Base/QTCLI/vtkSlicerCLIModuleLogic.cxx, line 1981 | ||
+ | vtkSlicerCLIModuleLogic (0x1126ca710): Mask Creation completed with errors | ||
+ | |||
+ | |||
+ | </pre> |
Latest revision as of 19:06, 12 November 2013
Home < Developer Meetings < 20131112Attendees:
To discuss
- 3476: Display the slice(s) in one 3D view and not another
- RSNA todo list
- CLI Resources
- Question about ITK IO Factory Registration in Mac Extension CLIs (see error message below)
- change tracker
News & Update
- Michael Onken from DCMTK is working on integrating our patches
- Debian packager (Dominique) is making great progress.
- Work in progress: 1739 and jcfr/Slicer@1739-support-use-system-option
- VTK6 integration moving forward. See [Documentation/Labs/VTK6] and https://docs.google.com/a/kitware.com/document/d/1tT4VBJtt6U0LUEyaNaW7hJIVbb2XqBdyEbQyfsmUq9I
Supplemental Information
- CMFReg Error on Mac with current nightly build
Number of registered modules: 136 Register compression libraries TagCacheDatabase not open TagCacheDatabase verified! Number of instantiated modules: 136 2013-11-12 11:42:59.717 Slicer[9535:707] invalid drawable 2013-11-12 11:42:59.718 Slicer[9535:707] invalid drawable Number of loaded modules: 136 Show module (name): "Welcome" Loading Slicer RC file [/Users/pieper/.slicerrc.py] SlicerRC - Install custom keyboard shortcuts SlicerRC - 'Shift+Meta+0' -> 'loadSlicerRCFile' SlicerRC - 'Shift+Meta+1' -> 'LabelStatistics' SlicerRC - 'Shift+Meta+2' -> 'endoscopy' SlicerRC - 'Shift+Meta+3' -> 'editor' SlicerRC - 'Shift+Meta+4' -> 'fileScan' SlicerRC - 'Shift+Meta+5' -> 'performance' SlicerRC - 'Shift+Meta+6' -> 'slicr_setup' SlicerRC - 'Shift+Meta+7' -> 'DICOM_setup' SlicerRC - 'Shift+Meta+p' -> 'grabPythonToClipboard' SlicerRC - 'Shift+Meta+c' -> 'grabMainToClipboard' Slicer RC file loaded [12/11/2013 16:43:01] Show module (name): "SampleData" "Volume" Reader has successfully read the file "/var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/RemoteIO/PreDentalSurgery.gipl.gz" "Volume" Reader has successfully read the file "/var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/RemoteIO/PostDentalSurgery.gipl.gz" Show module (name): "MaskCreation" Show module (name): "Editor" Show module (name): "MaskCreation" Found CommandLine Module, target is /Users/pieper/Desktop/Slicer.app/Contents/Extensions-22693/CMFreg/lib/Slicer-4.3/cli-modules/MaskCreation ModuleType: CommandLineModule Mask Creation command line: /Users/pieper/Desktop/Slicer.app/Contents/Extensions-22693/CMFreg/lib/Slicer-4.3/cli-modules/MaskCreation --label 1 /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeC.nrrd /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeF.nrrd /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeG.nrrd Mask Creation standard output: Running Mask Creation Proccesses... Error: Could not run : No such file or directory itk::ImageFileReaderException (0x1035f8688) Location: "unknown" File: /Users/kitware/Dashboards/Nightly/Slicer-build-64bits-QT4.8.5-PythonQt-With-Tcl-CLI-Release-nightly/ITKv4/Modules/IO/ImageBase/include/itkImageFileReader.hxx Line: 143 Description: Could not create IO object for file /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeG.nrrd The file doesn't exist. Filename = /var/folders/5g/8696sbjd1blch9pwpqwzq8c40000gn/T/Slicer/JFDF_vtkMRMLScalarVolumeNodeG.nrrd :exception caught! ERROR: In /Users/kitware/Dashboards/Nightly/Slicer4/Base/QTCLI/vtkSlicerCLIModuleLogic.cxx, line 1950 vtkSlicerCLIModuleLogic (0x1126ca710): Mask Creation standard error: Error: Could not run : No such file or directory ERROR: In /Users/kitware/Dashboards/Nightly/Slicer4/Base/QTCLI/vtkSlicerCLIModuleLogic.cxx, line 1981 vtkSlicerCLIModuleLogic (0x1126ca710): Mask Creation completed with errors