Tom Birdsong
Tom Birdsong
The following returns a vector image ```py image = itk.imread(file_path, pixel_type=itk.VariableLengthVector[itk.F]) ``` EDIT: Removed dimension
I had the template wrong, `itk.VectorImage` is useful for vector sizes that are unknown or not explicitly wrapped, you are right. For example we often use 31-component vectors in ITKUltrasound,...
xref #8
`RegisterTwoPointSetsTest2DPython` and `RegisterTwoPointSetsTest3DPython` rely on ITK Python PyPI packages for dashboard results and are still failing because the changes in [https://github.com/InsightSoftwareConsortium/ITK/pull/3406](https://github.com/InsightSoftwareConsortium/ITK/pull/3406) have not been released in an ITK Python package...
Looks great! Notebook is helpful for following each step.
Compare with other builds: - build-test-cxx (Windows): Does not download ITKDoxygen (not building documentation) - build-test-documentation (Ubuntu) on `master` branch: Succeeds in obtaining DoxygenXML > 2021-03-17T12:25:02.7716356Z Finished obtaining Doxygen XML
Seeing new issue in Windows `build-test-cxx` and `build-test-documentation`: > 2021-03-17T16:18:44.5434765Z Build project 2021-03-17T16:18:44.5436010Z MakeCommand:D:\a\_temp\-575274851\cmake-3.18.3-win64-x64\bin\cmake.exe --build . --config "Release" 2021-03-17T16:18:44.5437362Z Run command: "D:\a\_temp\-575274851\cmake-3.18.3-win64-x64\bin\cmake.exe" "--build" "." "--config" "Release" 2021-03-17T16:18:44.5681144Z ninja: error: loading...
Issue root is actually several lines earlier: > The source directory is currently too long, 40 characters. Please move the Examples source directory to a shorter path.
Error in `build-test-documentation` (Ubuntu): > 2021-03-17T18:48:58.8749003Z [722/1581] Running gitstats 2021-03-17T18:48:58.8750093Z FAILED: CMakeFiles/gitstats 2021-03-17T18:48:58.8753625Z cd /home/runner/work/bld && /home/runner/work/_temp/685782585/cmake-3.18.3-Linux-x86_64/bin/cmake -P /home/runner/work/bld/Utilities/SphinxExtensions/RunGitStats.cmake 2021-03-17T18:48:58.8754896Z CMake Error at Utilities/SphinxExtensions/RunGitStats.cmake:20 (message): 2021-03-17T18:48:58.8755625Z Error running gitstats: 2021-03-17T18:48:58.8755923Z...
From `RunGitStats.cmake.in`: > COMMAND ${PYTHON_EXECUTABLE} "@ITKExamples_SOURCE_DIR@/Utilities/SphinxExtensions/gitstats/gitstats" --rst "@ITKExamples_SOURCE_DIR@" "@ITKExamples_BINARY_DIR@/Documentation/gitstats" WORKING_DIRECTORY "@ITKExamples_BINARY_DIR@"