Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Particle phantom unclear axis in reconstruction #10

Open
Neumann-A opened this issue Feb 18, 2023 · 1 comment
Open

Particle phantom unclear axis in reconstruction #10

Neumann-A opened this issue Feb 18, 2023 · 1 comment

Comments

@Neumann-A
Copy link

So i am currently trying a new custom reconstruction and displaying the data via matlab e.g.:

result = reshape(result,[19 19 19]); % result is the raw reconstruction result ()
imagesc(squeeze(result(13,:,:))) % yz plane

So although the xy and xz planes seem to agree the yz plane seems to be transposed? Since the example reconstruction don't have a legend on the axis it is unclear in which direction the corresponding axis is facing and if the third axis is facing inside our outside the plane.

In addition to that I would request that the phantom description gets an additional column saying which voxel the concentration should be reconstructed to.

Linear scaling to identify concentrations
Reko-Linear
Log scaling of the reco to show artifacts and lowest concentration
Reko-Log

@tknopp
Copy link
Member

tknopp commented Feb 20, 2023

yes, we certainly should add proper axis labels to the example reconstructions. Regarding the actual location of the concentrations I hope that this description is precise:
https://magneticparticleimaging.github.io/OpenMPIData.jl/latest/phantoms.html

In addition to that I would request that the phantom description gets an additional column saying which voxel the concentration should be reconstructed to.

I agree that this is useful and in the future we aim to provide ground truths concentration maps. For the cone and the resolution phantom we already have those from the Bremen group (see https://journal.iwmpi.org/index.php/iwmpi/article/view/148/364 where the methodology is explained). For the concentration phantom somebody has to create these. And note that the challenge is that the phantom may cover voxels only partially, i.e. one has to take this into account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants