Richard Brown
Richard Brown
Just an idea. We can use `numpy.frombuffer()` to share data between C++ and python (e.g., for `ProjDataInMemory`). I think all that needs to be done is pass the address of...
Supersedes https://github.com/SyneRBI/SIRF/pull/743.
fixes https://github.com/SyneRBI/SIRF/issues/715. @evgueni-ovtchinnikov how about this. Change `_storage_scheme` to `_default_storage_scheme`. If using the static method, return the default. However, if the object exists, return the corresponding type. I've added the...
For multicomponent images, such as parametric or dynamic images, `mSTIR.ImageData("filename")` will only open their first component. Would it be possible to change the implementation to `mSTIR.ImageData("filename", component=1)`, and return the...
Adding `EllipticCylinder`, it appears I can set `origin`, `radii`, `length`, but not orientation.
Folders that typically have a semicolon at the end, e.g.: `INSTALL;` as well as `INSTALL`. It seems that once deleted, they don't come back, which implies it's a process that...
https://github.com/SyneRBI/SIRF-SuperBuild/blob/d05907b7ad2672971c222309eff94f1de02e6f48/SuperBuild/External_ISMRMRD.cmake#L54-L55 There is an option inside of ISMRMD: `BUILD_TESTS`. However the SuperBuild option doesn't get passed on to ISMRMRD (and the "...as we cannot disable it..." comment is therefore incorrect).
Continuation from here: https://github.com/SyneRBI/SIRF-SuperBuild/pull/386
I'm currently building the superbuild on a cluster and it appears to be hanging: ``` [ 23%] Performing download step (git clone) for 'ITK' Cloning into 'ITK'... ``` It has...
It would be good to have an option to disable ismrmrd. This should then remove all of ISMRMRD's dependencies, e.g., HDF. (SIRF currently depends on HDF, but it should probably...