Skip to content

Commit

Permalink
Update Basic_Light_Modeling_with_AlignMe_Tutorial_221026.m
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaspeh committed Jun 23, 2023
1 parent c3d1778 commit bfae9ec
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@


%% AlignMe Section: Move grid from arbitrary location to approximate target on mesh, Relax grid on head and view
% Location of atlas fiducials: Nasion; Left preauricular point; Right preauricular point; Cz; Inion
atlasFiducials = [- 0.65, -84.1, -31.88; ... % If using mesh2EEG- EEGPts(1,:)
80.78, 15.95, -41.89; ... % EEGPts(155,:)
-80.78, 15.95, -41.89; ... % EEGPts(175,:)
0.233, 9.63, 97.296; ... % EEGPts(165,:)
-0.65, 117.69, -11.78]; % EEGPts(329,:)
% Location of atlas fiducials Mesh2EEG output
atlasFiducials = [- 0.65, -84.1, -31.88; ... % Nasion --> EEGPts(1,:)
- 0.65, 117.69, -11.78; ... % Inion EEGPts(329,:)
80.78, 15.95, -41.89; ... % LPA EEGPts(155,:)
-80.78, 15.95, -41.89; ... % RPA EEGPts(175,:)
0.233, 9.63, 97.296]; % Cz EEGPts(165,:)

% Create an instance of our custom DataStorage HANDLE class to store variables
ds = DataStorage();
Expand Down

0 comments on commit bfae9ec

Please sign in to comment.