The scripts in this subdirectory should allow to merge functional sessions, This is done by 
registering all functional runs from all sessions to a template volume and then reslicing all
runs to match the template as well as possible.

0) Create a target directory under /space/data/${USER}/cooked/${YEAR} (e.g. 100128-29Napoleon for merging 100128Napoleon and 100129Napoleon)

1) copy the myscripts_func_CIT folder from one of the source sessions to the target directory

2) go to /space/data/${USER}/cooked/${YEAR}/${MERGED_SESSION_NAME}/myscripts_func_CIT/merge_and_register_sessions

3) run 00.05_prepare_directory.csh (no edits should be required)

4) edit 01.05_select_template_and_sessions.csh, then run it; most important variables for all further scripts are defined here

5) run 01.10_manually_register_all_runs_2_template.csh, set tabula_rasa = 1 to start over from scratch, 
    otherwise already existing registrations will be loaded for tweaking

6) run 01.20_reslice_registered_runs_2_merged_session.csh, set tabula_rasa = 1, to reslice everything, 
    otherwise only new data will be resliced and that can take a while. This scripts contains some tweakable parameters, but should run okay as is
    
7) go to /space/data/${USER}/cooked/${YEAR}/${MERGED_SESSION_NAME}/myscripts_func_CIT and perform normal analysis
