source: trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/axe.html @ 338

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

update documentation

File size: 7.2 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>axe.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="axe.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="../../../../ToBeReviewed/PLOTS//axe.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&lt;&lt; prev file | <a href="legende.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="axe.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">ToBeReviewed/PLOTS/</a></h1>
82      <h2 class="pro_file">axe.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
89      <div id="file_comments">
90 Manage axes for the different drawings created by
91 <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, <a href="../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a> and <a href="../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a>
92</div>
93
94     
95
96     
97
98     
99
100     
101
102      <div id="routine_details">
103       
104
105        <div class="routine_details" id="_axe">
106
107          <h2><a class="top" href="#container">top</a>axe <span class="categories">
108 Graphics
109</span></h2>
110       
111          <p class="header">
112            axe<span class="result">, <a href="#_axe_param_coupe">coupe</a>, <a href="#_axe_param_tempsmin">tempsmin</a>, <a href="#_axe_param_tempsmax">tempsmax</a></span>, <a href="#_axe_keyword_REVERSE_X">REVERSE_X</a>=<span class="result">REVERSE_X</span>, <a href="#_axe_keyword_REVERSE_Y">REVERSE_Y</a>=<span class="result">REVERSE_Y</span>, <a href="#_axe_keyword_SIN">SIN</a>=<span class="result">SIN</span>, <a href="#_axe_keyword_SEPDATE">SEPDATE</a>=<span class="result">string</span>, <a href="#_axe_keyword_DIGITSYEAR">DIGITSYEAR</a>=<span class="result">DIGITSYEAR</span>, <a href="#_axe_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p>
113       
114          <div class="comments">
115</div>
116
117         
118
119         
120            <h3>Parameters</h3>
121       
122           
123            <h4 id="_axe_param_coupe">coupe&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
124             
125             
126             
127             
128             
129              <span class="attr">type:</span> <span class="value">string</span>
130             
131             
132            </h4>
133       
134          <div class="comments">
135 It designate the type of cut to which the axes we create
136 must report. For example: 'xy','xt'...
137</div>
138           
139            <h4 id="_axe_param_tempsmin">tempsmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
140              <span class="attr">in</span>
141             
142             
143              <span class="attr">required</span>
144             
145             
146             
147             
148            </h4>
149       
150          <div class="comments">
151 In the case where we do cut containing the time dimension, we have
152 to specify the beginning of the time's axis in julian days.
153</div>
154           
155            <h4 id="_axe_param_tempsmax">tempsmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
156              <span class="attr">in</span>
157             
158             
159              <span class="attr">required</span>
160             
161             
162             
163             
164            </h4>
165       
166          <div class="comments">
167 In the case where we do cut containing the time dimension, we have
168 to specify the end of the time's axis in julian days.
169</div>
170           
171
172         
173
174         
175
176            <h3>Keywords</h3>
177           
178            <h4 id="_axe_keyword_REVERSE_X">REVERSE_X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
179             
180             
181             
182             
183             
184             
185             
186             
187            </h4>
188       
189            <div class="comments"></div>
190           
191            <h4 id="_axe_keyword_REVERSE_Y">REVERSE_Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
192             
193             
194             
195             
196             
197             
198             
199             
200            </h4>
201       
202            <div class="comments"></div>
203           
204            <h4 id="_axe_keyword_SIN">SIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
205             
206             
207             
208             
209             
210             
211             
212             
213            </h4>
214       
215            <div class="comments">
216 activated when we trace in sinus of the latitude
217</div>
218           
219            <h4 id="_axe_keyword_SEPDATE">SEPDATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
220             
221             
222             
223             
224             
225              <span class="attr">type:</span> <span class="value">string</span>
226             
227             
228            </h4>
229       
230            <div class="comments">
231 It separate the different constituents of the date. By default,
232 it is a return to the line when we do a 'yt', 'zt' or a 't'.
233 In the other cases, it is a blank.
234</div>
235           
236            <h4 id="_axe_keyword_DIGITSYEAR">DIGITSYEAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
237             
238             
239             
240             
241             
242             
243             
244             
245            </h4>
246       
247            <div class="comments">
248 =2 to use %Z format (2 digits) to code years instead of %Y format.
249 See <a href="../..//ToBeReviewed/PLOTS/LABEL/label_date.html">label_date</a> for more information on %Z and %Y.
250</div>
251           
252            <h4 id="_axe_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
253             
254             
255             
256             
257             
258             
259             
260             
261            </h4>
262       
263            <div class="comments">
264 Used to pass keywords
265</div>
266           
267         
268
269         
270          <h3>Version history</h3>
271         
272          <h4>Version</h4><div class="preformat">
273 $Id: axe.pro 327 2007-12-13 16:22:35Z pinsard $
274</div>
275          <h4>History</h4><div class="preformat">
276 Sebastien Masson (smasson@lodyc.jussieu.fr)
277                       11/12/98
278                       Eric Guilyardi types x,y,z + amelioration de
279                       l''axe temporel
280</div>
281         
282         
283          <h3>Known issues</h3>
284         
285         
286         
287          <h4>Restrictions</h4><div class="preformat">
288 It modify !x. and !y.
289</div>
290       
291          <h3>Other attributes</h3>
292         
293         
294          <h4>Uses routines</h4><div class="preformat">
295 common.pro
296</div>
297         
298         
299         
300       
301          <h3>Statistics</h3>
302          <table class="statistics">
303            <tr><td>McCabe cyclic</td><td>          92</td></tr>
304            <tr><td>McCabe essential</td><td>           1</td></tr>
305            <tr><td>McCabe modular design</td><td>           1</td></tr>
306          </table>
307         
308       
309        </div>
310       
311      </div>
312
313     
314
315      <div id="tagline">Produced by IDLdoc 2.0.</div>
316
317    </div>
318
319  </body>
320</html>
Note: See TracBrowser for help on using the repository browser.