ibs-lab / cedalion

fNIRS analysis toolbox
MIT License
16 stars 6 forks source link

Add ninjaCap whole head probe as a loadable default template #30

Open harmening opened 2 weeks ago

harmening commented 2 weeks ago

Data are stored in cedalion/data/ninja_cap_probe. This includes

Functions:

Also added: test_load_tsv() and some missing doc strings in the files I touched.


To load the whole head ninjaCap simply do

import cedalion.datasets
geo3d, landmarks, meas_list = cedalion.datasets.get_ninja_cap_probe() 

@lauracarlton, @avolu, please let me know if we need further information of the original fullhead_56x144_System2.SD or if we are good with this for now.