Alexis
April 18th, 2007, 04:05
Hello,
I got an error while using bst_headmodeler.m script with option ApplyGridOrient set to '0'. The error is :
??? Undefined variable "GridOrient" or class "GridOrient".
Error in ==> bst_headmodeler at 1796
G(MEGndx,src) = Gmeg(:,k:k+2) * GridOrient{1}(:,src_ind);
So I had a look at the rest of the script, and found at several places this kind of code :
if 1%OPTIONS.ApplyGridOrient
So I wanted to know if you made the choice to not support modelisation without orientation constraints, or if this is just a bug ?
Thanks in advance
Alexis
I got an error while using bst_headmodeler.m script with option ApplyGridOrient set to '0'. The error is :
??? Undefined variable "GridOrient" or class "GridOrient".
Error in ==> bst_headmodeler at 1796
G(MEGndx,src) = Gmeg(:,k:k+2) * GridOrient{1}(:,src_ind);
So I had a look at the rest of the script, and found at several places this kind of code :
if 1%OPTIONS.ApplyGridOrient
So I wanted to know if you made the choice to not support modelisation without orientation constraints, or if this is just a bug ?
Thanks in advance
Alexis