As with the title, I am looking to change the monitor’s gamma settings (a technical issue doesn’t allow me to use the monitor centre to do this) and I need to do this via the terminal.
I’m wondering if there is a method to insert linux terminal commands at the top of my psychopy script, or is there a way to pull a .sh script within the psychopy script itself and have it run?
By doing that your experiment will remain portable across different machines (and PsychoPy will undo your change to gamma as it quits whereas a manual change at command line won’t be undone)