function fp = algo_template_loadfp(obj)

%% Load other fixed parameters
fp.timing = obj.gettiming;
fp.refmodel.offset = 1; % a fixed parameter
end