Notifications
Clear all
Homer3 and AtlasViewer
2
Posts
2
Users
0
Likes
425
Views
Nov 26, 2020 6:15 am
Hi all,
I have a quick question related to the groupresult.
The fNIRS data that I am working on was processed by somebody else, now I only have the groupresult.mat from which I can extract the signals however, I don't have information on which signal belongs to which source-detector pair (like "S7_D23_HbO"). Can someone help me to find the sd pair from the groupresult.mat?
Unfortunately, I couldn't find them upon searching exhaustively.
Thank you
-Anil
1 Reply
Nov 28, 2020 4:42 pm
@anil, assuming you are using Homer3, then:
load groupResults.mat
Then browse the data structure and you will find the probe details in
group.subjs(1).runs.acquired.probe
This field of the structure has these fields:
wavelengths: [2×1 double]
wavelengthsEmission: []
sourcePos2D: [4×3 double]
detectorPos2D: [20×3 double]
landmarkPos2D: []
sourcePos3D: []
detectorPos3D: []
frequencies: 1
timeDelays: 0
timeDelayWidths: 0
momentOrder: []
correlationTimeDelays: 0
correlationTimeDelayWidths: 0
sourceLabels: {4×1 cell}
detectorLabels: {20×1 cell}
landmarkLabels: []