Open dyang37 opened 3 years ago
There's a mirror issue in svmbir: https://github.com/cabouman/svmbir/issues/221
Let me modify this. The potential problem is in the function `auto_sigma_prior(sino,delta_channel = 1.0,sharpness = 0.0 )``.
Should this function use the weighted sinogram?
If so, then we would need to modify auto_sigma_prior(), auto_sigma_x() , and auto_sigma_p() so they all take the weights as an input.
Currently unweighted sinogram is used to calculate sino_indicator:
This would cause problem when "bad" values exist in sino (inf, nan etc.) Usually such case is handled by setting the associated sino weights to be 0 for the "bad" sino values. As a result we should also use weights when calculating the indicator in
_sino_indicator
function. Maybe a good start point is to try using the weighted sino.