ratt-ru / shadeMS

Rapid Measurement Set plotting with dask-ms and datashader
21 stars 6 forks source link

Fix for Stokes U and V plots #122

Closed IanHeywood closed 8 months ago

IanHeywood commented 8 months ago

Changed baseline coordinates u,v,w to lower case in the data mappers dictionary to distinguish then from the upper case Stokes parameters U and V.

This allows Stokes specifications of the form -y CORRECTED_DATA:amp:U to be plotted without crashing.

Options and README have been modified to reflect these changes.