function [gammad] = AbsProcess(t,OD) dOD = diff(OD); dt = mean(diff(t)); dODdt = dOD./dt; gammad = (1/log(2))*(dODdt./OD(2:end,:,:));