Convert fcsv files into nts files

Is it possible to export landmarks as nts files? If not, is there a way to convert fcsv files into nts files?

Operating system: Windows
Slicer version: 4.11.20210226
Expected behavior:
Actual behavior:

Is this the nts format you are referring to? readland.nts: Read landmark data matrix from nts file in geomorph: Geometric Morphometric Analyses of 2D/3D Landmark Data

You can read this previous thread related getting data into MorphoJ format and perhaps modify this example code to make it work for nts format.

Short answer is there is no immediate way of converting fcsv to nts, without a script.

Yes, that’s the nts format I referred to! I am planning to use it in geomorph indeed.

I believe this code will be of a great help! Thank you @muratmaga !

İf you are going to use with geomorph, no need to convert fcsvs to nts.
Use the utility functions in SlicerMorphR
devtools::install_github("SlicerMorph/SlicerMorphR") and use the example code to import data into R
Much easier!

Perfect! Thank you so much!