Importing Landmarks from excel file into 3D Slicer

As a quick experiment, I’ve implemented table export/import feature in Markups module. This allows conversion between CSV files and markups control points.

There could be many things to improve related to this, such as:

  • import/export from/to clipboard
  • flexible column mapping
  • option to clear out the target node before adding the new points (currently points are always appended)
  • export/import all control point measurements - curvature, etc.
  • add a mode to import/export measurements instead of control points
  • save markups name and type to the table so that many markups can be stored in a single table
  • allow loading csv file directly as markups

Implementing all these would be a lot of work, but I may be able find time to implement a few of those, so it would be useful to get feedback on which features are wanted the most.

1 Like