Aitor Morales-Gregorio

Results 11 issues of Aitor Morales-Gregorio

Hi, with the new `Parameter` objects there seems to be no support anymore for clipped distributions. This is particularly problematic for the case of delays, since the smallest delay should...

S: Normal
T: Maintenance
I: No breaking change
stale

Hi, I am using NEST to run many medium size simulations to perform a parameter scan. As part of my workflow the nest simulation gets packaged into a class and...

S: Normal
T: Maintenance
I: No breaking change
stale

Right now there exists `elephant.sta` and `elephant.phase_analysis`, the latter containing one single function that is `spike_triggered_phase`. I would suggest moving `spike_triggered_phase` into `elephant.sta`, since it feel like the right place...

enhancement
wontfix

**Feature** Implementing the spike triggered population response (stPR) in elephant. This is a measure of spiketrains, given a list of simultaneously recorded spiketrains it is the measure of the spike...

new functionality

Hey! I have been working with neo epoch for annotating behavioral states of a monkey and noticed that there are some few functionalities that would have made my life so...

Hey, I was slicing some spiketrains and wanted to store them in the nix format. However, when I load the .nix file all spiketrains that did not have `t_start =...

IO

Hi! I was recently working together with @jasperalbers, who is using the NestIO to load simulated data from large scale multi-area models. His problem was that he has hundreds of...

enhancement
IO

Hi all, @rgutzen @jasperalbers and I were looking into the NestIO today and we came up with this edits that make the current NestIO compatible with both Nest 2.x and...

Hi! I have encountered myself doing the following many, many times: ``` import quantities as pq myQuantity = pq.Quantity(myOdml.properties['myProp'].value, myOdml.properties['myProp'].unit) ``` So I wondered this is probably something people would...

Hi, The bug was a known issue, when applying the synchrotool if there was a synchrofact in the last bin the indices went out of bounds. Here a minimal code...

bugfix