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

_sino_indicator(sino) not robust when weights=0 #221

Open
cabouman opened this issue Nov 18, 2021 · 1 comment
Open

_sino_indicator(sino) not robust when weights=0 #221

cabouman opened this issue Nov 18, 2021 · 1 comment

Comments

@cabouman
Copy link
Owner

Right now the _sino_indicator() function does not use the weight values. This could be a problem if there are large erroneous values in the sinogram with weights of 0.

Should we pass the weights to the _sino_indicator() function?

@cabouman
Copy link
Owner Author

cabouman commented Nov 18, 2021

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.

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

1 participant