BIC-MNI / minc-tools

Basic minc-tools from former minc repository
Other
30 stars 25 forks source link

Problem with spm realign #23

Closed Angel-Fernandez closed 8 years ago

Angel-Fernandez commented 9 years ago

Hi @andrewjanke

I've a problem with spm_realign. I'm trying to obtain movement parameters using the mean image. I've tried all (flags.rtm equal 1, 0 or [ ]) and always obtain the same result respect the first volume.

traslaciones

This is my code:

 flags.rtm=1;
 spm_realign(P,flags);

What I'm doing wrong?

Thanks and best regards.

andrewjanke commented 9 years ago

Hi Angel,

I'm not quite sure if you meant this message to end up here. My guess is that you want the SPM mailing list.

a

On 21 May 2015 at 17:34, Angel-Fernandez notifications@github.com wrote:

Hi @andrewjanke

I've a problem with spm_realign. I'm trying to obtain movement parameters using the mean image. I've tried all (flags.rtm equal 1, 0 or [ ]) and always obtain the same result respect the first volume.

This is my code:

flags.rtm=1; spm_realign(P,flags);

What I'm doing wrong?

Thanks and best regards.

— Reply to this email directly or view it on GitHub.