baccuslab / pyret

Python tools for analysis of neurophysiology data
https://pyret.readthedocs.io/en/master/
MIT License
35 stars 8 forks source link

`stimulustools.slicestim` time axis is last, should be first #69

Closed bnaecker closed 8 years ago

bnaecker commented 8 years ago

On dev branch, stimulustools.slicestim still uses old-style stimulus ordering, where time is last axis. It should now be first. We should also re-implement it to take a view of the stimulus's data, rather than copying, if possible.

bnaecker commented 8 years ago

Fixed in 7c8745b