Using the new attributes in woden_settings and source_t, make sure all of the new polarisation code is called when needed by source_component_common.
Testing - will have to edit cmake_testing/GPU_code/source_components/test_source_component_common.c to include the new polarisation options. If the existing test gets too unwieldy, maybe write into a new test called test_source_component_common_polarised.c?
Using the new attributes in
woden_settings
andsource_t
, make sure all of the new polarisation code is called when needed bysource_component_common
.Testing - will have to edit
cmake_testing/GPU_code/source_components/test_source_component_common.c
to include the new polarisation options. If the existing test gets too unwieldy, maybe write into a new test calledtest_source_component_common_polarised.c
?