Biguri

Results 130 comments of Biguri

MLEM works well, but there are few numerical values that are very large, thus hides the data when visualizing without bounds. If you do `plotImg(imgMLEM,'Dim','Z','clims',[0 1])` You will see that...

Hi @Shubhamlmp Great! If you want to work on good first issues, maybe this one is not so much, as there are some technicalities to how the code is called...

ahh well, english vs american spelling. I like the one with `s` more, but I guess that is because I am in Europe!

It does sound good actually. I worry about about naming, not sure what I prefer. "regularisation" is a bit general, and the TV minimizer in `minTV` is not necessarily the...

Hum the problem of course is that CUDA+MSVS+MATLAB are a dangerous number combination. My current approach is to just make the users tune their install. I guess something like cmake...

Sounds good! I also agree that its best if I have the conda packages integrated in this repo, but you may need to give me a hand with that because...

Mmmm I think if we find a way to have a couple of options, i.e. latest CUDA vs some old CUDA, that should be fine to have here. I suspect...

@paskino the latest commit https://github.com/CERN/TIGRE/commit/4eca27945c42d8aa0944eca014ce0fdc9d6d8b0d should edit the compiler flags by reading your CUDA version and removing the unsupported ones. I don;t have the hardware to test this properly, but...

Happy to try to add alternative ways of compiling and building TIGRE. if conda and CMake are a thing people want, I guess I'll get flexible 👍 I have no...