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

Add list-type flux extrapolation for polarisation #68

Closed JLBLine closed 2 weeks ago

JLBLine commented 1 month ago

This is a future nice-to-have. Once Stokes Q/U/V is back, add the ability to have a list-type flux density for linear and circular polarisation. The key to not making an enormous FITS table is to stick these polarised list densities into their own FITS cards. Just like the shapelet basis coefficients, we can add just the name of the component and all the list flux densities to it's own table. That way we don't have to add many many columns to the main table, which will possibly have hundreds of thousands of empty entries for no reason.

JLBLine commented 2 weeks ago

Done in 061260f