Skip to content

Move Gaussian drawing function from WSClean

Andre Offringa requested to merge move-draw-gaussian into master

This is a first refactoring step to get a function DrawGaussianToLm() in schaapcommon. I'll also need a DrawGaussianToXy() function later on, hence the Lm in the name.

The fft module has also been renamed to the more generic name math, as the presence of convolution operation in fft is already a bit dubious.

Edited by Andre Offringa

Merge request reports