-
Notifications
You must be signed in to change notification settings - Fork 3
Setting up
LSNM makes use of an environment variable called $LSNM to locate the working directory for input/output of simulations, as well as for finding the executables. Prior to executing LSNM simulations on your Unix workstation or Mac, you will need to declare the value of $LSNM by adding the following two lines at the end of your .bash_profile (located in your home directory):
LSNM=$HOME/location/of/LSNM/files
export LSNM
The first time you set that up you will need to force Unix to read the .bash_profile and upload it to memory by typing the following on the command line:
$ source .bash_profile
You do not need to do that again (unless the directory location changes) because Unix will read the .bash_profile everytime you log in and upload the variables contained there into memory. However, note that the command source only works for the terminal on which you execute the command and not for terminals that were opened prior to executing the command source.
About
Getting Started
Essentials
- Basic commands
- Setting up a network
- Simulating a multi-trial, multi-subject visual experiment
- Simulating a multi-trial, multi-subject auditory experiment
- Simulating neuroimaging data
- Frequently Asked Questions
Tutorials
Extras