Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Way of Generating Trial Structures #148

Open
jmdelahanty opened this issue Dec 21, 2022 · 0 comments
Open

Better Way of Generating Trial Structures #148

jmdelahanty opened this issue Dec 21, 2022 · 0 comments

Comments

@jmdelahanty
Copy link
Contributor

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant