Importing Ensite Precision data

Hi! I want to import data from Ensite Precision. I am a fresh user of OpenEP. I would like to use Python version of library as default. I am having trouble importing my data - I have a .zip file containing DxL.csv files, and I am not sure how to convert it into a proper format. I tried to import it using Matlab, but I encountered two contradictory errors. I would appreciate any advice :slight_smile:
image

Hi Agnieszka! Welcome to the forum, and to the world of EP data analysis! DxL data is readable by OpenEP, but you want to have a look at the function load precision_x files, in particular hopefully loadprecision_dxldata.m will hopefully be suitable for your needs

Or, alternatively, loadensite_dxldata.m

the other thing to try is to evaluate import_ensitex.m. This function should handle importing all of an EnSite export, including anatomy, signals etc into the standard OpenEP format. However, it has not been used widely for a short while, so there may be some bugs to fix - if you report them here we can get someone onto that ASAP

Hi Steven, Iā€™m very interested in importing Ensite/NavX data into Matlab openEP but unfortunately I cannot find the functions import_ensitex.m or loadensite_dxldata.m at the moment on GitHub. Are they still under development?
Thank you very much in advance!