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 $
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);