Dear all,
I am trying to do ECG analysis using WFDB toolbox and bring back the results to do further analysis with EEG.
When I first run brainstorm and then try to run WFDB toolbox
And when I first use the wfdb toolbox and then open the brainstorm the same issue also happens.
>> sig=main_sig'/1e3;
gain = (10^4)/max(max(abs(sig))); % I am scaling ECG signal to int64
new_sig = int64(sig*gain);
tm=int64(0:size(new_sig,1)-1)';
wrsamp(tm,new_sig,'test',1024,gain);
>> %% This time it created the signal as it should
>> brainstorm
Warning: Objects of org/physionet/wfdb/Wfdbexec class exist - not clearing java
> In javaclasspath>local_javapath (line 195)
In javaclasspath (line 124)
In javaaddpath (line 71)
In brainstorm (line 101)
Warning: Objects of org/physionet/wfdb/Wfdbexec class exist - not clearing java
> In javaclasspath>local_javapath (line 195)
In javaclasspath (line 124)
In javaaddpath (line 71)
In brainstorm (line 102)
BST> Starting Brainstorm:
BST> =================================
BST> Version: 12-Apr-2023
BST> Compiling main interface files...
BST> Deleting old process reports...
BST> Loading configuration file...
BST> Warning: Automatic updates are disabled.
BST> Warning: Make sure your version of Brainstorm is up to date.
BST> Initializing user interface...
> Undefined variable "IconLoader" or class "IconLoader.ICON_APP.getImage".
> Error in gui_brainstorm>CreateWindow (line 83)
jBstFrame.setIconImage(IconLoader.ICON_APP.getImage());
> Error in gui_brainstorm (line 34)
eval(macro_method);
> Error in gui_initialize (line 30)
GlobalData.Program.GUI = gui_brainstorm('CreateWindow');
> Error in bst_startup (line 359)
gui_initialize();
> Error in brainstorm (line 123)
bst_startup(BrainstormHomeDir, 1, BrainstormDbDir);
Any guidance on how to solve this issue would be much appreciated.