Show
Ignore:
Timestamp:
04/12/10 15:37:12 (2 years ago)
Author:
apdavison
Message:

SpikeTrain.time_slice() now (again) accepts a sequence of t_start values and a sequence of t_stop values, if you wish to extract multiple slices.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/facets/fkbtools.py

    r298 r446  
    1919if check_dependency('srblib'): 
    2020    import srblib 
     21else: 
     22    import urllib as srblib 
    2123 
    2224import os, sys, zipfile, tempfile, shutil, subprocess, logging, time, numpy