radiocosmology / draco

A pipeline for the analysis and simulation of drift scan radio data
MIT License
9 stars 7 forks source link

fix(GaussianNoise): fix bug in noise generation #263

Closed sjforeman closed 7 months ago

sjforeman commented 7 months ago

Commit https://github.com/radiocosmology/draco/commit/32da5d4553d1fb32d3268a050b231db3e8cb88c3 broke the call to util.random.complex_normal in synthesis.noise.GaussianNoise, and this fixes it. (Bug discovered by @PanChristeas)