JLBLine / WODEN

CUDA code designed to simulate interferometric data using point, Gaussian, and shapelet sky models
https://woden.readthedocs.io/en/latest/
Mozilla Public License 2.0
5 stars 0 forks source link

6. Have `source_component_common::source_component_common` call `primary_beam_cuda::run_hyperbeam_cuda` with the correct number of antennas, and handle the results. #42

Closed JLBLine closed 2 months ago

JLBLine commented 2 months ago

Will need to make source_component_common act upon the woden_settings->use_dipamps flag as it does malloc-ing for beam gains, so need to update that dependent on how many primary beams are being calculated.

Testing:

JLBLine commented 2 months ago

Tested as working in 72ffa7911d3f6e81048df9924b8a4e56f6e2a077 via the cmake_testing/CUDA_code/source_components/test_source_component_common_multiants.c test