Source code to create Fig. 1, 2, 4 is here
popTRT rescales spike times for marked spikes modeled with a marked point process model. By default, we provide the kernel based model which can be calculated from the spikes alone, or the user may provide parameters for a mixture of Gaussians model for the conditional intensity function.
numpy matplotlib cython
python setup.py install
dataformat
posx(t) spk01(t) mark1...K
2 + K columns for 1-dimensional position, 0 or 1 spks in time bin and K dim mark (if spike == 1)
popTRT python and cython files run the python run scripts where one would enter parameters of the run, ie model type, input data file location etc.