Open dyang37 opened 2 years ago
This issue records the discrepancies between svmbir and mbircone. Once these get extensively tested, we'll make necessary changes in svmbir to align the two interfaces.
auto_sigma_p
1.0 * auto_sigma_prior(sino, delta_channel, sharpness)
2.0 * auto_sigma_prior(sino, magnification, delta_pixel_detector, sharpness)
snr_db
recon()
geometry
cone
This issue records the discrepancies between svmbir and mbircone. Once these get extensively tested, we'll make necessary changes in svmbir to align the two interfaces.
auto_sigma_p
:1.0 * auto_sigma_prior(sino, delta_channel, sharpness)
2.0 * auto_sigma_prior(sino, magnification, delta_pixel_detector, sharpness)
snr_db
: 30 dB in svmbir, 40 dB in mbircone.recon()
, we need to addgeometry
argument and default it tocone
.