function p=paramLCGT() %% LCGT model parameters % This function returns a structure p, which contains parameters necessary % to construct an LCGT Optickle model % % This file actually reads one of the files in the parameters/ directory. % Comment out one of the lines below to choose a configuration. % % Each parameter file in parameters/ directory loads COMMON_PARAMS.m, which % defines common parameters to all configurations. % Sometimes, you may want to edit this file. %% cd('parameters'); %% CARM REFL_2I %DRSE_noMZR2; %DRSE_MZR2; %DRSE_SDMR2; %BRSE_noMZR2; %BRSE_MZR2; %BRSE_SDMR2; %% CARM REFL_1I %DRSE_noMZR1; %DRSE_MZR1; %DRSE_SDMR1; %BRSE_noMZR1; BRSE_MZR1; %BRSE_SDMR1; cd('..');