create_source_plots#

radionets.evaluation.train_inspection.create_source_plots(conf, num_images=3, rand=False)[source]#

function for visualizing the output of a inverse fourier transform. For now, it is necessary to take the absolute of the result of the inverse fourier transform, because the output is complex.

Parameters:
iint

current index of the loop, just used for saving

real_predarray_like

real part of the prediction computed in visualize with fourier

imag_predarray_like

imaginary part of the prediction computed in visualize with fourier

real_trutharray_like

real part of the truth computed in visualize with fourier

imag_trutharray_like

imaginary part of the truth computed in visualize with fourier