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

1. Have `run_woden.py` read in and store dipole amplitudes from a `metafits` file #37

Closed JLBLine closed 2 months ago

JLBLine commented 2 months ago

Currently, wodenpy.wodenpy_setup.run_setup.check_args reads information from the metafits file, and stores it in the args object. To get the dipole amplitudes, we should implement:

Testing: Add some functions to existing cmake_testing/wodenpy/wodenpy_setup/test_argument_inputs.py that use 1088285600_DipAmps.metafits to check that the dipole amplitudes are being read in correctly.

JLBLine commented 2 months ago

The reading in and checking of shapes is all handled with this commit 2853294f99e4e3d6879d82d7f60716eed4dd8ca0. Transferring out of the args object in Woden_Settings will all be tested via #38 , where we test if we've transferred the correct values over to the C library