CIRA-Pulsars-and-Transients-Group / vcstools

A suite of tools for processing MWA-VCS data
Other
8 stars 8 forks source link

Fix hyperbeam object free before all pointing delays are computed #250

Closed bwmeyers closed 9 months ago

bwmeyers commented 1 year 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.

bwmeyers commented 1 year ago

In the process now! Just wanted to get the PR up. I'll actually do my due diligence this time and try it...

bwmeyers commented 9 months ago

Since we are deprecating this beamformer anyway, I see no reason to continue this track.