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

Last change on this file since 109 was 109, checked in by pinsard, 18 years ago

modification of savesaxo.sh to fix ticket 17

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