melizalab / mspikes

extensible processing framework for time series and point process data
GNU General Public License v3.0
1 stars 0 forks source link

json_export doesn't assign correct stimulus when there's a bunch in the table #3

Closed dmeliza closed 10 years ago

dmeliza commented 10 years ago

This only happens with some old data where arfxplog put rows in a stimulus dataset for stimuli that happened after the end of the experiment. In this case, the algorithm in json_io for determining which stimulus was used isn't right. Needs to check the time_off or something.

dmeliza commented 10 years ago

Possibly related: json_io is reporting uuid and stimulus values from the wrong entry (it shows the ones from the next entry chronologically)

dmeliza commented 10 years ago

Okay, that last problem was just an error in how I was printing out the data