wuniii
Results
1
issues of
wuniii
para_ini = initialization() fp, fbp ,op_norm= build_gemotry(para_ini) op_modfp = odl_torch.OperatorModule(fp) op_modfbp = odl_torch.OperatorModule(fbp) op_modpT = odl_torch.OperatorModule(fp.adjoint) Above is the code that sets up my filtered backprojection and projection when processed...