Obtaining the current Run number in a filter
Posted: 31 Oct 2006, 07:22
Is it possible to obtain the value of the current Run in the StatFilter (or any filter during SignalProcessing)? Parameter("SubjectRun") apparently keeps returning the initial value. Using the object BCIDirectory has not solved my problem (possibly due to insufficient c++ skills for which i apologize).
I want to write log files from filters. They should create a new log file each time the system enters the Resting state, and incorporate R0x in the filename , similar to the .dat file. (Of course I would prefer the R0x in the log file to correspond to the R0x in the .dat file). So I plan to call the same code in Initialize() and in Resting(). This would make analysis of the relation between logs and obtained data easier.
Best,
Pieter Laurens Baljon
Groningen
I want to write log files from filters. They should create a new log file each time the system enters the Resting state, and incorporate R0x in the filename , similar to the .dat file. (Of course I would prefer the R0x in the log file to correspond to the R0x in the .dat file). So I plan to call the same code in Initialize() and in Resting(). This would make analysis of the relation between logs and obtained data easier.
Best,
Pieter Laurens Baljon
Groningen