Sequences module question

I’m interested in visualizing a (2D x time) vector field.overlaid on a (2D x time) image. Is this possible with the sequences module? How would I format my files (which are currently raw, not DICOM) to achieve this?

If you load the displacement fields into the scene (each transform as a separate transform node) then you can use the Sequences modul GUI to put them into a sequence node.

Then, to visualize the time sequence, create a sequence browser node in Sequence browser module, and add the sequence that you created.

This can of course all by scripted in Python.

Let me know if you get stuck at any point.