-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello,
I am having an issue converting raw axion maestro files into matlab (.mat) files, and specifically files in which I had to disable electrodes during the recording. I can successfully convert files without disabled electrodes, but then when it reaches the files with disabled electrodes the program spits out the following warning:
Warning: Wall/electrode 4 3 / 7 7 not recorded in file
In DataSet get_ channels_ to load (Line 408)
In ContinuousDataSet/LoadRawData (line 49)
In ContinuousDataSet> (varargin) obj.LoadRawData (varargin(:]) (line 16)
In DataSet/LoadData (line 337)
In rawConvertFune (line 95)
In runPipelineApp (line 468)
In MEApipeline (line 92)
The program will then continue to run, but never convert the raw files. It appears to be getting hung up like this, and I've let it run for several hours without any lucky of the files converting. I am making sure I'm using the most recent version of the program as well. Do you have any fixes for this issue?