Skip to content

Commit

Permalink
added dom name to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainPlattner committed May 16, 2017
1 parent 52c360b commit 336e738
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions VecSlepInv.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@
elseif strcmp(data,'demo1')

% Let's make random Pcoef, Bcoef, Ccoef, evaluate them, and then solve
dom=[20,50]; % Semi opening angle of the polar cap
dom=[20,50]; % Semi opening angle of the polar cap
%dom='namerica'
Lmax=20; % Maximum spherical-harmonic degree
Jfactor=2; % How many times the Shannon number for inversion?
Jfactor=1;%2; % How many times the Shannon number for inversion?
N=2000; % How many random data points?
noiselevel=0; % Percentage of noise?

Expand Down

0 comments on commit 336e738

Please sign in to comment.