Skip to content

Commit

Permalink
Update inverseSHT.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Archontis Politis authored Jul 12, 2019
1 parent 4f4cf39 commit 7e3e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inverseSHT.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% vector of spherical harmonics
N = sqrt(length(F_N)) - 1;
N = sqrt(size(F_N,1)) - 1;
Y_N = getSH(N, dirs, basisType);

% perform the inverse transform up to degree N
Expand Down

0 comments on commit 7e3e698

Please sign in to comment.