spyrit.core.recon.LearnedPGD.reconstruct_expe
- LearnedPGD.reconstruct_expe(x)[source]
Reconstruction step of a reconstruction network
Warning
!! This method hasn’t been updated to the incoming v3 !!
Same as
reconstruct()reconstruct except that:The preprocessing step estimates the image intensity for normalization
The output images are “denormalized”, i.e., have units of photon counts
- Args:
x: raw measurement vectors- Shape:
x: \((BC,2M)\)output: \((BC,1,H,W)\)