.CSV files as markup files

Hi everyone,

I have a bunch of csv files with landmark data that I got from an older version of 3D slicer. When i try to load the scene that is linked to these csv files, they don’t come seem to open. Has anyone else had this issue and know of a way to convert csv files to fcsv so they can open? I have converted from fscv to csv previously but then those files won’t open in slicer either.

Any help would be greatly appreciated :grinning:

csv files will be read as table. FCSV has a header that enables them to be loaded correctly as markups. If you converted your fcsv to csv, you probably stripped the header. You might be able to reconstitute by simply copy and pasting the header from a blank fcsv file you create.

You can also easily combine and edit markup control point lists using copy-paste. You can copy-paste points directly to an Excel sheet, edit/remove rows, and copy-paste them back to Slicer.

Thank you both :slight_smile:

I have managed to rebuild the markup files so that they now reopen. The copy and paste of the points from the csv files back into slicer worked a treat!

1 Like