% Test Settings for Matlab TFs% This script is intended as a template for generating other TFSettings*.m files.% The name of this script, or a customized version of it, is intended to be% supplied as the last argument to MatlabTFs(), e.g.,% Matlab_TFs('X1','QUAD','04','01','1A','M0','wire','TFSettingsTest')% Default for freqBandGainScale, freqBands, freqResolutions, freqBandWait,% numRepetitions, driveAmplitude and driveChanGainScale% will have been defined and can be selectively overridden.% Values for site, ifo, susType, phase and sagLevel will be% available in the workspace and can be used to make the script context-senstive.% Test settings for HSTSfreqBands = [0.01 0.4;0.3 4;3 10;9 21;19 51];switch sagLevel case 'M1' driveAmplitude = 50000; % L T V R P Y driveChanGainScale = [1 0.6 0.8 0.1 0.04 0.09]; freqBandGainScale = [1,1,0.5,0.1,0.1]; case {'M2','M3'} driveAmplitude = 500000; freqBandGainScale = [1,1,1,1,1]; % L P Y driveChanGainScale = [1 0.04 0.04]; % roughly calculated looking at the dc ratio between L P and Y TF (from alog LHO 7616)end