You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll probably never get to do this, but here's a better way (I think) of generating trial structures that's mostly inspired by AutoPilot.
Instead of making one big array and subsection-ing them into different pieces, it'd be a lot better to have "stages" of trials that are built and defined in a configuration file. This is what autopilot does and it's just better/easier to understand code wise, and a lot more modular.
The best way is to probably do away with generating big arrays at all and just generating them one by one. But I'm still not good enough at multithreading/processing to send over serial communications that are timed appropriately. Something to think about...
The text was updated successfully, but these errors were encountered:
I'll probably never get to do this, but here's a better way (I think) of generating trial structures that's mostly inspired by AutoPilot.
Instead of making one big array and subsection-ing them into different pieces, it'd be a lot better to have "stages" of trials that are built and defined in a configuration file. This is what autopilot does and it's just better/easier to understand code wise, and a lot more modular.
The best way is to probably do away with generating big arrays at all and just generating them one by one. But I'm still not good enough at multithreading/processing to send over serial communications that are timed appropriately. Something to think about...
The text was updated successfully, but these errors were encountered: