Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Reference Guide: '''Kayle's Reference Guide'''
Line 3: Line 3:
To delete group maps within each subject's functional directory: To delete group maps within each subject's functional directory (from your functional dir):
{{{
Line 6: Line 6:
}}}
Line 11: Line 11:
{{{
Line 14: Line 15:
}}}
Line 19: Line 20:
{{{
Line 23: Line 24:
Line 29: Line 29:
Line 33: Line 32:
Line 37: Line 35:
Line 40: Line 37:
#view and confirm scan order is correct
#view and confirm scan order is correct and consistent with logbook
Line 45: Line 41:
Line 49: Line 44:
Line 51: Line 45:
}}}

Kayle's Reference Guide

To delete group maps within each subject's functional directory (from your functional dir):

find . -name females_FE -print0| xargs -0 rm -rdv >& rm_females_FE.log

To set up tunneling for VNC:

vnccheck
/usr/pubsw/bin/vncserver.glx
ssh -L5901:baobab:5901 username@entry.nmr.mgh.harvard.edu 

To run recon-all remotely:

#set up environment

source /usr/local/freesurfer/nmr-std-env
setenv SUBJECTS_DIR TYPE_HERE

cd #PUT_YOUR_FUNCTIONAL_DIRECTORY_HERE

#find dicoms on bourget/archive
findsession %1

#output text summary
unpacksdcmdir  -src PASTE_HERE -targ %1_sess -scanonly %1_scanonly

#copy config file from previous subject
cp TNC22_cfg %1_cfg

#view and confirm scan order is correct and consistent with logbook
emacs %1_cfg

#unpack data
nohup unpacksdcmdir -src PASTE_HERE -targ %1_sess -cfg %1_cfg -fsfast >& unpack%1.log &

#do remote overnight reconstruction
nohup recon-all -all -subjid %1 -i %1_sess/3danat/003 -i %1_sess/3danat/004 >& /dev/null &

KayleSawyer (last edited 2009-04-06 12:36:20 by KayleSawyer)