I tied to use the Stim parameter group parameters yet I still received the error L5 : error: Empty stimulus[0] electrode def! Aborting!
stim = ['-num_stim', 1,
'-stimulus[0].stimtype', 0,
'-stimulus[0].strength', 120.0,
'-stimulus[0].duration', 2.0,
'-stimulus[0].start', 0,
'-stimulus[0].x0', 2100,
'-stimulus[0].xd', 32000,
'-stimulus[0].y0', 2100,
'-stimulus[0].yd', 310,
'-stimulus[0].z0', 2100,
'-stimulus[0].zd', 4200,
'-stimulus[0].npls', 1,
'-stimulus[0].ctr_def',1,
'-stim[0].elec.dump_vtx_file',0,
'-stim[0].elec.geom_type',5,
'-stim[0].elec.geomID', 0,
'-stim[0].elec.p0[0]', 1,
'-stim[0].elec.p0[1]', 1,
'-stim[0].elec.p0[2]', 1,
'-floating_ground', 1]
Would you mind letting me know where this error message was defined so I could check what exactly is wrong with it? Or perhaps if you have any suggestions on how to fix such problem?
I saw on another q&a posts that this error message could have something to do with ExtraTags and IntraTags, but not sure how it was relevant, could you help me clear that up? Thanks