Saving control point phase

Operating system: Ubuntu 22.04.1
Slicer version: 5.2.2 r31382
Expected behavior: Control points save the physical position and the corresponding phase
Actual behavior: Control points save only the physical position

I’m working with a dataset of ct images that contain different phases. I would like to select control points in the 2d view and distinguish them between phases. It looks like the default option only saves the physical position, but there is no information about which phase the point belongs to.
Is it possible to include the phase information together with the physical position?

Thank you

You can make markup point list to be a time sequence, using Sequences module: add a new sequence node and make the point list the proxy node of that sequence.

1 Like

Thank you!
In this way, the points look being stored in arrays. Do you know how I can assign these arrays to a Python variable?