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
I think that by splitting this way the regular structure of (time[i]-time[i+1])=constant is destroyed at the boundaries of the split. That means that after combining the ms again in time (which one sometimes wants), the time axis has become irregular. An easy solution I think would be to split with taql in integer units of timesteps. A simple example to split select time steps, say from 120 to 140 with taql is:
taql 'select from bla.MS where TIME in (select distinct TIME from bla.MS offset 120 limit 20) giving bla-subset.MS as plain'
The text was updated successfully, but these errors were encountered:
LiLF/pipelines/LOFAR_timesplit.py
Line 155 in ac59877
I think that by splitting this way the regular structure of (time[i]-time[i+1])=constant is destroyed at the boundaries of the split. That means that after combining the ms again in time (which one sometimes wants), the time axis has become irregular. An easy solution I think would be to split with taql in integer units of timesteps. A simple example to split select time steps, say from 120 to 140 with taql is:
taql 'select from bla.MS where TIME in (select distinct TIME from bla.MS offset 120 limit 20) giving bla-subset.MS as plain'
The text was updated successfully, but these errors were encountered: