cabouman / svmbir

Fast code for parallel or fan beam tomographic reconstruction
BSD 3-Clause "New" or "Revised" License
21 stars 8 forks source link

Revisit default value for auto_sigma_p #239

Open dyang37 opened 2 years ago

dyang37 commented 2 years ago

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.