source: trunk/SRC/Documentation/idldoc_html_output/idldoc-warnings.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: 125.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<!-- warnings-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<!-- warnings-todo-header.tt needs structure with the following fields:
15-->
16
17<!-- warnings-todo-file.tt needs structure with the following fields:
18-->
19
20<!-- warnings-bugs-header.tt needs structure with the following fields:
21-->
22
23<!-- warnings-bugs-file.tt needs structure with the following fields:
24-->
25
26<!-- warnings-undoc-header.tt needs structure with the following fields:
27-->
28
29<!-- warnings-undoc-file.tt needs structure with the following fields:
30-->
31
32<!-- warnings-end.tt needs structure with the following fields:
33       version : IDLdoc version
34       date : string containing date of file creation
35       embed : 0 for link to CSS, 1 for embed CSS
36       css_location : if embed then string filename of CSS file location, o/w href to CSS file
37       navbar_filename : filename of navbar template
38     Plus fields needed by the templates: navbar, tagline
39-->
40
41<!-- Generated by IDLdoc 2.0 -->
42
43<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44  <head>
45    <title>Warnings (SAXO Documentation)</title>
46
47   
48    <style type="text/css" media="all">
49         
50/* CSS for all files which appear in the "main" viewing area: overview,
51   directory overviews, warnings, index, search, pro files, source
52   code, help, and etc files. */
53
54/* Link styles --------------------------------------------------------------- */
55
56a { text-decoration: none; }
57
58a:link, a:visited { 
59  color: #660000; 
60  border-bottom: 1px dotted #C0C0F0;   
61}
62
63a:hover, a:focus { 
64  color: #993333; 
65  background: #FFFFCC; 
66  border-bottom: 1px dotted #303099; 
67}
68
69
70/* Main styles --------------------------------------------------------------- */
71
72body {
73  margin: 0;
74  padding: 0;
75  font-size: 10pt;
76  font-family: Verdana, Helvetica, Arial, sans-serif;
77  background-color: #FFFFFF;
78}
79
80p {
81  margin-top: 0.5em;
82  margin-bottom: 0;
83}
84
85#container { margin: 1em; }
86
87code.section { white-space: pre; }
88
89pre.snippet {
90  margin-left: 5%;
91  background: #F0F0F0;
92  border: 1px dashed #999999;
93  width: 43em;
94  padding: 0.5em 0.5em 0.5em 0.5em;
95  white-space: pre;
96}
97
98/* Navbar styles ------------------------------------------------------------- */
99
100#navbar_title {
101  color: #000033;
102  background-color: #F0F0FF;
103  font-family: Arial, Helvetica, sans-serif;
104  padding: 20px 30px;
105  border-bottom: 1px solid #000033;
106}
107
108#navbar_title * {
109  margin: 0;
110  padding: 0;
111}
112
113#navbar_title h1 {
114  letter-spacing: 0.1em;
115  font-variant: small-caps;
116  font-size: 250%;
117  text-indent: -1em;
118  padding-left: 1em; 
119}
120
121#navbar_title h2 {
122  font-size: 110%;
123  font-weight: normal;
124  color: #333399;
125}
126
127#main_navbar table {
128  width: 100%;
129  border-bottom: 1px solid #666699;
130}
131
132#main_navbar td {
133  background: #CCCCFF;
134  font-size: 80%;
135  font-weight: bold;
136  font-family: Arial, Helvetica, sans-serif;
137  border-top: 3px solid #CCCCFF;
138  border-bottom: 3px solid #CCCCFF;
139  padding-left: 6px;
140  padding-right: 6px;
141  margin: 0;
142}
143
144#main_navbar td#selected {
145  background: #CCCCFF;
146  font-size: 80%;
147  font-weight: bold;
148  font-family: Arial, Helvetica, sans-serif;
149  border-top: 3px solid #333399;
150  border-bottom: 3px solid #CCCCFF;
151  padding-left: 6px;
152  padding-right: 6px;
153  margin: 0;
154}
155
156#main_navbar td#flexible {
157  width: 100%;
158  text-align: right;
159  padding-right: 1em;
160  background: #CCCCFF;
161  font-size: 70%;
162  font-weight: normal;
163  font-family: Arial, Helvetica, sans-serif;
164  text-transform: uppercase;
165  border-top: 3px solid #CCCCFF;
166  border-bottom: 3px solid #CCCCFF;
167}
168
169#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
170
171#main_navbar a:hover, #main_navbar a:focus {
172  color: #FFFF66;
173  background: #CCCCFF;
174  border-bottom: 1px none #606099; 
175  border: 0;
176}
177
178#secondary_navbar {
179  font-size: 80%;
180  font-weight: normal;
181  font-family: Arial, Helvetica, sans-serif;
182  margin-top: 4px;
183  margin-left: 20px;
184  white-space: nowrap;
185}
186
187
188/* Tagline and footer styles ------------------------------------------------- */
189
190div#tagline {
191  margin-top: 6px;
192  border-top: 1px dotted lightsteelblue;
193  padding-top: 6px;
194  font-size: 66%;
195  font-style: italic;
196}
197
198div#footer {
199  margin-top: 6px;
200  border-top: 1px dotted lightsteelblue;
201  padding-top: 6px;
202  font-size: 66%;
203  font-style: italic;
204}
205
206/* Basic data presenation styles -------------------------------------------- */
207
208.index_letter { 
209  font-size: 300%;
210  font-weight: bold;
211  color: #000066; 
212  margin: 0.5em 0 0 -0.1em;
213}
214
215h1, h2, h3, h4 {
216  font-weight: normal;
217  color: #3333CC;
218}
219
220h1 {
221  padding-top: 0.75em;
222  font-size: 160%;
223}
224
225h2 {
226  padding-top: 1em;
227  font-size: 120%;
228  }
229
230h3 {
231  padding-top: 0.75em;
232  margin-bottom: 0.25em;
233  font-size: 100%;
234}
235
236h4 {
237  padding: 0;
238  margin: 0.5em 0 0 0;
239  font-size: 80%;
240}
241
242table.basic {
243  empty-cells: show;
244  margin: 1.5em 1em 0 1em;
245  border: 1px dotted #CFCFFF;
246  font-size: 80%;
247}
248
249table.basic th {
250  background-color: #F0F0FF;
251  font-weight: bold;
252  text-align: left;
253  padding: 4px 1em 4px 4px;
254  border-bottom: 1px dotted #666699;
255}
256
257table.basic td {
258  vertical-align: top;
259  padding: 4px 1em 4px 4px;
260}
261
262dd {
263  margin-bottom: 0.25em;
264  font-size: 80%;
265}
266
267
268/* Warnings styles ----------------------------------------------------------- */
269
270
271#todo dl, #bugs dl { 
272  margin: 0 0 0 1.5em;
273  font-size: 80%;
274}
275
276#todo dd, #bugs dd { 
277  margin-left: 3em; 
278  font-size: 100%;
279}
280
281#undoc table, #obsolete table, #statistics table {
282  width: 80%;
283  margin-left: 2em;
284}
285
286#undoc td, #obsolete td, #statistics td { 
287  padding: 0 0 0 0;
288  font-size: 80%;
289  white-space: nowrap;
290}
291
292#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
293
294#undoc td.docstat, #statistics td.stat { 
295  width: 50%;
296  text-align: right;
297}
298
299#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
300
301#undoc td.notdoc, #statistics td.warning { color: #993333; }
302
303/* File + routine styles ----------------------------------------------------- */
304
305h1.directory { 
306  padding: 1em 0 0 0;
307  margin: 0;
308  font-size: 66%;
309}
310
311h1.directory a { border-bottom: 0; }
312
313h2.pro_file { 
314  padding: 0;
315  margin: 0;
316  font-size: 140%;
317}
318
319div#file_attr {
320  padding: 0 1em 0 1em;
321  margin: 1em;
322  background: #F6F6F6;
323  border: 1px dotted #999999;
324}
325
326div#file_attr dt {
327  font-size: 80%;
328  font-weight: bold;
329}
330
331div#file_attr dd {
332  font-size: 80%;
333}
334
335div#class_diagram { 
336  padding: 1em 0 1em 0; 
337  white-space: pre;
338  font-family: 'Courier New';
339}
340
341table#sav_attr { 
342  font-size: 90%; 
343  margin: 1em; 
344  padding: 1em 1em 1em 1em;
345  background: #F6F6F6;
346  border: 1px dotted #999999;
347}
348
349table#sav_attr th { text-align: left; }
350
351table#sav_attr td { vertical-align: top; padding-right: 2em; }
352
353table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
354
355p.sav_warning { margin-left: 4em; font-family: 80%; }
356
357table.variables { 
358  font-family: 'Courier New', monospace; 
359  font-size: 80%; 
360  text-indent: -2em; 
361  padding-left: 2em; 
362}
363
364table.variables td.image { width: 64px; }
365
366div#file_comments { 
367  margin: 2em;
368  font-size: 80%;
369}
370
371
372div.field_summary {
373  padding: 0 1em 0 1em;
374  margin: 1em;
375  background: #FFFFF0;
376  border: 1px dotted #C0C000;
377}
378
379div#routine_summary { 
380  padding: 0 1em 0 1em;
381  margin: 1em;
382  background: #F0F0FF;
383  border: 1px dotted #9999FF;
384}
385
386div.field_summary h2, div#routine_summary h2 { 
387  padding: 0.5em 0 0 0;
388  margin: 0;
389}
390
391div.field_summary table, div.field_summary p { 
392  margin: 1em 1em;
393}
394
395div.field_summary td.name { 
396  vertical-align: top;
397  padding-bottom: 0.25em;
398  color: #3333CC;
399}
400
401div.field_summary span.field_type { 
402  font-weight: normal;
403  font-size: 80%;
404  color: black;
405}
406
407div.field_summary td.comments { 
408  vertical-align: top;
409  padding-left: 2em;
410  font-size: 80%;
411}
412
413p.commaList { 
414  margin: 1em 1em 1em 1em;
415}
416
417span.warning { 
418  color: #CC6633;
419  font-weight: bold;
420  font-size: 66%;
421  text-transform: uppercase;
422}
423
424span.categories { 
425  color: #006633;
426  font-weight: bold;
427  font-size: 66%;
428  text-transform: uppercase;
429}
430
431span.undoc { 
432  color: #FF6633;
433  font-weight: bold;
434  font-size: 80%;
435  text-transform: uppercase;
436}
437
438span.attr { 
439  color: #006633;
440  font-weight: bold;
441  font-size: 80%;
442  text-transform: uppercase;
443}
444
445span.value { 
446  color: #006633;
447  font-weight: normal;
448  text-transform: none;
449}
450
451a.top { 
452  font-weight: bold;
453  font-size: 66%;
454  text-transform: uppercase;
455  float: right;
456}
457
458span.result { 
459  font-family: Verdana, Arial, Helvetica, sans-serif;
460  font-style: italic;
461  font-size: 80%;
462}
463
464div#routine_summary p, div.routine_details p.header { 
465  padding-top: 0.5em;
466  margin-left: 1.5em;
467  text-indent: -1.5em;
468  font-family: 'Courier New', monospace;
469}
470
471div.routine_details { 
472  padding: 0.5em 1em 0.5em 1em;
473  margin: 1em;
474  border: 1px dotted #CCCCCC;
475}
476
477div.routine_details h2 { 
478  padding-top: 0;
479  margin-top: 0;
480}
481
482div.routine_details div.value { 
483  margin: 0 1em 0 1em;
484  font-size: 80%;
485}
486
487div.routine_details div.comments { 
488  font-size: 80%;
489  margin: 0.75em 1em 1em 1em;
490}
491
492div.routine_details div.preformat { 
493  white-space: pre;
494}
495
496table.statistics { 
497  font-size: 80%;
498  margin-left: 1em;
499}
500
501table.statistics td { 
502  padding: 0 2em 0 0;
503}
504
505/* Overview styles ----------------------------------------------------------- */
506
507div.overview { 
508  width: 100%;
509  margin-top: 1em;
510  clear: both;
511}
512
513div.overview table {
514  empty-cells: show;
515  font-size: 90%;
516  margin: 1em 1em 1em 1em;
517  padding: 1em 0.5em 1em 0.5em;
518  background: #F6F6F6;
519  border: 1px dotted #999999;
520}
521
522div.overview td {
523  padding: 3px 1em 3px 1em;
524}
525
526div.overview td.dir {
527  width: 1%;
528  vertical-align: top;
529  text-align: right;
530  padding-right: 1em;
531}
532
533
534/* Navigation list styles for tree structures -------------------------------- */
535
536#tree {
537  text-align: left;
538  font-size: 90%;
539  margin: 0.75em 0 0.75em 0;
540  padding: 0;
541}
542
543#tree ul {
544  text-align: left;
545  margin: 0;
546  padding: 0;
547}
548
549#tree li {
550  margin: 0 0 0 15px;
551  padding: 0;
552  list-style-type: none;
553}
554
555#tree .symbols {
556  float: left;
557  width: 12px;
558  height: 1em;
559  padding-left: 4px;
560  background-position: 0 100%;
561  background-repeat: no-repeat;
562}
563
564/* Search styles ------------------------------------------------------------- */
565
566input.writein { 
567  padding-left: 0.5em;
568  border: 1px solid #CCCCCC;
569  font-family: 'Courier New';
570  background: #FFFFF3;
571}
572
573#search form { 
574  margin-left: 2em;
575}
576
577#search table { 
578  margin: 1em 1em 0 2em;
579  padding: 1em 2em 1em 2em;
580  background: #F6F6F6;
581  border: 1px dotted #999999;
582}
583
584#search tr { 
585  text-align: center;
586}
587
588#search td { 
589  font-size: 80%; 
590  text-align: left;
591}
592
593#search td * { 
594  vertical-align: middle;
595}
596
597#search p { 
598  font-size: 66%;
599  margin: 0 3em 2em 3em;
600}
601
602/* Help styles --------------------------------------------------------------- */
603
604div.toc { 
605  padding: 0 1em 0 1em;
606  margin: 1em;
607  background: #F0F0FF;
608  border: 1px dotted #9999FF; 
609  width: 19em;
610}
611
612div.right { 
613  float: right;
614  width: 22em;
615}
616
617ol.toc { 
618  list-style-type: upper-roman;
619}
620
621ol.toc ol { 
622  padding-left: 3em;
623  margin-left: 0;
624  list-style-type: lower-alpha;
625}
626
627dl.variables dt { font-size: 80%; }
628dl.variables dd { margin-bottom: 0.5em; }
629
630    </style>   
631    <style type="text/css" media="print">
632         #navbar_title { 
633  background-color: #FFFFFF; 
634}
635
636#main_navbar td {
637  background: #FFFFFF;
638  border-top: 0.25em solid #FFFFFF;
639  border-bottom: 0.25em solid #FFFFFF;
640}
641
642#main_navbar td#selected {
643  background: #FFFFFF;
644  border-top: 0.25em solid #333399;
645  border-bottom: 0.25em solid #FFFFFF;
646}
647
648#main_navbar td#flexible {
649  background: #FFFFFF;
650  border-top: 0.25em solid #FFFFFF;
651  border-bottom: 0.25em solid #FFFFFF;
652}
653
654#secondary_navbar {
655  display: none;
656}
657
658    </style>
659   
660
661    <script type="text/javascript" src="./tree.js" />
662    <script type="text/javascript">
663      function setTitle() {
664        parent.document.title="Warnings (SAXO Documentation)";
665      }
666    </script>
667  </head>
668
669
670  <body onload="setTitle();">
671
672    <div id="navbar_title">
673  <h1>SAXO Documentation</h1>
674</div>
675
676
677<div id="main_navbar">
678
679  <table cellspacing="0">
680    <tr>
681     
682      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
683     
684
685     
686      <td >Directory</td>
687     
688
689     
690      <td><a href="idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
691     
692
693     
694      <td><a href="idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
695     
696
697     
698      <td><a href="search-page.html?format=raw" title="Search library">Search</a></td>
699     
700
701      <td >File</td>
702
703     
704      <td >Source</td>
705     
706
707     
708      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
709     
710
711      <td id="selected">Etc</td>
712
713      <td id="flexible">Developer&nbsp;documentation</td>
714    </tr>
715  </table>
716
717</div>
718
719<div id="secondary_navbar">
720
721&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-warnings.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
722
723</div>
724
725
726    <div id="container">
727
728      <h1>Warnings</h1>
729
730      <div class="toc">
731        <ol class="toc">
732          <li><a href="#todo">Todo items</a></li>
733          <li><a href="#bugs">Known bugs</a></li>
734          <li><a href="#undoc">Undocumented routines</a></li>
735          <li><a href="#obsolete">Obsolete routines</a></li>
736          <li><a href="#statistics">Routine statistics warnings</a></li>
737        </ol>
738      </div>
739<div id="todo">
740  <h2>Todo items</h2></div>
741<div id="bugs">
742  <h2>Known bugs</h2></div>
743<div id="undoc">
744  <h2>Undocumented routines</h2><a href="./Calendar/date2string.html?format=raw">./Calendar/date2string.pro</a>
745<table>
746
747<tr>
748<td class="docroutine"><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></td>
749<td class="docstat partialdoc">partially documented</td>
750</tr>
751
752</table><a href="./Calendar/monthname.html?format=raw">./Calendar/monthname.pro</a>
753<table>
754
755<tr>
756<td class="docroutine"><a href="./Calendar/monthname.html?format=raw#_monthname">monthname</a></td>
757<td class="docstat partialdoc">partially documented</td>
758</tr>
759
760</table><a href="./Grid/computegrid.html?format=raw">./Grid/computegrid.pro</a>
761<table>
762
763<tr>
764<td class="docroutine"><a href="./Grid/computegrid.html?format=raw#_computegrid">computegrid</a></td>
765<td class="docstat partialdoc">partially documented</td>
766</tr>
767
768</table><a href="./Grid/micromeshmask.html?format=raw">./Grid/micromeshmask.pro</a>
769<table>
770
771<tr>
772<td class="docroutine"><a href="./Grid/micromeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></td>
773<td class="docstat partialdoc">partially documented</td>
774</tr>
775
776</table><a href="./Grid/ncdf_meshread.html?format=raw">./Grid/ncdf_meshread.pro</a>
777<table>
778
779<tr>
780<td class="docroutine"><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">ncdf_meshread</a></td>
781<td class="docstat partialdoc">partially documented</td>
782</tr>
783
784</table><a href="./Grid/smallmeshmask.html?format=raw">./Grid/smallmeshmask.pro</a>
785<table>
786
787<tr>
788<td class="docroutine"><a href="./Grid/smallmeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></td>
789<td class="docstat partialdoc">partially documented</td>
790</tr>
791
792</table><a href="./Interpolation/angle.html?format=raw">./Interpolation/angle.pro</a>
793<table>
794
795<tr>
796<td class="docroutine"><a href="./Interpolation/angle.html?format=raw#_fsnspp">fsnspp</a></td>
797<td class="docstat partialdoc">partially documented</td>
798</tr>
799
800<tr>
801<td class="docroutine"><a href="./Interpolation/angle.html?format=raw#_angle">angle</a></td>
802<td class="docstat partialdoc">partially documented</td>
803</tr>
804
805</table><a href="./Interpolation/compute_fromreg_bilinear_weigaddr.html?format=raw">./Interpolation/compute_fromreg_bilinear_weigaddr.pro</a>
806<table>
807
808<tr>
809<td class="docroutine"><a href="./Interpolation/compute_fromreg_bilinear_weigaddr.html?format=raw#_compute_fromreg_bilinear_weigaddr">compute_fromreg_bilinear_weigaddr</a></td>
810<td class="docstat partialdoc">partially documented</td>
811</tr>
812
813</table><a href="./Interpolation/compute_fromreg_imoms3_weigaddr.html?format=raw">./Interpolation/compute_fromreg_imoms3_weigaddr.pro</a>
814<table>
815
816<tr>
817<td class="docroutine"><a href="./Interpolation/compute_fromreg_imoms3_weigaddr.html?format=raw#_compute_fromreg_imoms3_weigaddr">compute_fromreg_imoms3_weigaddr</a></td>
818<td class="docstat partialdoc">partially documented</td>
819</tr>
820
821</table><a href="./Interpolation/cutpar.html?format=raw">./Interpolation/cutpar.pro</a>
822<table>
823
824<tr>
825<td class="docroutine"><a href="./Interpolation/cutpar.html?format=raw#_cutpar">cutpar</a></td>
826<td class="docstat partialdoc">partially documented</td>
827</tr>
828
829</table><a href="./Interpolation/cutsegment.html?format=raw">./Interpolation/cutsegment.pro</a>
830<table>
831
832<tr>
833<td class="docroutine"><a href="./Interpolation/cutsegment.html?format=raw#_cutsegment">cutsegment</a></td>
834<td class="docstat partialdoc">partially documented</td>
835</tr>
836
837</table><a href="./Interpolation/extrapolate.html?format=raw">./Interpolation/extrapolate.pro</a>
838<table>
839
840<tr>
841<td class="docroutine"><a href="./Interpolation/extrapolate.html?format=raw#_extrapolate">extrapolate</a></td>
842<td class="docstat partialdoc">partially documented</td>
843</tr>
844
845</table><a href="./Interpolation/fromreg.html?format=raw">./Interpolation/fromreg.pro</a>
846<table>
847
848<tr>
849<td class="docroutine"><a href="./Interpolation/fromreg.html?format=raw#_fromreg">fromreg</a></td>
850<td class="docstat partialdoc">partially documented</td>
851</tr>
852
853</table><a href="./Interpolation/get_gridparams.html?format=raw">./Interpolation/get_gridparams.pro</a>
854<table>
855
856<tr>
857<td class="docroutine"><a href="./Interpolation/get_gridparams.html?format=raw#_get_gridparams">get_gridparams</a></td>
858<td class="docstat partialdoc">partially documented</td>
859</tr>
860
861</table><a href="./Interpolation/imoms3.html?format=raw">./Interpolation/imoms3.pro</a>
862<table>
863
864<tr>
865<td class="docroutine"><a href="./Interpolation/imoms3.html?format=raw#_imoms3">imoms3</a></td>
866<td class="docstat partialdoc">partially documented</td>
867</tr>
868
869</table><a href="./Interpolation/inquad.html?format=raw">./Interpolation/inquad.pro</a>
870<table>
871
872<tr>
873<td class="docroutine"><a href="./Interpolation/inquad.html?format=raw#_inquad">inquad</a></td>
874<td class="docstat partialdoc">partially documented</td>
875</tr>
876
877</table><a href="./Interpolation/inrecgrid.html?format=raw">./Interpolation/inrecgrid.pro</a>
878<table>
879
880<tr>
881<td class="docroutine"><a href="./Interpolation/inrecgrid.html?format=raw#_inrecgrid">inrecgrid</a></td>
882<td class="docstat partialdoc">partially documented</td>
883</tr>
884
885</table><a href="./Interpolation/map_npoints.html?format=raw">./Interpolation/map_npoints.pro</a>
886<table>
887
888<tr>
889<td class="docroutine"><a href="./Interpolation/map_npoints.html?format=raw#_Map_npoints">Map_npoints</a></td>
890<td class="docstat partialdoc">partially documented</td>
891</tr>
892
893</table><a href="./Interpolation/neighbor.html?format=raw">./Interpolation/neighbor.pro</a>
894<table>
895
896<tr>
897<td class="docroutine"><a href="./Interpolation/neighbor.html?format=raw#_neighbor">neighbor</a></td>
898<td class="docstat partialdoc">partially documented</td>
899</tr>
900
901</table><a href="./Interpolation/quadrilateral2square.html?format=raw">./Interpolation/quadrilateral2square.pro</a>
902<table>
903
904<tr>
905<td class="docroutine"><a href="./Interpolation/quadrilateral2square.html?format=raw#_quadrilateral2square">quadrilateral2square</a></td>
906<td class="docstat partialdoc">partially documented</td>
907</tr>
908
909</table><a href="./Interpolation/spl_incr.html?format=raw">./Interpolation/spl_incr.pro</a>
910<table>
911
912<tr>
913<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_concave">pure_concave</a></td>
914<td class="docstat partialdoc">partially documented</td>
915</tr>
916
917<tr>
918<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_convex">pure_convex</a></td>
919<td class="docstat notdoc">not documented</td>
920</tr>
921
922<tr>
923<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_spl_incr">spl_incr</a></td>
924<td class="docstat partialdoc">partially documented</td>
925</tr>
926
927</table><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
928<table>
929
930<tr>
931<td class="docroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
932<td class="docstat partialdoc">partially documented</td>
933</tr>
934
935</table><a href="./Obsolete/fictype.html?format=raw">./Obsolete/fictype.pro</a>
936<table>
937
938<tr>
939<td class="docroutine"><a href="./Obsolete/fictype.html?format=raw#_fictype">fictype</a></td>
940<td class="docstat partialdoc">partially documented</td>
941</tr>
942
943</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
944<table>
945
946<tr>
947<td class="docroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
948<td class="docstat partialdoc">partially documented</td>
949</tr>
950
951</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
952<table>
953
954<tr>
955<td class="docroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
956<td class="docstat partialdoc">partially documented</td>
957</tr>
958
959</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
960<table>
961
962<tr>
963<td class="docroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
964<td class="docstat partialdoc">partially documented</td>
965</tr>
966
967</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
968<table>
969
970<tr>
971<td class="docroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
972<td class="docstat partialdoc">partially documented</td>
973</tr>
974
975</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
976<table>
977
978<tr>
979<td class="docroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
980<td class="docstat partialdoc">partially documented</td>
981</tr>
982
983</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
984<table>
985
986<tr>
987<td class="docroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
988<td class="docstat partialdoc">partially documented</td>
989</tr>
990
991</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
992<table>
993
994<tr>
995<td class="docroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
996<td class="docstat partialdoc">partially documented</td>
997</tr>
998
999</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
1000<table>
1001
1002<tr>
1003<td class="docroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
1004<td class="docstat partialdoc">partially documented</td>
1005</tr>
1006
1007</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
1008<table>
1009
1010<tr>
1011<td class="docroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
1012<td class="docstat partialdoc">partially documented</td>
1013</tr>
1014
1015</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
1016<table>
1017
1018<tr>
1019<td class="docroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
1020<td class="docstat partialdoc">partially documented</td>
1021</tr>
1022
1023</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
1024<table>
1025
1026<tr>
1027<td class="docroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
1028<td class="docstat partialdoc">partially documented</td>
1029</tr>
1030
1031</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
1032<table>
1033
1034<tr>
1035<td class="docroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
1036<td class="docstat partialdoc">partially documented</td>
1037</tr>
1038
1039</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
1040<table>
1041
1042<tr>
1043<td class="docroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
1044<td class="docstat partialdoc">partially documented</td>
1045</tr>
1046
1047</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
1048<table>
1049
1050<tr>
1051<td class="docroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
1052<td class="docstat partialdoc">partially documented</td>
1053</tr>
1054
1055</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
1056<table>
1057
1058<tr>
1059<td class="docroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
1060<td class="docstat partialdoc">partially documented</td>
1061</tr>
1062
1063</table><a href="./Postscript/openps.html?format=raw">./Postscript/openps.pro</a>
1064<table>
1065
1066<tr>
1067<td class="docroutine"><a href="./Postscript/openps.html?format=raw#_openps">openps</a></td>
1068<td class="docstat partialdoc">partially documented</td>
1069</tr>
1070
1071</table><a href="./Postscript/printps.html?format=raw">./Postscript/printps.pro</a>
1072<table>
1073
1074<tr>
1075<td class="docroutine"><a href="./Postscript/printps.html?format=raw#_printps_event">printps_event</a></td>
1076<td class="docstat partialdoc">partially documented</td>
1077</tr>
1078
1079</table><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listdims.pro</a>
1080<table>
1081
1082<tr>
1083<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw#_ncdf_listdims">ncdf_listdims</a></td>
1084<td class="docstat notdoc">not documented</td>
1085</tr>
1086
1087</table><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listvars.pro</a>
1088<table>
1089
1090<tr>
1091<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw#_ncdf_listvars">ncdf_listvars</a></td>
1092<td class="docstat notdoc">not documented</td>
1093</tr>
1094
1095</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro</a>
1096<table>
1097
1098<tr>
1099<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getFile">ncdf_quickread_getFile</a></td>
1100<td class="docstat notdoc">not documented</td>
1101</tr>
1102
1103<tr>
1104<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getDir">ncdf_quickread_getDir</a></td>
1105<td class="docstat notdoc">not documented</td>
1106</tr>
1107
1108<tr>
1109<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_validateName">ncdf_quickread_validateName</a></td>
1110<td class="docstat notdoc">not documented</td>
1111</tr>
1112
1113<tr>
1114<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_helper">ncdf_quickread_helper</a></td>
1115<td class="docstat notdoc">not documented</td>
1116</tr>
1117
1118</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.pro</a>
1119<table>
1120
1121<tr>
1122<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw#_ncdf_quickwrite_helper1">ncdf_quickwrite_helper1</a></td>
1123<td class="docstat notdoc">not documented</td>
1124</tr>
1125
1126</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.pro</a>
1127<table>
1128
1129<tr>
1130<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#__str">_str</a></td>
1131<td class="docstat notdoc">not documented</td>
1132</tr>
1133
1134<tr>
1135<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_typename">ncdf_quickwrite_typename</a></td>
1136<td class="docstat notdoc">not documented</td>
1137</tr>
1138
1139<tr>
1140<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">ncdf_quickwrite_helper2</a></td>
1141<td class="docstat notdoc">not documented</td>
1142</tr>
1143
1144</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.pro</a>
1145<table>
1146
1147<tr>
1148<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw#_ncdf_quickwrite_helper3">ncdf_quickwrite_helper3</a></td>
1149<td class="docstat notdoc">not documented</td>
1150</tr>
1151
1152</table><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_read.pro</a>
1153<table>
1154
1155<tr>
1156<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw#_ncdf_read">ncdf_read</a></td>
1157<td class="docstat notdoc">not documented</td>
1158</tr>
1159
1160</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct.pro</a>
1161<table>
1162
1163<tr>
1164<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw#_ncdf_struct">ncdf_struct</a></td>
1165<td class="docstat notdoc">not documented</td>
1166</tr>
1167
1168</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct_free.pro</a>
1169<table>
1170
1171<tr>
1172<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw#_ncdf_struct_free">ncdf_struct_free</a></td>
1173<td class="docstat notdoc">not documented</td>
1174</tr>
1175
1176</table><a href="./ReadWrite/ncdf_timeget.html?format=raw">./ReadWrite/ncdf_timeget.pro</a>
1177<table>
1178
1179<tr>
1180<td class="docroutine"><a href="./ReadWrite/ncdf_timeget.html?format=raw#_ncdf_timeget">ncdf_timeget</a></td>
1181<td class="docstat partialdoc">partially documented</td>
1182</tr>
1183
1184</table><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a>
1185<table>
1186
1187<tr>
1188<td class="docroutine"><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></td>
1189<td class="docstat partialdoc">partially documented</td>
1190</tr>
1191
1192</table><a href="./ReadWrite/readoldopadistcoast.html?format=raw">./ReadWrite/readoldopadistcoast.pro</a>
1193<table>
1194
1195<tr>
1196<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></td>
1197<td class="docstat partialdoc">partially documented</td>
1198</tr>
1199
1200<tr>
1201<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_readoldopadistcoast">readoldopadistcoast</a></td>
1202<td class="docstat partialdoc">partially documented</td>
1203</tr>
1204
1205</table><a href="./ReadWrite/readoldoparestart.html?format=raw">./ReadWrite/readoldoparestart.pro</a>
1206<table>
1207
1208<tr>
1209<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></td>
1210<td class="docstat partialdoc">partially documented</td>
1211</tr>
1212
1213<tr>
1214<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read3fromopa">read3fromopa</a></td>
1215<td class="docstat partialdoc">partially documented</td>
1216</tr>
1217
1218</table><a href="./ReadWrite/scanctl.html?format=raw">./ReadWrite/scanctl.pro</a>
1219<table>
1220
1221<tr>
1222<td class="docroutine"><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></td>
1223<td class="docstat partialdoc">partially documented</td>
1224</tr>
1225
1226</table><a href="./Tests/TestsOld/tst_basic_old.html?format=raw">./Tests/TestsOld/tst_basic_old.pro</a>
1227<table>
1228
1229<tr>
1230<td class="docroutine"><a href="./Tests/TestsOld/tst_basic_old.html?format=raw#_tst_basic_old">tst_basic_old</a></td>
1231<td class="docstat notdoc">not documented</td>
1232</tr>
1233
1234</table><a href="./Tests/TestsOld/tst_plt_old.html?format=raw">./Tests/TestsOld/tst_plt_old.pro</a>
1235<table>
1236
1237<tr>
1238<td class="docroutine"><a href="./Tests/TestsOld/tst_plt_old.html?format=raw#_tst_plt">tst_plt</a></td>
1239<td class="docstat notdoc">not documented</td>
1240</tr>
1241
1242</table><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw">./Tests/TestsOld/tst_pltt_old.pro</a>
1243<table>
1244
1245<tr>
1246<td class="docroutine"><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw#_tst_pltt">tst_pltt</a></td>
1247<td class="docstat notdoc">not documented</td>
1248</tr>
1249
1250</table><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw">./Tests/TestsOld/tst_pltz_old.pro</a>
1251<table>
1252
1253<tr>
1254<td class="docroutine"><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw#_tst_pltz">tst_pltz</a></td>
1255<td class="docstat notdoc">not documented</td>
1256</tr>
1257
1258</table><a href="./Tests/tst_basic.html?format=raw">./Tests/tst_basic.pro</a>
1259<table>
1260
1261<tr>
1262<td class="docroutine"><a href="./Tests/tst_basic.html?format=raw#_tst_basic">tst_basic</a></td>
1263<td class="docstat notdoc">not documented</td>
1264</tr>
1265
1266</table><a href="./Tests/tst_plt.html?format=raw">./Tests/tst_plt.pro</a>
1267<table>
1268
1269<tr>
1270<td class="docroutine"><a href="./Tests/tst_plt.html?format=raw#_tst_plt">tst_plt</a></td>
1271<td class="docstat notdoc">not documented</td>
1272</tr>
1273
1274</table><a href="./Tests/tst_pltt.html?format=raw">./Tests/tst_pltt.pro</a>
1275<table>
1276
1277<tr>
1278<td class="docroutine"><a href="./Tests/tst_pltt.html?format=raw#_tst_pltt">tst_pltt</a></td>
1279<td class="docstat notdoc">not documented</td>
1280</tr>
1281
1282</table><a href="./Tests/tst_pltz.html?format=raw">./Tests/tst_pltz.pro</a>
1283<table>
1284
1285<tr>
1286<td class="docroutine"><a href="./Tests/tst_pltz.html?format=raw#_tst_pltz">tst_pltz</a></td>
1287<td class="docstat notdoc">not documented</td>
1288</tr>
1289
1290</table><a href="./Textoidl/matchdelim.html?format=raw">./Textoidl/matchdelim.pro</a>
1291<table>
1292
1293<tr>
1294<td class="docroutine"><a href="./Textoidl/matchdelim.html?format=raw#_Matchdelim">Matchdelim</a></td>
1295<td class="docstat partialdoc">partially documented</td>
1296</tr>
1297
1298</table><a href="./Textoidl/nexttok.html?format=raw">./Textoidl/nexttok.pro</a>
1299<table>
1300
1301<tr>
1302<td class="docroutine"><a href="./Textoidl/nexttok.html?format=raw#_nexttok">nexttok</a></td>
1303<td class="docstat partialdoc">partially documented</td>
1304</tr>
1305
1306</table><a href="./Textoidl/showtex.html?format=raw">./Textoidl/showtex.pro</a>
1307<table>
1308
1309<tr>
1310<td class="docroutine"><a href="./Textoidl/showtex.html?format=raw#_Showtex">Showtex</a></td>
1311<td class="docstat partialdoc">partially documented</td>
1312</tr>
1313
1314</table><a href="./Textoidl/str_token.html?format=raw">./Textoidl/str_token.pro</a>
1315<table>
1316
1317<tr>
1318<td class="docroutine"><a href="./Textoidl/str_token.html?format=raw#_Str_token">Str_token</a></td>
1319<td class="docstat partialdoc">partially documented</td>
1320</tr>
1321
1322</table><a href="./Textoidl/strcnt.html?format=raw">./Textoidl/strcnt.pro</a>
1323<table>
1324
1325<tr>
1326<td class="docroutine"><a href="./Textoidl/strcnt.html?format=raw#_Strcnt">Strcnt</a></td>
1327<td class="docstat partialdoc">partially documented</td>
1328</tr>
1329
1330</table><a href="./Textoidl/strtrans.html?format=raw">./Textoidl/strtrans.pro</a>
1331<table>
1332
1333<tr>
1334<td class="docroutine"><a href="./Textoidl/strtrans.html?format=raw#_strtrans">strtrans</a></td>
1335<td class="docstat partialdoc">partially documented</td>
1336</tr>
1337
1338</table><a href="./Textoidl/sub_sup_idl.html?format=raw">./Textoidl/sub_sup_idl.pro</a>
1339<table>
1340
1341<tr>
1342<td class="docroutine"><a href="./Textoidl/sub_sup_idl.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1343<td class="docstat partialdoc">partially documented</td>
1344</tr>
1345
1346</table><a href="./Textoidl/textable.html?format=raw">./Textoidl/textable.pro</a>
1347<table>
1348
1349<tr>
1350<td class="docroutine"><a href="./Textoidl/textable.html?format=raw#_textable">textable</a></td>
1351<td class="docstat partialdoc">partially documented</td>
1352</tr>
1353
1354</table><a href="./Textoidl/textoidl.html?format=raw">./Textoidl/textoidl.pro</a>
1355<table>
1356
1357<tr>
1358<td class="docroutine"><a href="./Textoidl/textoidl.html?format=raw#_Textoidl">Textoidl</a></td>
1359<td class="docstat partialdoc">partially documented</td>
1360</tr>
1361
1362</table><a href="./Textoidl/translate_sub_super.html?format=raw">./Textoidl/translate_sub_super.pro</a>
1363<table>
1364
1365<tr>
1366<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1367<td class="docstat partialdoc">partially documented</td>
1368</tr>
1369
1370<tr>
1371<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Translate_sub_super">Translate_sub_super</a></td>
1372<td class="docstat partialdoc">partially documented</td>
1373</tr>
1374
1375</table><a href="./ToBeReviewed/CALCULS/curl.html?format=raw">./ToBeReviewed/CALCULS/curl.pro</a>
1376<table>
1377
1378<tr>
1379<td class="docroutine"><a href="./ToBeReviewed/CALCULS/curl.html?format=raw#_curl">curl</a></td>
1380<td class="docstat partialdoc">partially documented</td>
1381</tr>
1382
1383</table><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw">./ToBeReviewed/CALCULS/depth2floatlevel.pro</a>
1384<table>
1385
1386<tr>
1387<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw#_depth2floatlevel">depth2floatlevel</a></td>
1388<td class="docstat partialdoc">partially documented</td>
1389</tr>
1390
1391</table><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw">./ToBeReviewed/CALCULS/depth2level.pro</a>
1392<table>
1393
1394<tr>
1395<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw#_depth2level">depth2level</a></td>
1396<td class="docstat partialdoc">partially documented</td>
1397</tr>
1398
1399</table><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw">./ToBeReviewed/CALCULS/depth2mask.pro</a>
1400<table>
1401
1402<tr>
1403<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw#_depth2mask">depth2mask</a></td>
1404<td class="docstat partialdoc">partially documented</td>
1405</tr>
1406
1407</table><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw">./ToBeReviewed/CALCULS/determ2.pro</a>
1408<table>
1409
1410<tr>
1411<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw#_determ2">determ2</a></td>
1412<td class="docstat partialdoc">partially documented</td>
1413</tr>
1414
1415</table><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw">./ToBeReviewed/CALCULS/determ3.pro</a>
1416<table>
1417
1418<tr>
1419<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw#_determ3">determ3</a></td>
1420<td class="docstat partialdoc">partially documented</td>
1421</tr>
1422
1423</table><a href="./ToBeReviewed/CALCULS/div.html?format=raw">./ToBeReviewed/CALCULS/div.pro</a>
1424<table>
1425
1426<tr>
1427<td class="docroutine"><a href="./ToBeReviewed/CALCULS/div.html?format=raw#_div">div</a></td>
1428<td class="docstat partialdoc">partially documented</td>
1429</tr>
1430
1431</table><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw">./ToBeReviewed/CALCULS/floatlevel2depth.pro</a>
1432<table>
1433
1434<tr>
1435<td class="docroutine"><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw#_floatlevel2depth">floatlevel2depth</a></td>
1436<td class="docstat partialdoc">partially documented</td>
1437</tr>
1438
1439</table><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw">./ToBeReviewed/CALCULS/fsfzpt.pro</a>
1440<table>
1441
1442<tr>
1443<td class="docroutine"><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw#_fsfzpt">fsfzpt</a></td>
1444<td class="docstat partialdoc">partially documented</td>
1445</tr>
1446
1447</table><a href="./ToBeReviewed/CALCULS/grad.html?format=raw">./ToBeReviewed/CALCULS/grad.pro</a>
1448<table>
1449
1450<tr>
1451<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grad.html?format=raw#_grad">grad</a></td>
1452<td class="docstat partialdoc">partially documented</td>
1453</tr>
1454
1455</table><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw">./ToBeReviewed/CALCULS/grossemoyenne.pro</a>
1456<table>
1457
1458<tr>
1459<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">grossemoyenne</a></td>
1460<td class="docstat partialdoc">partially documented</td>
1461</tr>
1462
1463</table><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw">./ToBeReviewed/CALCULS/hdyn.pro</a>
1464<table>
1465
1466<tr>
1467<td class="docroutine"><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">hdyn</a></td>
1468<td class="docstat partialdoc">partially documented</td>
1469</tr>
1470
1471</table><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw">./ToBeReviewed/CALCULS/level2depth.pro</a>
1472<table>
1473
1474<tr>
1475<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw#_level2depth">level2depth</a></td>
1476<td class="docstat partialdoc">partially documented</td>
1477</tr>
1478
1479</table><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw">./ToBeReviewed/CALCULS/level2index.pro</a>
1480<table>
1481
1482<tr>
1483<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw#_level2index">level2index</a></td>
1484<td class="docstat partialdoc">partially documented</td>
1485</tr>
1486
1487</table><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw">./ToBeReviewed/CALCULS/level2mask.pro</a>
1488<table>
1489
1490<tr>
1491<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw#_level2mask">level2mask</a></td>
1492<td class="docstat partialdoc">partially documented</td>
1493</tr>
1494
1495</table><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw">./ToBeReviewed/CALCULS/moyenne.pro</a>
1496<table>
1497
1498<tr>
1499<td class="docroutine"><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw#_moyenne">moyenne</a></td>
1500<td class="docstat partialdoc">partially documented</td>
1501</tr>
1502
1503</table><a href="./ToBeReviewed/CALCULS/norme.html?format=raw">./ToBeReviewed/CALCULS/norme.pro</a>
1504<table>
1505
1506<tr>
1507<td class="docroutine"><a href="./ToBeReviewed/CALCULS/norme.html?format=raw#_norme">norme</a></td>
1508<td class="docstat partialdoc">partially documented</td>
1509</tr>
1510
1511</table><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw">./ToBeReviewed/CALCULS/projectondepth.pro</a>
1512<table>
1513
1514<tr>
1515<td class="docroutine"><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw#_projectondepth">projectondepth</a></td>
1516<td class="docstat partialdoc">partially documented</td>
1517</tr>
1518
1519</table><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw">./ToBeReviewed/CALCULS/remplit.pro</a>
1520<table>
1521
1522<tr>
1523<td class="docroutine"><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw#_remplit">remplit</a></td>
1524<td class="docstat partialdoc">partially documented</td>
1525</tr>
1526
1527</table><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw">./ToBeReviewed/CALCULS/rhon.pro</a>
1528<table>
1529
1530<tr>
1531<td class="docroutine"><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">rhon</a></td>
1532<td class="docstat partialdoc">partially documented</td>
1533</tr>
1534
1535</table><a href="./ToBeReviewed/CALENDRIER/caldat.html?format=raw">./ToBeReviewed/CALENDRIER/caldat.pro</a>
1536<table>
1537
1538<tr>
1539<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/caldat.html?format=raw#_CALDAT">CALDAT</a></td>
1540<td class="docstat partialdoc">partially documented</td>
1541</tr>
1542
1543</table><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a>
1544<table>
1545
1546<tr>
1547<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></td>
1548<td class="docstat notdoc">not documented</td>
1549</tr>
1550
1551</table><a href="./ToBeReviewed/CALENDRIER/julday.html?format=raw">./ToBeReviewed/CALENDRIER/julday.pro</a>
1552<table>
1553
1554<tr>
1555<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/julday.html?format=raw#_JULDAY">JULDAY</a></td>
1556<td class="docstat partialdoc">partially documented</td>
1557</tr>
1558
1559</table><a href="./ToBeReviewed/COULEURS/color24.html?format=raw">./ToBeReviewed/COULEURS/color24.pro</a>
1560<table>
1561
1562<tr>
1563<td class="docroutine"><a href="./ToBeReviewed/COULEURS/color24.html?format=raw#_COLOR24">COLOR24</a></td>
1564<td class="docstat partialdoc">partially documented</td>
1565</tr>
1566
1567</table><a href="./ToBeReviewed/COULEURS/colorbar.html?format=raw">./ToBeReviewed/COULEURS/colorbar.pro</a>
1568<table>
1569
1570<tr>
1571<td class="docroutine"><a href="./ToBeReviewed/COULEURS/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></td>
1572<td class="docstat partialdoc">partially documented</td>
1573</tr>
1574
1575</table><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw">./ToBeReviewed/COULEURS/getcolor.pro</a>
1576<table>
1577
1578<tr>
1579<td class="docroutine"><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw#_COLOR24">COLOR24</a></td>
1580<td class="docstat partialdoc">partially documented</td>
1581</tr>
1582
1583<tr>
1584<td class="docroutine"><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw#_GETCOLOR">GETCOLOR</a></td>
1585<td class="docstat notdoc">not documented</td>
1586</tr>
1587
1588</table><a href="./ToBeReviewed/COULEURS/lct.html?format=raw">./ToBeReviewed/COULEURS/lct.pro</a>
1589<table>
1590
1591<tr>
1592<td class="docroutine"><a href="./ToBeReviewed/COULEURS/lct.html?format=raw#_lct">lct</a></td>
1593<td class="docstat partialdoc">partially documented</td>
1594</tr>
1595
1596</table><a href="./ToBeReviewed/COULEURS/newpalette.html?format=raw">./ToBeReviewed/COULEURS/newpalette.pro</a>
1597<table>
1598
1599<tr>
1600<td class="docroutine"><a href="./ToBeReviewed/COULEURS/newpalette.html?format=raw#_newpalette">newpalette</a></td>
1601<td class="docstat partialdoc">partially documented</td>
1602</tr>
1603
1604</table><a href="./ToBeReviewed/COULEURS/palit.html?format=raw">./ToBeReviewed/COULEURS/palit.pro</a>
1605<table>
1606
1607<tr>
1608<td class="docroutine"><a href="./ToBeReviewed/COULEURS/palit.html?format=raw#_palit">palit</a></td>
1609<td class="docstat partialdoc">partially documented</td>
1610</tr>
1611
1612</table><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw">./ToBeReviewed/COULEURS/xlct.pro</a>
1613<table>
1614
1615<tr>
1616<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_XLCT_PSAVE">XLCT_PSAVE</a></td>
1617<td class="docstat partialdoc">partially documented</td>
1618</tr>
1619
1620<tr>
1621<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_alert_caller">xlct_alert_caller</a></td>
1622<td class="docstat partialdoc">partially documented</td>
1623</tr>
1624
1625<tr>
1626<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_show">xlct_show</a></td>
1627<td class="docstat partialdoc">partially documented</td>
1628</tr>
1629
1630<tr>
1631<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_draw_cps">xlct_draw_cps</a></td>
1632<td class="docstat partialdoc">partially documented</td>
1633</tr>
1634
1635<tr>
1636<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_transfer">xlct_transfer</a></td>
1637<td class="docstat partialdoc">partially documented</td>
1638</tr>
1639
1640<tr>
1641<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_event">xlct_event</a></td>
1642<td class="docstat partialdoc">partially documented</td>
1643</tr>
1644
1645<tr>
1646<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_XLct">XLct</a></td>
1647<td class="docstat partialdoc">partially documented</td>
1648</tr>
1649
1650</table><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw">./ToBeReviewed/COULEURS/xpal.pro</a>
1651<table>
1652
1653<tr>
1654<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_NEW_COLORS">XP_NEW_COLORS</a></td>
1655<td class="docstat partialdoc">partially documented</td>
1656</tr>
1657
1658<tr>
1659<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_ALERT_CALLER">XP_ALERT_CALLER</a></td>
1660<td class="docstat partialdoc">partially documented</td>
1661</tr>
1662
1663<tr>
1664<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_XLCTCALLBACK">XP_XLCTCALLBACK</a></td>
1665<td class="docstat notdoc">not documented</td>
1666</tr>
1667
1668<tr>
1669<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_REDRAW">XP_REDRAW</a></td>
1670<td class="docstat partialdoc">partially documented</td>
1671</tr>
1672
1673<tr>
1674<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_REPLOT">XP_REPLOT</a></td>
1675<td class="docstat partialdoc">partially documented</td>
1676</tr>
1677
1678<tr>
1679<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_CHANGE_COLOR">XP_CHANGE_COLOR</a></td>
1680<td class="docstat partialdoc">partially documented</td>
1681</tr>
1682
1683<tr>
1684<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_BUTTON_EVENT">XP_BUTTON_EVENT</a></td>
1685<td class="docstat partialdoc">partially documented</td>
1686</tr>
1687
1688<tr>
1689<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_xp_button_event_event">xp_button_event_event</a></td>
1690<td class="docstat partialdoc">partially documented</td>
1691</tr>
1692
1693<tr>
1694<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_EVENT">XP_EVENT</a></td>
1695<td class="docstat partialdoc">partially documented</td>
1696</tr>
1697
1698<tr>
1699<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XPAL">XPAL</a></td>
1700<td class="docstat partialdoc">partially documented</td>
1701</tr>
1702
1703</table><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw">./ToBeReviewed/GRILLE/changegrid.pro</a>
1704<table>
1705
1706<tr>
1707<td class="docroutine"><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw#_changegrid">changegrid</a></td>
1708<td class="docstat notdoc">not documented</td>
1709</tr>
1710
1711</table><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw">./ToBeReviewed/GRILLE/cmpgrid.pro</a>
1712<table>
1713
1714<tr>
1715<td class="docroutine"><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw#_cmpgrid">cmpgrid</a></td>
1716<td class="docstat notdoc">not documented</td>
1717</tr>
1718
1719</table><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw">./ToBeReviewed/GRILLE/decoupeterre.pro</a>
1720<table>
1721
1722<tr>
1723<td class="docroutine"><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></td>
1724<td class="docstat partialdoc">partially documented</td>
1725</tr>
1726
1727</table><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw">./ToBeReviewed/GRILLE/domdef.pro</a>
1728<table>
1729
1730<tr>
1731<td class="docroutine"><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">domdef</a></td>
1732<td class="docstat partialdoc">partially documented</td>
1733</tr>
1734
1735</table><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw">./ToBeReviewed/GRILLE/f2v.pro</a>
1736<table>
1737
1738<tr>
1739<td class="docroutine"><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw#_f2v">f2v</a></td>
1740<td class="docstat partialdoc">partially documented</td>
1741</tr>
1742
1743</table><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw">./ToBeReviewed/GRILLE/fmask.pro</a>
1744<table>
1745
1746<tr>
1747<td class="docroutine"><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw#_fmask">fmask</a></td>
1748<td class="docstat partialdoc">partially documented</td>
1749</tr>
1750
1751</table><a href="./ToBeReviewed/GRILLE/grille.html?format=raw">./ToBeReviewed/GRILLE/grille.pro</a>
1752<table>
1753
1754<tr>
1755<td class="docroutine"><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></td>
1756<td class="docstat partialdoc">partially documented</td>
1757</tr>
1758
1759</table><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw">./ToBeReviewed/GRILLE/t2v.pro</a>
1760<table>
1761
1762<tr>
1763<td class="docroutine"><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw#_t2v">t2v</a></td>
1764<td class="docstat partialdoc">partially documented</td>
1765</tr>
1766
1767</table><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw">./ToBeReviewed/GRILLE/tracegrille.pro</a>
1768<table>
1769
1770<tr>
1771<td class="docroutine"><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw#_tracegrille">tracegrille</a></td>
1772<td class="docstat partialdoc">partially documented</td>
1773</tr>
1774
1775</table><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw">./ToBeReviewed/GRILLE/u2t.pro</a>
1776<table>
1777
1778<tr>
1779<td class="docroutine"><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw#_u2t">u2t</a></td>
1780<td class="docstat partialdoc">partially documented</td>
1781</tr>
1782
1783</table><a href="./ToBeReviewed/GRILLE/umask.html?format=raw">./ToBeReviewed/GRILLE/umask.pro</a>
1784<table>
1785
1786<tr>
1787<td class="docroutine"><a href="./ToBeReviewed/GRILLE/umask.html?format=raw#_umask">umask</a></td>
1788<td class="docstat partialdoc">partially documented</td>
1789</tr>
1790
1791</table><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw">./ToBeReviewed/GRILLE/v2t.pro</a>
1792<table>
1793
1794<tr>
1795<td class="docroutine"><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw#_v2t">v2t</a></td>
1796<td class="docstat partialdoc">partially documented</td>
1797</tr>
1798
1799</table><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw">./ToBeReviewed/GRILLE/vmask.pro</a>
1800<table>
1801
1802<tr>
1803<td class="docroutine"><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw#_vmask">vmask</a></td>
1804<td class="docstat partialdoc">partially documented</td>
1805</tr>
1806
1807</table><a href="./ToBeReviewed/HOPE/completetype.html?format=raw">./ToBeReviewed/HOPE/completetype.pro</a>
1808<table>
1809
1810<tr>
1811<td class="docroutine"><a href="./ToBeReviewed/HOPE/completetype.html?format=raw#_completetype">completetype</a></td>
1812<td class="docstat notdoc">not documented</td>
1813</tr>
1814
1815</table><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw">./ToBeReviewed/HOPE/computehopegrid.pro</a>
1816<table>
1817
1818<tr>
1819<td class="docroutine"><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw#_computehopegrid">computehopegrid</a></td>
1820<td class="docstat partialdoc">partially documented</td>
1821</tr>
1822
1823</table><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw">./ToBeReviewed/HOPE/createhopestruct.pro</a>
1824<table>
1825
1826<tr>
1827<td class="docroutine"><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw#_createhopestruct">createhopestruct</a></td>
1828<td class="docstat notdoc">not documented</td>
1829</tr>
1830
1831</table><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw">./ToBeReviewed/HOPE/cw_selectinterval.pro</a>
1832<table>
1833
1834<tr>
1835<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_testwid_event">testwid_event</a></td>
1836<td class="docstat notdoc">not documented</td>
1837</tr>
1838
1839<tr>
1840<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_testwid">testwid</a></td>
1841<td class="docstat notdoc">not documented</td>
1842</tr>
1843
1844<tr>
1845<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_get_value">cw_selectinterval_get_value</a></td>
1846<td class="docstat notdoc">not documented</td>
1847</tr>
1848
1849<tr>
1850<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_event">cw_selectinterval_event</a></td>
1851<td class="docstat notdoc">not documented</td>
1852</tr>
1853
1854<tr>
1855<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval">cw_selectinterval</a></td>
1856<td class="docstat notdoc">not documented</td>
1857</tr>
1858
1859</table><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw">./ToBeReviewed/HOPE/domainpart.pro</a>
1860<table>
1861
1862<tr>
1863<td class="docroutine"><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">domainpart</a></td>
1864<td class="docstat notdoc">not documented</td>
1865</tr>
1866
1867</table><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw">./ToBeReviewed/HOPE/findlineandpointtype.pro</a>
1868<table>
1869
1870<tr>
1871<td class="docroutine"><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">findlineandpointtype</a></td>
1872<td class="docstat notdoc">not documented</td>
1873</tr>
1874
1875</table><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw">./ToBeReviewed/HOPE/read_hope.pro</a>
1876<table>
1877
1878<tr>
1879<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope_event">read_hope_event</a></td>
1880<td class="docstat partialdoc">partially documented</td>
1881</tr>
1882
1883<tr>
1884<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope">read_hope</a></td>
1885<td class="docstat notdoc">not documented</td>
1886</tr>
1887
1888</table><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw">./ToBeReviewed/HOPE/rh_alldomains.pro</a>
1889<table>
1890
1891<tr>
1892<td class="docroutine"><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">rh_alldomains</a></td>
1893<td class="docstat notdoc">not documented</td>
1894</tr>
1895
1896</table><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw">./ToBeReviewed/HOPE/sortdim.pro</a>
1897<table>
1898
1899<tr>
1900<td class="docroutine"><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></td>
1901<td class="docstat notdoc">not documented</td>
1902</tr>
1903
1904</table><a href="./ToBeReviewed/HOPE/xrh.html?format=raw">./ToBeReviewed/HOPE/xrh.pro</a>
1905<table>
1906
1907<tr>
1908<td class="docroutine"><a href="./ToBeReviewed/HOPE/xrh.html?format=raw#_xrh">xrh</a></td>
1909<td class="docstat notdoc">not documented</td>
1910</tr>
1911
1912</table><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw">./ToBeReviewed/IMAGE/animgif.pro</a>
1913<table>
1914
1915<tr>
1916<td class="docroutine"><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw#_animgif">animgif</a></td>
1917<td class="docstat partialdoc">partially documented</td>
1918</tr>
1919
1920</table><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw">./ToBeReviewed/IMAGE/image_viewer.pro</a>
1921<table>
1922
1923<tr>
1924<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FILES">IMAGE_VIEWER_OPEN_FILES</a></td>
1925<td class="docstat partialdoc">partially documented</td>
1926</tr>
1927
1928<tr>
1929<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FOLDER">IMAGE_VIEWER_OPEN_FOLDER</a></td>
1930<td class="docstat notdoc">not documented</td>
1931</tr>
1932
1933<tr>
1934<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_CANCEL">IMAGE_VIEWER_CANCEL</a></td>
1935<td class="docstat notdoc">not documented</td>
1936</tr>
1937
1938<tr>
1939<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_TIMER">IMAGE_VIEWER_TIMER</a></td>
1940<td class="docstat notdoc">not documented</td>
1941</tr>
1942
1943<tr>
1944<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_EXIT">IMAGE_VIEWER_EXIT</a></td>
1945<td class="docstat notdoc">not documented</td>
1946</tr>
1947
1948<tr>
1949<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_HELP">IMAGE_VIEWER_HELP</a></td>
1950<td class="docstat notdoc">not documented</td>
1951</tr>
1952
1953<tr>
1954<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_THUMBS">IMAGE_VIEWER_THUMBS</a></td>
1955<td class="docstat notdoc">not documented</td>
1956</tr>
1957
1958<tr>
1959<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_CLEANUP">IMAGE_VIEWER_CLEANUP</a></td>
1960<td class="docstat notdoc">not documented</td>
1961</tr>
1962
1963<tr>
1964<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_EVENT">IMAGE_VIEWER_EVENT</a></td>
1965<td class="docstat notdoc">not documented</td>
1966</tr>
1967
1968<tr>
1969<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER">IMAGE_VIEWER</a></td>
1970<td class="docstat notdoc">not documented</td>
1971</tr>
1972
1973</table><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw">./ToBeReviewed/IMAGE/imdisp.pro</a>
1974<table>
1975
1976<tr>
1977<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_GETPOS">IMDISP_GETPOS</a></td>
1978<td class="docstat notdoc">not documented</td>
1979</tr>
1980
1981<tr>
1982<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMSCALE">IMDISP_IMSCALE</a></td>
1983<td class="docstat notdoc">not documented</td>
1984</tr>
1985
1986<tr>
1987<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMREGRID">IMDISP_IMREGRID</a></td>
1988<td class="docstat notdoc">not documented</td>
1989</tr>
1990
1991<tr>
1992<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMSIZE">IMDISP_IMSIZE</a></td>
1993<td class="docstat notdoc">not documented</td>
1994</tr>
1995
1996<tr>
1997<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP">IMDISP</a></td>
1998<td class="docstat notdoc">not documented</td>
1999</tr>
2000
2001</table><a href="./ToBeReviewed/IMAGE/saveimage.html?format=raw">./ToBeReviewed/IMAGE/saveimage.pro</a>
2002<table>
2003
2004<tr>
2005<td class="docroutine"><a href="./ToBeReviewed/IMAGE/saveimage.html?format=raw#_SAVEIMAGE">SAVEIMAGE</a></td>
2006<td class="docstat notdoc">not documented</td>
2007</tr>
2008
2009</table><a href="./ToBeReviewed/IMAGE/showimage.html?format=raw">./ToBeReviewed/IMAGE/showimage.pro</a>
2010<table>
2011
2012<tr>
2013<td class="docroutine"><a href="./ToBeReviewed/IMAGE/showimage.html?format=raw#_SHOWIMAGE">SHOWIMAGE</a></td>
2014<td class="docstat notdoc">not documented</td>
2015</tr>
2016
2017</table><a href="./ToBeReviewed/INIT/initncdf.html?format=raw">./ToBeReviewed/INIT/initncdf.pro</a>
2018<table>
2019
2020<tr>
2021<td class="docroutine"><a href="./ToBeReviewed/INIT/initncdf.html?format=raw#_initncdf">initncdf</a></td>
2022<td class="docstat partialdoc">partially documented</td>
2023</tr>
2024
2025</table><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw">./ToBeReviewed/LECTURE/GRIB/bit2int.pro</a>
2026<table>
2027
2028<tr>
2029<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw#_bit2int">bit2int</a></td>
2030<td class="docstat notdoc">not documented</td>
2031</tr>
2032
2033</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib.pro</a>
2034<table>
2035
2036<tr>
2037<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw#_read_grib">read_grib</a></td>
2038<td class="docstat notdoc">not documented</td>
2039</tr>
2040
2041</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_bds.pro</a>
2042<table>
2043
2044<tr>
2045<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw#_read_grib_bds">read_grib_bds</a></td>
2046<td class="docstat notdoc">not documented</td>
2047</tr>
2048
2049</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_end.pro</a>
2050<table>
2051
2052<tr>
2053<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw#_read_grib_end">read_grib_end</a></td>
2054<td class="docstat notdoc">not documented</td>
2055</tr>
2056
2057</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_gds.pro</a>
2058<table>
2059
2060<tr>
2061<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw#_read_grib_gds">read_grib_gds</a></td>
2062<td class="docstat notdoc">not documented</td>
2063</tr>
2064
2065</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_is.pro</a>
2066<table>
2067
2068<tr>
2069<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw#_read_grib_is">read_grib_is</a></td>
2070<td class="docstat notdoc">not documented</td>
2071</tr>
2072
2073</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_pds.pro</a>
2074<table>
2075
2076<tr>
2077<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw#_read_grib_pds">read_grib_pds</a></td>
2078<td class="docstat notdoc">not documented</td>
2079</tr>
2080
2081</table><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_gribtable.pro</a>
2082<table>
2083
2084<tr>
2085<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw#_read_gribtable">read_gribtable</a></td>
2086<td class="docstat partialdoc">partially documented</td>
2087</tr>
2088
2089</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_code.pro</a>
2090<table>
2091
2092<tr>
2093<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw#_scan_grib_code">scan_grib_code</a></td>
2094<td class="docstat notdoc">not documented</td>
2095</tr>
2096
2097</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_date.pro</a>
2098<table>
2099
2100<tr>
2101<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw#_scan_grib_date">scan_grib_date</a></td>
2102<td class="docstat notdoc">not documented</td>
2103</tr>
2104
2105</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.pro</a>
2106<table>
2107
2108<tr>
2109<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw#_scan_grib_messize">scan_grib_messize</a></td>
2110<td class="docstat notdoc">not documented</td>
2111</tr>
2112
2113</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.pro</a>
2114<table>
2115
2116<tr>
2117<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw#_scan_grib_nbits">scan_grib_nbits</a></td>
2118<td class="docstat notdoc">not documented</td>
2119</tr>
2120
2121</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.pro</a>
2122<table>
2123
2124<tr>
2125<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw#_scan_grib_recstart">scan_grib_recstart</a></td>
2126<td class="docstat notdoc">not documented</td>
2127</tr>
2128
2129</table><a href="./ToBeReviewed/LECTURE/binary.html?format=raw">./ToBeReviewed/LECTURE/binary.pro</a>
2130<table>
2131
2132<tr>
2133<td class="docroutine"><a href="./ToBeReviewed/LECTURE/binary.html?format=raw#_binary">binary</a></td>
2134<td class="docstat partialdoc">partially documented</td>
2135</tr>
2136
2137</table><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw">./ToBeReviewed/LECTURE/changeread.pro</a>
2138<table>
2139
2140<tr>
2141<td class="docroutine"><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw#_changeread">changeread</a></td>
2142<td class="docstat notdoc">not documented</td>
2143</tr>
2144
2145</table><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw">./ToBeReviewed/LECTURE/inverse_binary.pro</a>
2146<table>
2147
2148<tr>
2149<td class="docroutine"><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw#_inverse_binary">inverse_binary</a></td>
2150<td class="docstat partialdoc">partially documented</td>
2151</tr>
2152
2153</table><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw">./ToBeReviewed/LECTURE/litchamp.pro</a>
2154<table>
2155
2156<tr>
2157<td class="docroutine"><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw#_litchamp">litchamp</a></td>
2158<td class="docstat partialdoc">partially documented</td>
2159</tr>
2160
2161</table><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/ncdf_lec.pro</a>
2162<table>
2163
2164<tr>
2165<td class="docroutine"><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw#_ncdf_lec">ncdf_lec</a></td>
2166<td class="docstat partialdoc">partially documented</td>
2167</tr>
2168
2169</table><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw">./ToBeReviewed/LECTURE/read_ftp.pro</a>
2170<table>
2171
2172<tr>
2173<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_post">ftp_post</a></td>
2174<td class="docstat partialdoc">partially documented</td>
2175</tr>
2176
2177<tr>
2178<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_parse_pasv">ftp_parse_pasv</a></td>
2179<td class="docstat notdoc">not documented</td>
2180</tr>
2181
2182<tr>
2183<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">read_ftp</a></td>
2184<td class="docstat notdoc">not documented</td>
2185</tr>
2186
2187</table><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw">./ToBeReviewed/LECTURE/read_ncdf.pro</a>
2188<table>
2189
2190<tr>
2191<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw#_read_ncdf">read_ncdf</a></td>
2192<td class="docstat partialdoc">partially documented</td>
2193</tr>
2194
2195</table><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/xncdf_lec.pro</a>
2196<table>
2197
2198<tr>
2199<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var_event">wid_var_event</a></td>
2200<td class="docstat partialdoc">partially documented</td>
2201</tr>
2202
2203<tr>
2204<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var">wid_var</a></td>
2205<td class="docstat partialdoc">partially documented</td>
2206</tr>
2207
2208<tr>
2209<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec_event">xncdf_lec_event</a></td>
2210<td class="docstat partialdoc">partially documented</td>
2211</tr>
2212
2213<tr>
2214<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">xncdf_lec</a></td>
2215<td class="docstat partialdoc">partially documented</td>
2216</tr>
2217
2218</table><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw">./ToBeReviewed/MATRICE/cmapply.pro</a>
2219<table>
2220
2221<tr>
2222<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></td>
2223<td class="docstat partialdoc">partially documented</td>
2224</tr>
2225
2226<tr>
2227<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></td>
2228<td class="docstat notdoc">not documented</td>
2229</tr>
2230
2231<tr>
2232<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply">cmapply</a></td>
2233<td class="docstat notdoc">not documented</td>
2234</tr>
2235
2236</table><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw">./ToBeReviewed/MATRICE/cmset_op.pro</a>
2237<table>
2238
2239<tr>
2240<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></td>
2241<td class="docstat partialdoc">partially documented</td>
2242</tr>
2243
2244<tr>
2245<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw#_cmset_op">cmset_op</a></td>
2246<td class="docstat notdoc">not documented</td>
2247</tr>
2248
2249</table><a href="./ToBeReviewed/MATRICE/colle.html?format=raw">./ToBeReviewed/MATRICE/colle.pro</a>
2250<table>
2251
2252<tr>
2253<td class="docroutine"><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_UNDEFINE">UNDEFINE</a></td>
2254<td class="docstat partialdoc">partially documented</td>
2255</tr>
2256
2257<tr>
2258<td class="docroutine"><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_colle">colle</a></td>
2259<td class="docstat notdoc">not documented</td>
2260</tr>
2261
2262</table><a href="./ToBeReviewed/MATRICE/congridseb.html?format=raw">./ToBeReviewed/MATRICE/congridseb.pro</a>
2263<table>
2264
2265<tr>
2266<td class="docroutine"><a href="./ToBeReviewed/MATRICE/congridseb.html?format=raw#_congridseb">congridseb</a></td>
2267<td class="docstat partialdoc">partially documented</td>
2268</tr>
2269
2270</table><a href="./ToBeReviewed/MATRICE/different.html?format=raw">./ToBeReviewed/MATRICE/different.pro</a>
2271<table>
2272
2273<tr>
2274<td class="docroutine"><a href="./ToBeReviewed/MATRICE/different.html?format=raw#_different">different</a></td>
2275<td class="docstat partialdoc">partially documented</td>
2276</tr>
2277
2278</table><a href="./ToBeReviewed/MATRICE/extrait.html?format=raw">./ToBeReviewed/MATRICE/extrait.pro</a>
2279<table>
2280
2281<tr>
2282<td class="docroutine"><a href="./ToBeReviewed/MATRICE/extrait.html?format=raw#_extrait">extrait</a></td>
2283<td class="docstat partialdoc">partially documented</td>
2284</tr>
2285
2286</table><a href="./ToBeReviewed/MATRICE/inter.html?format=raw">./ToBeReviewed/MATRICE/inter.pro</a>
2287<table>
2288
2289<tr>
2290<td class="docroutine"><a href="./ToBeReviewed/MATRICE/inter.html?format=raw#_inter">inter</a></td>
2291<td class="docstat partialdoc">partially documented</td>
2292</tr>
2293
2294</table><a href="./ToBeReviewed/MATRICE/make_selection.html?format=raw">./ToBeReviewed/MATRICE/make_selection.pro</a>
2295<table>
2296
2297<tr>
2298<td class="docroutine"><a href="./ToBeReviewed/MATRICE/make_selection.html?format=raw#_make_selection">make_selection</a></td>
2299<td class="docstat partialdoc">partially documented</td>
2300</tr>
2301
2302</table><a href="./ToBeReviewed/MATRICE/union.html?format=raw">./ToBeReviewed/MATRICE/union.pro</a>
2303<table>
2304
2305<tr>
2306<td class="docroutine"><a href="./ToBeReviewed/MATRICE/union.html?format=raw#_union">union</a></td>
2307<td class="docstat partialdoc">partially documented</td>
2308</tr>
2309
2310</table><a href="./ToBeReviewed/MATRICE/zeroun.html?format=raw">./ToBeReviewed/MATRICE/zeroun.pro</a>
2311<table>
2312
2313<tr>
2314<td class="docroutine"><a href="./ToBeReviewed/MATRICE/zeroun.html?format=raw#_zeroun">zeroun</a></td>
2315<td class="docstat partialdoc">partially documented</td>
2316</tr>
2317
2318</table><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/bar_plot.pro</a>
2319<table>
2320
2321<tr>
2322<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw#_bar_plot">bar_plot</a></td>
2323<td class="docstat partialdoc">partially documented</td>
2324</tr>
2325
2326</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt.pro</a>
2327<table>
2328
2329<tr>
2330<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">plt</a></td>
2331<td class="docstat partialdoc">partially documented</td>
2332</tr>
2333
2334</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt1d.pro</a>
2335<table>
2336
2337<tr>
2338<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">plt1d</a></td>
2339<td class="docstat partialdoc">partially documented</td>
2340</tr>
2341
2342</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltbase.pro</a>
2343<table>
2344
2345<tr>
2346<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></td>
2347<td class="docstat partialdoc">partially documented</td>
2348</tr>
2349
2350</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltsc.pro</a>
2351<table>
2352
2353<tr>
2354<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">pltsc</a></td>
2355<td class="docstat notdoc">not documented</td>
2356</tr>
2357
2358</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltt.pro</a>
2359<table>
2360
2361<tr>
2362<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></td>
2363<td class="docstat partialdoc">partially documented</td>
2364</tr>
2365
2366</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltz.pro</a>
2367<table>
2368
2369<tr>
2370<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></td>
2371<td class="docstat partialdoc">partially documented</td>
2372</tr>
2373
2374</table><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro</a>
2375<table>
2376
2377<tr>
2378<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></td>
2379<td class="docstat partialdoc">partially documented</td>
2380</tr>
2381
2382</table><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/scontour.pro</a>
2383<table>
2384
2385<tr>
2386<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></td>
2387<td class="docstat partialdoc">partially documented</td>
2388</tr>
2389
2390</table><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/splot.pro</a>
2391<table>
2392
2393<tr>
2394<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></td>
2395<td class="docstat partialdoc">partially documented</td>
2396</tr>
2397
2398</table><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/tvplus.pro</a>
2399<table>
2400
2401<tr>
2402<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw#_tvplus">tvplus</a></td>
2403<td class="docstat partialdoc">partially documented</td>
2404</tr>
2405
2406</table><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/addaxe.pro</a>
2407<table>
2408
2409<tr>
2410<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw#_addaxe">addaxe</a></td>
2411<td class="docstat partialdoc">partially documented</td>
2412</tr>
2413
2414</table><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/autoscale.pro</a>
2415<table>
2416
2417<tr>
2418<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw#_autoscale">autoscale</a></td>
2419<td class="docstat partialdoc">partially documented</td>
2420</tr>
2421
2422</table><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro</a>
2423<table>
2424
2425<tr>
2426<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">axis4pltz</a></td>
2427<td class="docstat partialdoc">partially documented</td>
2428</tr>
2429
2430</table><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro</a>
2431<table>
2432
2433<tr>
2434<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></td>
2435<td class="docstat partialdoc">partially documented</td>
2436</tr>
2437
2438</table><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checkfield.pro</a>
2439<table>
2440
2441<tr>
2442<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_1d">err_1d</a></td>
2443<td class="docstat partialdoc">partially documented</td>
2444</tr>
2445
2446<tr>
2447<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_2d">err_2d</a></td>
2448<td class="docstat notdoc">not documented</td>
2449</tr>
2450
2451<tr>
2452<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_3d">err_3d</a></td>
2453<td class="docstat notdoc">not documented</td>
2454</tr>
2455
2456<tr>
2457<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></td>
2458<td class="docstat notdoc">not documented</td>
2459</tr>
2460
2461</table><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro</a>
2462<table>
2463
2464<tr>
2465<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw#_checktypeminmax">checktypeminmax</a></td>
2466<td class="docstat partialdoc">partially documented</td>
2467</tr>
2468
2469</table><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/determineminmax.pro</a>
2470<table>
2471
2472<tr>
2473<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></td>
2474<td class="docstat partialdoc">partially documented</td>
2475</tr>
2476
2477</table><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/givewindowsize.pro</a>
2478<table>
2479
2480<tr>
2481<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw#_givewindowsize">givewindowsize</a></td>
2482<td class="docstat notdoc">not documented</td>
2483</tr>
2484
2485</table><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/meridienparallele.pro</a>
2486<table>
2487
2488<tr>
2489<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw#_meridienparallele">meridienparallele</a></td>
2490<td class="docstat partialdoc">partially documented</td>
2491</tr>
2492
2493</table><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placecolor.pro</a>
2494<table>
2495
2496<tr>
2497<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw#_placecolor">placecolor</a></td>
2498<td class="docstat partialdoc">partially documented</td>
2499</tr>
2500
2501</table><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placedessin.pro</a>
2502<table>
2503
2504<tr>
2505<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">placedessin</a></td>
2506<td class="docstat partialdoc">partially documented</td>
2507</tr>
2508
2509</table><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/projsegment.pro</a>
2510<table>
2511
2512<tr>
2513<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw#_projsegment">projsegment</a></td>
2514<td class="docstat notdoc">not documented</td>
2515</tr>
2516
2517</table><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/restoreatt.pro</a>
2518<table>
2519
2520<tr>
2521<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw#_restoreatt">restoreatt</a></td>
2522<td class="docstat partialdoc">partially documented</td>
2523</tr>
2524
2525</table><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/rotation.pro</a>
2526<table>
2527
2528<tr>
2529<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw#_ROTATION">ROTATION</a></td>
2530<td class="docstat partialdoc">partially documented</td>
2531</tr>
2532
2533</table><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/saveatt.pro</a>
2534<table>
2535
2536<tr>
2537<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw#_saveatt">saveatt</a></td>
2538<td class="docstat partialdoc">partially documented</td>
2539</tr>
2540
2541</table><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/terminedessin.pro</a>
2542<table>
2543
2544<tr>
2545<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw#_terminedessin">terminedessin</a></td>
2546<td class="docstat partialdoc">partially documented</td>
2547</tr>
2548
2549</table><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label.pro</a>
2550<table>
2551
2552<tr>
2553<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">label</a></td>
2554<td class="docstat partialdoc">partially documented</td>
2555</tr>
2556
2557</table><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_date.pro</a>
2558<table>
2559
2560<tr>
2561<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw#_LABEL_DATE">LABEL_DATE</a></td>
2562<td class="docstat partialdoc">partially documented</td>
2563</tr>
2564
2565</table><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_gmt.pro</a>
2566<table>
2567
2568<tr>
2569<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw#_label_gmt">label_gmt</a></td>
2570<td class="docstat notdoc">not documented</td>
2571</tr>
2572
2573</table><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lataxe.pro</a>
2574<table>
2575
2576<tr>
2577<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw#_lataxe">lataxe</a></td>
2578<td class="docstat partialdoc">partially documented</td>
2579</tr>
2580
2581</table><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lonaxe.pro</a>
2582<table>
2583
2584<tr>
2585<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw#_lonaxe">lonaxe</a></td>
2586<td class="docstat partialdoc">partially documented</td>
2587</tr>
2588
2589</table><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro</a>
2590<table>
2591
2592<tr>
2593<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw#_ajoutvect">ajoutvect</a></td>
2594<td class="docstat partialdoc">partially documented</td>
2595</tr>
2596
2597</table><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/vecteur.pro</a>
2598<table>
2599
2600<tr>
2601<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_cv_cm2normal">cv_cm2normal</a></td>
2602<td class="docstat partialdoc">partially documented</td>
2603</tr>
2604
2605<tr>
2606<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_normalise">normalise</a></td>
2607<td class="docstat notdoc">not documented</td>
2608</tr>
2609
2610<tr>
2611<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_vecteur">vecteur</a></td>
2612<td class="docstat notdoc">not documented</td>
2613</tr>
2614
2615</table><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/velovect.pro</a>
2616<table>
2617
2618<tr>
2619<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw#_VELOVECT">VELOVECT</a></td>
2620<td class="docstat partialdoc">partially documented</td>
2621</tr>
2622
2623</table><a href="./ToBeReviewed/PLOTS/axe.html?format=raw">./ToBeReviewed/PLOTS/axe.pro</a>
2624<table>
2625
2626<tr>
2627<td class="docroutine"><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">axe</a></td>
2628<td class="docstat partialdoc">partially documented</td>
2629</tr>
2630
2631</table><a href="./ToBeReviewed/PLOTS/legende.html?format=raw">./ToBeReviewed/PLOTS/legende.pro</a>
2632<table>
2633
2634<tr>
2635<td class="docroutine"><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></td>
2636<td class="docstat partialdoc">partially documented</td>
2637</tr>
2638
2639</table><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw">./ToBeReviewed/PLOTS/plotsym.pro</a>
2640<table>
2641
2642<tr>
2643<td class="docroutine"><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">plotsym</a></td>
2644<td class="docstat partialdoc">partially documented</td>
2645</tr>
2646
2647</table><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw">./ToBeReviewed/PLOTS/reinitplt.pro</a>
2648<table>
2649
2650<tr>
2651<td class="docroutine"><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw#_reinitplt">reinitplt</a></td>
2652<td class="docstat partialdoc">partially documented</td>
2653</tr>
2654
2655</table><a href="./ToBeReviewed/PLOTS/style.html?format=raw">./ToBeReviewed/PLOTS/style.pro</a>
2656<table>
2657
2658<tr>
2659<td class="docroutine"><a href="./ToBeReviewed/PLOTS/style.html?format=raw#_style">style</a></td>
2660<td class="docstat partialdoc">partially documented</td>
2661</tr>
2662
2663</table><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw">./ToBeReviewed/PLOTS/symbols.pro</a>
2664<table>
2665
2666<tr>
2667<td class="docroutine"><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw#_symbols">symbols</a></td>
2668<td class="docstat partialdoc">partially documented</td>
2669</tr>
2670
2671</table><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw">./ToBeReviewed/POSTSCRIPT/calibre.pro</a>
2672<table>
2673
2674<tr>
2675<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw#_calibre">calibre</a></td>
2676<td class="docstat partialdoc">partially documented</td>
2677</tr>
2678
2679</table><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw">./ToBeReviewed/POSTSCRIPT/chcolps.pro</a>
2680<table>
2681
2682<tr>
2683<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_format_colortable_hexa">format_colortable_hexa</a></td>
2684<td class="docstat notdoc">not documented</td>
2685</tr>
2686
2687<tr>
2688<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_build_table">build_table</a></td>
2689<td class="docstat notdoc">not documented</td>
2690</tr>
2691
2692<tr>
2693<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_chcolps">chcolps</a></td>
2694<td class="docstat notdoc">not documented</td>
2695</tr>
2696
2697</table><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw">./ToBeReviewed/STATISTICS/a_correlate2d.pro</a>
2698<table>
2699
2700<tr>
2701<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_Auto_Cov2d">Auto_Cov2d</a></td>
2702<td class="docstat partialdoc">partially documented</td>
2703</tr>
2704
2705<tr>
2706<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_A_Correlate2d">A_Correlate2d</a></td>
2707<td class="docstat notdoc">not documented</td>
2708</tr>
2709
2710</table><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/a_timecorrelate.pro</a>
2711<table>
2712
2713<tr>
2714<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_TimeAuto_Cov">TimeAuto_Cov</a></td>
2715<td class="docstat partialdoc">partially documented</td>
2716</tr>
2717
2718<tr>
2719<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_A_TimeCorrelate">A_TimeCorrelate</a></td>
2720<td class="docstat notdoc">not documented</td>
2721</tr>
2722
2723</table><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/c_timecorrelate.pro</a>
2724<table>
2725
2726<tr>
2727<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_TimeCross_Cov">TimeCross_Cov</a></td>
2728<td class="docstat partialdoc">partially documented</td>
2729</tr>
2730
2731<tr>
2732<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_C_Timecorrelate">C_Timecorrelate</a></td>
2733<td class="docstat notdoc">not documented</td>
2734</tr>
2735
2736</table><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw">./ToBeReviewed/STRING/chkeywd.pro</a>
2737<table>
2738
2739<tr>
2740<td class="docroutine"><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">chkeywd</a></td>
2741<td class="docstat partialdoc">partially documented</td>
2742</tr>
2743
2744</table><a href="./ToBeReviewed/STRING/delchr.html?format=raw">./ToBeReviewed/STRING/delchr.pro</a>
2745<table>
2746
2747<tr>
2748<td class="docroutine"><a href="./ToBeReviewed/STRING/delchr.html?format=raw#_DELCHR">DELCHR</a></td>
2749<td class="docstat partialdoc">partially documented</td>
2750</tr>
2751
2752</table><a href="./ToBeReviewed/STRING/getfile.html?format=raw">./ToBeReviewed/STRING/getfile.pro</a>
2753<table>
2754
2755<tr>
2756<td class="docroutine"><a href="./ToBeReviewed/STRING/getfile.html?format=raw#_getfile">getfile</a></td>
2757<td class="docstat partialdoc">partially documented</td>
2758</tr>
2759
2760</table><a href="./ToBeReviewed/STRING/getwrd.html?format=raw">./ToBeReviewed/STRING/getwrd.pro</a>
2761<table>
2762
2763<tr>
2764<td class="docroutine"><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_GETWRD">GETWRD</a></td>
2765<td class="docstat partialdoc">partially documented</td>
2766</tr>
2767
2768</table><a href="./ToBeReviewed/STRING/isnumber.html?format=raw">./ToBeReviewed/STRING/isnumber.pro</a>
2769<table>
2770
2771<tr>
2772<td class="docroutine"><a href="./ToBeReviewed/STRING/isnumber.html?format=raw#_ISNUMBER">ISNUMBER</a></td>
2773<td class="docstat partialdoc">partially documented</td>
2774</tr>
2775
2776</table><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a>
2777<table>
2778
2779<tr>
2780<td class="docroutine"><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></td>
2781<td class="docstat partialdoc">partially documented</td>
2782</tr>
2783
2784</table><a href="./ToBeReviewed/STRING/nwrds.html?format=raw">./ToBeReviewed/STRING/nwrds.pro</a>
2785<table>
2786
2787<tr>
2788<td class="docroutine"><a href="./ToBeReviewed/STRING/nwrds.html?format=raw#_nwrds">nwrds</a></td>
2789<td class="docstat partialdoc">partially documented</td>
2790</tr>
2791
2792</table><a href="./ToBeReviewed/STRING/putfile.html?format=raw">./ToBeReviewed/STRING/putfile.pro</a>
2793<table>
2794
2795<tr>
2796<td class="docroutine"><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">putfile</a></td>
2797<td class="docstat partialdoc">partially documented</td>
2798</tr>
2799
2800</table><a href="./ToBeReviewed/STRING/str_size.html?format=raw">./ToBeReviewed/STRING/str_size.pro</a>
2801<table>
2802
2803<tr>
2804<td class="docroutine"><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_STR_SIZE">STR_SIZE</a></td>
2805<td class="docstat partialdoc">partially documented</td>
2806</tr>
2807
2808</table><a href="./ToBeReviewed/STRING/strcnt.html?format=raw">./ToBeReviewed/STRING/strcnt.pro</a>
2809<table>
2810
2811<tr>
2812<td class="docroutine"><a href="./ToBeReviewed/STRING/strcnt.html?format=raw#_Strcnt">Strcnt</a></td>
2813<td class="docstat partialdoc">partially documented</td>
2814</tr>
2815
2816</table><a href="./ToBeReviewed/STRING/string2struct.html?format=raw">./ToBeReviewed/STRING/string2struct.pro</a>
2817<table>
2818
2819<tr>
2820<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_too_cool">too_cool</a></td>
2821<td class="docstat notdoc">not documented</td>
2822</tr>
2823
2824<tr>
2825<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_string2struct">string2struct</a></td>
2826<td class="docstat partialdoc">partially documented</td>
2827</tr>
2828
2829</table><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw">./ToBeReviewed/STRING/strkeywd.pro</a>
2830<table>
2831
2832<tr>
2833<td class="docroutine"><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw#_strkeywd">strkeywd</a></td>
2834<td class="docstat partialdoc">partially documented</td>
2835</tr>
2836
2837</table><a href="./ToBeReviewed/STRING/strrepl.html?format=raw">./ToBeReviewed/STRING/strrepl.pro</a>
2838<table>
2839
2840<tr>
2841<td class="docroutine"><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></td>
2842<td class="docstat partialdoc">partially documented</td>
2843</tr>
2844
2845</table><a href="./ToBeReviewed/STRING/strright.html?format=raw">./ToBeReviewed/STRING/strright.pro</a>
2846<table>
2847
2848<tr>
2849<td class="docroutine"><a href="./ToBeReviewed/STRING/strright.html?format=raw#_strright">strright</a></td>
2850<td class="docstat partialdoc">partially documented</td>
2851</tr>
2852
2853</table><a href="./ToBeReviewed/STRING/strsci.html?format=raw">./ToBeReviewed/STRING/strsci.pro</a>
2854<table>
2855
2856<tr>
2857<td class="docroutine"><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_StrSci">StrSci</a></td>
2858<td class="docstat partialdoc">partially documented</td>
2859</tr>
2860
2861</table><a href="./ToBeReviewed/STRING/strtok.html?format=raw">./ToBeReviewed/STRING/strtok.pro</a>
2862<table>
2863
2864<tr>
2865<td class="docroutine"><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_Strtok">Strtok</a></td>
2866<td class="docstat partialdoc">partially documented</td>
2867</tr>
2868
2869</table><a href="./ToBeReviewed/STRING/strtrans.html?format=raw">./ToBeReviewed/STRING/strtrans.pro</a>
2870<table>
2871
2872<tr>
2873<td class="docroutine"><a href="./ToBeReviewed/STRING/strtrans.html?format=raw#_strtrans">strtrans</a></td>
2874<td class="docstat partialdoc">partially documented</td>
2875</tr>
2876
2877</table><a href="./ToBeReviewed/STRING/strwhere.html?format=raw">./ToBeReviewed/STRING/strwhere.pro</a>
2878<table>
2879
2880<tr>
2881<td class="docroutine"><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></td>
2882<td class="docstat partialdoc">partially documented</td>
2883</tr>
2884
2885</table><a href="./ToBeReviewed/STRING/tostr.html?format=raw">./ToBeReviewed/STRING/tostr.pro</a>
2886<table>
2887
2888<tr>
2889<td class="docroutine"><a href="./ToBeReviewed/STRING/tostr.html?format=raw#_tostr">tostr</a></td>
2890<td class="docstat partialdoc">partially documented</td>
2891</tr>
2892
2893</table><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw">./ToBeReviewed/STRUCTURE/chkstru.pro</a>
2894<table>
2895
2896<tr>
2897<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw#_chkstru">chkstru</a></td>
2898<td class="docstat partialdoc">partially documented</td>
2899</tr>
2900
2901</table><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw">./ToBeReviewed/STRUCTURE/extractstru.pro</a>
2902<table>
2903
2904<tr>
2905<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw#_extractstru">extractstru</a></td>
2906<td class="docstat partialdoc">partially documented</td>
2907</tr>
2908
2909</table><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw">./ToBeReviewed/STRUCTURE/mixstru.pro</a>
2910<table>
2911
2912<tr>
2913<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">mixstru</a></td>
2914<td class="docstat partialdoc">partially documented</td>
2915</tr>
2916
2917</table><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw">./ToBeReviewed/STRUCTURE/struct2string.pro</a>
2918<table>
2919
2920<tr>
2921<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct2string</a></td>
2922<td class="docstat partialdoc">partially documented</td>
2923</tr>
2924
2925</table><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw">./ToBeReviewed/STRUCTURE/where_tag.pro</a>
2926<table>
2927
2928<tr>
2929<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw#_where_Tag">where_Tag</a></td>
2930<td class="docstat partialdoc">partially documented</td>
2931</tr>
2932
2933</table><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw">./ToBeReviewed/TRIANGULATION/ciseauxtri.pro</a>
2934<table>
2935
2936<tr>
2937<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">ciseauxtri</a></td>
2938<td class="docstat partialdoc">partially documented</td>
2939</tr>
2940
2941</table><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw">./ToBeReviewed/TRIANGULATION/completecointerre.pro</a>
2942<table>
2943
2944<tr>
2945<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_draw_corner_triangle">draw_corner_triangle</a></td>
2946<td class="docstat partialdoc">partially documented</td>
2947</tr>
2948
2949<tr>
2950<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_completecointerre">completecointerre</a></td>
2951<td class="docstat notdoc">not documented</td>
2952</tr>
2953
2954</table><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri.pro</a>
2955<table>
2956
2957<tr>
2958<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw#_definetri">definetri</a></td>
2959<td class="docstat partialdoc">partially documented</td>
2960</tr>
2961
2962</table><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri_e.pro</a>
2963<table>
2964
2965<tr>
2966<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_numtri">numtri</a></td>
2967<td class="docstat notdoc">not documented</td>
2968</tr>
2969
2970<tr>
2971<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">definetri_e</a></td>
2972<td class="docstat partialdoc">partially documented</td>
2973</tr>
2974
2975</table><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw">./ToBeReviewed/TRIANGULATION/dessinetri.pro</a>
2976<table>
2977
2978<tr>
2979<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw#_dessinetri">dessinetri</a></td>
2980<td class="docstat partialdoc">partially documented</td>
2981</tr>
2982
2983</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_c.pro</a>
2984<table>
2985
2986<tr>
2987<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw#_drawcoast_c">drawcoast_c</a></td>
2988<td class="docstat notdoc">not documented</td>
2989</tr>
2990
2991</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_e.pro</a>
2992<table>
2993
2994<tr>
2995<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw#_drawcoast_e">drawcoast_e</a></td>
2996<td class="docstat notdoc">not documented</td>
2997</tr>
2998
2999</table><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw">./ToBeReviewed/TRIANGULATION/drawsectionbottom.pro</a>
3000<table>
3001
3002<tr>
3003<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw#_drawsectionbottom">drawsectionbottom</a></td>
3004<td class="docstat partialdoc">partially documented</td>
3005</tr>
3006
3007</table><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw">./ToBeReviewed/TRIANGULATION/fillcornermask.pro</a>
3008<table>
3009
3010<tr>
3011<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw#_fillcornermask">fillcornermask</a></td>
3012<td class="docstat partialdoc">partially documented</td>
3013</tr>
3014
3015</table><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw">./ToBeReviewed/TRIANGULATION/section.pro</a>
3016<table>
3017
3018<tr>
3019<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">section</a></td>
3020<td class="docstat partialdoc">partially documented</td>
3021</tr>
3022
3023</table><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw">./ToBeReviewed/TRIANGULATION/tracecote.pro</a>
3024<table>
3025
3026<tr>
3027<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw#_tracecote">tracecote</a></td>
3028<td class="docstat partialdoc">partially documented</td>
3029</tr>
3030
3031</table><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw">./ToBeReviewed/TRIANGULATION/tracemask.pro</a>
3032<table>
3033
3034<tr>
3035<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw#_tracemask">tracemask</a></td>
3036<td class="docstat partialdoc">partially documented</td>
3037</tr>
3038
3039</table><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule.pro</a>
3040<table>
3041
3042<tr>
3043<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw#_triangule">triangule</a></td>
3044<td class="docstat notdoc">not documented</td>
3045</tr>
3046
3047</table><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_c.pro</a>
3048<table>
3049
3050<tr>
3051<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw#_triangule_c">triangule_c</a></td>
3052<td class="docstat partialdoc">partially documented</td>
3053</tr>
3054
3055</table><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_e.pro</a>
3056<table>
3057
3058<tr>
3059<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw#_triangule_e">triangule_e</a></td>
3060<td class="docstat partialdoc">partially documented</td>
3061</tr>
3062
3063</table><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw">./ToBeReviewed/UTILITAIRE/fitintobox.pro</a>
3064<table>
3065
3066<tr>
3067<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw#_err_mess">err_mess</a></td>
3068<td class="docstat partialdoc">partially documented</td>
3069</tr>
3070
3071<tr>
3072<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw#_fitintobox">fitintobox</a></td>
3073<td class="docstat notdoc">not documented</td>
3074</tr>
3075
3076</table><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a>
3077<table>
3078
3079<tr>
3080<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></td>
3081<td class="docstat notdoc">not documented</td>
3082</tr>
3083
3084</table><a href="./ToBeReviewed/UTILITAIRE/linearequation.html?format=raw">./ToBeReviewed/UTILITAIRE/linearequation.pro</a>
3085<table>
3086
3087<tr>
3088<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/linearequation.html?format=raw#_linearequation">linearequation</a></td>
3089<td class="docstat partialdoc">partially documented</td>
3090</tr>
3091
3092</table><a href="./ToBeReviewed/UTILITAIRE/lineintersection.html?format=raw">./ToBeReviewed/UTILITAIRE/lineintersection.pro</a>
3093<table>
3094
3095<tr>
3096<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/lineintersection.html?format=raw#_lineintersection">lineintersection</a></td>
3097<td class="docstat partialdoc">partially documented</td>
3098</tr>
3099
3100</table><a href="./ToBeReviewed/UTILITAIRE/report.html?format=raw">./ToBeReviewed/UTILITAIRE/report.pro</a>
3101<table>
3102
3103<tr>
3104<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/report.html?format=raw#_report">report</a></td>
3105<td class="docstat partialdoc">partially documented</td>
3106</tr>
3107
3108</table><a href="./ToBeReviewed/UTILITAIRE/routine_name.html?format=raw">./ToBeReviewed/UTILITAIRE/routine_name.pro</a>
3109<table>
3110
3111<tr>
3112<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/routine_name.html?format=raw#_routine_name">routine_name</a></td>
3113<td class="docstat partialdoc">partially documented</td>
3114</tr>
3115
3116</table><a href="./ToBeReviewed/UTILITAIRE/test.html?format=raw">./ToBeReviewed/UTILITAIRE/test.pro</a>
3117<table>
3118
3119<tr>
3120<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/test.html?format=raw#_test">test</a></td>
3121<td class="docstat notdoc">not documented</td>
3122</tr>
3123
3124</table><a href="./ToBeReviewed/UTILITAIRE/testvar.html?format=raw">./ToBeReviewed/UTILITAIRE/testvar.pro</a>
3125<table>
3126
3127<tr>
3128<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/testvar.html?format=raw#_testvar">testvar</a></td>
3129<td class="docstat partialdoc">partially documented</td>
3130</tr>
3131
3132</table><a href="./ToBeReviewed/UTILITAIRE/text_box.html?format=raw">./ToBeReviewed/UTILITAIRE/text_box.pro</a>
3133<table>
3134
3135<tr>
3136<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/text_box.html?format=raw#_text_box">text_box</a></td>
3137<td class="docstat partialdoc">partially documented</td>
3138</tr>
3139
3140</table><a href="./ToBeReviewed/UTILITAIRE/undefine.html?format=raw">./ToBeReviewed/UTILITAIRE/undefine.pro</a>
3141<table>
3142
3143<tr>
3144<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/undefine.html?format=raw#_UNDEFINE">UNDEFINE</a></td>
3145<td class="docstat partialdoc">partially documented</td>
3146</tr>
3147
3148</table><a href="./ToBeReviewed/UTILITAIRE/xfile.html?format=raw">./ToBeReviewed/UTILITAIRE/xfile.pro</a>
3149<table>
3150
3151<tr>
3152<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/xfile.html?format=raw#_xfile">xfile</a></td>
3153<td class="docstat partialdoc">partially documented</td>
3154</tr>
3155
3156</table><a href="./ToBeReviewed/UTILITAIRE/xhelp.html?format=raw">./ToBeReviewed/UTILITAIRE/xhelp.pro</a>
3157<table>
3158
3159<tr>
3160<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/xhelp.html?format=raw#_xhelp">xhelp</a></td>
3161<td class="docstat partialdoc">partially documented</td>
3162</tr>
3163
3164</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.pro</a>
3165<table>
3166
3167<tr>
3168<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw#_buildcmd">buildcmd</a></td>
3169<td class="docstat partialdoc">partially documented</td>
3170</tr>
3171
3172</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro</a>
3173<table>
3174
3175<tr>
3176<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw#_buildreadcmd">buildreadcmd</a></td>
3177<td class="docstat partialdoc">partially documented</td>
3178</tr>
3179
3180</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.pro</a>
3181<table>
3182
3183<tr>
3184<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw#_changefield">changefield</a></td>
3185<td class="docstat notdoc">not documented</td>
3186</tr>
3187
3188</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.pro</a>
3189<table>
3190
3191<tr>
3192<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw#_changefile">changefile</a></td>
3193<td class="docstat notdoc">not documented</td>
3194</tr>
3195
3196</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro</a>
3197<table>
3198
3199<tr>
3200<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw#_createhistory">createhistory</a></td>
3201<td class="docstat notdoc">not documented</td>
3202</tr>
3203
3204</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.pro</a>
3205<table>
3206
3207<tr>
3208<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw#_cutcmd">cutcmd</a></td>
3209<td class="docstat notdoc">not documented</td>
3210</tr>
3211
3212</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.pro</a>
3213<table>
3214
3215<tr>
3216<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw#_definedefaultextra">definedefaultextra</a></td>
3217<td class="docstat notdoc">not documented</td>
3218</tr>
3219
3220</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.pro</a>
3221<table>
3222
3223<tr>
3224<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw#_doubleclickaction">doubleclickaction</a></td>
3225<td class="docstat notdoc">not documented</td>
3226</tr>
3227
3228</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.pro</a>
3229<table>
3230
3231<tr>
3232<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw#_extractatt">extractatt</a></td>
3233<td class="docstat notdoc">not documented</td>
3234</tr>
3235
3236</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.pro</a>
3237<table>
3238
3239<tr>
3240<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw#_findline">findline</a></td>
3241<td class="docstat notdoc">not documented</td>
3242</tr>
3243
3244</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.pro</a>
3245<table>
3246
3247<tr>
3248<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw#_identifyclick">identifyclick</a></td>
3249<td class="docstat notdoc">not documented</td>
3250</tr>
3251
3252</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.pro</a>
3253<table>
3254
3255<tr>
3256<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw#_inserthistory">inserthistory</a></td>
3257<td class="docstat notdoc">not documented</td>
3258</tr>
3259
3260</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro</a>
3261<table>
3262
3263<tr>
3264<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw#_letsdraw">letsdraw</a></td>
3265<td class="docstat partialdoc">partially documented</td>
3266</tr>
3267
3268</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro</a>
3269<table>
3270
3271<tr>
3272<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw#_loadgrid">loadgrid</a></td>
3273<td class="docstat notdoc">not documented</td>
3274</tr>
3275
3276</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.pro</a>
3277<table>
3278
3279<tr>
3280<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw#_longclickaction">longclickaction</a></td>
3281<td class="docstat notdoc">not documented</td>
3282</tr>
3283
3284</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro</a>
3285<table>
3286
3287<tr>
3288<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw#_read_vermair">read_vermair</a></td>
3289<td class="docstat notdoc">not documented</td>
3290</tr>
3291
3292</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro</a>
3293<table>
3294
3295<tr>
3296<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">scanfile</a></td>
3297<td class="docstat notdoc">not documented</td>
3298</tr>
3299
3300</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro</a>
3301<table>
3302
3303<tr>
3304<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile_event">selectfile_event</a></td>
3305<td class="docstat notdoc">not documented</td>
3306</tr>
3307
3308<tr>
3309<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile">selectfile</a></td>
3310<td class="docstat notdoc">not documented</td>
3311</tr>
3312
3313</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.pro</a>
3314<table>
3315
3316<tr>
3317<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw#_singleclickaction">singleclickaction</a></td>
3318<td class="docstat notdoc">not documented</td>
3319</tr>
3320
3321</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.pro</a>
3322<table>
3323
3324<tr>
3325<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw#_tracecadre">tracecadre</a></td>
3326<td class="docstat notdoc">not documented</td>
3327</tr>
3328
3329</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.pro</a>
3330<table>
3331
3332<tr>
3333<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw#_updatewidget">updatewidget</a></td>
3334<td class="docstat notdoc">not documented</td>
3335</tr>
3336
3337</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.pro</a>
3338<table>
3339
3340<tr>
3341<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim_event">xcreateanim_event</a></td>
3342<td class="docstat notdoc">not documented</td>
3343</tr>
3344
3345<tr>
3346<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim">xcreateanim</a></td>
3347<td class="docstat notdoc">not documented</td>
3348</tr>
3349
3350</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro</a>
3351<table>
3352
3353<tr>
3354<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw#_xxxmenubar_event">xxxmenubar_event</a></td>
3355<td class="docstat notdoc">not documented</td>
3356</tr>
3357
3358</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro</a>
3359<table>
3360
3361<tr>
3362<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_SETV">CW_BGROUP_SETV</a></td>
3363<td class="docstat partialdoc">partially documented</td>
3364</tr>
3365
3366<tr>
3367<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_GETV">CW_BGROUP_GETV</a></td>
3368<td class="docstat notdoc">not documented</td>
3369</tr>
3370
3371<tr>
3372<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_EVENT">CW_BGROUP_EVENT</a></td>
3373<td class="docstat notdoc">not documented</td>
3374</tr>
3375
3376<tr>
3377<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP">CW_BGROUP</a></td>
3378<td class="docstat notdoc">not documented</td>
3379</tr>
3380
3381</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro</a>
3382<table>
3383
3384<tr>
3385<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_set_value">cw_calendar_set_value</a></td>
3386<td class="docstat notdoc">not documented</td>
3387</tr>
3388
3389<tr>
3390<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_get_value">cw_calendar_get_value</a></td>
3391<td class="docstat notdoc">not documented</td>
3392</tr>
3393
3394<tr>
3395<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_get_cal_value">get_cal_value</a></td>
3396<td class="docstat notdoc">not documented</td>
3397</tr>
3398
3399<tr>
3400<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_set_cal_combobox">set_cal_combobox</a></td>
3401<td class="docstat notdoc">not documented</td>
3402</tr>
3403
3404<tr>
3405<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_move">move</a></td>
3406<td class="docstat notdoc">not documented</td>
3407</tr>
3408
3409<tr>
3410<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_event">cw_calendar_event</a></td>
3411<td class="docstat notdoc">not documented</td>
3412</tr>
3413
3414<tr>
3415<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar">cw_calendar</a></td>
3416<td class="docstat notdoc">not documented</td>
3417</tr>
3418
3419</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro</a>
3420<table>
3421
3422<tr>
3423<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm_set_value">cw_combobox_pm_set_value</a></td>
3424<td class="docstat partialdoc">partially documented</td>
3425</tr>
3426
3427<tr>
3428<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm_get_value">cw_combobox_pm_get_value</a></td>
3429<td class="docstat notdoc">not documented</td>
3430</tr>
3431
3432<tr>
3433<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm_event">cw_combobox_pm_event</a></td>
3434<td class="docstat notdoc">not documented</td>
3435</tr>
3436
3437<tr>
3438<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm">cw_combobox_pm</a></td>
3439<td class="docstat notdoc">not documented</td>
3440</tr>
3441
3442</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro</a>
3443<table>
3444
3445<tr>
3446<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_set_value">cw_domain_set_value</a></td>
3447<td class="docstat notdoc">not documented</td>
3448</tr>
3449
3450<tr>
3451<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_get_value">cw_domain_get_value</a></td>
3452<td class="docstat notdoc">not documented</td>
3453</tr>
3454
3455<tr>
3456<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_event">cw_domain_event</a></td>
3457<td class="docstat notdoc">not documented</td>
3458</tr>
3459
3460<tr>
3461<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain">cw_domain</a></td>
3462<td class="docstat notdoc">not documented</td>
3463</tr>
3464
3465</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro</a>
3466<table>
3467
3468<tr>
3469<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm_set_value">cw_droplist_pm_set_value</a></td>
3470<td class="docstat partialdoc">partially documented</td>
3471</tr>
3472
3473<tr>
3474<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm_get_value">cw_droplist_pm_get_value</a></td>
3475<td class="docstat notdoc">not documented</td>
3476</tr>
3477
3478<tr>
3479<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm_event">cw_droplist_pm_event</a></td>
3480<td class="docstat notdoc">not documented</td>
3481</tr>
3482
3483<tr>
3484<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm">cw_droplist_pm</a></td>
3485<td class="docstat notdoc">not documented</td>
3486</tr>
3487
3488</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro</a>
3489<table>
3490
3491<tr>
3492<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout_event">cw_pagelayout_event</a></td>
3493<td class="docstat notdoc">not documented</td>
3494</tr>
3495
3496<tr>
3497<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout">cw_pagelayout</a></td>
3498<td class="docstat notdoc">not documented</td>
3499</tr>
3500
3501</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro</a>
3502<table>
3503
3504<tr>
3505<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice_set_value">cw_slide_slice_set_value</a></td>
3506<td class="docstat notdoc">not documented</td>
3507</tr>
3508
3509<tr>
3510<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice_event">cw_slide_slice_event</a></td>
3511<td class="docstat notdoc">not documented</td>
3512</tr>
3513
3514<tr>
3515<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice">cw_slide_slice</a></td>
3516<td class="docstat notdoc">not documented</td>
3517</tr>
3518
3519</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro</a>
3520<table>
3521
3522<tr>
3523<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decvalue">decvalue</a></td>
3524<td class="docstat partialdoc">partially documented</td>
3525</tr>
3526
3527<tr>
3528<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decind">decind</a></td>
3529<td class="docstat notdoc">not documented</td>
3530</tr>
3531
3532<tr>
3533<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm_set_value">cw_slider_pm_set_value</a></td>
3534<td class="docstat notdoc">not documented</td>
3535</tr>
3536
3537<tr>
3538<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm_get_value">cw_slider_pm_get_value</a></td>
3539<td class="docstat notdoc">not documented</td>
3540</tr>
3541
3542<tr>
3543<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm_event">cw_slider_pm_event</a></td>
3544<td class="docstat notdoc">not documented</td>
3545</tr>
3546
3547<tr>
3548<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm">cw_slider_pm</a></td>
3549<td class="docstat notdoc">not documented</td>
3550</tr>
3551
3552</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro</a>
3553<table>
3554
3555<tr>
3556<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_set_value">cw_specifie_set_value</a></td>
3557<td class="docstat notdoc">not documented</td>
3558</tr>
3559
3560<tr>
3561<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_get_value">cw_specifie_get_value</a></td>
3562<td class="docstat notdoc">not documented</td>
3563</tr>
3564
3565<tr>
3566<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_event">cw_specifie_event</a></td>
3567<td class="docstat notdoc">not documented</td>
3568</tr>
3569
3570<tr>
3571<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie">cw_specifie</a></td>
3572<td class="docstat notdoc">not documented</td>
3573</tr>
3574
3575</table><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw">./ToBeReviewed/WIDGET/findtopid.pro</a>
3576<table>
3577
3578<tr>
3579<td class="docroutine"><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw#_findtopid">findtopid</a></td>
3580<td class="docstat partialdoc">partially documented</td>
3581</tr>
3582
3583</table><a href="./ToBeReviewed/WIDGET/slec.html?format=raw">./ToBeReviewed/WIDGET/slec.pro</a>
3584<table>
3585
3586<tr>
3587<td class="docroutine"><a href="./ToBeReviewed/WIDGET/slec.html?format=raw#_slec">slec</a></td>
3588<td class="docstat notdoc">not documented</td>
3589</tr>
3590
3591</table><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw">./ToBeReviewed/WIDGET/xnotice.pro</a>
3592<table>
3593
3594<tr>
3595<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw#_xnotice">xnotice</a></td>
3596<td class="docstat partialdoc">partially documented</td>
3597</tr>
3598
3599</table><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw">./ToBeReviewed/WIDGET/xquestion.pro</a>
3600<table>
3601
3602<tr>
3603<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion_event">xquestion_event</a></td>
3604<td class="docstat partialdoc">partially documented</td>
3605</tr>
3606
3607<tr>
3608<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion">xquestion</a></td>
3609<td class="docstat notdoc">not documented</td>
3610</tr>
3611
3612</table><a href="./ToBeReviewed/WIDGET/xx.html?format=raw">./ToBeReviewed/WIDGET/xx.pro</a>
3613<table>
3614
3615<tr>
3616<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xx.html?format=raw#_xx">xx</a></td>
3617<td class="docstat notdoc">not documented</td>
3618</tr>
3619
3620</table><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw">./ToBeReviewed/WIDGET/xxx.pro</a>
3621<table>
3622
3623<tr>
3624<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx_event">xxx_event</a></td>
3625<td class="docstat partialdoc">partially documented</td>
3626</tr>
3627
3628<tr>
3629<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx">xxx</a></td>
3630<td class="docstat notdoc">not documented</td>
3631</tr>
3632
3633</table><a href="./Utilities/createfunc.html?format=raw">./Utilities/createfunc.pro</a>
3634<table>
3635
3636<tr>
3637<td class="docroutine"><a href="./Utilities/createfunc.html?format=raw#_createfunc">createfunc</a></td>
3638<td class="docstat partialdoc">partially documented</td>
3639</tr>
3640
3641</table><a href="./Utilities/createpro.html?format=raw">./Utilities/createpro.pro</a>
3642<table>
3643
3644<tr>
3645<td class="docroutine"><a href="./Utilities/createpro.html?format=raw#_createpro">createpro</a></td>
3646<td class="docstat partialdoc">partially documented</td>
3647</tr>
3648
3649</table><a href="./Utilities/find.html?format=raw">./Utilities/find.pro</a>
3650<table>
3651
3652<tr>
3653<td class="docroutine"><a href="./Utilities/find.html?format=raw#_find">find</a></td>
3654<td class="docstat partialdoc">partially documented</td>
3655</tr>
3656
3657</table><a href="./Utilities/isadirectory.html?format=raw">./Utilities/isadirectory.pro</a>
3658<table>
3659
3660<tr>
3661<td class="docroutine"><a href="./Utilities/isadirectory.html?format=raw#_isadirectory">isadirectory</a></td>
3662<td class="docstat partialdoc">partially documented</td>
3663</tr>
3664
3665</table><a href="./Utilities/isafile.html?format=raw">./Utilities/isafile.pro</a>
3666<table>
3667
3668<tr>
3669<td class="docroutine"><a href="./Utilities/isafile.html?format=raw#_isafile">isafile</a></td>
3670<td class="docstat partialdoc">partially documented</td>
3671</tr>
3672
3673</table><a href="./buildinit.html?format=raw">./buildinit.pro</a>
3674<table>
3675
3676<tr>
3677<td class="docroutine"><a href="./buildinit.html?format=raw#_CW_FIELD2">CW_FIELD2</a></td>
3678<td class="docstat partialdoc">partially documented</td>
3679</tr>
3680
3681<tr>
3682<td class="docroutine"><a href="./buildinit.html?format=raw#_printerdef_event">printerdef_event</a></td>
3683<td class="docstat notdoc">not documented</td>
3684</tr>
3685
3686<tr>
3687<td class="docroutine"><a href="./buildinit.html?format=raw#_papsize_event">papsize_event</a></td>
3688<td class="docstat notdoc">not documented</td>
3689</tr>
3690
3691<tr>
3692<td class="docroutine"><a href="./buildinit.html?format=raw#_xask_event">xask_event</a></td>
3693<td class="docstat notdoc">not documented</td>
3694</tr>
3695
3696<tr>
3697<td class="docroutine"><a href="./buildinit.html?format=raw#_xask">xask</a></td>
3698<td class="docstat notdoc">not documented</td>
3699</tr>
3700
3701<tr>
3702<td class="docroutine"><a href="./buildinit.html?format=raw#_getdir">getdir</a></td>
3703<td class="docstat notdoc">not documented</td>
3704</tr>
3705
3706<tr>
3707<td class="docroutine"><a href="./buildinit.html?format=raw#_buildinit">buildinit</a></td>
3708<td class="docstat notdoc">not documented</td>
3709</tr>
3710
3711</table></div>
3712<div id="obsolete">
3713  <h2>Obsolete routines</h2><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
3714<table>
3715
3716<tr>
3717<td class="obsroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
3718</tr>
3719
3720</table><a href="./Obsolete/ficdate.html?format=raw">./Obsolete/ficdate.pro</a>
3721<table>
3722
3723<tr>
3724<td class="obsroutine"><a href="./Obsolete/ficdate.html?format=raw#_ficdate">ficdate</a></td>
3725</tr>
3726
3727</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
3728<table>
3729
3730<tr>
3731<td class="obsroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
3732</tr>
3733
3734</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
3735<table>
3736
3737<tr>
3738<td class="obsroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
3739</tr>
3740
3741</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
3742<table>
3743
3744<tr>
3745<td class="obsroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
3746</tr>
3747
3748</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
3749<table>
3750
3751<tr>
3752<td class="obsroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
3753</tr>
3754
3755</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
3756<table>
3757
3758<tr>
3759<td class="obsroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
3760</tr>
3761
3762</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
3763<table>
3764
3765<tr>
3766<td class="obsroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
3767</tr>
3768
3769</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
3770<table>
3771
3772<tr>
3773<td class="obsroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
3774</tr>
3775
3776</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
3777<table>
3778
3779<tr>
3780<td class="obsroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
3781</tr>
3782
3783</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
3784<table>
3785
3786<tr>
3787<td class="obsroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
3788</tr>
3789
3790</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
3791<table>
3792
3793<tr>
3794<td class="obsroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
3795</tr>
3796
3797</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
3798<table>
3799
3800<tr>
3801<td class="obsroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
3802</tr>
3803
3804</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
3805<table>
3806
3807<tr>
3808<td class="obsroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
3809</tr>
3810
3811</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
3812<table>
3813
3814<tr>
3815<td class="obsroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
3816</tr>
3817
3818</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
3819<table>
3820
3821<tr>
3822<td class="obsroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
3823</tr>
3824
3825</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
3826<table>
3827
3828<tr>
3829<td class="obsroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
3830</tr>
3831
3832</table></div>
3833<div id="statistics">
3834  <h2>Statistics warnings</h2></div>
3835     
3836
3837      <div id="tagline">Produced by IDLdoc 2.0.</div>
3838
3839    </div>
3840
3841  </body>
3842</html>
Note: See TracBrowser for help on using the repository browser.