Adding a missing landmark to a mrk.json file

I have a point on a bone that i’m landmarking that isn’t present on all the samples in my data set. To be able to run GPA+PCA analysis I need to have a consistent number of points for each sample, so is there a way I can add a “missing landmark” so I can keep the number of landmarks the same, while not impacting the PCA slicer gives me?

You can. However that landmark needs to be in the same spot (e.g., if it is the 3rd landmark, it has to be in that position like every other dataset).

See this tutorial section on how to designate a control point (landmark) as missing: Tutorials/Markups_1 at main · SlicerMorph/Tutorials · GitHub

When you are setting your GPA analysis do not forget to enter the index (in my example 3) of that landmark into the exclude landmarks field. Otherwise your analysis won’t work.

(To clarify, you are technically designating the landmark as SKIPPED -as opposed to missing- in Slicer. THen you are telling GPA module to exclude it).