Loris icon indicating copy to clipboard operation
Loris copied to clipboard

[instrument_manager] Use JSON data for uploaded linst instruments

Open driusan opened this issue 1 year ago • 0 comments

This updates the instrument_manager to create a .meta file for uploaded LINST instruments to use JSON for saving data, rather than running the generate_tables_and_test_names script. This is more robust, doesn't require exec'ing mysql, doesn't require create table permission for the upload, and better aligns with LORIS best practices to use JSON instead of table data by default.

driusan avatar Aug 19 '24 18:08 driusan