robbietuk
robbietuk
I have an update of this issue. I simulated a single voxel source with high activity (1e+08 in a {4, 4, 4} mm voxel) and no attenuation, which I think...
> If I understood correctly in your simulation you used only a source without any phantom. Correct > However, in the table you separate scattered events from unscattered. Here the...
Interesting. I guess the related code is https://github.com/UCL/STIR/blob/329eeb717fd264919dfa1c640225b4c7ec1d62cc/src/listmode_buildblock/LmToProjData.cxx#L301-L304 and then https://github.com/UCL/STIR/blob/329eeb717fd264919dfa1c640225b4c7ec1d62cc/src/listmode_buildblock/LmToProjData.cxx#L139-L143 which seems simple enough. Those seem to be OK. The issue arises when calling construct_proj_data()
Hi all, I thought I would quickly weight in with results from some testing I did with @ALEXJAZZ008008, hopefully it is useful. I installed both this branch of the TOF...
Ran `list_projdata_info` and `extract_segments` on the data produced by the this TOF branch of STIR. From what @ALEXJAZZ008008 and I could tell, it seemed correct. I would like to test...
This is true. `PYTHON_DEST` shouldn't be directly tided to `${CMAKE_INSTALL_PREFIX}/python` in case a custom `PYTHON_DEST` is required. Personally, I set the `CMAKE_INSTALL_PREFIX`, configure and then enable python. This sets the...
This is true for `STIR_CONFIG_DIR` too. It defaults to `/usr/local/share/stir/config`
This is a seperate travis macOS issue to that discussed in #897
> @robbietuk do you still have a MacOS build with OpenMP? Is `ctest` ok? Testing...
It looks good on my machine but I dont recall having any issues before #1055