You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sjperkins, I suspect something about the row ordering is not playing right with dask-ms here. A paltry 5.71e+08 data points (5GB MS) takes ~180 seconds to plot. MeerKAT MSs take the same time at x100 the size, so something is off...
Simple UV plot, no data column involved even:
shadems n20m3_2Gbps.ms/ -x U -y V -c BASELINE --profile
MS is under /net/simon/home/oms/projects/sms-testing.
The text was updated successfully, but these errors were encountered:
Could you try increasing the row chunks up an order of magnitude or two?
If the number of channels is low, the amount of data per chunk, and hence
aggregation step, will be small.
Already tried that (5000, 50000, 500000), but didn't have any appreciable impact. Note that only the UVW column is read, and it doesn't have channels (and can be read in it entirety in <1s using casacore.tables...)
On Wed, Nov 11, 2020 at 6:53 PM Oleg Smirnov ***@***.***> wrote:
Already tried that (5000, 50000, 500000), but didn't have any appreciable
impact. Note that only the UVW column is read, and it doesn't have channels
(and can be read in it entirety in <1s using casacore.tables...)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#81 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA253ZGOBYMOXCOC7ACGUXLSPK6SBANCNFSM4TSC7SLQ>
.
For reference, I'll link to a casacore issue I created (long) time ago. The results of your experiments seem to indicate this issue may be related: casacore/casacore#800
@sjperkins, I suspect something about the row ordering is not playing right with dask-ms here. A paltry 5.71e+08 data points (5GB MS) takes ~180 seconds to plot. MeerKAT MSs take the same time at x100 the size, so something is off...
Simple UV plot, no data column involved even:
MS is under
/net/simon/home/oms/projects/sms-testing
.The text was updated successfully, but these errors were encountered: