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

[instrument_manager] Use JSON data for uploaded linst instruments #9324

Merged
merged 1 commit into from
Sep 6, 2024

Commits on Aug 19, 2024

  1. [instrument_manager] Use JSON data for uploaded linst instruments

    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.
    Dave MacFarlane committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    54a48e7 View commit details
    Browse the repository at this point in the history