method returns 1 if design can be estimated in Phiwave $Id: can_phiw_estimate.m,v 1.2 2005/06/21 15:18:13 matthewbrett Exp $
0001 function tf = can_phiw_estimate(D) 0002 % method returns 1 if design can be estimated in Phiwave 0003 % 0004 % $Id: can_phiw_estimate.m,v 1.2 2005/06/21 15:18:13 matthewbrett Exp $ 0005 0006 tf = ~is_fmri(D) | has_filter(D); 0007 0008