Updated loadHitachiText.m

16 sec read

Some labs have been using our script readHitachiData.m to load NIRS data from Hitachi ETG machines. We recently found that some output MES data contains abnormal timestamp. For example, the timestamp should be like

16:49:25.406

But for some rows (although rarely), the time is like (note the ending character)

16:49:25.406E

This will cause our script to choke. We just fixed this issue, and you need to replace loadHitachiText.m. The new version can be found here.



写作助手,把中式英语变成专业英文


AI writing papers with real references


Want to receive new post notification? 有新文章通知我

第六十八期fNIRS Journal Club通知2025/12/6, 10am 夏伟力

以左侧背外侧前额叶皮质(DLPFC)为靶点的间歇性 θ 爆发刺激(iTBS)已成为治疗重度抑郁障碍的成熟方案,但其在刺激过程中及刺激后瞬时对神经兴奋性的影响仍不清楚。来自香港理工大学的夏伟力将分享探讨
Wanling Zhu
13 sec read

第六十七期fNIRS Journal Club视频 肖雅琼教授团队

Youtube: https://youtu.be/c8ei0HMMxHU 优酷: https://v.youku.com/v_show/id_XNjUwMDQyMjcwNA==.html 近年来,越
Wanling Zhu
17 sec read

第六十七期fNIRS Journal Club通知2025/11/1, 10am 肖雅琼教授团队

近年来,越来越多的研究关注自闭症谱系障碍 (ASD)儿童的大脑功能连接异常。但这些异常连接在时间维度上如何变化?又是否与儿童的症状严重程度和认知能力有关?深圳理工大学的肖雅琼教授使用功能性近红外光谱
Wanling Zhu
13 sec read

4 Replies to “Updated loadHitachiText.m”

  1. I found that readHitachiData.m can read 2 .csv from two patches of 4×4 and 3×5 configurations,but it seems something wrong when we put in 2 .csv from patches of 4×4 (as the first input) and 3×5 (as the second input) configurations simultaneously. For example, “[hbo,hbr,mark] = readHitachData({‘file1_4x4.csv’,’file2_3x5.csv’});” You will find that the channel number is wrong (48?).I guess that the channel number of 4×4 configurations is 24,but the the channel number of 3×5 configurations is 22, and the structure were not updated. I insert an additional script in the line 86. I’m wondering if it is the case.

    line 84——nirs_data.oxyData = [nirs_data.oxyData hbodata];
    line 85——nirs_data.dxyData = [nirs_data.dxyData hbdata];
    line 86——clear hbodata hbdata;%%% Am I right?
    line 87——end

  2. readHitachiData can’t read files from two different configuration. You may call each file separately.

    Xu

Leave a Reply to Xu Cui Cancel reply

Your email address will not be published. Required fields are marked *