You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great package. I have been converting my data to snirf and run in to what I believe is a bug. Could you please let me know if this is an issue or if it is expected behaviour?
I have converted my data from a NIRX device to .nirs using the HomerOfflineConverter provided on the NIRX website. I then load this data using the code snippet from the README of this repo. I then save and load the data as described in the README. The .nirs data that I read has 3 dimensional locations for the source and detect positions. However, the snirf data is written as 2 dimensional data, so when I read it back I only have two of the three dimensions I started with.
I have provided a minimum working example below. The raw NIRX data I am using can be downloaded from https://osf.io/dj3eh/
>> snirf1.probe.sourcePos2D
ans =-2.48101.07024.3366-6.42404.89544.8502-6.6257-2.41814.3792-10.34121.66604.03432.38771.25804.35856.43825.01764.74156.4641-2.32304.684010.26461.73674.1666
>> snirf2.probe.sourcePos2D
ans =-2.48101.07020-6.42404.89540-6.6257-2.41810-10.34121.666002.38771.258006.43825.017606.4641-2.3230010.26461.73670
The text was updated successfully, but these errors were encountered:
@fangq or @jayd1860 or maybe Stephen, can you look at this pull request and accept it if you agree. I just talked with Rob and I think this is consistent with our idea of 2D versus 3D probe positions.
Is there anything I can do to make this issue and pull request clearer/better? Or is there some code clash this causes that I'm unaware of? I'm happy to help work through any issues together.
Hi all,
Thanks for the great package. I have been converting my data to snirf and run in to what I believe is a bug. Could you please let me know if this is an issue or if it is expected behaviour?
I have converted my data from a NIRX device to
.nirs
using theHomerOfflineConverter
provided on the NIRX website. I then load this data using the code snippet from the README of this repo. I then save and load the data as described in the README. The .nirs data that I read has 3 dimensional locations for the source and detect positions. However, the snirf data is written as 2 dimensional data, so when I read it back I only have two of the three dimensions I started with.I have provided a minimum working example below. The raw NIRX data I am using can be downloaded from https://osf.io/dj3eh/
The text was updated successfully, but these errors were encountered: