Skip to content

Commit

Permalink
Bib and python3
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed May 24, 2018
1 parent 6735f26 commit 29f84cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circus/shared/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def get_artefact(params, times_i, tau, nodes):
dx, dy = len(nodes), int(tau)
artefact = numpy.zeros((0, dx, dy), dtype=numpy.float32)
for time in times_i:
snippet = data_file.get_snippet(time, int(tau), nodes).T.reshape(1, dx, dy)
snippet = data_file.get_snippet(int(time), int(tau), nodes).T.reshape(1, dx, dy)
artefact = numpy.vstack((artefact, snippet))

artefact = numpy.median(artefact, 0)
Expand Down
4 changes: 3 additions & 1 deletion docs_sphinx/bib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Here is a non exhaustive list of papers using SpyKING CIRCUS. Do not hesitate to
2018
~~~~

* Barth A. M., Domonkos A., Fernandez-Ruiz A., Freund T.F., Varga V., *Hippocampal Network Dynamics during Rearing Episodes*, Cell Rep. 23(6):1706-1715
* Vilarchao M. E., Estebanez L., Shulz D. E., Férezou I., *Supra-barrel Distribution of Directional Tuning for Global Motion in the Mouse Somatosensory Cortex*, Cell Reports 22, 3534–3547

* Barth A. M., Domonkos A., Fernandez-Ruiz A., Freund T.F., Varga V., *Hippocampal Network Dynamics during Rearing Episodes*, Cell Reports, 23(6):1706-1715

* Steinmetz N. A., Koch C., Harris K.D., Carandini M., *Challenges and opportunities for large-scale electrophysiology with Neuropixels probes*, Current Opinion in Neurobiology, Volume 50, 92-100

Expand Down

0 comments on commit 29f84cd

Please sign in to comment.