You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current code sets auto_sigma_p to be 1.0 * auto_sigma_prior(sino, delta_channel, sharpness) (1/5 of auto_sigma_x).
In the cone beam code we found out that 2.0 * auto_sigma_prior(sino, delta_channel, sharpness) is generally (in terms of MACE reconstruction quality of two datasets) better.
The text was updated successfully, but these errors were encountered:
Current code sets auto_sigma_p to be
1.0 * auto_sigma_prior(sino, delta_channel, sharpness)
(1/5 of auto_sigma_x).In the cone beam code we found out that
2.0 * auto_sigma_prior(sino, delta_channel, sharpness)
is generally (in terms of MACE reconstruction quality of two datasets) better.The text was updated successfully, but these errors were encountered: