mars_struct multifunction function for manipulating structures
This function is called by:
event_fitted_fir method to compute fitted event time courses using FIR
event_onsets method gets (estimated) onsets and durations for event/session
marsbar Startup, callback and utility routine for Marsbar
SOURCE CODE
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, 'xX', 'dt');