Symphony-DAS / symphony-matlab

Symphony Data Acquisition System
http://symphony-das.github.io
MIT License
19 stars 5 forks source link

Make it easier to write simulations for testing online analysis #12

Closed cafarm closed 8 years ago

cafarm commented 8 years ago

The loopback simulation doesn't provide anything close to a typical cell response which makes it hard to test online analysis before an experiment. Can we come up with another simulation that provides something closer to a typical cell response?

cafarm commented 8 years ago

Current thinking on this is just to make writing custom simulations easier. There's probably too many different types of cell responses that people will want to simulate to cover them all with a single simulation.

Automatically wrapping .NET objects with MATLAB wrappers before calling a simulation function would go a long way in this regard. They'd need to be automatically unwrapped when the function completes as well.