How to do slice timing on SPM

조회 수: 1 (최근 30일)
Dell
Dell 2018년 12월 22일
댓글: Walter Roberson 2018년 12월 22일
Hi,
When we have interleaved acquisition, how can we do to make a good slice order?
And how can we do to choose a slice reference if we have 44 slices and TR=3s.
What is the goal of this vector and how can we use it??
slice_order=[];
for k=1:round(sqrt(nslices))
slice_order=[slice_order k:round(sqrt(nslices)):nslices];
end
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 12월 22일
You appear to be asking a question about the SPM package, rather than a question about MATLAB.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Neuroimaging에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by