Transfer anatomy/headmodels from one protocol to another one

Hi all!

I am working on a script which populates a BST protocol from scratch with hdEEG data. There is some source reconstruction involved, and therefore I import anatomies and compute headmodels, which takes a very long time (30 subjects).. I applied some modifications to the functional data process pipeline and would like to re-run my script without having to re-import anatomies and re-compute the headmodels.

Is there simple way to bring the anatomy and headmodels to a new protocol?

For instance can I copy over the content of the anat subjects' folders (tess_, subjectimage, brainsotmrstudy.mat) in the new protocol anat folder? and then the headmodel_surf_openmeeg.mat files in the appropiate data folder of the new protocol where needed? Are there any links to these files that I should update somewhere?

Thank you!!
AnneSo

Copying anatomy folders and channel/headmodel files from another protocol should work, I don't think there are any other links to consider. The subjects should keep strictly the same names though... And this is case-sensitive.
You just need to reload your protocol after.

This works great! Thank you Francois.