A001_FastSlow_GetRawData(1, aSubjects, [1 1 1 1], 1, 4, 7)
A001_FastSlow_GetRawData(1, aSubjects, [1 1 1 1], 1, 8, 12)
A001_FastSlow_GetRawData(1, aSubjects, [1 1 1 1], 1, 15, 30)
A001_FastSlow_GetRawData(1, aSubjects, [1 1 1 1], 1, 30, 60)
April 24
A01_FastSlow_assembleRawData()
New function for read data from .mat file and assemble matrix for analysis.
aSubjects = {'AB', 'AK', 'CM', 'DA', 'ES', 'JD', 'PD', 'SL', 'ST', 'SW','SX', 'WW'};
A001_FastSlow_assembleRawData(1, aSubjects)
April 23
New function readTrialsFromRaw()
Added external RMS function: rms.m
Motion localizer figs:
/Users/joseph/data/data/7_SPM2/05_MT_localization/jpg/
function A001_FastSlow_GetRawData(onJoeServer, aSubjects, toDo, doBeamformer)
New function for searching peaks in ctf and do beamformer
aSubjects = {'AB', 'AK', 'CM', 'DA', 'ES', 'JD', 'PD', 'SL', 'ST', 'SW', 'SX', 'WW'};
A001_FastSlow_GetRawData(1, aSubjects, [1 1 1 1], 1)
function A001_FastSlow_MT(aSubjects, toDo, dataHome)
New function for permutation and calculate glass brain for three regions:
primary visual (V1), V3A,and MT+
output:
/Users/joseph/data/data/7_SPM2/04_permutation/A001_MT/
aSubjects = {'AB', 'AK', 'CM', 'DA', 'ES', 'JD', 'PD', 'SL', 'ST', 'SW', 'SX', 'WW'};
A001_FastSlow_MT(aSubjects, [1 0 0 0])
A001_FastSlow_MT(aSubjects, [0 0 1 0])
A001_FastSlow_MT(aSubjects, [0 0 0 1])
A001_FastSlow_MT(aSubjects, [0 1 0 0])