-
Hello there,
I am currently simulating computed tomographies with vGate. I was wondering, if I could also do it with XCIST. Is it possible to load your own stl files as phantoms and fill it with se…
-
For different 3D imaging modalities (for example computed tomography, or MRI), data can be represented as a 3D numpy array (for example in computed tomography, the intensity of a 3D pixel encodes the …
-
`mirp` supports various modalities. Though positron emission tomography (PET) is currently supported, single photon emission computed tomography (SPECT) is not. DICOM removed support for SPECT directl…
-
Hi @danielpeter,
The `sum_kernels` subroutine has the option to mask the kernels at the source element using a mask. However, the mask is not computed in any part of the code. I added a subroutine …
-
https://d-nb.info/1236778871/34
Related to #18
-
The current implementation for thickness (Tb.Th, Tb.Sp, etc.) uses the derived measures [1]. Although these are metric-free indices, they are not direct indices.
Instead, it would be great to have …
-
In this work, we report the set-up and results of the Liver Tumor Segmentation Benchmark (LiTS) organized in conjunction with the IEEE International Symposium on Biomedical Imaging (ISBI) 2017 and Int…
-
One of bioCADDIE's key use cases is to find datasets based on the disease studied in the dataset. (N.B. not all datasets are a study a disease, but many are).
Searching Datamed for "Glioblastoma" or …
-
Multiply projection by the angle it sees (the sum of the angle needed to reach the projection before and after it). The idea is to increase the counts of the projection proportionally to the angle it …
-
**Flexibility and performance improvements**
The current implementation of projection optimization consists of two layers.
The optimization layer (\optimizers\*.py) is implemented with numpy on CP…