Skip to content
Snippets Groups Projects
Commit ee43b6fc authored by Jan-Gerrit Richter's avatar Jan-Gerrit Richter
Browse files

modified spherical sampling surf to work with new design of coordinates surf

parent fe556c36
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ if numel(varargin{1}) > 0 &&...
% change to complex drawing mode, if complex base is used
varargin{1}(1) = varargin{1}(1) + 1i * eps;
end
disp(['plotting SH-coefficients up to order ' num2str(this.nmax)]);
ita_verbose_info(['plotting SH-coefficients up to order ' num2str(this.nmax)],2);
nmaxVec = ceil(sqrt(nSHData)-1);
titleString = ['Spherical Harmonics coefficients, nmax = ' num2str(nmaxVec) '/' num2str(this.nmax) ' (data/grid)'];
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment