Displaying report 1-1 of 1.
Reports until 18:28, Friday 16 January 2015
H1 SUS (ISC)
brett.shapiro@LIGO.ORG - posted 18:28, Friday 16 January 2015 (16126)
You can now make damped QUAD Matlab models from the foton file

I updated the generate_QUAD_Model_Production.m function so that you can now specify a foton filter for the damping loops. Oplev damping is not yet supported.

The generate script is in

.../SusSVN/sus/trunk/QUAD/Common/MatlabTools/QuadModel_Production

You will also need to svn up

.../SusSVN/sus/trunk/Common/MatlabTools

since this is where the foton file reading functions are located (imported from the SeiSVN)

You can still specify the usual .mat struct file as before. The generate script looks for the .txt extension to determine if you are sending it a foton file.

 

Here is an example of how to make a model with damping filters read from foton:

quadmodel = generate_QUAD_Model_Production(frequency_vector_for_plots, 'fiber' , [] , 0 , 1 ,'/opt/rtcds/lho/h1/chans/H1SUSETMX.txt');

 

The function has more instructions commented into its header.

Displaying report 1-1 of 1.