Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/ltpda_training_intro.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
2 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | |
3 | |
4 <html lang="en"> | |
5 <head> | |
6 <meta name="generator" content= | |
7 "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org"> | |
8 <meta http-equiv="Content-Type" content= | |
9 "text/html; charset=us-ascii"> | |
10 | |
11 <title>LTPDA Training Session 1 (LTPDA Toolbox)</title> | |
12 <link rel="stylesheet" href="docstyle.css" type="text/css"> | |
13 <meta name="generator" content="DocBook XSL Stylesheets V1.52.2"> | |
14 <meta name="description" content= | |
15 "Presents an overview of the features, system requirements, and starting the toolbox."> | |
16 </head> | |
17 | |
18 <body> | |
19 <a name="top_of_page" id="top_of_page"></a> | |
20 | |
21 <p style="font-size:1px;"> </p> | |
22 | |
23 <table class="nav" summary="Navigation aid" border="0" width= | |
24 "100%" cellpadding="0" cellspacing="0"> | |
25 <tr> | |
26 <td valign="baseline"><b>LTPDA Toolbox</b></td><td><a href="../helptoc.html">contents</a></td> | |
27 | |
28 <td valign="baseline" align="right"><a href= | |
29 "bycategory.html"><img src="b_prev.gif" border="0" align= | |
30 "bottom" alt="Functions - By Category"></a> <a href= | |
31 "ltpda_training_topic_1.html"><img src="b_next.gif" border="0" align= | |
32 "bottom" alt="Topic 1 - The basics of LTPDA"></a></td> | |
33 </tr> | |
34 </table> | |
35 | |
36 <h1 class="title"><a name="f3-12899" id="f3-12899"></a>LTPDA Training Session 1</h1> | |
37 <hr> | |
38 | |
39 <p> | |
40 <p> | |
41 This series of help pages consitute the first training session of LTPDA. The various data-packs used throughout | |
42 the tutorials are available for download on the <a href="http://www.lisa.aei-hannover.de/ltpda/training_sessions/training_session_1/training_session_1.html">LTPDA web-site</a>. | |
43 </p> | |
44 <ol> | |
45 <li><a href="ltpda_training_topic_1.html">Topic 1 - The basics of LTPDA</a></li> | |
46 <li><a href="ltpda_training_topic_2.html">Topic 2 - Pre-processing of data</a></li> | |
47 <li><a href="ltpda_training_topic_3.html">Topic 3 - Spectral Analysis</a></li> | |
48 <li><a href="ltpda_training_topic_4.html">Topic 4 - Transfer function models and digital filtering</a></li> | |
49 <li><a href="ltpda_training_topic_5.html">Topic 5 - Model fitting</a></li> | |
50 </ol> | |
51 <p> | |
52 In addition, throughout the course of this training session, we will perform a full analysis | |
53 of some lab data. The inputs to the analysis are two time-series data streams, | |
54 the first is the recorded output of an interferometer, the second is a recording | |
55 of the room temperature in the vicinity of the interferometer. Both are recorded with | |
56 different sample rates and on different sampling grids. The temperature data is unevenly | |
57 sampled, and may evem have missing samples. | |
58 </p> | |
59 <p> | |
60 During each topic of the training session, the data will be manipulated using | |
61 the tools introduced in that topic (and previous topics). The aim of the data | |
62 analysis is to determine the influence of temperature on the interferometer | |
63 output. In particular the steps will be: | |
64 </p> | |
65 <ol> | |
66 <li><a href="ltpda_training_topic_1.html">Topic 1</a> | |
67 Loading and calibrating the raw data. | |
68 <ol> | |
69 <li>Read in the raw data files and convert them to AOs</li> | |
70 <li>Plot the two data streams</li> | |
71 <li>Calibrate the interferometer output to meters (from radians)</li> | |
72 <li>Calibrate the temperature data to degrees Kelvin from degrees Celcius</li> | |
73 <li>Save the calibrated data series to XML files, ready for the input to the next topic</li> | |
74 </ol> | |
75 </li> | |
76 <li><a href="ltpda_training_topic_2.html">Topic 2</a> | |
77 Pre-processing and data conditioning. | |
78 <ol> | |
79 <li>Read in the calibrated AOs from XML files</li> | |
80 <li>Trim the data streams to the same time segments</li> | |
81 <li>Resample the temperature on to an even sampling grid with no missing samples</li> | |
82 <li>Resample to the two data streams to a common 1Hz sample rate</li> | |
83 <li>Interpolate the two data streams on to the same time grid</li> | |
84 <li>Save the cleaned data to AO XML files</li> | |
85 </ol> | |
86 </li> | |
87 <li><a href="ltpda_training_topic_3.html">Topic 3</a> | |
88 Spectral analysis. | |
89 <ol> | |
90 <li>Load the time-series data from Topics 1 and 2</li> | |
91 <li>Compare PSDs of the time-series data before and after pre-processing</li> | |
92 <li>Check the coherence of temperature and IFO output before and after pre-processing</li> | |
93 <li>Measure the transfer function from temperature to IFO output</li> | |
94 <li>Save the measured transfer function to disk as an AO XML file</li> | |
95 </ol> | |
96 </li> | |
97 <li><a href="ltpda_training_topic_4.html">Topic 4</a> | |
98 Simulation of the system under investigation. | |
99 <ol> | |
100 <li>Make approximate noise-shape models for the temperature and IFO displacement input spectra</li> | |
101 <li>Make digital IIR filters matching these noise-shape models</li> | |
102 <li>Filter white-noise data streams to produce simulated versions of the temperature and IFO inputs</li> | |
103 <li>Make a model of the temperature to IFO coupling</li> | |
104 <li>Construct a filter representing this coupling</li> | |
105 <li>Filter the simulated temperature data and add it to the simulated IFO input data</li> | |
106 <li>Save the simulated temperature and the simulated IFO output data to disk</li> | |
107 <li>Repeat the steps from Topic 3, this time using the simulated data</li> | |
108 </ol> | |
109 </li> | |
110 <li><a href="ltpda_training_topic_5.html">Topic 5</a> | |
111 Model fitting and system identification. | |
112 <ol> | |
113 <li>Load the measured transfer function from the end of Topic 3</li> | |
114 <li>Fit a model transfer function to this measurement</li> | |
115 <li>Make a digital filter representation of the fitted model</li> | |
116 <li>Filter the temperature data with this filter</li> | |
117 <li>Compare the PSD of the filtered temperature data and the IFO output</li> | |
118 <li>Subtract the filtered temperature data from the IFO output</li> | |
119 <li>Compare the IFO data with the temperature influence subtracted to the original IFO output</li> | |
120 <li>(Time permitting) Repeat the exercise for the simulated from Topic 4</li> | |
121 <li>(Still need something to do?) Repeat the steps of Topic 4 but this time fit a model to the measured | |
122 temperature data and use a noise generator to make a simulated temperature data stream</li> | |
123 </ol> | |
124 </li> | |
125 </ol> | |
126 </p> | |
127 | |
128 <br> | |
129 <br> | |
130 <table class="nav" summary="Navigation aid" border="0" width= | |
131 "100%" cellpadding="0" cellspacing="0"> | |
132 <tr valign="top"> | |
133 <td align="left" width="20"><a href="bycategory.html"><img src= | |
134 "b_prev.gif" border="0" align="bottom" alt= | |
135 "Functions - By Category"></a> </td> | |
136 | |
137 <td align="left">Functions - By Category</td> | |
138 | |
139 <td> </td> | |
140 | |
141 <td align="right">Topic 1 - The basics of LTPDA</td> | |
142 | |
143 <td align="right" width="20"><a href= | |
144 "ltpda_training_topic_1.html"><img src="b_next.gif" border="0" align= | |
145 "bottom" alt="Topic 1 - The basics of LTPDA"></a></td> | |
146 </tr> | |
147 </table><br> | |
148 | |
149 <p class="copy">©LTP Team</p> | |
150 </body> | |
151 </html> |