JaneliaSciComp / G4_Display_Tools

Collection of tools for the G4 LED arena displays.
Creative Commons Attribution 4.0 International
2 stars 2 forks source link

Change settings file to function #111

Closed taylorlm88 closed 4 months ago

taylorlm88 commented 4 months ago

The settings file is old and not a great way to store settings. It's difficult for people to change the settings in the file directly and prone to error. Change it from a text based file to a matlab function that returns a settings struct that can be more easily used and changed in the code.

taylorlm88 commented 4 months ago

completed with commit c49cc7a