spyrit.core.recon.PinvNet.reconstruct_expe
- PinvNet.reconstruct_expe(x)[source]
Reconstruction step of a reconstruction network
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)\)