-
Notifications
You must be signed in to change notification settings - Fork 1
Moving DICOMS to HPC
Adam Kimbler edited this page Aug 2, 2017
·
3 revisions
- Connect to the FIU Network (FIU_SECUREWIFI) or via VPN if off campus
- Navigate to the FIU XNAT Server
- Log in using your credentials
- Navigate to the page for the specific study you're working on.
- Select the Subject from the list of subjects.
- Select MR Session
- Select Manage Files, then in the menu that pops up, uncheck all of the SNAPSHOTS
- Select Download
- After the Download has finished, extract the .zip archive
- Copy the data to the HPC using a command of the following form
scp -r extracted_directory_nameloginname@hpclogin02.fiu.edu:/home/data/madlab/dicoms/experimentname/subjectname/
This process may take some time
- Put CD containing DICOM files into the portable CD drive attached to computer.
- Wait for CD drive to load.
- Open a new terminal on your computer.
- Navigate to /Volumes and then navigate to /CDROM on your computer
- To copy all the files from the CD ROM to the correct folder on the HPC input
scp -r * loginname@hpclogin02.fiu.edu:/home/data/madlab/dicoms/experiment
FOR EXAMPLE:
scp -r * amattfel@hpclogin02.fiu.edu:/home/data/madlab/dicoms/seqtrd/783126
The directory that you are secure copying (scp) on the cluster should exist. If you doesn't you'll need to ssh onto the cluster, navigate to the desired location using 'cd' and make the directory using 'mkdir'
FOR EXAMPLE:
-
ssh amattfel@hpclogin01.fiu.edu
(after typing this in your terminal you'll be prompted to enter your password)...alternatively you can log on using a visualization node. cd /home/data/madlab/dicoms/seqtrd
mkdir 783126
You will be prompted to enter your password. Note file transfer may take quite some time.
- Moving DICOMs to HPC
- DICOM Conversion
- Freesurfer Recon_All, Quality Assurance, and Resubmission
- Preprocessing
- Normalization To Be Completed
- Creation of EV Files
- First Level Analysis
- Second Level Analysis To Be Completed
- Group Level Analysis To Be Completed
- DWI To Be Completed