Code for simulating single channel recordings and idealizing them with ASCAM code
- Clone this repository
- Clone ASCAM and follow the desctiption to get it running.
src/processSimulationData.py --traceFile data/example/traces/current-trace-samplerate40000-SNR2_0.npy --gaussFilter 5000
src/simulate-trace.py --dataDir data/example --conductancesFilename conductances.npy --QFilename Q.npy --duration 2 --initialState 14 --SNR 2 --samplerate 40000
src/testDISC.py --BIC_method full --outdir data/example --alpha 1e-6
Now you can open the jupyter notebook and examine the results of the simulation and idealization.