Simon Rit
Simon Rit
When Gate is compiled with USE_OPTICAL=ON , e.g., in vgate, all simulations, even those which do not use optical photons, get the warnings ``` I/O warning : failed to load...
### Description Since 5b09d546666f6110250aa7edbb59d4469791b944, configuring a module separately fails. ### Steps to Reproduce Compile ITK with default modules, then configure a module with cmake. ### Expected behavior The module is...
Using the latest pre-release (using jupyer notebooks on Linux Python 3.9), passing `mode='x'` or `view_mode='x'` (idem for y / z) as parameter to itkwidgets.view does not change the display mode,...
According to the [Nvidia Cuda documentation](https://docs.nvidia.com/cuda/), Nvidia provides wheels for [Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#pip-wheels-installation-windows) and [Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#pip-wheels-installation-linux). The following command lines install the required libraries (which are not packaged by RTK, see [here](https://github.com/SimonRit/RTK/blob/master/.github/workflows/build-test-package.yml#L230)) ```...
See https://public.kitware.com/pipermail/rtk-users/2022-September/011229.html
This PR implements: - the use of the "yaw" angle - the use of optitrack information
There is currently a [nowrap](https://github.com/SimonRit/RTK/blob/master/wrapping/rtkReg1DExtractShroudSignalImageFilter.notwrap) file but more work than renaming is probably required to have it wrapped.
The following code works ``` import itk from itk import RTK as rtk ImageType = itk.Image[itk.F,3] emptyVol = rtk.constant_image_source(origin=[-63.5]*3, size=[128]*3,spacing=[1.]*3,ttype=ImageType) sl = rtk.draw_shepp_logan_filter(emptyVol) geometry = rtk.ThreeDCircularProjectionGeometry.New() geometry.AddProjection(600,1200,0.) emptyProj = rtk.constant_image_source(origin=[-127,-127,0.],...