source: trunk/SRC/Documentation/idldoc_html_output/idldoc-index-S.html @ 163

Last change on this file since 163 was 163, checked in by navarro, 18 years ago

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File size: 44.1 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<!-- full-index-begin.tt needs structure with the following fields:
6       letters : array of structures { letter:'', url:'' }
7       version : IDLdoc version
8       date : string containing date of file creation
9       embed : 0 for link to CSS, 1 for embed CSS
10       css_location : if embed then string filename of CSS file location, o/w href to CSS file
11       overview_comments : general comments in the overview file, if any
12       ndirs : number of directories
13       dirs : array of structures with fields { name:'', url:'', parity:'', comment:'' }
14       navbar_filename : filename of navbar template
15       footer : filename of footer file to include
16       tagline_filename : filename of tagline template
17     Plus fields needed by the templates: navbar, tagline
18-->
19
20<!-- full-index-letter.tt needs structure with the following fields:
21       letter : letter as a string
22       items : array of structure { name:'', url:'', description:'' }
23-->
24
25<!-- full-index-end.tt needs structure with the following fields:
26       version : IDLdoc version
27       date : string containing date of file creation
28       embed : 0 for link to CSS, 1 for embed CSS
29       css_location : if embed then string filename of CSS file location, o/w href to CSS file
30       overview_comments : general comments in the overview file, if any
31       ndirs : number of directories
32       dirs : array of structures with fields { name:'', url:'', parity:'', comment:'' }
33       navbar_filename : filename of navbar template
34       footer : filename of footer file to include
35       tagline_filename : filename of tagline template
36     Plus fields needed by the templates: navbar, tagline
37-->
38
39<!-- Generated by IDLdoc 2.0 -->
40
41<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
42  <head>
43    <title>Index (SAXO Documentation)</title>
44
45   
46    <style type="text/css" media="all">
47         
48/* CSS for all files which appear in the "main" viewing area: overview,
49   directory overviews, warnings, index, search, pro files, source
50   code, help, and etc files. */
51
52/* Link styles --------------------------------------------------------------- */
53
54a { text-decoration: none; }
55
56a:link, a:visited { 
57  color: #660000; 
58  border-bottom: 1px dotted #C0C0F0;   
59}
60
61a:hover, a:focus { 
62  color: #993333; 
63  background: #FFFFCC; 
64  border-bottom: 1px dotted #303099; 
65}
66
67
68/* Main styles --------------------------------------------------------------- */
69p.preformat {
70  font-family: Courier;
71}
72
73body {
74  margin: 0;
75  padding: 0;
76  font-size: 10pt;
77  font-family: Verdana, Helvetica, Arial, sans-serif;
78  background-color: #FFFFFF;
79}
80
81p {
82  margin-top: 0.5em;
83  margin-bottom: 0;
84}
85
86#container { margin: 1em; }
87
88code.section { white-space: pre; }
89
90pre.snippet {
91  margin-left: 5%;
92  background: #F0F0F0;
93  border: 1px dashed #999999;
94  width: 43em;
95  padding: 0.5em 0.5em 0.5em 0.5em;
96  white-space: pre;
97}
98
99/* Navbar styles ------------------------------------------------------------- */
100
101#navbar_title {
102  color: #000033;
103  background-color: #F0F0FF;
104  font-family: Arial, Helvetica, sans-serif;
105  padding: 20px 30px;
106  border-bottom: 1px solid #000033;
107}
108
109#navbar_title * {
110  margin: 0;
111  padding: 0;
112}
113
114#navbar_title h1 {
115  letter-spacing: 0.1em;
116  font-variant: small-caps;
117  font-size: 250%;
118  text-indent: -1em;
119  padding-left: 1em; 
120}
121
122#navbar_title h2 {
123  font-size: 110%;
124  font-weight: normal;
125  color: #333399;
126}
127
128#main_navbar table {
129  width: 100%;
130  border-bottom: 1px solid #666699;
131}
132
133#main_navbar td {
134  background: #CCCCFF;
135  font-size: 80%;
136  font-weight: bold;
137  font-family: Arial, Helvetica, sans-serif;
138  border-top: 3px solid #CCCCFF;
139  border-bottom: 3px solid #CCCCFF;
140  padding-left: 6px;
141  padding-right: 6px;
142  margin: 0;
143}
144
145#main_navbar td#selected {
146  background: #CCCCFF;
147  font-size: 80%;
148  font-weight: bold;
149  font-family: Arial, Helvetica, sans-serif;
150  border-top: 3px solid #333399;
151  border-bottom: 3px solid #CCCCFF;
152  padding-left: 6px;
153  padding-right: 6px;
154  margin: 0;
155}
156
157#main_navbar td#flexible {
158  width: 100%;
159  text-align: right;
160  padding-right: 1em;
161  background: #CCCCFF;
162  font-size: 70%;
163  font-weight: normal;
164  font-family: Arial, Helvetica, sans-serif;
165  text-transform: uppercase;
166  border-top: 3px solid #CCCCFF;
167  border-bottom: 3px solid #CCCCFF;
168}
169
170#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
171
172#main_navbar a:hover, #main_navbar a:focus {
173  color: #FFFF66;
174  background: #CCCCFF;
175  border-bottom: 1px none #606099; 
176  border: 0;
177}
178
179#secondary_navbar {
180  font-size: 80%;
181  font-weight: normal;
182  font-family: Arial, Helvetica, sans-serif;
183  margin-top: 4px;
184  margin-left: 20px;
185  white-space: nowrap;
186}
187
188
189/* Tagline and footer styles ------------------------------------------------- */
190
191div#tagline {
192  margin-top: 6px;
193  border-top: 1px dotted lightsteelblue;
194  padding-top: 6px;
195  font-size: 66%;
196  font-style: italic;
197}
198
199div#footer {
200  margin-top: 6px;
201  border-top: 1px dotted lightsteelblue;
202  padding-top: 6px;
203  font-size: 66%;
204  font-style: italic;
205}
206
207/* Basic data presenation styles -------------------------------------------- */
208
209.index_letter { 
210  font-size: 300%;
211  font-weight: bold;
212  color: #000066; 
213  margin: 0.5em 0 0 -0.1em;
214}
215
216h1, h2, h3, h4 {
217  font-weight: normal;
218  color: #3333CC;
219}
220
221h1 {
222  padding-top: 0.75em;
223  font-size: 160%;
224}
225
226h2 {
227  padding-top: 1em;
228  font-size: 120%;
229  }
230
231h3 {
232  padding-top: 0.75em;
233  margin-bottom: 0.25em;
234  font-size: 100%;
235}
236
237h4 {
238  padding: 0;
239  margin: 0.5em 0 0 0;
240  font-size: 80%;
241}
242
243table.basic {
244  empty-cells: show;
245  margin: 1.5em 1em 0 1em;
246  border: 1px dotted #CFCFFF;
247  font-size: 80%;
248}
249
250table.basic th {
251  background-color: #F0F0FF;
252  font-weight: bold;
253  text-align: left;
254  padding: 4px 1em 4px 4px;
255  border-bottom: 1px dotted #666699;
256}
257
258table.basic td {
259  vertical-align: top;
260  padding: 4px 1em 4px 4px;
261}
262
263dd {
264  margin-bottom: 0.25em;
265  font-size: 80%;
266}
267
268
269/* Warnings styles ----------------------------------------------------------- */
270
271
272#todo dl, #bugs dl { 
273  margin: 0 0 0 1.5em;
274  font-size: 80%;
275}
276
277#todo dd, #bugs dd { 
278  margin-left: 3em; 
279  font-size: 100%;
280}
281
282#undoc table, #obsolete table, #statistics table {
283  width: 80%;
284  margin-left: 2em;
285}
286
287#undoc td, #obsolete td, #statistics td { 
288  padding: 0 0 0 0;
289  font-size: 80%;
290  white-space: nowrap;
291}
292
293#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
294
295#undoc td.docstat, #statistics td.stat { 
296  width: 50%;
297  text-align: right;
298}
299
300#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
301
302#undoc td.notdoc, #statistics td.warning { color: #993333; }
303
304/* File + routine styles ----------------------------------------------------- */
305
306h1.directory { 
307  padding: 1em 0 0 0;
308  margin: 0;
309  font-size: 66%;
310}
311
312h1.directory a { border-bottom: 0; }
313
314h2.pro_file { 
315  padding: 0;
316  margin: 0;
317  font-size: 140%;
318}
319
320div#file_attr {
321  padding: 0 1em 0 1em;
322  margin: 1em;
323  background: #F6F6F6;
324  border: 1px dotted #999999;
325}
326
327div#file_attr dt {
328  font-size: 80%;
329  font-weight: bold;
330}
331
332div#file_attr dd {
333  font-size: 80%;
334}
335
336div#class_diagram { 
337  padding: 1em 0 1em 0; 
338  white-space: pre;
339  font-family: 'Courier New';
340}
341
342table#sav_attr { 
343  font-size: 90%; 
344  margin: 1em; 
345  padding: 1em 1em 1em 1em;
346  background: #F6F6F6;
347  border: 1px dotted #999999;
348}
349
350table#sav_attr th { text-align: left; }
351
352table#sav_attr td { vertical-align: top; padding-right: 2em; }
353
354table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
355
356p.sav_warning { margin-left: 4em; font-family: 80%; }
357
358table.variables { 
359  font-family: 'Courier New', monospace; 
360  font-size: 80%; 
361  text-indent: -2em; 
362  padding-left: 2em; 
363}
364
365table.variables td.image { width: 64px; }
366
367div#file_comments { white-space: pre; 
368  margin: 2em;
369  font-size: 80%;
370}
371
372
373div.field_summary {
374  padding: 0 1em 0 1em;
375  margin: 1em;
376  background: #FFFFF0;
377  border: 1px dotted #C0C000;
378}
379
380div#routine_summary { 
381  padding: 0 1em 0 1em;
382  margin: 1em;
383  background: #F0F0FF;
384  border: 1px dotted #9999FF;
385}
386
387div.field_summary h2, div#routine_summary h2 { 
388  padding: 0.5em 0 0 0;
389  margin: 0;
390}
391
392div.field_summary table, div.field_summary p { 
393  margin: 1em 1em;
394}
395
396div.field_summary td.name { 
397  vertical-align: top;
398  padding-bottom: 0.25em;
399  color: #3333CC;
400}
401
402div.field_summary span.field_type { 
403  font-weight: normal;
404  font-size: 80%;
405  color: black;
406}
407
408div.field_summary td.comments { 
409  vertical-align: top;
410  padding-left: 2em;
411  font-size: 80%;
412}
413
414p.commaList { 
415  margin: 1em 1em 1em 1em;
416}
417
418span.warning { 
419  color: #CC6633;
420  font-weight: bold;
421  font-size: 66%;
422  text-transform: uppercase;
423}
424
425span.categories { 
426  color: #006633;
427  font-weight: bold;
428  font-size: 66%;
429  text-transform: uppercase;
430}
431
432span.undoc { 
433  color: #FF6633;
434  font-weight: bold;
435  font-size: 80%;
436  text-transform: uppercase;
437}
438
439span.attr { 
440  color: #006633;
441  font-weight: bold;
442  font-size: 80%;
443  text-transform: uppercase;
444}
445
446span.value { 
447  color: #006633;
448  font-weight: normal;
449  text-transform: none;
450}
451
452a.top { 
453  font-weight: bold;
454  font-size: 66%;
455  text-transform: uppercase;
456  float: right;
457}
458
459span.result { 
460  font-family: Verdana, Arial, Helvetica, sans-serif;
461  font-style: italic;
462  font-size: 80%;
463}
464
465div#routine_summary p, div.routine_details p.header { 
466  padding-top: 0.5em;
467  margin-left: 1.5em;
468  text-indent: -1.5em;
469  font-family: 'Courier New', monospace;
470}
471
472div.routine_details { 
473  padding: 0.5em 1em 0.5em 1em;
474  margin: 1em;
475  border: 1px dotted #CCCCCC;
476}
477
478div.routine_details h2 { 
479  padding-top: 0;
480  margin-top: 0;
481}
482
483div.routine_details div.value { 
484  margin: 0 1em 0 1em;
485  font-size: 80%;
486}
487
488div.routine_details div.comments { 
489  font-size: 80%;
490  margin: 0.75em 1em 1em 1em;
491}
492
493div.routine_details div.preformat { 
494  white-space: pre;
495}
496
497table.statistics { 
498  font-size: 80%;
499  margin-left: 1em;
500}
501
502table.statistics td { 
503  padding: 0 2em 0 0;
504}
505
506/* Overview styles ----------------------------------------------------------- */
507
508div.overview { 
509  width: 100%;
510  margin-top: 1em;
511  clear: both;
512}
513
514div.overview table {
515  empty-cells: show;
516  font-size: 90%;
517  margin: 1em 1em 1em 1em;
518  padding: 1em 0.5em 1em 0.5em;
519  background: #F6F6F6;
520  border: 1px dotted #999999;
521}
522
523div.overview td {
524  padding: 3px 1em 3px 1em;
525}
526
527div.overview td.dir {
528  width: 1%;
529  vertical-align: top;
530  text-align: right;
531  padding-right: 1em;
532}
533
534
535/* Navigation list styles for tree structures -------------------------------- */
536
537#tree {
538  text-align: left;
539  font-size: 90%;
540  margin: 0.75em 0 0.75em 0;
541  padding: 0;
542}
543
544#tree ul {
545  text-align: left;
546  margin: 0;
547  padding: 0;
548}
549
550#tree li {
551  margin: 0 0 0 15px;
552  padding: 0;
553  list-style-type: none;
554}
555
556#tree .symbols {
557  float: left;
558  width: 12px;
559  height: 1em;
560  padding-left: 4px;
561  background-position: 0 100%;
562  background-repeat: no-repeat;
563}
564
565/* Search styles ------------------------------------------------------------- */
566
567input.writein { 
568  padding-left: 0.5em;
569  border: 1px solid #CCCCCC;
570  font-family: 'Courier New';
571  background: #FFFFF3;
572}
573
574#search form { 
575  margin-left: 2em;
576}
577
578#search table { 
579  margin: 1em 1em 0 2em;
580  padding: 1em 2em 1em 2em;
581  background: #F6F6F6;
582  border: 1px dotted #999999;
583}
584
585#search tr { 
586  text-align: center;
587}
588
589#search td { 
590  font-size: 80%; 
591  text-align: left;
592}
593
594#search td * { 
595  vertical-align: middle;
596}
597
598#search p { 
599  font-size: 66%;
600  margin: 0 3em 2em 3em;
601}
602
603/* Help styles --------------------------------------------------------------- */
604
605div.toc { 
606  padding: 0 1em 0 1em;
607  margin: 1em;
608  background: #F0F0FF;
609  border: 1px dotted #9999FF; 
610  width: 19em;
611}
612
613div.right { 
614  float: right;
615  width: 22em;
616}
617
618ol.toc { 
619  list-style-type: upper-roman;
620}
621
622ol.toc ol { 
623  padding-left: 3em;
624  margin-left: 0;
625  list-style-type: lower-alpha;
626}
627
628dl.variables dt { font-size: 80%; }
629dl.variables dd { margin-bottom: 0.5em; }
630
631    </style>   
632    <style type="text/css" media="print">
633         #navbar_title { 
634  background-color: #FFFFFF; 
635}
636
637#main_navbar td {
638  background: #FFFFFF;
639  border-top: 0.25em solid #FFFFFF;
640  border-bottom: 0.25em solid #FFFFFF;
641}
642
643#main_navbar td#selected {
644  background: #FFFFFF;
645  border-top: 0.25em solid #333399;
646  border-bottom: 0.25em solid #FFFFFF;
647}
648
649#main_navbar td#flexible {
650  background: #FFFFFF;
651  border-top: 0.25em solid #FFFFFF;
652  border-bottom: 0.25em solid #FFFFFF;
653}
654
655#secondary_navbar {
656  display: none;
657}
658
659    </style>
660   
661
662    <script type="text/javascript">
663      function setTitle() {
664        parent.document.title="Index (SAXO Documentation)";
665      }
666    </script>
667  </head>
668
669  <body onload="setTitle();">
670
671    <div id="navbar_title">
672  <h1>SAXO Documentation</h1>
673</div>
674
675
676<div id="main_navbar">
677
678  <table cellspacing="0">
679    <tr>
680     
681      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
682     
683
684     
685      <td >Directory</td>
686     
687
688     
689      <td><a href="idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
690     
691
692     
693      <td id="selected">Index</td>
694     
695
696     
697      <td><a href="search-page.html?format=raw" title="Search library">Search</a></td>
698     
699
700      <td >File</td>
701
702     
703      <td >Source</td>
704     
705
706     
707      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
708     
709
710      <td >Etc</td>
711
712      <td id="flexible">Developer&nbsp;documentation</td>
713    </tr>
714  </table>
715
716</div>
717
718<div id="secondary_navbar">
719
720&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-index-S.html?format=raw" target="_TOP">view single page</a> | <a href="index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
721
722</div>
723
724
725    <div id="container">
726
727      <h1>Index</h1>
728
729     
730      <a href="idldoc-index.html?format=raw#_A">A</a>
731     
732      <a href="idldoc-index-B.html?format=raw#_B">B</a>
733     
734      <a href="idldoc-index-C.html?format=raw#_C">C</a>
735     
736      <a href="idldoc-index-D.html?format=raw#_D">D</a>
737     
738      <a href="idldoc-index-E.html?format=raw#_E">E</a>
739     
740      <a href="idldoc-index-F.html?format=raw#_F">F</a>
741     
742      <a href="idldoc-index-GH.html?format=raw#_G">G</a>
743     
744      <a href="idldoc-index-GH.html?format=raw#_H">H</a>
745     
746      <a href="idldoc-index-I.html?format=raw#_I">I</a>
747     
748      <a href="idldoc-index-JK.html?format=raw#_J">J</a>
749     
750      <a href="idldoc-index-JK.html?format=raw#_K">K</a>
751     
752      <a href="idldoc-index-L.html?format=raw#_L">L</a>
753     
754      <a href="idldoc-index-M.html?format=raw#_M">M</a>
755     
756      <a href="idldoc-index-N.html?format=raw#_N">N</a>
757     
758      <a href="idldoc-index-O.html?format=raw#_O">O</a>
759     
760      <a href="idldoc-index-P.html?format=raw#_P">P</a>
761     
762      <a href="idldoc-index-Q.html?format=raw#_Q">Q</a>
763     
764      <a href="idldoc-index-R.html?format=raw#_R">R</a>
765     
766      <a href="idldoc-index-S.html?format=raw#_S">S</a>
767     
768      <a href="idldoc-index-T.html?format=raw#_T">T</a>
769     
770      <a href="idldoc-index-U.html?format=raw#_U">U</a>
771     
772      <a href="idldoc-index-V.html?format=raw#_V">V</a>
773     
774      <a href="idldoc-index-W.html?format=raw#_W">W</a>
775     
776      <a href="idldoc-index-X.html?format=raw#_X">X</a>
777     
778      <a href="idldoc-index-Y.html?format=raw#_Y">Y</a>
779     
780      <a href="idldoc-index-Z.html?format=raw#_Z">Z</a>
781     
782      <a href="idldoc-index-_.html?format=raw#__">_</a>
783            <h5 id="_S" class="index_letter">S</h5>
784      <dl>
785       
786        <dt><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_colle">SAUVE</a></dt>
787        <dd>a keyword from the routine colle</dd>
788       
789        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_cw_bgroup">SCROLL</a></dt>
790        <dd>a keyword from the routine cw_bgroup</dd>
791       
792        <dt><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx">SEPARATE</a></dt>
793        <dd>a keyword from the routine xxx</dd>
794       
795        <dt><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">SEPARATOR</a></dt>
796        <dd>a keyword from the routine chkeywd</dd>
797       
798        <dt><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">SEPDATE</a></dt>
799        <dd>a keyword from the routine axe</dd>
800       
801        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_cw_bgroup">SET_VALUE</a></dt>
802        <dd>a keyword from the routine cw_bgroup</dd>
803       
804        <dt><a href="./Obsolete/nlec.html?format=raw#_nlec">SEUILMAX</a></dt>
805        <dd>a keyword from the routine nlec</dd>
806       
807        <dt><a href="./Obsolete/nlec.html?format=raw#_nlec">SEUILMIN</a></dt>
808        <dd>a keyword from the routine nlec</dd>
809       
810        <dt><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">SHIFT</a></dt>
811        <dd>a keyword from the routine xncdf_lec</dd>
812       
813        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">SHIFT</a></dt>
814        <dd>a keyword from the routine computegrid</dd>
815       
816        <dt><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">SHIFT</a></dt>
817        <dd>a keyword from the routine ncdf_meshread</dd>
818       
819        <dt><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw#_triangule_e">SHIFTED</a></dt>
820        <dd>a keyword from the routine triangule_e</dd>
821       
822        <dt><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">SHIFTED</a></dt>
823        <dd>a keyword from the routine definetri_e</dd>
824       
825        <dt><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_strsci">SHORT</a></dt>
826        <dd>a keyword from the routine strsci</dd>
827       
828        <dt><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">SHOWBUILD</a></dt>
829        <dd>a keyword from the routine section</dd>
830       
831        <dt><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">SIGMA_N</a></dt>
832        <dd>a keyword from the routine rhon</dd>
833       
834        <dt><a href="./Colors/xlct.html?format=raw#_xlct">SILENT</a></dt>
835        <dd>a keyword from the routine xlct</dd>
836       
837        <dt><a href="./Utilities/report.html?format=raw#_report">SIMPLE</a></dt>
838        <dd>a keyword from the routine report</dd>
839       
840        <dt><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">SIN</a></dt>
841        <dd>a keyword from the routine axe</dd>
842       
843        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">SIN</a></dt>
844        <dd>a keyword from the routine plt1d</dd>
845       
846        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">SIN</a></dt>
847        <dd>a keyword from the routine pltz</dd>
848       
849        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">SIN</a></dt>
850        <dd>a keyword from the routine axis4pltz</dd>
851       
852        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw#_terminedessin">SMALL</a></dt>
853        <dd>a keyword from the routine terminedessin</dd>
854       
855        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">SMALL</a></dt>
856        <dd>a keyword from the routine placedessin</dd>
857       
858        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_cw_bgroup">SPACE</a></dt>
859        <dd>a keyword from the routine cw_bgroup</dd>
860       
861        <dt><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">SPATIALFIRST</a></dt>
862        <dd>a keyword from the routine grossemoyenne</dd>
863       
864        <dt><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">SREF</a></dt>
865        <dd>a keyword from the routine hdyn</dd>
866       
867        <dt><a href="./Colors/getcolor.html?format=raw#_getcolor">START</a></dt>
868        <dd>a keyword from the routine getcolor</dd>
869       
870        <dt><a href="./ToBeReviewed/INIT/initncdf.html?format=raw#_initncdf">START1</a></dt>
871        <dd>a keyword from the routine initncdf</dd>
872       
873        <dt><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_str_size">STEP</a></dt>
874        <dd>a keyword from the routine str_size</dd>
875       
876        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">STRCALLING</a></dt>
877        <dd>a keyword from the routine computegrid</dd>
878       
879        <dt><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">STRCALLING</a></dt>
880        <dd>a keyword from the routine ncdf_meshread</dd>
881       
882        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain">STRICT</a></dt>
883        <dd>a keyword from the routine cw_domain</dd>
884       
885        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">STRICTFILL</a></dt>
886        <dd>a keyword from the routine pltt</dd>
887       
888        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">STRICTFILL</a></dt>
889        <dd>a keyword from the routine plt</dd>
890       
891        <dt><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">STRICTFILL</a></dt>
892        <dd>a keyword from the routine label</dd>
893       
894        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">STRICTFILL</a></dt>
895        <dd>a keyword from the routine pltz</dd>
896       
897        <dt><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">STRIDE</a></dt>
898        <dd>a keyword from the routine xncdf_lec</dd>
899       
900        <dt><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">STRIDE</a></dt>
901        <dd>a keyword from the routine ncdf_meshread</dd>
902       
903        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">STRIDE</a></dt>
904        <dd>a keyword from the routine computegrid</dd>
905       
906        <dt><a href="./buildinit.html?format=raw#_cw_field2">STRING</a></dt>
907        <dd>a keyword from the routine cw_field2</dd>
908       
909        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm">STRMINLEN</a></dt>
910        <dd>a keyword from the routine cw_slider_pm</dd>
911       
912        <dt><a href="./Obsolete/nlec.html?format=raw#_nlec">STRUCTURE</a></dt>
913        <dd>a keyword from the routine nlec</dd>
914       
915        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">STY1D</a></dt>
916        <dd>a keyword from the routine plt1d</dd>
917       
918        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">STY1D</a></dt>
919        <dd>a keyword from the routine pltt</dd>
920       
921        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">STY1D</a></dt>
922        <dd>a keyword from the routine pltsc</dd>
923       
924        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">STYLE</a></dt>
925        <dd>a keyword from the routine pltt</dd>
926       
927        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">STYLE</a></dt>
928        <dd>a keyword from the routine pltz</dd>
929       
930        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">STYLE</a></dt>
931        <dd>a keyword from the routine plt</dd>
932       
933        <dt><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw#_tracecote">SURFACE_COASTLINE</a></dt>
934        <dd>a keyword from the routine tracecote</dd>
935       
936        <dt><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">SURFACE_LEVEL</a></dt>
937        <dd>a keyword from the routine hdyn</dd>
938       
939        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">SWITCHXY</a></dt>
940        <dd>a keyword from the routine plt1d</dd>
941       
942        <dt><a href="./Calendar/julday.html?format=raw#_julday">Second</a></dt>
943        <dd>a parameter from the routine ./Calendar/julday</dd>
944       
945        <dt><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw#_where_tag">Struct</a></dt>
946        <dd>a parameter from the routine ./ToBeReviewed/STRUCTURE/where_tag</dd>
947       
948        <dt><a href="./Textoidl/sub_sup_idl.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></dt>
949        <dd>a function from the file sub_sup_idl.pro</dd>
950       
951        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw#_ncdf_quickwrite_helper3">s</a></dt>
952        <dd>a parameter from the routine ./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3</dd>
953       
954        <dt><a href="./ToBeReviewed/STRING/strright.html?format=raw#_strright">s</a></dt>
955        <dd>a parameter from the routine ./ToBeReviewed/STRING/strright</dd>
956       
957        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw#_ncdf_struct_free">s</a></dt>
958        <dd>a parameter from the routine ./ReadWrite/idl-NetCDF/ncdf_struct_free</dd>
959       
960        <dt><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">s</a></dt>
961        <dd>a parameter from the routine ./ToBeReviewed/STRING/putfile</dd>
962       
963        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">s</a></dt>
964        <dd>a parameter from the routine ./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2</dd>
965       
966        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw#_saveatt">saveatt</a></dt>
967        <dd>a function from the file saveatt.pro</dd>
968       
969        <dt><a href="ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw">saveatt.pro</a></dt>
970        <dd>a file from the directory ./ToBeReviewed/PLOTS/DIVERS</dd>
971       
972        <dt><a href="./Grid/saveboxparam.html?format=raw#_saveboxparam">saveboxparam</a></dt>
973        <dd>a procedure from the file saveboxparam.pro</dd>
974       
975        <dt><a href="Grid/saveboxparam.html?format=raw">saveboxparam.pro</a></dt>
976        <dd>a file from the directory ./Grid</dd>
977       
978        <dt><a href="./Picture/saveimage.html?format=raw#_saveimage">saveimage</a></dt>
979        <dd>a procedure from the file saveimage.pro</dd>
980       
981        <dt><a href="Picture/saveimage.html?format=raw">saveimage.pro</a></dt>
982        <dd>a file from the directory ./Picture</dd>
983       
984        <dt><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">sb</a></dt>
985        <dd>a keyword from the routine readoldoparestart</dd>
986       
987        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></dt>
988        <dd>a procedure from the file sbar_plot.pro</dd>
989       
990        <dt><a href="ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw">sbar_plot.pro</a></dt>
991        <dd>a file from the directory ./ToBeReviewed/PLOTS/DESSINE</dd>
992       
993        <dt><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">scale</a></dt>
994        <dd>a keyword from the routine plotsym</dd>
995       
996        <dt><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw#_symbols">scale</a></dt>
997        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/symbols</dd>
998       
999        <dt><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw#_scan_grib_code">scan_grib_code</a></dt>
1000        <dd>a function from the file scan_grib_code.pro</dd>
1001       
1002        <dt><a href="ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw">scan_grib_code.pro</a></dt>
1003        <dd>a file from the directory ./ToBeReviewed/LECTURE/GRIB</dd>
1004       
1005        <dt><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw#_scan_grib_date">scan_grib_date</a></dt>
1006        <dd>a function from the file scan_grib_date.pro</dd>
1007       
1008        <dt><a href="ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw">scan_grib_date.pro</a></dt>
1009        <dd>a file from the directory ./ToBeReviewed/LECTURE/GRIB</dd>
1010       
1011        <dt><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw#_scan_grib_messize">scan_grib_messize</a></dt>
1012        <dd>a function from the file scan_grib_messize.pro</dd>
1013       
1014        <dt><a href="ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw">scan_grib_messize.pro</a></dt>
1015        <dd>a file from the directory ./ToBeReviewed/LECTURE/GRIB</dd>
1016       
1017        <dt><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw#_scan_grib_nbits">scan_grib_nbits</a></dt>
1018        <dd>a function from the file scan_grib_nbits.pro</dd>
1019       
1020        <dt><a href="ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw">scan_grib_nbits.pro</a></dt>
1021        <dd>a file from the directory ./ToBeReviewed/LECTURE/GRIB</dd>
1022       
1023        <dt><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw#_scan_grib_recstart">scan_grib_recstart</a></dt>
1024        <dd>a function from the file scan_grib_recstart.pro</dd>
1025       
1026        <dt><a href="ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw">scan_grib_recstart.pro</a></dt>
1027        <dd>a file from the directory ./ToBeReviewed/LECTURE/GRIB</dd>
1028       
1029        <dt><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></dt>
1030        <dd>a procedure from the file scanctl.pro</dd>
1031       
1032        <dt><a href="ReadWrite/scanctl.html?format=raw">scanctl.pro</a></dt>
1033        <dd>a file from the directory ./ReadWrite</dd>
1034       
1035        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">scanfile</a></dt>
1036        <dd>a function from the file scanfile.pro</dd>
1037       
1038        <dt><a href="ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw">scanfile.pro</a></dt>
1039        <dd>a file from the directory ./ToBeReviewed/WIDGET/AUTOUR_de_XXX</dd>
1040       
1041        <dt><a href="./ReadWrite/scanoasis.html?format=raw#_scanoasis">scanoasis</a></dt>
1042        <dd>a procedure from the file scanoasis.pro</dd>
1043       
1044        <dt><a href="ReadWrite/scanoasis.html?format=raw">scanoasis.pro</a></dt>
1045        <dd>a file from the directory ./ReadWrite</dd>
1046       
1047        <dt><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">schar</a></dt>
1048        <dd>a parameter from the routine ./ToBeReviewed/STRING/strwhere</dd>
1049       
1050        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></dt>
1051        <dd>a procedure from the file scontour.pro</dd>
1052       
1053        <dt><a href="ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw">scontour.pro</a></dt>
1054        <dd>a file from the directory ./ToBeReviewed/PLOTS/DESSINE</dd>
1055       
1056        <dt><a href="./Calendar/caldat.html?format=raw#_caldat">second</a></dt>
1057        <dd>a parameter from the routine ./Calendar/caldat</dd>
1058       
1059        <dt><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">section</a></dt>
1060        <dd>a procedure from the file section.pro</dd>
1061       
1062        <dt><a href="ToBeReviewed/TRIANGULATION/section.html?format=raw">section.pro</a></dt>
1063        <dd>a file from the directory ./ToBeReviewed/TRIANGULATION</dd>
1064       
1065        <dt><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">sectype</a></dt>
1066        <dd>a parameter from the routine ./ToBeReviewed/HOPE/findlineandpointtype</dd>
1067       
1068        <dt><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">selected</a></dt>
1069        <dd>a parameter from the routine ./ToBeReviewed/HOPE/rh_alldomains</dd>
1070       
1071        <dt><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">selected</a></dt>
1072        <dd>a parameter from the routine ./ToBeReviewed/HOPE/domainpart</dd>
1073       
1074        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile">selectfile</a></dt>
1075        <dd>a function from the file selectfile.pro</dd>
1076       
1077        <dt><a href="ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw">selectfile.pro</a></dt>
1078        <dd>a file from the directory ./ToBeReviewed/WIDGET/AUTOUR_de_XXX</dd>
1079       
1080        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile_event">selectfile_event</a></dt>
1081        <dd>a procedure from the file selectfile.pro</dd>
1082       
1083        <dt><a href="./Matrix/make_selection.html?format=raw#_make_selection">selnames</a></dt>
1084        <dd>a parameter from the routine ./Matrix/make_selection</dd>
1085       
1086        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_set_cal_combobox">set_cal_combobox</a></dt>
1087        <dd>a procedure from the file cw_calendar.pro</dd>
1088       
1089        <dt><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_draw_corner_triangle">seuil</a></dt>
1090        <dd>a parameter from the routine ./ToBeReviewed/TRIANGULATION/completecointerre</dd>
1091       
1092        <dt><a href="./Picture/showimage.html?format=raw#_showimage">showimage</a></dt>
1093        <dd>a procedure from the file showimage.pro</dd>
1094       
1095        <dt><a href="Picture/showimage.html?format=raw">showimage.pro</a></dt>
1096        <dd>a file from the directory ./Picture</dd>
1097       
1098        <dt><a href="./Textoidl/showtex.html?format=raw#_showtex">showtex</a></dt>
1099        <dd>a procedure from the file showtex.pro</dd>
1100       
1101        <dt><a href="Textoidl/showtex.html?format=raw">showtex.pro</a></dt>
1102        <dd>a file from the directory ./Textoidl</dd>
1103       
1104        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw#_singleclickaction">singleclickaction</a></dt>
1105        <dd>a procedure from the file singleclickaction.pro</dd>
1106       
1107        <dt><a href="ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw">singleclickaction.pro</a></dt>
1108        <dd>a file from the directory ./ToBeReviewed/WIDGET/AUTOUR_de_XXX</dd>
1109       
1110        <dt><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">singular</a></dt>
1111        <dd>a parameter from the routine ./ToBeReviewed/TRIANGULATION/definetri_e</dd>
1112       
1113        <dt><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">site</a></dt>
1114        <dd>a parameter from the routine ./ToBeReviewed/LECTURE/read_ftp</dd>
1115       
1116        <dt><a href="./ToBeReviewed/WIDGET/slec.html?format=raw#_slec">slec</a></dt>
1117        <dd>a function from the file slec.pro</dd>
1118       
1119        <dt><a href="ToBeReviewed/WIDGET/slec.html?format=raw">slec.pro</a></dt>
1120        <dd>a file from the directory ./ToBeReviewed/WIDGET</dd>
1121       
1122        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw#_tracecadre">small</a></dt>
1123        <dd>a parameter from the routine ./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre</dd>
1124       
1125        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout">small</a></dt>
1126        <dd>a parameter from the routine ./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout</dd>
1127       
1128        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw#_createhistory">small</a></dt>
1129        <dd>a parameter from the routine ./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory</dd>
1130       
1131        <dt><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw#_calibre">smalldraw</a></dt>
1132        <dd>a parameter from the routine ./ToBeReviewed/POSTSCRIPT/calibre</dd>
1133       
1134        <dt><a href="./Grid/smallmeshmask.html?format=raw#_smallmeshmask">smallmeshmask</a></dt>
1135        <dd>a procedure from the file smallmeshmask.pro</dd>
1136       
1137        <dt><a href="Grid/smallmeshmask.html?format=raw">smallmeshmask.pro</a></dt>
1138        <dd>a file from the directory ./Grid</dd>
1139       
1140        <dt><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">sn</a></dt>
1141        <dd>a parameter from the routine ./ToBeReviewed/CALCULS/rhon</dd>
1142       
1143        <dt><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">sn</a></dt>
1144        <dd>a keyword from the routine readoldoparestart</dd>
1145       
1146        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">sname</a></dt>
1147        <dd>a parameter from the routine ./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2</dd>
1148       
1149        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw#_buildreadcmd">snameexp</a></dt>
1150        <dd>a parameter from the routine ./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd</dd>
1151       
1152        <dt><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></dt>
1153        <dd>a function from the file sortdim.pro</dd>
1154       
1155        <dt><a href="ToBeReviewed/HOPE/sortdim.html?format=raw">sortdim.pro</a></dt>
1156        <dd>a file from the directory ./ToBeReviewed/HOPE</dd>
1157       
1158        <dt><a href="./Interpolation/neighbor.html?format=raw#_neighbor">sphere</a></dt>
1159        <dd>a keyword from the routine neighbor</dd>
1160       
1161        <dt><a href="./Interpolation/spl_fstdrv.html?format=raw#_spl_fstdrv">spl_fstdrv</a></dt>
1162        <dd>a function from the file spl_fstdrv.pro</dd>
1163       
1164        <dt><a href="Interpolation/spl_fstdrv.html?format=raw">spl_fstdrv.pro</a></dt>
1165        <dd>a file from the directory ./Interpolation</dd>
1166       
1167        <dt><a href="./Interpolation/spl_incr.html?format=raw#_spl_incr">spl_incr</a></dt>
1168        <dd>a function from the file spl_incr.pro</dd>
1169       
1170        <dt><a href="Interpolation/spl_incr.html?format=raw">spl_incr.pro</a></dt>
1171        <dd>a file from the directory ./Interpolation</dd>
1172       
1173        <dt><a href="./Interpolation/spl_keep_mean.html?format=raw#_spl_keep_mean">spl_keep_mean</a></dt>
1174        <dd>a function from the file spl_keep_mean.pro</dd>
1175       
1176        <dt><a href="Interpolation/spl_keep_mean.html?format=raw">spl_keep_mean.pro</a></dt>
1177        <dd>a file from the directory ./Interpolation</dd>
1178       
1179        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></dt>
1180        <dd>a procedure from the file splot.pro</dd>
1181       
1182        <dt><a href="ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw">splot.pro</a></dt>
1183        <dd>a file from the directory ./ToBeReviewed/PLOTS/DESSINE</dd>
1184       
1185        <dt><a href="./Interpolation/square2quadrilateral.html?format=raw#_square2quadrilateral">square2quadrilateral</a></dt>
1186        <dd>a function from the file square2quadrilateral.pro</dd>
1187       
1188        <dt><a href="Interpolation/square2quadrilateral.html?format=raw">square2quadrilateral.pro</a></dt>
1189        <dd>a file from the directory ./Interpolation</dd>
1190       
1191        <dt><a href="./Textoidl/strcnt.html?format=raw#_strcnt">startpos</a></dt>
1192        <dd>a parameter from the routine ./Textoidl/strcnt</dd>
1193       
1194        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">startx</a></dt>
1195        <dd>a parameter from the routine ./Grid/computegrid</dd>
1196       
1197        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">starty</a></dt>
1198        <dd>a parameter from the routine ./Grid/computegrid</dd>
1199       
1200        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">stepxin</a></dt>
1201        <dd>a parameter from the routine ./Grid/computegrid</dd>
1202       
1203        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">stepyin</a></dt>
1204        <dd>a parameter from the routine ./Grid/computegrid</dd>
1205       
1206        <dt><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">str</a></dt>
1207        <dd>a parameter from the routine ./ToBeReviewed/STRING/strwhere</dd>
1208       
1209        <dt><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">str</a></dt>
1210        <dd>a parameter from the routine ./ToBeReviewed/STRING/strrepl</dd>
1211       
1212        <dt><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">str</a></dt>
1213        <dd>a parameter from the routine ./ToBeReviewed/STRING/lenstr</dd>
1214       
1215        <dt><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_string2struct">strVal</a></dt>
1216        <dd>a parameter from the routine ./ToBeReviewed/STRING/string2struct</dd>
1217       
1218        <dt><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_str_size">str_size</a></dt>
1219        <dd>a function from the file str_size.pro</dd>
1220       
1221        <dt><a href="ToBeReviewed/STRING/str_size.html?format=raw">str_size.pro</a></dt>
1222        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1223       
1224        <dt><a href="./Textoidl/str_token.html?format=raw#_str_token">str_token</a></dt>
1225        <dd>a function from the file str_token.pro</dd>
1226       
1227        <dt><a href="Textoidl/str_token.html?format=raw">str_token.pro</a></dt>
1228        <dd>a file from the directory ./Textoidl</dd>
1229       
1230        <dt><a href="./Textoidl/strcnt.html?format=raw#_strcnt">strcnt</a></dt>
1231        <dd>a function from the file strcnt.pro</dd>
1232       
1233        <dt><a href="Textoidl/strcnt.html?format=raw">strcnt.pro</a></dt>
1234        <dd>a file from the directory ./Textoidl</dd>
1235       
1236        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#__str">string</a></dt>
1237        <dd>a parameter from the routine ./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2</dd>
1238       
1239        <dt><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_str_size">string</a></dt>
1240        <dd>a parameter from the routine ./ToBeReviewed/STRING/str_size</dd>
1241       
1242        <dt><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_strtok">string</a></dt>
1243        <dd>a parameter from the routine ./ToBeReviewed/STRING/strtok</dd>
1244       
1245        <dt><a href="./Textoidl/str_token.html?format=raw#_str_token">string</a></dt>
1246        <dd>a parameter from the routine ./Textoidl/str_token</dd>
1247       
1248        <dt><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_string2struct">string2struct</a></dt>
1249        <dd>a function from the file string2struct.pro</dd>
1250       
1251        <dt><a href="ToBeReviewed/STRING/string2struct.html?format=raw">string2struct.pro</a></dt>
1252        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1253       
1254        <dt><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">stringin</a></dt>
1255        <dd>a parameter from the routine ./ToBeReviewed/STRING/chkeywd</dd>
1256       
1257        <dt><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw#_strkeywd">strkeywd</a></dt>
1258        <dd>a function from the file strkeywd.pro</dd>
1259       
1260        <dt><a href="ToBeReviewed/STRING/strkeywd.html?format=raw">strkeywd.pro</a></dt>
1261        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1262       
1263        <dt><a href="./Textoidl/nexttok.html?format=raw#_nexttok">strn</a></dt>
1264        <dd>a parameter from the routine ./Textoidl/nexttok</dd>
1265       
1266        <dt><a href="./Textoidl/strcnt.html?format=raw#_strcnt">strn</a></dt>
1267        <dd>a parameter from the routine ./Textoidl/strcnt</dd>
1268       
1269        <dt><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></dt>
1270        <dd>a function from the file strrepl.pro</dd>
1271       
1272        <dt><a href="ToBeReviewed/STRING/strrepl.html?format=raw">strrepl.pro</a></dt>
1273        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1274       
1275        <dt><a href="./ToBeReviewed/STRING/strright.html?format=raw#_strright">strright</a></dt>
1276        <dd>a function from the file strright.pro</dd>
1277       
1278        <dt><a href="ToBeReviewed/STRING/strright.html?format=raw">strright.pro</a></dt>
1279        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1280       
1281        <dt><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_strsci">strsci</a></dt>
1282        <dd>a function from the file strsci.pro</dd>
1283       
1284        <dt><a href="ToBeReviewed/STRING/strsci.html?format=raw">strsci.pro</a></dt>
1285        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1286       
1287        <dt><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_strtok">strtok</a></dt>
1288        <dd>a function from the file strtok.pro</dd>
1289       
1290        <dt><a href="ToBeReviewed/STRING/strtok.html?format=raw">strtok.pro</a></dt>
1291        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1292       
1293        <dt><a href="./Textoidl/strtrans.html?format=raw#_strtrans">strtrans</a></dt>
1294        <dd>a function from the file strtrans.pro</dd>
1295       
1296        <dt><a href="Textoidl/strtrans.html?format=raw">strtrans.pro</a></dt>
1297        <dd>a file from the directory ./Textoidl</dd>
1298       
1299        <dt><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw#_extractstru">stru</a></dt>
1300        <dd>a parameter from the routine ./ToBeReviewed/STRUCTURE/extractstru</dd>
1301       
1302        <dt><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">stru1</a></dt>
1303        <dd>a parameter from the routine ./ToBeReviewed/STRUCTURE/mixstru</dd>
1304       
1305        <dt><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">stru2</a></dt>
1306        <dd>a parameter from the routine ./ToBeReviewed/STRUCTURE/mixstru</dd>
1307       
1308        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw#_restoreatt">struct</a></dt>
1309        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DIVERS/restoreatt</dd>
1310       
1311        <dt><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct</a></dt>
1312        <dd>a parameter from the routine ./ToBeReviewed/STRUCTURE/struct2string</dd>
1313       
1314        <dt><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw#_strkeywd">struct</a></dt>
1315        <dd>a parameter from the routine ./ToBeReviewed/STRING/strkeywd</dd>
1316       
1317        <dt><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw#_litchamp">struct</a></dt>
1318        <dd>a parameter from the routine ./ToBeReviewed/LECTURE/litchamp</dd>
1319       
1320        <dt><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct2string</a></dt>
1321        <dd>a function from the file struct2string.pro</dd>
1322       
1323        <dt><a href="ToBeReviewed/STRUCTURE/struct2string.html?format=raw">struct2string.pro</a></dt>
1324        <dd>a file from the directory ./ToBeReviewed/STRUCTURE</dd>
1325       
1326        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw#_ncdf_quickwrite_helper1">structname</a></dt>
1327        <dd>a parameter from the routine ./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1</dd>
1328       
1329        <dt><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw#_chkstru">structure</a></dt>
1330        <dd>a parameter from the routine ./ToBeReviewed/STRUCTURE/chkstru</dd>
1331       
1332        <dt><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></dt>
1333        <dd>a function from the file strwhere.pro</dd>
1334       
1335        <dt><a href="ToBeReviewed/STRING/strwhere.html?format=raw">strwhere.pro</a></dt>
1336        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
1337       
1338        <dt><a href="./ToBeReviewed/PLOTS/style.html?format=raw#_style">style</a></dt>
1339        <dd>a procedure from the file style.pro</dd>
1340       
1341        <dt><a href="ToBeReviewed/PLOTS/style.html?format=raw">style.pro</a></dt>
1342        <dd>a file from the directory ./ToBeReviewed/PLOTS</dd>
1343       
1344        <dt><a href="./Textoidl/translate_sub_super.html?format=raw#_sub_sup_idl">sub_sup_idl</a></dt>
1345        <dd>a function from the file translate_sub_super.pro</dd>
1346       
1347        <dt><a href="Textoidl/sub_sup_idl.html?format=raw">sub_sup_idl.pro</a></dt>
1348        <dd>a file from the directory ./Textoidl</dd>
1349       
1350        <dt><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw#_read_gribtable">subcenter</a></dt>
1351        <dd>a keyword from the routine read_gribtable</dd>
1352       
1353        <dt><a href="./Textoidl/strcnt.html?format=raw#_strcnt">substrn</a></dt>
1354        <dd>a parameter from the routine ./Textoidl/strcnt</dd>
1355       
1356        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getfile">suffix</a></dt>
1357        <dd>a keyword from the routine ncdf_quickread_getfile</dd>
1358       
1359        <dt><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">swapbytes</a></dt>
1360        <dd>a parameter from the routine ./ReadWrite/scanctl</dd>
1361       
1362        <dt><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw#_symbols">symbols</a></dt>
1363        <dd>a procedure from the file symbols.pro</dd>
1364       
1365        <dt><a href="ToBeReviewed/PLOTS/symbols.html?format=raw">symbols.pro</a></dt>
1366        <dd>a file from the directory ./ToBeReviewed/PLOTS</dd>
1367       
1368        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_3d">sz</a></dt>
1369        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DIVERS/checkfield</dd>
1370       
1371        <dt><a href="./Utilities/fitintobox.html?format=raw#_err_mess">sz</a></dt>
1372        <dd>a parameter from the routine ./Utilities/fitintobox</dd>
1373       
1374        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_2d">sz</a></dt>
1375        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DIVERS/checkfield</dd>
1376       
1377      </dl>
1378     
1379
1380      <div id="tagline">Produced by IDLdoc 2.0.</div>
1381
1382    </div>
1383
1384  </body>
1385</html>
Note: See TracBrowser for help on using the repository browser.