Biguri

Results 130 comments of Biguri

I have now added some examples. Missing from that work: Any change related to the attenuation coefficients. I don't know where they are in the data I have nor how...

Added tests (and tested them!)

Related https://github.com/gschramm/parallelproj/issues/14

Will probably not do this anytime soon, recompiling the superbuild tends to add 3 days of work (because I make mistakes and there is some unexpected change), and I can...

In my hand-made version, indeed what I do to avoid this is to remove NaNs and Infs after the division, and nothing else. This makes the bug dissapear. That _would_...

@KrisThielemans there are some in Duetto/PetToolbox, you mean those, or some others?

@KrisThielemans can I just take them from there and add them myself? Or is it private info?

This is the non-contrast part of the info in there. I can find some time to add this to the json. ``` #Conversion table for 140 KV and Non-Contrast KV:...

Seems that for now, STIR only accepts 2 slopes and 1 breakpoint. What do we do about this? https://github.com/UCL/STIR/blob/master/src/buildblock/HUToMuImageProcessor.cxx#L171

mmm the specific error I get is ``` WARNING: Discretised density should contain 1 time frame, but this image contains 16. Only the first will be kept, and the rest...