Git Product home page Git Product logo

binocular_rivalry_exptools's People

Contributors

gilles86 avatar

Watchers

 avatar  avatar

binocular_rivalry_exptools's Issues

Naming conventions for settings

Daan and I have beent thinking a bit about naming conventions for what now is called exp_config.cf and default_settings.json.

First of all, let's nail down what it is:

  • exp_config.cfg is meant for settings that could be shared by different experiments. For example, distance to the screen, resolution, or the trigger key of the scanner. Therefore, it should in principle be overloadable: there could be exptools-default, system-wide, user-wide, and experiment-wide settings, in increasing order of priortity. It works via the config-module of Python, which is very suitable for this kind of stuff (overloading, etc.).
  • default_settings.json is only meant for settings that are specific to a particular experiment. For example, the number of dots during an RDM, or the inter-stimulus intervals in random checker board presentations. This stuff is stored in a json, since it's a bit more widely applicable and easily imported in e.g., pandas, or even a web application.

We think the current naming conventions of these files are not really reflecting what they are supposed to do. Any ideas for better naming conventions? We came up with the following:

exp_config.cfg

  • apparatus.cfg

default_settings.json

  • experiment_settings.json

Any other ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.