Skip to content

Commit

Permalink
added more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bogpetre committed Mar 25, 2024
1 parent 60674ad commit 86bade9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CanlabCore/@image_vector/render_on_surface.m
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,10 @@
assert(length(unique(cellfun(@length, src_sp_rh))) == 1, ...
'Right hemisphere vertex values differ across templates. Cannot average volumetric values across these srcdepth options');

% import registration files to transform from source surface (matches volume) to target
% surface (does not match volume and may not even match the volume's surface model and
% require interpolation). These were precomputed by code which can be found in
% CanlabCore/canlab_canonical_brains/Canonical_brains_surfaces/src
if doindexmap
switch targetsurface
case 'fsaverage_164k'
Expand Down

0 comments on commit 86bade9

Please sign in to comment.