Data Transfer From UCLA Brain Mapping Center
Written by Owen Phillips. Email Dr. Katherine Narr if you have any questions. For more information, see the protocol page.
- To transfer data from the BMC server, you will need a BMC username and password.
- Start a command line terminal. On windows, a program like PuTTY will work, or if you are on a mac, use the terminal or a X11 terminal. If you haven't used basic unix type command lines before, check out this tutorial: http://www.loni.ucla.edu/~narr/protocol.php?q=unix
- SSH into the bmc server. For example: ssh -X [email protected]. Note, logging into the bmap server is unnecessary if you already know the path to the data. However, it's helpful if you don't know the exact path.
- Navigate to the data. For example: cd /Volumes/BMC9/dicom4/KNARRGROUP. Change directories to the subject you want to transfer over. You can use the command "psw" - present working directory. This will tell you the directory you are in. For example: /Volumes/BMC9/dicom4/KNARRGROUP/STUDENT_TEST_RW
- To transfer over the data, log into qsub. This requires a LONI login and username. For example: ssh -X [email protected].
- Navigate to the directory you want to transfer the data to. For example: cd /ifs/..../DEPRESSION
- SCP the data over. For example: scp -r [email protected]:/Volumes/BMC9/dicom4/KNARRGROUP/STUDENT_TEST_RW .
- You will be prompted for your password.
- The data will then transfer.