Dan Levenstein

Results 2 issues of Dan Levenstein

Is there a reason why randomize.shift_timestamps doesn't work for a TsdFrame? Seems like it should follow the same premise and would be useful for the ability to circularly shift timestamps...

In computeOcupancy, computePlaceFields, (and perhaps others) spatial bins are calculated using: ` xpos = position_tsd.iloc[:,0]` `ypos = position_tsd.iloc[:,1] ` ` xbins = np.linspace(xpos.min(), xpos.max()+1e-6, nb_bins+1)` ` ybins = np.linspace(ypos.min(), ypos.max()+1e-6,...