mwaskom / visigoth

Psychophysics experiment control
https://www.cns.nyu.edu/~mwaskom/software/visigoth
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

There is no easy way to share code across different experiments #33

Open mwaskom opened 5 years ago

mwaskom commented 5 years ago

We might have a meta project with directories that look like

experiment1/
experiment2/

etc. Often there will be "project-specific" code that is common to the two experiments, which themselves are distinct enough to deserve different directories.

It would be nice to define a proper place to put "common" code that visigoth knows how to find and can do all the necessary softlinking/python path manipulation.