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
{{ message }}
This repository was archived by the owner on Apr 14, 2020. It is now read-only.
Is there another way to grab data from streams without using stream.sync(folder)?
For example, if I just want to pull down part of a stream in order to strip out waters and append to a trajectory where I've already done this to the first nframes frames, how can I do that without transferring the whole trajectory?
Is there another way to grab data from streams without using
stream.sync(folder)?For example, if I just want to pull down part of a stream in order to strip out waters and append to a trajectory where I've already done this to the first
nframesframes, how can I do that without transferring the whole trajectory?