source: trunk/SRC/Documentation/idldoc_html_output/idldoc-categories.html @ 142

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

english and nicer header (2a)

File size: 46.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">
4
5<!-- categories-begin.tt needs structure with the following fields:
6       version : IDLdoc version
7       date : string containing date of file creation
8       embed : 0 for link to CSS, 1 for embed CSS
9       css_location : if embed then string filename of CSS file location, o/w href to CSS file
10       navbar_filename : filename of navbar template
11     Plus fields needed by the templates: navbar, tagline
12-->
13
14<!-- categories-tag.tt needs structure with the following fields:
15       tag : tag name
16       tag_id : tag name with spaces converted to underscores
17       routines : array of structures with fields name, url
18-->
19
20<!-- categories-end.tt needs structure with the following fields:
21       footer : filename of footer file to include
22       tagline_filename : filename of tagline template
23-->
24
25
26<!-- Generated by IDLdoc 2.0 -->
27
28<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
29  <head>
30    <title>Categories (SAXO Documentation)</title>
31
32   
33    <style type="text/css" media="all">
34         
35/* CSS for all files which appear in the "main" viewing area: overview,
36   directory overviews, warnings, index, search, pro files, source
37   code, help, and etc files. */
38
39/* Link styles --------------------------------------------------------------- */
40
41a { text-decoration: none; }
42
43a:link, a:visited { 
44  color: #660000; 
45  border-bottom: 1px dotted #C0C0F0;   
46}
47
48a:hover, a:focus { 
49  color: #993333; 
50  background: #FFFFCC; 
51  border-bottom: 1px dotted #303099; 
52}
53
54
55/* Main styles --------------------------------------------------------------- */
56
57body {
58  margin: 0;
59  padding: 0;
60  font-size: 10pt;
61  font-family: Verdana, Helvetica, Arial, sans-serif;
62  background-color: #FFFFFF;
63}
64
65p {
66  margin-top: 0.5em;
67  margin-bottom: 0;
68}
69
70#container { margin: 1em; }
71
72code.section { white-space: pre; }
73
74pre.snippet {
75  margin-left: 5%;
76  background: #F0F0F0;
77  border: 1px dashed #999999;
78  width: 43em;
79  padding: 0.5em 0.5em 0.5em 0.5em;
80  white-space: pre;
81}
82
83/* Navbar styles ------------------------------------------------------------- */
84
85#navbar_title {
86  color: #000033;
87  background-color: #F0F0FF;
88  font-family: Arial, Helvetica, sans-serif;
89  padding: 20px 30px;
90  border-bottom: 1px solid #000033;
91}
92
93#navbar_title * {
94  margin: 0;
95  padding: 0;
96}
97
98#navbar_title h1 {
99  letter-spacing: 0.1em;
100  font-variant: small-caps;
101  font-size: 250%;
102  text-indent: -1em;
103  padding-left: 1em; 
104}
105
106#navbar_title h2 {
107  font-size: 110%;
108  font-weight: normal;
109  color: #333399;
110}
111
112#main_navbar table {
113  width: 100%;
114  border-bottom: 1px solid #666699;
115}
116
117#main_navbar td {
118  background: #CCCCFF;
119  font-size: 80%;
120  font-weight: bold;
121  font-family: Arial, Helvetica, sans-serif;
122  border-top: 3px solid #CCCCFF;
123  border-bottom: 3px solid #CCCCFF;
124  padding-left: 6px;
125  padding-right: 6px;
126  margin: 0;
127}
128
129#main_navbar td#selected {
130  background: #CCCCFF;
131  font-size: 80%;
132  font-weight: bold;
133  font-family: Arial, Helvetica, sans-serif;
134  border-top: 3px solid #333399;
135  border-bottom: 3px solid #CCCCFF;
136  padding-left: 6px;
137  padding-right: 6px;
138  margin: 0;
139}
140
141#main_navbar td#flexible {
142  width: 100%;
143  text-align: right;
144  padding-right: 1em;
145  background: #CCCCFF;
146  font-size: 70%;
147  font-weight: normal;
148  font-family: Arial, Helvetica, sans-serif;
149  text-transform: uppercase;
150  border-top: 3px solid #CCCCFF;
151  border-bottom: 3px solid #CCCCFF;
152}
153
154#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
155
156#main_navbar a:hover, #main_navbar a:focus {
157  color: #FFFF66;
158  background: #CCCCFF;
159  border-bottom: 1px none #606099; 
160  border: 0;
161}
162
163#secondary_navbar {
164  font-size: 80%;
165  font-weight: normal;
166  font-family: Arial, Helvetica, sans-serif;
167  margin-top: 4px;
168  margin-left: 20px;
169  white-space: nowrap;
170}
171
172
173/* Tagline and footer styles ------------------------------------------------- */
174
175div#tagline {
176  margin-top: 6px;
177  border-top: 1px dotted lightsteelblue;
178  padding-top: 6px;
179  font-size: 66%;
180  font-style: italic;
181}
182
183div#footer {
184  margin-top: 6px;
185  border-top: 1px dotted lightsteelblue;
186  padding-top: 6px;
187  font-size: 66%;
188  font-style: italic;
189}
190
191/* Basic data presenation styles -------------------------------------------- */
192
193.index_letter { 
194  font-size: 300%;
195  font-weight: bold;
196  color: #000066; 
197  margin: 0.5em 0 0 -0.1em;
198}
199
200h1, h2, h3, h4 {
201  font-weight: normal;
202  color: #3333CC;
203}
204
205h1 {
206  padding-top: 0.75em;
207  font-size: 160%;
208}
209
210h2 {
211  padding-top: 1em;
212  font-size: 120%;
213  }
214
215h3 {
216  padding-top: 0.75em;
217  margin-bottom: 0.25em;
218  font-size: 100%;
219}
220
221h4 {
222  padding: 0;
223  margin: 0.5em 0 0 0;
224  font-size: 80%;
225}
226
227table.basic {
228  empty-cells: show;
229  margin: 1.5em 1em 0 1em;
230  border: 1px dotted #CFCFFF;
231  font-size: 80%;
232}
233
234table.basic th {
235  background-color: #F0F0FF;
236  font-weight: bold;
237  text-align: left;
238  padding: 4px 1em 4px 4px;
239  border-bottom: 1px dotted #666699;
240}
241
242table.basic td {
243  vertical-align: top;
244  padding: 4px 1em 4px 4px;
245}
246
247dd {
248  margin-bottom: 0.25em;
249  font-size: 80%;
250}
251
252
253/* Warnings styles ----------------------------------------------------------- */
254
255
256#todo dl, #bugs dl { 
257  margin: 0 0 0 1.5em;
258  font-size: 80%;
259}
260
261#todo dd, #bugs dd { 
262  margin-left: 3em; 
263  font-size: 100%;
264}
265
266#undoc table, #obsolete table, #statistics table {
267  width: 80%;
268  margin-left: 2em;
269}
270
271#undoc td, #obsolete td, #statistics td { 
272  padding: 0 0 0 0;
273  font-size: 80%;
274  white-space: nowrap;
275}
276
277#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
278
279#undoc td.docstat, #statistics td.stat { 
280  width: 50%;
281  text-align: right;
282}
283
284#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
285
286#undoc td.notdoc, #statistics td.warning { color: #993333; }
287
288/* File + routine styles ----------------------------------------------------- */
289
290h1.directory { 
291  padding: 1em 0 0 0;
292  margin: 0;
293  font-size: 66%;
294}
295
296h1.directory a { border-bottom: 0; }
297
298h2.pro_file { 
299  padding: 0;
300  margin: 0;
301  font-size: 140%;
302}
303
304div#file_attr {
305  padding: 0 1em 0 1em;
306  margin: 1em;
307  background: #F6F6F6;
308  border: 1px dotted #999999;
309}
310
311div#file_attr dt {
312  font-size: 80%;
313  font-weight: bold;
314}
315
316div#file_attr dd {
317  font-size: 80%;
318}
319
320div#class_diagram { 
321  padding: 1em 0 1em 0; 
322  white-space: pre;
323  font-family: 'Courier New';
324}
325
326table#sav_attr { 
327  font-size: 90%; 
328  margin: 1em; 
329  padding: 1em 1em 1em 1em;
330  background: #F6F6F6;
331  border: 1px dotted #999999;
332}
333
334table#sav_attr th { text-align: left; }
335
336table#sav_attr td { vertical-align: top; padding-right: 2em; }
337
338table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
339
340p.sav_warning { margin-left: 4em; font-family: 80%; }
341
342table.variables { 
343  font-family: 'Courier New', monospace; 
344  font-size: 80%; 
345  text-indent: -2em; 
346  padding-left: 2em; 
347}
348
349table.variables td.image { width: 64px; }
350
351div#file_comments { white-space: pre; 
352  margin: 2em;
353  font-size: 80%;
354}
355
356
357div.field_summary {
358  padding: 0 1em 0 1em;
359  margin: 1em;
360  background: #FFFFF0;
361  border: 1px dotted #C0C000;
362}
363
364div#routine_summary { 
365  padding: 0 1em 0 1em;
366  margin: 1em;
367  background: #F0F0FF;
368  border: 1px dotted #9999FF;
369}
370
371div.field_summary h2, div#routine_summary h2 { 
372  padding: 0.5em 0 0 0;
373  margin: 0;
374}
375
376div.field_summary table, div.field_summary p { 
377  margin: 1em 1em;
378}
379
380div.field_summary td.name { 
381  vertical-align: top;
382  padding-bottom: 0.25em;
383  color: #3333CC;
384}
385
386div.field_summary span.field_type { 
387  font-weight: normal;
388  font-size: 80%;
389  color: black;
390}
391
392div.field_summary td.comments { 
393  vertical-align: top;
394  padding-left: 2em;
395  font-size: 80%;
396}
397
398p.commaList { 
399  margin: 1em 1em 1em 1em;
400}
401
402span.warning { 
403  color: #CC6633;
404  font-weight: bold;
405  font-size: 66%;
406  text-transform: uppercase;
407}
408
409span.categories { 
410  color: #006633;
411  font-weight: bold;
412  font-size: 66%;
413  text-transform: uppercase;
414}
415
416span.undoc { 
417  color: #FF6633;
418  font-weight: bold;
419  font-size: 80%;
420  text-transform: uppercase;
421}
422
423span.attr { 
424  color: #006633;
425  font-weight: bold;
426  font-size: 80%;
427  text-transform: uppercase;
428}
429
430span.value { 
431  color: #006633;
432  font-weight: normal;
433  text-transform: none;
434}
435
436a.top { 
437  font-weight: bold;
438  font-size: 66%;
439  text-transform: uppercase;
440  float: right;
441}
442
443span.result { 
444  font-family: Verdana, Arial, Helvetica, sans-serif;
445  font-style: italic;
446  font-size: 80%;
447}
448
449div#routine_summary p, div.routine_details p.header { 
450  padding-top: 0.5em;
451  margin-left: 1.5em;
452  text-indent: -1.5em;
453  font-family: 'Courier New', monospace;
454}
455
456div.routine_details { 
457  padding: 0.5em 1em 0.5em 1em;
458  margin: 1em;
459  border: 1px dotted #CCCCCC;
460}
461
462div.routine_details h2 { 
463  padding-top: 0;
464  margin-top: 0;
465}
466
467div.routine_details div.value { 
468  margin: 0 1em 0 1em;
469  font-size: 80%;
470}
471
472div.routine_details div.comments { 
473  font-size: 80%;
474  margin: 0.75em 1em 1em 1em;
475}
476
477div.routine_details div.preformat { 
478  white-space: pre;
479}
480
481table.statistics { 
482  font-size: 80%;
483  margin-left: 1em;
484}
485
486table.statistics td { 
487  padding: 0 2em 0 0;
488}
489
490/* Overview styles ----------------------------------------------------------- */
491
492div.overview { 
493  width: 100%;
494  margin-top: 1em;
495  clear: both;
496}
497
498div.overview table {
499  empty-cells: show;
500  font-size: 90%;
501  margin: 1em 1em 1em 1em;
502  padding: 1em 0.5em 1em 0.5em;
503  background: #F6F6F6;
504  border: 1px dotted #999999;
505}
506
507div.overview td {
508  padding: 3px 1em 3px 1em;
509}
510
511div.overview td.dir {
512  width: 1%;
513  vertical-align: top;
514  text-align: right;
515  padding-right: 1em;
516}
517
518
519/* Navigation list styles for tree structures -------------------------------- */
520
521#tree {
522  text-align: left;
523  font-size: 90%;
524  margin: 0.75em 0 0.75em 0;
525  padding: 0;
526}
527
528#tree ul {
529  text-align: left;
530  margin: 0;
531  padding: 0;
532}
533
534#tree li {
535  margin: 0 0 0 15px;
536  padding: 0;
537  list-style-type: none;
538}
539
540#tree .symbols {
541  float: left;
542  width: 12px;
543  height: 1em;
544  padding-left: 4px;
545  background-position: 0 100%;
546  background-repeat: no-repeat;
547}
548
549/* Search styles ------------------------------------------------------------- */
550
551input.writein { 
552  padding-left: 0.5em;
553  border: 1px solid #CCCCCC;
554  font-family: 'Courier New';
555  background: #FFFFF3;
556}
557
558#search form { 
559  margin-left: 2em;
560}
561
562#search table { 
563  margin: 1em 1em 0 2em;
564  padding: 1em 2em 1em 2em;
565  background: #F6F6F6;
566  border: 1px dotted #999999;
567}
568
569#search tr { 
570  text-align: center;
571}
572
573#search td { 
574  font-size: 80%; 
575  text-align: left;
576}
577
578#search td * { 
579  vertical-align: middle;
580}
581
582#search p { 
583  font-size: 66%;
584  margin: 0 3em 2em 3em;
585}
586
587/* Help styles --------------------------------------------------------------- */
588
589div.toc { 
590  padding: 0 1em 0 1em;
591  margin: 1em;
592  background: #F0F0FF;
593  border: 1px dotted #9999FF; 
594  width: 19em;
595}
596
597div.right { 
598  float: right;
599  width: 22em;
600}
601
602ol.toc { 
603  list-style-type: upper-roman;
604}
605
606ol.toc ol { 
607  padding-left: 3em;
608  margin-left: 0;
609  list-style-type: lower-alpha;
610}
611
612dl.variables dt { font-size: 80%; }
613dl.variables dd { margin-bottom: 0.5em; }
614
615    </style>   
616    <style type="text/css" media="print">
617         #navbar_title { 
618  background-color: #FFFFFF; 
619}
620
621#main_navbar td {
622  background: #FFFFFF;
623  border-top: 0.25em solid #FFFFFF;
624  border-bottom: 0.25em solid #FFFFFF;
625}
626
627#main_navbar td#selected {
628  background: #FFFFFF;
629  border-top: 0.25em solid #333399;
630  border-bottom: 0.25em solid #FFFFFF;
631}
632
633#main_navbar td#flexible {
634  background: #FFFFFF;
635  border-top: 0.25em solid #FFFFFF;
636  border-bottom: 0.25em solid #FFFFFF;
637}
638
639#secondary_navbar {
640  display: none;
641}
642
643    </style>
644   
645
646    <script type="text/javascript" src="./tree.js" />
647    <script type="text/javascript">
648      function setTitle() {
649        parent.document.title="Categories (SAXO Documentation)";
650      }
651    </script>
652  </head>
653
654
655  <body onload="setTitle();">
656
657    <div id="navbar_title">
658  <h1>SAXO Documentation</h1>
659</div>
660
661
662<div id="main_navbar">
663
664  <table cellspacing="0">
665    <tr>
666     
667      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
668     
669
670     
671      <td >Directory</td>
672     
673
674     
675      <td id="selected">Categories</td>
676     
677
678     
679      <td><a href="idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
680     
681
682     
683      <td><a href="search-page.html?format=raw" title="Search library">Search</a></td>
684     
685
686      <td >File</td>
687
688     
689      <td >Source</td>
690     
691
692     
693      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
694     
695
696      <td >Etc</td>
697
698      <td id="flexible">Developer&nbsp;documentation</td>
699    </tr>
700  </table>
701
702</div>
703
704<div id="secondary_navbar">
705
706&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-categories.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
707
708</div>
709
710
711    <div id="container">
712
713      <h1>Categories</h1>
714
715
716     
717      <p>The following categories were found in the library.</p>
718      <ul id="tree">
719              <li id="idldoc-"> <span class="result">(4 routines)</span>
720          <ul>
721           
722            <li><a href="./ToBeReviewed/INIT/initncdf.html?format=raw#_initncdf">initncdf</a></li>
723           
724            <li><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw#_strkeywd">strkeywd</a></li>
725           
726            <li><a href="./ToBeReviewed/STRING/tostr.html?format=raw#_tostr">tostr</a></li>
727           
728            <li><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw#_tracegrille">tracegrille</a></li>
729           
730          </ul>
731        </li>        <li id="idldoc-">Animated drawings. <span class="result">(1 routine)</span>
732          <ul>
733           
734            <li><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw#_animgif">animgif</a></li>
735           
736          </ul>
737        </li>        <li id="idldoc-Arrays">Arrays <span class="result">(1 routine)</span>
738          <ul>
739           
740            <li><a href="./Matrix/cmapply.html?format=raw#_cmapply">cmapply</a></li>
741           
742          </ul>
743        </li>        <li id="idldoc-Calculation_of_matrixes">Calculation of matrixes <span class="result">(1 routine)</span>
744          <ul>
745           
746            <li><a href="./Matrix/different.html?format=raw#_different">different</a></li>
747           
748          </ul>
749        </li>        <li id="idldoc-Calculation_on_matrixes">Calculation on matrixes <span class="result">(2 routines)</span>
750          <ul>
751           
752            <li><a href="./ToBeReviewed/CALCULS/curl.html?format=raw#_curl">curl</a></li>
753           
754            <li><a href="./ToBeReviewed/CALCULS/div.html?format=raw#_div">div</a></li>
755           
756          </ul>
757        </li>        <li id="idldoc-Calendar">Calendar <span class="result">(2 routines)</span>
758          <ul>
759           
760            <li><a href="./Calendar/caldat.html?format=raw#_CALDAT">CALDAT</a></li>
761           
762            <li><a href="./Calendar/julday.html?format=raw#_JULDAY">JULDAY</a></li>
763           
764          </ul>
765        </li>        <li id="idldoc-Color">Color <span class="result">(4 routines)</span>
766          <ul>
767           
768            <li><a href="./Colors/color24.html?format=raw#_COLOR24">COLOR24</a></li>
769           
770            <li><a href="./Colors/getcolor.html?format=raw#_GETCOLOR">GETCOLOR</a></li>
771           
772            <li><a href="./Colors/xlct.html?format=raw#_XLct">XLct</a></li>
773           
774            <li><a href="./Colors/xpal.html?format=raw#_XPAL">XPAL</a></li>
775           
776          </ul>
777        </li>        <li id="idldoc-Graphic_environment">Graphic environment <span class="result">(1 routine)</span>
778          <ul>
779           
780            <li><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">axe</a></li>
781           
782          </ul>
783        </li>        <li id="idldoc-">Graphic. <span class="result">(1 routine)</span>
784          <ul>
785           
786            <li><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">plotsym</a></li>
787           
788          </ul>
789        </li>        <li id="idldoc-Graphics">Graphics <span class="result">(9 routines)</span>
790          <ul>
791           
792            <li><a href="./Colors/color24.html?format=raw#_COLOR24">COLOR24</a></li>
793           
794            <li><a href="./Colors/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></li>
795           
796            <li><a href="./Colors/getcolor.html?format=raw#_GETCOLOR">GETCOLOR</a></li>
797           
798            <li><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw#_bar_plot">bar_plot</a></li>
799           
800            <li><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></li>
801           
802            <li><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></li>
803           
804            <li><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">plt1d</a></li>
805           
806            <li><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></li>
807           
808            <li><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></li>
809           
810          </ul>
811        </li>        <li id="idldoc-Graphics_Programs">Graphics Programs <span class="result">(1 routine)</span>
812          <ul>
813           
814            <li><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_STR_SIZE">STR_SIZE</a></li>
815           
816          </ul>
817        </li>        <li id="idldoc-Grille">Grille <span class="result">(4 routines)</span>
818          <ul>
819           
820            <li><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw#_f2v">f2v</a></li>
821           
822            <li><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw#_t2v">t2v</a></li>
823           
824            <li><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw#_u2t">u2t</a></li>
825           
826            <li><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw#_v2t">v2t</a></li>
827           
828          </ul>
829        </li>        <li id="idldoc-">INPUTS: <span class="result">(1 routine)</span>
830          <ul>
831           
832            <li><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">putfile</a></li>
833           
834          </ul>
835        </li>        <li id="idldoc-Image_display">Image display <span class="result">(1 routine)</span>
836          <ul>
837           
838            <li><a href="./Picture/imdisp.html?format=raw#_IMDISP">IMDISP</a></li>
839           
840          </ul>
841        </li>        <li id="idldoc-">Input/Output. <span class="result">(2 routines)</span>
842          <ul>
843           
844            <li><a href="./Picture/saveimage.html?format=raw#_SAVEIMAGE">SAVEIMAGE</a></li>
845           
846            <li><a href="./Picture/showimage.html?format=raw#_SHOWIMAGE">SHOWIMAGE</a></li>
847           
848          </ul>
849        </li>        <li id="idldoc-Lightening_of_the_writting_of_plt">Lightening of the writting of plt <span class="result">(1 routine)</span>
850          <ul>
851           
852            <li><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></li>
853           
854          </ul>
855        </li>        <li id="idldoc-Mapping">Mapping <span class="result">(1 routine)</span>
856          <ul>
857           
858            <li><a href="./Interpolation/ll_narcs_distances.html?format=raw#_LL_NARCS_DISTANCES">LL_NARCS_DISTANCES</a></li>
859           
860          </ul>
861        </li>        <li id="idldoc-Maps">Maps <span class="result">(2 routines)</span>
862          <ul>
863           
864            <li><a href="./Interpolation/map_npoints.html?format=raw#_Map_npoints">Map_npoints</a></li>
865           
866            <li><a href="./Interpolation/neighbor.html?format=raw#_neighbor">neighbor</a></li>
867           
868          </ul>
869        </li>        <li id="idldoc-Plotting">Plotting <span class="result">(1 routine)</span>
870          <ul>
871           
872            <li><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw#_VELOVECT">VELOVECT</a></li>
873           
874          </ul>
875        </li>        <li id="idldoc-">Plotting. <span class="result">(1 routine)</span>
876          <ul>
877           
878            <li><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw#_LABEL_DATE">LABEL_DATE</a></li>
879           
880          </ul>
881        </li>        <li id="idldoc-Post_traitment_calculation">Post traitment calculation <span class="result">(1 routine)</span>
882          <ul>
883           
884            <li><a href="./ToBeReviewed/CALCULS/norme.html?format=raw#_norme">norme</a></li>
885           
886          </ul>
887        </li>        <li id="idldoc-">Post-traiment calculation <span class="result">(1 routine)</span>
888          <ul>
889           
890            <li><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">hdyn</a></li>
891           
892          </ul>
893        </li>        <li id="idldoc-Reading">Reading <span class="result">(2 routines)</span>
894          <ul>
895           
896            <li><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw#_ncdf_lec">ncdf_lec</a></li>
897           
898            <li><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope">read_hope</a></li>
899           
900          </ul>
901        </li>        <li id="idldoc-String_Utilities">String Utilities <span class="result">(1 routine)</span>
902          <ul>
903           
904            <li><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_StrSci">StrSci</a></li>
905           
906          </ul>
907        </li>        <li id="idldoc-Utilities">Utilities <span class="result">(5 routines)</span>
908          <ul>
909           
910            <li><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw#_fmask">fmask</a></li>
911           
912            <li><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">placedessin</a></li>
913           
914            <li><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw#_restoreatt">restoreatt</a></li>
915           
916            <li><a href="./ToBeReviewed/GRILLE/umask.html?format=raw#_umask">umask</a></li>
917           
918            <li><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw#_vmask">vmask</a></li>
919           
920          </ul>
921        </li>        <li id="idldoc-Utility">Utility <span class="result">(1 routine)</span>
922          <ul>
923           
924            <li><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_string2struct">string2struct</a></li>
925           
926          </ul>
927        </li>        <li id="idldoc-Visualization">Visualization <span class="result">(1 routine)</span>
928          <ul>
929           
930            <li><a href="./Picture/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FILES">IMAGE_VIEWER_OPEN_FILES</a></li>
931           
932          </ul>
933        </li>        <li id="idldoc-Widgets">Widgets <span class="result">(2 routines)</span>
934          <ul>
935           
936            <li><a href="./Picture/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FILES">IMAGE_VIEWER_OPEN_FILES</a></li>
937           
938            <li><a href="./Colors/xlct.html?format=raw#_XLct">XLct</a></li>
939           
940          </ul>
941        </li>        <li id="idldoc-">Widgets. <span class="result">(3 routines)</span>
942          <ul>
943           
944            <li><a href="./Colors/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></li>
945           
946            <li><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_STR_SIZE">STR_SIZE</a></li>
947           
948            <li><a href="./Utilities/xhelp.html?format=raw#_xhelp">xhelp</a></li>
949           
950          </ul>
951        </li>        <li id="idldoc-Without_loop">Without loop <span class="result">(6 routines)</span>
952          <ul>
953           
954            <li><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw#_depth2level">depth2level</a></li>
955           
956            <li><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw#_depth2mask">depth2mask</a></li>
957           
958            <li><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw#_determ2">determ2</a></li>
959           
960            <li><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw#_determ3">determ3</a></li>
961           
962            <li><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw#_floatlevel2depth">floatlevel2depth</a></li>
963           
964            <li><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw#_level2depth">level2depth</a></li>
965           
966          </ul>
967        </li>        <li id="idldoc-">Without loop. <span class="result">(1 routine)</span>
968          <ul>
969           
970            <li><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw#_depth2floatlevel">depth2floatlevel</a></li>
971           
972          </ul>
973        </li>        <li id="idldoc-annex">annex <span class="result">(1 routine)</span>
974          <ul>
975           
976            <li><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></li>
977           
978          </ul>
979        </li>        <li id="idldoc-array">array <span class="result">(1 routine)</span>
980          <ul>
981           
982            <li><a href="./Matrix/cmset_op.html?format=raw#_cmset_op">cmset_op</a></li>
983           
984          </ul>
985        </li>        <li id="idldoc-basic_work">basic work <span class="result">(2 routines)</span>
986          <ul>
987           
988            <li><a href="./Interpolation/cutpar.html?format=raw#_cutpar">cutpar</a></li>
989           
990            <li><a href="./Interpolation/cutsegment.html?format=raw#_cutsegment">cutsegment</a></li>
991           
992          </ul>
993        </li>        <li id="idldoc-calculation">calculation <span class="result">(1 routine)</span>
994          <ul>
995           
996            <li><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw#_projsegment">projsegment</a></li>
997           
998          </ul>
999        </li>        <li id="idldoc-calculation_of_matrixes">calculation of matrixes <span class="result">(2 routines)</span>
1000          <ul>
1001           
1002            <li><a href="./Matrix/inter.html?format=raw#_inter">inter</a></li>
1003           
1004            <li><a href="./Matrix/union.html?format=raw#_union">union</a></li>
1005           
1006          </ul>
1007        </li>        <li id="idldoc-calendar">calendar <span class="result">(7 routines)</span>
1008          <ul>
1009           
1010            <li><a href="./Calendar/date2jul.html?format=raw#_date2jul">date2jul</a></li>
1011           
1012            <li><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></li>
1013           
1014            <li><a href="./Calendar/daysinmonth.html?format=raw#_daysinmonth">daysinmonth</a></li>
1015           
1016            <li><a href="./Calendar/jul2date.html?format=raw#_jul2date">jul2date</a></li>
1017           
1018            <li><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></li>
1019           
1020            <li><a href="./Calendar/leapyr.html?format=raw#_leapyr">leapyr</a></li>
1021           
1022            <li><a href="./Calendar/monthname.html?format=raw#_monthname">monthname</a></li>
1023           
1024          </ul>
1025        </li>        <li id="idldoc-color">color <span class="result">(2 routines)</span>
1026          <ul>
1027           
1028            <li><a href="./Colors/lct.html?format=raw#_lct">lct</a></li>
1029           
1030            <li><a href="./Colors/newpalette.html?format=raw#_newpalette">newpalette</a></li>
1031           
1032          </ul>
1033        </li>        <li id="idldoc-compatibility_with_old_version">compatibility with old version <span class="result">(1 routine)</span>
1034          <ul>
1035           
1036            <li><a href="./ForOldVersion/keep_compatibility.html?format=raw#_keep_compatibility">keep_compatibility</a></li>
1037           
1038          </ul>
1039        </li>        <li id="idldoc-domain_compatibility">domain compatibility <span class="result">(2 routines)</span>
1040          <ul>
1041           
1042            <li><a href="./Utilities/fitintobox.html?format=raw#_err_mess">err_mess</a></li>
1043           
1044            <li><a href="./Utilities/fitintobox.html?format=raw#_fitintobox">fitintobox</a></li>
1045           
1046          </ul>
1047        </li>        <li id="idldoc-find_a_file">find a file <span class="result">(1 routine)</span>
1048          <ul>
1049           
1050            <li><a href="./Utilities/find.html?format=raw#_find">find</a></li>
1051           
1052          </ul>
1053        </li>        <li id="idldoc-finding_where_is_a_point_on_a_grid">finding where is a point on a grid <span class="result">(1 routine)</span>
1054          <ul>
1055           
1056            <li><a href="./Interpolation/clickincell.html?format=raw#_clickincell">clickincell</a></li>
1057           
1058          </ul>
1059        </li>        <li id="idldoc-for_OPA">for OPA <span class="result">(2 routines)</span>
1060          <ul>
1061           
1062            <li><a href="./ReadWrite/readbat.html?format=raw#_readbat">readbat</a></li>
1063           
1064            <li><a href="./ReadWrite/writebat.html?format=raw#_writebat">writebat</a></li>
1065           
1066          </ul>
1067        </li>        <li id="idldoc-for_OPA_before_NetCDF">for OPA before NetCDF <span class="result">(3 routines)</span>
1068          <ul>
1069           
1070            <li><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></li>
1071           
1072            <li><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></li>
1073           
1074            <li><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">readoldoparestart</a></li>
1075           
1076          </ul>
1077        </li>        <li id="idldoc-for_OPA_meshmask_files">for OPA meshmask files <span class="result">(3 routines)</span>
1078          <ul>
1079           
1080            <li><a href="./Grid/micromeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></li>
1081           
1082            <li><a href="./Grid/smallmeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></li>
1083           
1084            <li><a href="./Grid/smallmeshmask.html?format=raw#_smallmeshmask">smallmeshmask</a></li>
1085           
1086          </ul>
1087        </li>        <li id="idldoc-for_the_postscripts">for the postscripts <span class="result">(1 routine)</span>
1088          <ul>
1089           
1090            <li><a href="./Postscript/printps.html?format=raw#_printps_event">printps_event</a></li>
1091           
1092          </ul>
1093        </li>        <li id="idldoc-">function <span class="result">(2 routines)</span>
1094          <ul>
1095           
1096            <li><a href="./Matrix/zero_one.html?format=raw#_zero_one">zero_one</a></li>
1097           
1098            <li><a href="./Obsolete/zeroun.html?format=raw#_zeroun">zeroun</a></li>
1099           
1100          </ul>
1101        </li>        <li id="idldoc-geography">geography <span class="result">(1 routine)</span>
1102          <ul>
1103           
1104            <li><a href="./Interpolation/ll_narcs_distances.html?format=raw#_LL_NARCS_DISTANCES">LL_NARCS_DISTANCES</a></li>
1105           
1106          </ul>
1107        </li>        <li id="idldoc-graphic">graphic <span class="result">(16 routines)</span>
1108          <ul>
1109           
1110            <li><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw#_addaxe">addaxe</a></li>
1111           
1112            <li><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw#_ajoutvect">ajoutvect</a></li>
1113           
1114            <li><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw#_autoscale">autoscale</a></li>
1115           
1116            <li><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></li>
1117           
1118            <li><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">label</a></li>
1119           
1120            <li><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw#_lataxe">lataxe</a></li>
1121           
1122            <li><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></li>
1123           
1124            <li><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw#_litchamp">litchamp</a></li>
1125           
1126            <li><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw#_lonaxe">lonaxe</a></li>
1127           
1128            <li><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw#_meridienparallele">meridienparallele</a></li>
1129           
1130            <li><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw#_placecolor">placecolor</a></li>
1131           
1132            <li><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">plt</a></li>
1133           
1134            <li><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></li>
1135           
1136            <li><a href="./ToBeReviewed/PLOTS/style.html?format=raw#_style">style</a></li>
1137           
1138            <li><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw#_terminedessin">terminedessin</a></li>
1139           
1140            <li><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_vecteur">vecteur</a></li>
1141           
1142          </ul>
1143        </li>        <li id="idldoc-graphics">graphics <span class="result">(1 routine)</span>
1144          <ul>
1145           
1146            <li><a href="./Colors/lct.html?format=raw#_lct">lct</a></li>
1147           
1148          </ul>
1149        </li>        <li id="idldoc-">graphics  INPUTS:cd IDL> ?plot <span class="result">(1 routine)</span>
1150          <ul>
1151           
1152            <li><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></li>
1153           
1154          </ul>
1155        </li>        <li id="idldoc-">graphics INPUTS: cd IDL>?bar_plot <span class="result">(1 routine)</span>
1156          <ul>
1157           
1158            <li><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></li>
1159           
1160          </ul>
1161        </li>        <li id="idldoc-">graphics INPUTS:cd IDL>?contour <span class="result">(1 routine)</span>
1162          <ul>
1163           
1164            <li><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></li>
1165           
1166          </ul>
1167        </li>        <li id="idldoc-grid">grid <span class="result">(6 routines)</span>
1168          <ul>
1169           
1170            <li><a href="./Grid/computegrid.html?format=raw#_computegrid">computegrid</a></li>
1171           
1172            <li><a href="./Grid/n128gaussian.html?format=raw#_n128gaussian">n128gaussian</a></li>
1173           
1174            <li><a href="./Grid/n160gaussian.html?format=raw#_n160gaussian">n160gaussian</a></li>
1175           
1176            <li><a href="./Grid/n256gaussian.html?format=raw#_n256gaussian">n256gaussian</a></li>
1177           
1178            <li><a href="./Grid/n48gaussian.html?format=raw#_n48gaussian">n48gaussian</a></li>
1179           
1180            <li><a href="./Grid/n80gaussian.html?format=raw#_n80gaussian">n80gaussian</a></li>
1181           
1182          </ul>
1183        </li>        <li id="idldoc-grid_manipulation">grid manipulation <span class="result">(3 routines)</span>
1184          <ul>
1185           
1186            <li><a href="./Interpolation/inquad.html?format=raw#_inquad">inquad</a></li>
1187           
1188            <li><a href="./Interpolation/quadrilateral2square.html?format=raw#_quadrilateral2square">quadrilateral2square</a></li>
1189           
1190            <li><a href="./Interpolation/square2quadrilateral.html?format=raw#_square2quadrilateral">square2quadrilateral</a></li>
1191           
1192          </ul>
1193        </li>        <li id="idldoc-grid_reading">grid reading <span class="result">(1 routine)</span>
1194          <ul>
1195           
1196            <li><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">ncdf_meshread</a></li>
1197           
1198          </ul>
1199        </li>        <li id="idldoc-grille">grille <span class="result">(1 routine)</span>
1200          <ul>
1201           
1202            <li><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw#_computehopegrid">computehopegrid</a></li>
1203           
1204          </ul>
1205        </li>        <li id="idldoc-image">image <span class="result">(2 routines)</span>
1206          <ul>
1207           
1208            <li><a href="./Interpolation/quadrilateral2square.html?format=raw#_quadrilateral2square">quadrilateral2square</a></li>
1209           
1210            <li><a href="./Interpolation/square2quadrilateral.html?format=raw#_square2quadrilateral">square2quadrilateral</a></li>
1211           
1212          </ul>
1213        </li>        <li id="idldoc-interpolation">interpolation <span class="result">(6 routines)</span>
1214          <ul>
1215           
1216            <li><a href="./Interpolation/compute_fromirr_bilinear_weigaddr.html?format=raw#_compute_fromirr_bilinear_weigaddr">compute_fromirr_bilinear_weigaddr</a></li>
1217           
1218            <li><a href="./Interpolation/compute_fromreg_bilinear_weigaddr.html?format=raw#_compute_fromreg_bilinear_weigaddr">compute_fromreg_bilinear_weigaddr</a></li>
1219           
1220            <li><a href="./Interpolation/compute_fromreg_imoms3_weigaddr.html?format=raw#_compute_fromreg_imoms3_weigaddr">compute_fromreg_imoms3_weigaddr</a></li>
1221           
1222            <li><a href="./Interpolation/fromirr.html?format=raw#_fromirr">fromirr</a></li>
1223           
1224            <li><a href="./Interpolation/fromreg.html?format=raw#_fromreg">fromreg</a></li>
1225           
1226            <li><a href="./Interpolation/get_gridparams.html?format=raw#_get_gridparams">get_gridparams</a></li>
1227           
1228          </ul>
1229        </li>        <li id="idldoc-io">io <span class="result">(2 routines)</span>
1230          <ul>
1231           
1232            <li><a href="./Utilities/isadirectory.html?format=raw#_isadirectory">isadirectory</a></li>
1233           
1234            <li><a href="./Utilities/isafile.html?format=raw#_isafile">isafile</a></li>
1235           
1236          </ul>
1237        </li>        <li id="idldoc-keywords">keywords <span class="result">(1 routine)</span>
1238          <ul>
1239           
1240            <li><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">chkeywd</a></li>
1241           
1242          </ul>
1243        </li>        <li id="idldoc-know_what_is_inside">know what is inside <span class="result">(1 routine)</span>
1244          <ul>
1245           
1246            <li><a href="./ReadWrite/scanoasis.html?format=raw#_scanoasis">scanoasis</a></li>
1247           
1248          </ul>
1249        </li>        <li id="idldoc-lecture_de_NETCDF">lecture de NETCDF <span class="result">(4 routines)</span>
1250          <ul>
1251           
1252            <li><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></li>
1253           
1254            <li><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></li>
1255           
1256            <li><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></li>
1257           
1258            <li><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></li>
1259           
1260          </ul>
1261        </li>        <li id="idldoc-lecture_de_fichier_Vaimer">lecture de fichier Vaimer <span class="result">(2 routines)</span>
1262          <ul>
1263           
1264            <li><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></li>
1265           
1266            <li><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></li>
1267           
1268          </ul>
1269        </li>        <li id="idldoc-like_unix_function">like unix function <span class="result">(1 routine)</span>
1270          <ul>
1271           
1272            <li><a href="./Utilities/pwd.html?format=raw#_pwd">pwd</a></li>
1273           
1274          </ul>
1275        </li>        <li id="idldoc-matrixes">matrixes <span class="result">(2 routines)</span>
1276          <ul>
1277           
1278            <li><a href="./Matrix/zero_one.html?format=raw#_zero_one">zero_one</a></li>
1279           
1280            <li><a href="./Obsolete/zeroun.html?format=raw#_zeroun">zeroun</a></li>
1281           
1282          </ul>
1283        </li>        <li id="idldoc-no_DO_loop">no DO loop <span class="result">(1 routine)</span>
1284          <ul>
1285           
1286            <li><a href="./Interpolation/inrecgrid.html?format=raw#_inrecgrid">inrecgrid</a></li>
1287           
1288          </ul>
1289        </li>        <li id="idldoc-plot_Utility">plot Utility <span class="result">(1 routine)</span>
1290          <ul>
1291           
1292            <li><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw#_reinitplt">reinitplt</a></li>
1293           
1294          </ul>
1295        </li>        <li id="idldoc-pltz_and_pltt">pltz and pltt <span class="result">(1 routine)</span>
1296          <ul>
1297           
1298            <li><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></li>
1299           
1300          </ul>
1301        </li>        <li id="idldoc-">quick exploration of 2D arrays  INPUTS: <span class="result">(1 routine)</span>
1302          <ul>
1303           
1304            <li><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw#_tvplus">tvplus</a></li>
1305           
1306          </ul>
1307        </li>        <li id="idldoc-reading">reading <span class="result">(1 routine)</span>
1308          <ul>
1309           
1310            <li><a href="./ReadWrite/read_oasis.html?format=raw#_read_oasis">read_oasis</a></li>
1311           
1312          </ul>
1313        </li>        <li id="idldoc-reading_function">reading function <span class="result">(1 routine)</span>
1314          <ul>
1315           
1316            <li><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></li>
1317           
1318          </ul>
1319        </li>        <li id="idldoc-reading_ncdf_file">reading ncdf_file <span class="result">(1 routine)</span>
1320          <ul>
1321           
1322            <li><a href="./ReadWrite/ncdf_timeget.html?format=raw#_ncdf_timeget">ncdf_timeget</a></li>
1323           
1324          </ul>
1325        </li>        <li id="idldoc-string">string <span class="result">(3 routines)</span>
1326          <ul>
1327           
1328            <li><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">chkeywd</a></li>
1329           
1330            <li><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></li>
1331           
1332            <li><a href="./Calendar/monthname.html?format=raw#_monthname">monthname</a></li>
1333           
1334          </ul>
1335        </li>        <li id="idldoc-string_handling">string handling <span class="result">(1 routine)</span>
1336          <ul>
1337           
1338            <li><a href="./ToBeReviewed/STRING/strright.html?format=raw#_strright">strright</a></li>
1339           
1340          </ul>
1341        </li>        <li id="idldoc-string_routines">string routines <span class="result">(1 routine)</span>
1342          <ul>
1343           
1344            <li><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></li>
1345           
1346          </ul>
1347        </li>        <li id="idldoc-string_tools">string tools <span class="result">(1 routine)</span>
1348          <ul>
1349           
1350            <li><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></li>
1351           
1352          </ul>
1353        </li>        <li id="idldoc-">text/strings <span class="result">(1 routine)</span>
1354          <ul>
1355           
1356            <li><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_Strtok">Strtok</a></li>
1357           
1358          </ul>
1359        </li>        <li id="idldoc-">two-dimensional. <span class="result">(1 routine)</span>
1360          <ul>
1361           
1362            <li><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw#_VELOVECT">VELOVECT</a></li>
1363           
1364          </ul>
1365        </li>        <li id="idldoc-">use the wonderfull value_locate function! <span class="result">(1 routine)</span>
1366          <ul>
1367           
1368            <li><a href="./Interpolation/inrecgrid.html?format=raw#_inrecgrid">inrecgrid</a></li>
1369           
1370          </ul>
1371        </li>        <li id="idldoc-utilities">utilities <span class="result">(16 routines)</span>
1372          <ul>
1373           
1374            <li><a href="./Utilities/undefine.html?format=raw#_UNDEFINE">UNDEFINE</a></li>
1375           
1376            <li><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></li>
1377           
1378            <li><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_colle">colle</a></li>
1379           
1380            <li><a href="./Matrix/congridseb.html?format=raw#_congridseb">congridseb</a></li>
1381           
1382            <li><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></li>
1383           
1384            <li><a href="./Utilities/def_myuniquetmpdir.html?format=raw#_def_myuniquetmpdir">def_myuniquetmpdir</a></li>
1385           
1386            <li><a href="./Utilities/demomode_compatibility.html?format=raw#_demomode_compatibility">demomode_compatibility</a></li>
1387           
1388            <li><a href="./Matrix/extrac2.html?format=raw#_extrac2">extrac2</a></li>
1389           
1390            <li><a href="./Obsolete/extrait.html?format=raw#_extrait">extrait</a></li>
1391           
1392            <li><a href="./Utilities/linearequation.html?format=raw#_linearequation">linearequation</a></li>
1393           
1394            <li><a href="./Utilities/lineintersection.html?format=raw#_lineintersection">lineintersection</a></li>
1395           
1396            <li><a href="./Utilities/protype.html?format=raw#_protype">protype</a></li>
1397           
1398            <li><a href="./Utilities/routine_name.html?format=raw#_routine_name">routine_name</a></li>
1399           
1400            <li><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw#_saveatt">saveatt</a></li>
1401           
1402            <li><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw#_terminedessin">terminedessin</a></li>
1403           
1404            <li><a href="./Utilities/xfile.html?format=raw#_xfile">xfile</a></li>
1405           
1406          </ul>
1407        </li>        <li id="idldoc-utlities">utlities <span class="result">(1 routine)</span>
1408          <ul>
1409           
1410            <li><a href="./Utilities/testvar.html?format=raw#_testvar">testvar</a></li>
1411           
1412          </ul>
1413        </li>        <li id="idldoc-">widgets. <span class="result">(1 routine)</span>
1414          <ul>
1415           
1416            <li><a href="./Colors/xpal.html?format=raw#_XPAL">XPAL</a></li>
1417           
1418          </ul>
1419        </li>        <li id="idldoc-without_loop">without loop <span class="result">(3 routines)</span>
1420          <ul>
1421           
1422            <li><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw#_level2index">level2index</a></li>
1423           
1424            <li><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw#_level2mask">level2mask</a></li>
1425           
1426            <li><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw#_projectondepth">projectondepth</a></li>
1427           
1428          </ul>
1429        </li>     
1430      </ul>
1431      <script type="text/javascript">
1432        // This must be placed immediately after the menu in order to
1433        // format it properly.
1434        initiate();
1435      </script>
1436     
1437
1438     
1439
1440      <div id="tagline">Produced by IDLdoc 2.0.</div>
1441
1442    </div>
1443
1444  </body>
1445</html>
Note: See TracBrowser for help on using the repository browser.