Hi,
I tried to use .vtx file defining stimulus points for 22_simple code, but met the error below:
```
L5 : error: Empty stimulus[0] electrode def! Aborting!
```
Could you provide some suggestions about this? Thank you so much!
To reproduce the experiment, the modification would be:
1. create `stim.vtx`, where points 0, 1, 21, 126 are left bottom corner mesh for the block defined in 22_simple experiment.
```
4
intra
0
1
21
126
```
2. modify the `run.py`
```
stim = ["-num_stim", 1,
"-stimulus[0].vtx_file", "path/to/stim.vtx"]
```
Best,