Home > marsbar > spm5 > spm_create_image.m

spm_create_image

PURPOSE ^

Wrapper for spm_create_vol, for compatibility with SPM99

SYNOPSIS ^

function V = spm_create_image(V)

DESCRIPTION ^

 Wrapper for spm_create_vol, for compatibility with SPM99
 FORMAT V = spm_create_image(V)

 Actually, MarsBaR itself does not use this function; it's included here
 for compatibility with Phiwave (phiwave.sourceforge.net), that depends
 on MarsBaR for its design interface and such.

 $Id: spm_create_image.m 510 2004-11-17 01:51:58Z matthewbrett $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function V = spm_create_image(V)
0002 % Wrapper for spm_create_vol, for compatibility with SPM99
0003 % FORMAT V = spm_create_image(V)
0004 %
0005 % Actually, MarsBaR itself does not use this function; it's included here
0006 % for compatibility with Phiwave (phiwave.sourceforge.net), that depends
0007 % on MarsBaR for its design interface and such.
0008 %
0009 % $Id: spm_create_image.m 510 2004-11-17 01:51:58Z matthewbrett $
0010 
0011 V = spm_create_vol(V);

Generated on Wed 11-May-2022 15:34:44 by m2html © 2003-2019