source: trunk/SRC/Documentation/idldoc_html_output/Obsolete/lect.html @ 338

Last change on this file since 338 was 338, checked in by smasson, 16 years ago

update documentation

File size: 6.9 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>lect.pro (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" media="all" href="./../main_files.css" />
13    <link rel="stylesheet" type="text/css" media="print" href="./../main_files_print.css" />
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="lect.pro (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23  <body onload="setTitle();">
24
25    <div id="navbar_title">
26  <h1>SAXO Documentation</h1>
27</div>
28
29
30<div id="main_navbar">
31
32  <table cellspacing="0">
33    <tr>
34     
35      <td><a href="./../overview.html" title="Overview of library">Overview</a></td>
36     
37
38     
39      <td >Directory</td>
40     
41
42     
43      <td><a href="./../idldoc-categories.html" title="Browse library by category">Categories</a></td>
44     
45
46     
47      <td><a href="./../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
48     
49
50     
51      <td><a href="./../search-page.html" title="Search library">Search</a></td>
52     
53
54      <td id="selected">File</td>
55
56     
57      <td><a href="../../../Obsolete//lect.pro" title="Source code of a file">Source</a></td>
58     
59
60     
61      <td><a href="./../idldoc-help.html" title="Help on IDLdoc">Help</a></td>
62     
63
64      <td >Etc</td>
65
66      <td id="flexible">Developer&nbsp;documentation</td>
67    </tr>
68  </table>
69
70</div>
71
72<div id="secondary_navbar">
73
74<a href="lec.html">&lt;&lt;prev file</a> | <a href="meshlec.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="lect.html" target="_TOP">view single page</a> | <a href="./../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a>
75
76</div>
77
78
79    <div id="container">
80
81      <h1 class="directory"><a href="directory-overview.html">Obsolete/</a></h1>
82      <h2 class="pro_file">lect.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
89      <div id="file_comments">
90 lit les fichiers Vairmer de date1 a date2 et en sort un tableau
91 1D, 2D ou 3D qui peut etre reutilise pour une courbe / hov / animation
92 cette fonction modifie aussi les variables globales:
93 varname: huit lettres: nom Vairmer du champ a tracer
94 vargrid:1 lettre : nom de la grille
95 varexp: trois lettres :nom de l'experience
96</div>
97
98     
99
100     
101
102     
103
104     
105
106      <div id="routine_details">
107       
108
109        <div class="routine_details" id="_lect">
110
111          <h2><a class="top" href="#container">top</a>lect <span class="warning">obsolete</span> <span class="categories">
112 Graphics, Reading
113</span></h2>
114       
115          <p class="header">
116            <span class="result">result = </span>lect(<span class="result"><a href="#_lect_param_nomchamp">nomchamp</a>, <a href="#_lect_param_date1">date1</a>, <a href="#_lect_param_date2">date2</a>, <a href="#_lect_param_nomexp">nomexp</a>, <a href="#_lect_param_direc">direc</a></span>, <a href="#_lect_keyword_BOITE">BOITE</a>=<span class="result">BOITE</span>, <a href="#_lect_keyword_ANOM">ANOM</a>=<span class="result">ANOM</span>, <a href="#_lect_keyword_EXPANOM">EXPANOM</a>=<span class="result">EXPANOM</span>)</p>
117       
118          <div class="comments">
119</div>
120
121         
122
123         
124            <h3>Parameters</h3>
125       
126           
127            <h4 id="_lect_param_nomchamp">nomchamp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
128              <span class="attr">in</span>
129             
130             
131              <span class="attr">required</span>
132             
133             
134             
135             
136            </h4>
137       
138          <div class="comments">
139 nom de champ Vairmer (chaine de 8 caracteres commencant par VO ou SO
140</div>
141           
142            <h4 id="_lect_param_date1">date1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
143              <span class="attr">in</span>
144             
145             
146              <span class="attr">required</span>
147             
148             
149             
150             
151            </h4>
152       
153          <div class="comments">
154 date de depart de la serie temporelle a extraire
155</div>
156           
157            <h4 id="_lect_param_date2">date2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
158              <span class="attr">in</span>
159             
160             
161              <span class="attr">required</span>
162             
163             
164             
165             
166            </h4>
167       
168          <div class="comments">
169 date de fin de la serie temporelle a extraire
170</div>
171           
172            <h4 id="_lect_param_nomexp">nomexp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
173              <span class="attr">in</span>
174             
175             
176              <span class="attr">required</span>
177             
178             
179              <span class="attr">default:</span> <span class="value">prefix</span>
180             
181            </h4>
182       
183          <div class="comments">
184 nom de l'experience a lire
185</div>
186           
187            <h4 id="_lect_param_direc">direc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
188              <span class="attr">in</span>
189             
190             
191              <span class="attr">required</span>
192             
193             
194             
195             
196            </h4>
197       
198          <div class="comments">
199 'x' 'y' 'z' 'xy' 'xz' 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt'
200 'yzt' 'xyzt' directions selon lesquelles effectuer les moyennes
201 (si rien n'est donne on n'effectue pas de moyenne)
202</div>
203           
204
205         
206
207         
208
209            <h3>Keywords</h3>
210           
211            <h4 id="_lect_keyword_BOITE">BOITE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
212              <span class="attr">in</span>
213             
214             
215             
216             
217             
218             
219             
220            </h4>
221       
222            <div class="comments">
223 boite sur laquelle integrer (par defaut tout le domaine)
224</div>
225           
226            <h4 id="_lect_keyword_ANOM">ANOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
227              <span class="attr">in</span>
228             
229             
230             
231             
232             
233             
234             
235            </h4>
236       
237            <div class="comments">
238 type de fichiers ('SE','AN','') a relire pour calc une  anomalie
239</div>
240           
241            <h4 id="_lect_keyword_EXPANOM">EXPANOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
242              <span class="attr">in</span>
243             
244             
245             
246             
247             
248             
249             
250            </h4>
251       
252            <div class="comments">
253 experience pour laquelle on veut calculer une anomalie
254 par defaut la meme que nomexp
255</div>
256           
257         
258
259          <h3>Examples</h3><div class="preformat">
260 IDL> resultat=lec('nom_Vairmer',date1,date2,'nomexp','direc',BOITE=boite)
261</div>
262          <h3>Version history</h3>
263         
264          <h4>Version</h4><div class="preformat">
265 $Id: lect.pro 325 2007-12-06 10:04:53Z pinsard $
266</div>
267          <h4>History</h4><div class="preformat">
268 Jerome Vialard (jv@lodyc.jussieu.fr)
269 2/7/98
270</div>
271         
272         
273          <h3>Known issues</h3>
274          <h4>Obsolete</h4><div class="preformat">
275</div>
276         
277         
278         
279       
280          <h3>Other attributes</h3>
281         
282         
283          <h4>Uses routines</h4><div class="preformat">
284 common
285 vraidate
286 juldate
287</div>
288         
289         
290         
291       
292          <h3>Statistics</h3>
293          <table class="statistics">
294            <tr><td>McCabe cyclic</td><td>           0</td></tr>
295            <tr><td>McCabe essential</td><td>           0</td></tr>
296            <tr><td>McCabe modular design</td><td>           0</td></tr>
297          </table>
298         
299       
300        </div>
301       
302      </div>
303
304     
305
306      <div id="tagline">Produced by IDLdoc 2.0.</div>
307
308    </div>
309
310  </body>
311</html>
Note: See TracBrowser for help on using the repository browser.