Biguri

Results 130 comments of Biguri

There has been ineed some changes in the weigting, but tests showed better recon with the changes. If you have troubles fixing it, can you post your geometry, so I...

Hi @tsadakane ! Thanks for the comment! I definitely was not clear enough here. That is indeed the shep-logan filter for FDK that I added there. However, this issue was...

@tsadakane Thanks for raising the issue and thanks for that python repo! A good way to add this to TIGRE would be a git submodule I believe, but I don't...

Hi @scf819! Can you share the full geometry? As you know, this artifacts are normal, as imat some point you won't have enough info in the z direction. As you...

Thanks a lot! My answer is that this sounds like a thing TIGRE should have in the FDK (which one of the 4, no idea! maybe all of them?). However,...

I agree with @dyycy. Those FDK algorithms will help get a better image, but it won't be significantly better, your image Z is much larger than the projection, you are...

It's unlikely that I will tackle this myself, leaving it open just to see if anyone would want to do so....

> This means that data_loader.load_head_phantom() assumes geo.nVoxel is ZYX order. Is this correct? Yes I think so. To be honest, this is something that was put together without too much...

> Half agree, half disagree... very difficult decision, however, if we accept img[z,y,x], I think zyx would be better because all users have to remember becomes just that the order...

Ah, reading the second link, I see all the confusions that I am having. It says that the convention is: ``` 3D grayscale | (pln, row, col) ``` and python...