attachment:aa_user_FS.m of AA - MRC CBU Imaging Wiki
location: attachment:aa_user_FS.m of AA

Attachment 'aa_user_FS.m'

Download

   1 % Automatic analysis
   2 % User master script based on
   3 % github.com/rhodricusack/automaticanalysis/wiki/Manual:
   4 % Example (aa version 4.*)
   5 %
   6 % Tibor Auer, MRC-CBSU
   7 % 20-03-2013
   8 
   9 %% INITIALISE
  10 clear
  11 
  12 aa_ver4_nocloud
  13 
  14 %% DEFINE SPECIFIC PARAMETERS
  15 % ANALYSIS RECIPE
  16 %  Default recipe without model
  17 aap=aarecipe('aap_parameters_defaults_CBSU.xml','aap_tasklist_freesurfer.xml');
  18 
  19 % Modify standard recipe module selection here if you'd like
  20 aap.options.wheretoprocess = 'qsub';
  21 aap.options.autoidentifyfieldmaps=0;  % typical value 1
  22 aap.options.email='Tibor.Auer@mrc-cbu.cam.ac.uk';
  23 
  24 %% STUDY
  25 % Directory for analysed data
  26 aap.acq_details.root = '/imaging/ta02/AA';
  27 aap.directory_conventions.analysisid = 'AA_FS';
  28 aap.directory_conventions.continueanalysis = 1;
  29 
  30 % cbu
  31 aap = aas_addsubject(aap,90952); 
  32 aap = aas_addsubject(aap,90971);
  33 % camcan
  34 aap = aas_addsubject(aap,110220);
  35 aap = aas_addsubject(aap,110252);
  36 
  37 %% DO ANALYSIS
  38 aa_doprocessing(aap);
  39 aas_garbagecollection(fullfile(aas_getstudypath(aap),aap.directory_conventions.analysisid),true);
  40 % clear all;

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2013-09-06 14:56:17, 0.1 KB) [[attachment:Subject_List_Test.csv]]
  • [get | view] (2013-11-14 16:05:06, 1.1 KB) [[attachment:aa_user_FS.m]]
  • [get | view] (2013-09-11 16:40:16, 1.7 KB) [[attachment:aa_user_dartelvbm8.m]]
  • [get | view] (2013-12-13 15:43:20, 3.4 KB) [[attachment:aa_user_fmri.m]]
  • [get | view] (2013-11-21 16:46:27, 0.7 KB) [[attachment:aap_user_parameters.xml]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.