spyrit.core.recon.DCDRUNet.concat_noise_map

DCDRUNet.concat_noise_map(x)[source]

Concatenation of noise level map to reconstructed images

Args:

x: reconstructed images from the reconstruction layer

Shape:

x: reconstructed images with shape \((BC,1,H,W)\)

output: reconstructed images with concatenated noise level map with shape \((BC,2,H,W)\)