Print

Print


| Command line use of spm_realign.m seems to have changed in SPM99b.

It has changed in SPM99b (and I haven't really documented command
line calling of spm_realign), but it will change slightly again in
the final SPM99 release.  There will also be a little bit more
documentation.

| I want to use spm_realign from the command line to as follows:
| number of subjects: 1
| num of sessions for subject 1: 1
| 72 fMRI scans
| Which option?: Coregister & Reslice
| Reslice interpolation ,ethod?: Sinc Interpolation
| Create what?: All Images + Mean Image
| Adjust sampling errors?: yes
| 
| In SPM99b, setting up this process from the command line does not seem possible.
| Is it possible?

It is possible:
	spm_realign('Realign',P);
	spm_realign('Reslice',P,'Sick');

The flags stand for [S]inc, [i]ntegral, [c]ovary, mas[k].

Regards,
-John



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%