method returns length of time bin for basis functions $Id$
0001 function d = bf_dt(D) 0002 % method returns length of time bin for basis functions 0003 % 0004 % $Id$ 0005 0006 SPM = des_struct(D); 0007 d = mars_struct('getifthere', SPM, 'xBF', 'dt');