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
As requested by @o-smirnov:
The xxx_DATA columns can be "tiled" for performance reasons. I don't know if there's a way to create a tiled column from pyrap, at least there wasn't one at the time, so I wrote the addtiedmscol utility (in C++) to do this. You might want to integrate that into addcol() somehow.
The text was updated successfully, but these errors were encountered:
Come to think of it, doesn't the add column functionality belong in ms.py?
On 24 Dec 2014 12:29, "Sphesihle Makhathini" [email protected]
wrote:
As requested by @o-smirnovhttps://github.com/o-smirnov:
The xxx_DATA columns can be "tiled" for performance reasons. I don't know
if there's a way to create a tiled column from pyrap, at least there wasn't
one at the time, so I wrote the addtiedmscol utility (in C++) to do this.
You might want to integrate that into addcol() somehow.
—
Reply to this email directly or view it on GitHub #23.
Yep, it does. I will move it there when I fix this issue. But maybe I should keep a mapping to the function in argo.py, else stuff that uses it will break.
As requested by @o-smirnov:
The xxx_DATA columns can be "tiled" for performance reasons. I don't know if there's a way to create a tiled column from pyrap, at least there wasn't one at the time, so I wrote the addtiedmscol utility (in C++) to do this. You might want to integrate that into addcol() somehow.
The text was updated successfully, but these errors were encountered: