BouchardLab / process_nwb

Functions for preprocessing timeseries data stored in the NWB format
https://process-nwb.readthedocs.io/en/latest/
4 stars 6 forks source link

len(ecog_high_gamma) != len(ecog_raw) * (400/ecog_raw_rate) #72

Closed alexanderdfung closed 2 years ago

alexanderdfung commented 2 years ago

ecog_len @jthermiz @JesseLivezey In one dataset I'm working with, RVG16_B05, the first number in the above equation is 41344 and the second number is ~41339.06. In another dataset, RVG02_B07, the first number is 60143 and the second is ~60028.88. The starting time in both datasets is listed as 0.0.

JesseLivezey commented 2 years ago

Closed by #73