returns 1 if has been estimated in phiwave $Id: is_phiw_estimated.m,v 1.1 2004/11/18 18:33:51 matthewbrett Exp $
0001 function tf = is_phiw_estimated(phiwD) 0002 % returns 1 if has been estimated in phiwave 0003 % 0004 % $Id: is_phiw_estimated.m,v 1.1 2004/11/18 18:33:51 matthewbrett Exp $ 0005 0006 SPM = des_struct(phiwD); 0007 tf = mars_struct('getifthere', SPM, 'xPhi', 'estimated'); 0008 if isempty(tf), tf = 0; end