Closed bwmeyers closed 9 months ago
The Jones matrix FEEBeam memory allocation needs to persist for all pointings, so we simply move the free(jones[n]) part outside of the pointings loop.
FEEBeam
free(jones[n])
In the process now! Just wanted to get the PR up. I'll actually do my due diligence this time and try it...
Since we are deprecating this beamformer anyway, I see no reason to continue this track.
The Jones matrix
FEEBeam
memory allocation needs to persist for all pointings, so we simply move thefree(jones[n])
part outside of the pointings loop.