source: trunk/SRC/Documentation/idldoc_html_output/idldoc-warnings.html @ 119

Last change on this file since 119 was 119, checked in by smasson, 18 years ago

add changemsk

File size: 116.1 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- 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?format=raw" target="_TOP">view single page</a> | <a href="index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
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="./Grid/changemsk.html?format=raw">./Grid/changemsk.pro</a>
745<table>
746
747<tr>
748<td class="docroutine"><a href="./Grid/changemsk.html?format=raw#_changemsk">changemsk</a></td>
749<td class="docstat notdoc">not documented</td>
750</tr>
751
752</table><a href="./Interpolation/extrapolate.html?format=raw">./Interpolation/extrapolate.pro</a>
753<table>
754
755<tr>
756<td class="docroutine"><a href="./Interpolation/extrapolate.html?format=raw#_extrapolate">extrapolate</a></td>
757<td class="docstat partialdoc">partially documented</td>
758</tr>
759
760</table><a href="./Interpolation/imoms3.html?format=raw">./Interpolation/imoms3.pro</a>
761<table>
762
763<tr>
764<td class="docroutine"><a href="./Interpolation/imoms3.html?format=raw#_imoms3">imoms3</a></td>
765<td class="docstat partialdoc">partially documented</td>
766</tr>
767
768</table><a href="./Interpolation/spl_incr.html?format=raw">./Interpolation/spl_incr.pro</a>
769<table>
770
771<tr>
772<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_concave">pure_concave</a></td>
773<td class="docstat partialdoc">partially documented</td>
774</tr>
775
776<tr>
777<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_convex">pure_convex</a></td>
778<td class="docstat partialdoc">partially documented</td>
779</tr>
780
781<tr>
782<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_spl_incr">spl_incr</a></td>
783<td class="docstat partialdoc">partially documented</td>
784</tr>
785
786</table><a href="./Obsolete/fictype.html?format=raw">./Obsolete/fictype.pro</a>
787<table>
788
789<tr>
790<td class="docroutine"><a href="./Obsolete/fictype.html?format=raw#_fictype">fictype</a></td>
791<td class="docstat partialdoc">partially documented</td>
792</tr>
793
794</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
795<table>
796
797<tr>
798<td class="docroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
799<td class="docstat partialdoc">partially documented</td>
800</tr>
801
802</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
803<table>
804
805<tr>
806<td class="docroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
807<td class="docstat partialdoc">partially documented</td>
808</tr>
809
810</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
811<table>
812
813<tr>
814<td class="docroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
815<td class="docstat partialdoc">partially documented</td>
816</tr>
817
818</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
819<table>
820
821<tr>
822<td class="docroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
823<td class="docstat partialdoc">partially documented</td>
824</tr>
825
826</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
827<table>
828
829<tr>
830<td class="docroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
831<td class="docstat partialdoc">partially documented</td>
832</tr>
833
834</table><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listdims.pro</a>
835<table>
836
837<tr>
838<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw#_ncdf_listdims">ncdf_listdims</a></td>
839<td class="docstat notdoc">not documented</td>
840</tr>
841
842</table><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listvars.pro</a>
843<table>
844
845<tr>
846<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw#_ncdf_listvars">ncdf_listvars</a></td>
847<td class="docstat notdoc">not documented</td>
848</tr>
849
850</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro</a>
851<table>
852
853<tr>
854<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getFile">ncdf_quickread_getFile</a></td>
855<td class="docstat notdoc">not documented</td>
856</tr>
857
858<tr>
859<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getDir">ncdf_quickread_getDir</a></td>
860<td class="docstat notdoc">not documented</td>
861</tr>
862
863<tr>
864<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_validateName">ncdf_quickread_validateName</a></td>
865<td class="docstat notdoc">not documented</td>
866</tr>
867
868<tr>
869<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_helper">ncdf_quickread_helper</a></td>
870<td class="docstat notdoc">not documented</td>
871</tr>
872
873</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.pro</a>
874<table>
875
876<tr>
877<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw#_ncdf_quickwrite_helper1">ncdf_quickwrite_helper1</a></td>
878<td class="docstat notdoc">not documented</td>
879</tr>
880
881</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.pro</a>
882<table>
883
884<tr>
885<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#__str">_str</a></td>
886<td class="docstat notdoc">not documented</td>
887</tr>
888
889<tr>
890<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_typename">ncdf_quickwrite_typename</a></td>
891<td class="docstat notdoc">not documented</td>
892</tr>
893
894<tr>
895<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">ncdf_quickwrite_helper2</a></td>
896<td class="docstat notdoc">not documented</td>
897</tr>
898
899</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.pro</a>
900<table>
901
902<tr>
903<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw#_ncdf_quickwrite_helper3">ncdf_quickwrite_helper3</a></td>
904<td class="docstat notdoc">not documented</td>
905</tr>
906
907</table><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_read.pro</a>
908<table>
909
910<tr>
911<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw#_ncdf_read">ncdf_read</a></td>
912<td class="docstat notdoc">not documented</td>
913</tr>
914
915</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct.pro</a>
916<table>
917
918<tr>
919<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw#_ncdf_struct">ncdf_struct</a></td>
920<td class="docstat notdoc">not documented</td>
921</tr>
922
923</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct_free.pro</a>
924<table>
925
926<tr>
927<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw#_ncdf_struct_free">ncdf_struct_free</a></td>
928<td class="docstat notdoc">not documented</td>
929</tr>
930
931</table><a href="./ReadWrite/ncdf_timeget.html?format=raw">./ReadWrite/ncdf_timeget.pro</a>
932<table>
933
934<tr>
935<td class="docroutine"><a href="./ReadWrite/ncdf_timeget.html?format=raw#_ncdf_timeget">ncdf_timeget</a></td>
936<td class="docstat partialdoc">partially documented</td>
937</tr>
938
939</table><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a>
940<table>
941
942<tr>
943<td class="docroutine"><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></td>
944<td class="docstat partialdoc">partially documented</td>
945</tr>
946
947</table><a href="./ReadWrite/readoldopadistcoast.html?format=raw">./ReadWrite/readoldopadistcoast.pro</a>
948<table>
949
950<tr>
951<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></td>
952<td class="docstat partialdoc">partially documented</td>
953</tr>
954
955<tr>
956<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_readoldopadistcoast">readoldopadistcoast</a></td>
957<td class="docstat partialdoc">partially documented</td>
958</tr>
959
960</table><a href="./ReadWrite/readoldoparestart.html?format=raw">./ReadWrite/readoldoparestart.pro</a>
961<table>
962
963<tr>
964<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></td>
965<td class="docstat partialdoc">partially documented</td>
966</tr>
967
968<tr>
969<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read3fromopa">read3fromopa</a></td>
970<td class="docstat partialdoc">partially documented</td>
971</tr>
972
973</table><a href="./ReadWrite/scanctl.html?format=raw">./ReadWrite/scanctl.pro</a>
974<table>
975
976<tr>
977<td class="docroutine"><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></td>
978<td class="docstat partialdoc">partially documented</td>
979</tr>
980
981</table><a href="./Tests/TestsOld/tst_basic_old.html?format=raw">./Tests/TestsOld/tst_basic_old.pro</a>
982<table>
983
984<tr>
985<td class="docroutine"><a href="./Tests/TestsOld/tst_basic_old.html?format=raw#_tst_basic_old">tst_basic_old</a></td>
986<td class="docstat notdoc">not documented</td>
987</tr>
988
989</table><a href="./Tests/TestsOld/tst_plt_old.html?format=raw">./Tests/TestsOld/tst_plt_old.pro</a>
990<table>
991
992<tr>
993<td class="docroutine"><a href="./Tests/TestsOld/tst_plt_old.html?format=raw#_tst_plt_old">tst_plt_old</a></td>
994<td class="docstat notdoc">not documented</td>
995</tr>
996
997</table><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw">./Tests/TestsOld/tst_pltt_old.pro</a>
998<table>
999
1000<tr>
1001<td class="docroutine"><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw#_tst_pltt_old">tst_pltt_old</a></td>
1002<td class="docstat notdoc">not documented</td>
1003</tr>
1004
1005</table><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw">./Tests/TestsOld/tst_pltz_old.pro</a>
1006<table>
1007
1008<tr>
1009<td class="docroutine"><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw#_tst_pltz_old">tst_pltz_old</a></td>
1010<td class="docstat notdoc">not documented</td>
1011</tr>
1012
1013</table><a href="./Tests/tst_basic.html?format=raw">./Tests/tst_basic.pro</a>
1014<table>
1015
1016<tr>
1017<td class="docroutine"><a href="./Tests/tst_basic.html?format=raw#_tst_basic">tst_basic</a></td>
1018<td class="docstat notdoc">not documented</td>
1019</tr>
1020
1021</table><a href="./Tests/tst_plt.html?format=raw">./Tests/tst_plt.pro</a>
1022<table>
1023
1024<tr>
1025<td class="docroutine"><a href="./Tests/tst_plt.html?format=raw#_tst_plt">tst_plt</a></td>
1026<td class="docstat notdoc">not documented</td>
1027</tr>
1028
1029</table><a href="./Tests/tst_pltt.html?format=raw">./Tests/tst_pltt.pro</a>
1030<table>
1031
1032<tr>
1033<td class="docroutine"><a href="./Tests/tst_pltt.html?format=raw#_tst_pltt">tst_pltt</a></td>
1034<td class="docstat notdoc">not documented</td>
1035</tr>
1036
1037</table><a href="./Tests/tst_pltz.html?format=raw">./Tests/tst_pltz.pro</a>
1038<table>
1039
1040<tr>
1041<td class="docroutine"><a href="./Tests/tst_pltz.html?format=raw#_tst_pltz">tst_pltz</a></td>
1042<td class="docstat notdoc">not documented</td>
1043</tr>
1044
1045</table><a href="./Textoidl/matchdelim.html?format=raw">./Textoidl/matchdelim.pro</a>
1046<table>
1047
1048<tr>
1049<td class="docroutine"><a href="./Textoidl/matchdelim.html?format=raw#_Matchdelim">Matchdelim</a></td>
1050<td class="docstat partialdoc">partially documented</td>
1051</tr>
1052
1053</table><a href="./Textoidl/nexttok.html?format=raw">./Textoidl/nexttok.pro</a>
1054<table>
1055
1056<tr>
1057<td class="docroutine"><a href="./Textoidl/nexttok.html?format=raw#_nexttok">nexttok</a></td>
1058<td class="docstat partialdoc">partially documented</td>
1059</tr>
1060
1061</table><a href="./Textoidl/showtex.html?format=raw">./Textoidl/showtex.pro</a>
1062<table>
1063
1064<tr>
1065<td class="docroutine"><a href="./Textoidl/showtex.html?format=raw#_Showtex">Showtex</a></td>
1066<td class="docstat partialdoc">partially documented</td>
1067</tr>
1068
1069</table><a href="./Textoidl/str_token.html?format=raw">./Textoidl/str_token.pro</a>
1070<table>
1071
1072<tr>
1073<td class="docroutine"><a href="./Textoidl/str_token.html?format=raw#_Str_token">Str_token</a></td>
1074<td class="docstat partialdoc">partially documented</td>
1075</tr>
1076
1077</table><a href="./Textoidl/strcnt.html?format=raw">./Textoidl/strcnt.pro</a>
1078<table>
1079
1080<tr>
1081<td class="docroutine"><a href="./Textoidl/strcnt.html?format=raw#_Strcnt">Strcnt</a></td>
1082<td class="docstat partialdoc">partially documented</td>
1083</tr>
1084
1085</table><a href="./Textoidl/strtrans.html?format=raw">./Textoidl/strtrans.pro</a>
1086<table>
1087
1088<tr>
1089<td class="docroutine"><a href="./Textoidl/strtrans.html?format=raw#_strtrans">strtrans</a></td>
1090<td class="docstat partialdoc">partially documented</td>
1091</tr>
1092
1093</table><a href="./Textoidl/sub_sup_idl.html?format=raw">./Textoidl/sub_sup_idl.pro</a>
1094<table>
1095
1096<tr>
1097<td class="docroutine"><a href="./Textoidl/sub_sup_idl.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1098<td class="docstat partialdoc">partially documented</td>
1099</tr>
1100
1101</table><a href="./Textoidl/textable.html?format=raw">./Textoidl/textable.pro</a>
1102<table>
1103
1104<tr>
1105<td class="docroutine"><a href="./Textoidl/textable.html?format=raw#_textable">textable</a></td>
1106<td class="docstat partialdoc">partially documented</td>
1107</tr>
1108
1109</table><a href="./Textoidl/textoidl.html?format=raw">./Textoidl/textoidl.pro</a>
1110<table>
1111
1112<tr>
1113<td class="docroutine"><a href="./Textoidl/textoidl.html?format=raw#_Textoidl">Textoidl</a></td>
1114<td class="docstat partialdoc">partially documented</td>
1115</tr>
1116
1117</table><a href="./Textoidl/translate_sub_super.html?format=raw">./Textoidl/translate_sub_super.pro</a>
1118<table>
1119
1120<tr>
1121<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1122<td class="docstat partialdoc">partially documented</td>
1123</tr>
1124
1125<tr>
1126<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Translate_sub_super">Translate_sub_super</a></td>
1127<td class="docstat partialdoc">partially documented</td>
1128</tr>
1129
1130</table><a href="./ToBeReviewed/CALCULS/curl.html?format=raw">./ToBeReviewed/CALCULS/curl.pro</a>
1131<table>
1132
1133<tr>
1134<td class="docroutine"><a href="./ToBeReviewed/CALCULS/curl.html?format=raw#_curl">curl</a></td>
1135<td class="docstat partialdoc">partially documented</td>
1136</tr>
1137
1138</table><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw">./ToBeReviewed/CALCULS/depth2floatlevel.pro</a>
1139<table>
1140
1141<tr>
1142<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2floatlevel.html?format=raw#_depth2floatlevel">depth2floatlevel</a></td>
1143<td class="docstat partialdoc">partially documented</td>
1144</tr>
1145
1146</table><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw">./ToBeReviewed/CALCULS/depth2level.pro</a>
1147<table>
1148
1149<tr>
1150<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw#_depth2level">depth2level</a></td>
1151<td class="docstat partialdoc">partially documented</td>
1152</tr>
1153
1154</table><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw">./ToBeReviewed/CALCULS/depth2mask.pro</a>
1155<table>
1156
1157<tr>
1158<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2mask.html?format=raw#_depth2mask">depth2mask</a></td>
1159<td class="docstat partialdoc">partially documented</td>
1160</tr>
1161
1162</table><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw">./ToBeReviewed/CALCULS/determ2.pro</a>
1163<table>
1164
1165<tr>
1166<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ2.html?format=raw#_determ2">determ2</a></td>
1167<td class="docstat partialdoc">partially documented</td>
1168</tr>
1169
1170</table><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw">./ToBeReviewed/CALCULS/determ3.pro</a>
1171<table>
1172
1173<tr>
1174<td class="docroutine"><a href="./ToBeReviewed/CALCULS/determ3.html?format=raw#_determ3">determ3</a></td>
1175<td class="docstat partialdoc">partially documented</td>
1176</tr>
1177
1178</table><a href="./ToBeReviewed/CALCULS/div.html?format=raw">./ToBeReviewed/CALCULS/div.pro</a>
1179<table>
1180
1181<tr>
1182<td class="docroutine"><a href="./ToBeReviewed/CALCULS/div.html?format=raw#_div">div</a></td>
1183<td class="docstat partialdoc">partially documented</td>
1184</tr>
1185
1186</table><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw">./ToBeReviewed/CALCULS/floatlevel2depth.pro</a>
1187<table>
1188
1189<tr>
1190<td class="docroutine"><a href="./ToBeReviewed/CALCULS/floatlevel2depth.html?format=raw#_floatlevel2depth">floatlevel2depth</a></td>
1191<td class="docstat partialdoc">partially documented</td>
1192</tr>
1193
1194</table><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw">./ToBeReviewed/CALCULS/fsfzpt.pro</a>
1195<table>
1196
1197<tr>
1198<td class="docroutine"><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw#_fsfzpt">fsfzpt</a></td>
1199<td class="docstat partialdoc">partially documented</td>
1200</tr>
1201
1202</table><a href="./ToBeReviewed/CALCULS/grad.html?format=raw">./ToBeReviewed/CALCULS/grad.pro</a>
1203<table>
1204
1205<tr>
1206<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grad.html?format=raw#_grad">grad</a></td>
1207<td class="docstat partialdoc">partially documented</td>
1208</tr>
1209
1210</table><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw">./ToBeReviewed/CALCULS/grossemoyenne.pro</a>
1211<table>
1212
1213<tr>
1214<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">grossemoyenne</a></td>
1215<td class="docstat partialdoc">partially documented</td>
1216</tr>
1217
1218</table><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw">./ToBeReviewed/CALCULS/hdyn.pro</a>
1219<table>
1220
1221<tr>
1222<td class="docroutine"><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">hdyn</a></td>
1223<td class="docstat partialdoc">partially documented</td>
1224</tr>
1225
1226</table><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw">./ToBeReviewed/CALCULS/level2depth.pro</a>
1227<table>
1228
1229<tr>
1230<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2depth.html?format=raw#_level2depth">level2depth</a></td>
1231<td class="docstat partialdoc">partially documented</td>
1232</tr>
1233
1234</table><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw">./ToBeReviewed/CALCULS/level2index.pro</a>
1235<table>
1236
1237<tr>
1238<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2index.html?format=raw#_level2index">level2index</a></td>
1239<td class="docstat partialdoc">partially documented</td>
1240</tr>
1241
1242</table><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw">./ToBeReviewed/CALCULS/level2mask.pro</a>
1243<table>
1244
1245<tr>
1246<td class="docroutine"><a href="./ToBeReviewed/CALCULS/level2mask.html?format=raw#_level2mask">level2mask</a></td>
1247<td class="docstat partialdoc">partially documented</td>
1248</tr>
1249
1250</table><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw">./ToBeReviewed/CALCULS/moyenne.pro</a>
1251<table>
1252
1253<tr>
1254<td class="docroutine"><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw#_moyenne">moyenne</a></td>
1255<td class="docstat partialdoc">partially documented</td>
1256</tr>
1257
1258</table><a href="./ToBeReviewed/CALCULS/norme.html?format=raw">./ToBeReviewed/CALCULS/norme.pro</a>
1259<table>
1260
1261<tr>
1262<td class="docroutine"><a href="./ToBeReviewed/CALCULS/norme.html?format=raw#_norme">norme</a></td>
1263<td class="docstat partialdoc">partially documented</td>
1264</tr>
1265
1266</table><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw">./ToBeReviewed/CALCULS/projectondepth.pro</a>
1267<table>
1268
1269<tr>
1270<td class="docroutine"><a href="./ToBeReviewed/CALCULS/projectondepth.html?format=raw#_projectondepth">projectondepth</a></td>
1271<td class="docstat partialdoc">partially documented</td>
1272</tr>
1273
1274</table><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw">./ToBeReviewed/CALCULS/remplit.pro</a>
1275<table>
1276
1277<tr>
1278<td class="docroutine"><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw#_remplit">remplit</a></td>
1279<td class="docstat partialdoc">partially documented</td>
1280</tr>
1281
1282</table><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw">./ToBeReviewed/CALCULS/rhon.pro</a>
1283<table>
1284
1285<tr>
1286<td class="docroutine"><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">rhon</a></td>
1287<td class="docstat partialdoc">partially documented</td>
1288</tr>
1289
1290</table><a href="./ToBeReviewed/CALENDRIER/caldat.html?format=raw">./ToBeReviewed/CALENDRIER/caldat.pro</a>
1291<table>
1292
1293<tr>
1294<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/caldat.html?format=raw#_CALDAT">CALDAT</a></td>
1295<td class="docstat partialdoc">partially documented</td>
1296</tr>
1297
1298</table><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a>
1299<table>
1300
1301<tr>
1302<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></td>
1303<td class="docstat notdoc">not documented</td>
1304</tr>
1305
1306</table><a href="./ToBeReviewed/CALENDRIER/julday.html?format=raw">./ToBeReviewed/CALENDRIER/julday.pro</a>
1307<table>
1308
1309<tr>
1310<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/julday.html?format=raw#_JULDAY">JULDAY</a></td>
1311<td class="docstat partialdoc">partially documented</td>
1312</tr>
1313
1314</table><a href="./ToBeReviewed/COULEURS/color24.html?format=raw">./ToBeReviewed/COULEURS/color24.pro</a>
1315<table>
1316
1317<tr>
1318<td class="docroutine"><a href="./ToBeReviewed/COULEURS/color24.html?format=raw#_COLOR24">COLOR24</a></td>
1319<td class="docstat partialdoc">partially documented</td>
1320</tr>
1321
1322</table><a href="./ToBeReviewed/COULEURS/colorbar.html?format=raw">./ToBeReviewed/COULEURS/colorbar.pro</a>
1323<table>
1324
1325<tr>
1326<td class="docroutine"><a href="./ToBeReviewed/COULEURS/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></td>
1327<td class="docstat partialdoc">partially documented</td>
1328</tr>
1329
1330</table><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw">./ToBeReviewed/COULEURS/getcolor.pro</a>
1331<table>
1332
1333<tr>
1334<td class="docroutine"><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw#_COLOR24">COLOR24</a></td>
1335<td class="docstat partialdoc">partially documented</td>
1336</tr>
1337
1338<tr>
1339<td class="docroutine"><a href="./ToBeReviewed/COULEURS/getcolor.html?format=raw#_GETCOLOR">GETCOLOR</a></td>
1340<td class="docstat notdoc">not documented</td>
1341</tr>
1342
1343</table><a href="./ToBeReviewed/COULEURS/lct.html?format=raw">./ToBeReviewed/COULEURS/lct.pro</a>
1344<table>
1345
1346<tr>
1347<td class="docroutine"><a href="./ToBeReviewed/COULEURS/lct.html?format=raw#_lct">lct</a></td>
1348<td class="docstat partialdoc">partially documented</td>
1349</tr>
1350
1351</table><a href="./ToBeReviewed/COULEURS/newpalette.html?format=raw">./ToBeReviewed/COULEURS/newpalette.pro</a>
1352<table>
1353
1354<tr>
1355<td class="docroutine"><a href="./ToBeReviewed/COULEURS/newpalette.html?format=raw#_newpalette">newpalette</a></td>
1356<td class="docstat partialdoc">partially documented</td>
1357</tr>
1358
1359</table><a href="./ToBeReviewed/COULEURS/palit.html?format=raw">./ToBeReviewed/COULEURS/palit.pro</a>
1360<table>
1361
1362<tr>
1363<td class="docroutine"><a href="./ToBeReviewed/COULEURS/palit.html?format=raw#_palit">palit</a></td>
1364<td class="docstat partialdoc">partially documented</td>
1365</tr>
1366
1367</table><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw">./ToBeReviewed/COULEURS/xlct.pro</a>
1368<table>
1369
1370<tr>
1371<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_XLCT_PSAVE">XLCT_PSAVE</a></td>
1372<td class="docstat partialdoc">partially documented</td>
1373</tr>
1374
1375<tr>
1376<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_alert_caller">xlct_alert_caller</a></td>
1377<td class="docstat partialdoc">partially documented</td>
1378</tr>
1379
1380<tr>
1381<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_show">xlct_show</a></td>
1382<td class="docstat partialdoc">partially documented</td>
1383</tr>
1384
1385<tr>
1386<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_draw_cps">xlct_draw_cps</a></td>
1387<td class="docstat partialdoc">partially documented</td>
1388</tr>
1389
1390<tr>
1391<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_transfer">xlct_transfer</a></td>
1392<td class="docstat partialdoc">partially documented</td>
1393</tr>
1394
1395<tr>
1396<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_xlct_event">xlct_event</a></td>
1397<td class="docstat partialdoc">partially documented</td>
1398</tr>
1399
1400<tr>
1401<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xlct.html?format=raw#_XLct">XLct</a></td>
1402<td class="docstat partialdoc">partially documented</td>
1403</tr>
1404
1405</table><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw">./ToBeReviewed/COULEURS/xpal.pro</a>
1406<table>
1407
1408<tr>
1409<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_NEW_COLORS">XP_NEW_COLORS</a></td>
1410<td class="docstat partialdoc">partially documented</td>
1411</tr>
1412
1413<tr>
1414<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_ALERT_CALLER">XP_ALERT_CALLER</a></td>
1415<td class="docstat partialdoc">partially documented</td>
1416</tr>
1417
1418<tr>
1419<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_XLCTCALLBACK">XP_XLCTCALLBACK</a></td>
1420<td class="docstat notdoc">not documented</td>
1421</tr>
1422
1423<tr>
1424<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_REDRAW">XP_REDRAW</a></td>
1425<td class="docstat partialdoc">partially documented</td>
1426</tr>
1427
1428<tr>
1429<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_REPLOT">XP_REPLOT</a></td>
1430<td class="docstat partialdoc">partially documented</td>
1431</tr>
1432
1433<tr>
1434<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_CHANGE_COLOR">XP_CHANGE_COLOR</a></td>
1435<td class="docstat partialdoc">partially documented</td>
1436</tr>
1437
1438<tr>
1439<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_BUTTON_EVENT">XP_BUTTON_EVENT</a></td>
1440<td class="docstat partialdoc">partially documented</td>
1441</tr>
1442
1443<tr>
1444<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_xp_button_event_event">xp_button_event_event</a></td>
1445<td class="docstat partialdoc">partially documented</td>
1446</tr>
1447
1448<tr>
1449<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XP_EVENT">XP_EVENT</a></td>
1450<td class="docstat partialdoc">partially documented</td>
1451</tr>
1452
1453<tr>
1454<td class="docroutine"><a href="./ToBeReviewed/COULEURS/xpal.html?format=raw#_XPAL">XPAL</a></td>
1455<td class="docstat partialdoc">partially documented</td>
1456</tr>
1457
1458</table><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw">./ToBeReviewed/GRILLE/changegrid.pro</a>
1459<table>
1460
1461<tr>
1462<td class="docroutine"><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw#_changegrid">changegrid</a></td>
1463<td class="docstat notdoc">not documented</td>
1464</tr>
1465
1466</table><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw">./ToBeReviewed/GRILLE/cmpgrid.pro</a>
1467<table>
1468
1469<tr>
1470<td class="docroutine"><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw#_cmpgrid">cmpgrid</a></td>
1471<td class="docstat notdoc">not documented</td>
1472</tr>
1473
1474</table><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw">./ToBeReviewed/GRILLE/decoupeterre.pro</a>
1475<table>
1476
1477<tr>
1478<td class="docroutine"><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></td>
1479<td class="docstat partialdoc">partially documented</td>
1480</tr>
1481
1482</table><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw">./ToBeReviewed/GRILLE/domdef.pro</a>
1483<table>
1484
1485<tr>
1486<td class="docroutine"><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">domdef</a></td>
1487<td class="docstat partialdoc">partially documented</td>
1488</tr>
1489
1490</table><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw">./ToBeReviewed/GRILLE/f2v.pro</a>
1491<table>
1492
1493<tr>
1494<td class="docroutine"><a href="./ToBeReviewed/GRILLE/f2v.html?format=raw#_f2v">f2v</a></td>
1495<td class="docstat partialdoc">partially documented</td>
1496</tr>
1497
1498</table><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw">./ToBeReviewed/GRILLE/fmask.pro</a>
1499<table>
1500
1501<tr>
1502<td class="docroutine"><a href="./ToBeReviewed/GRILLE/fmask.html?format=raw#_fmask">fmask</a></td>
1503<td class="docstat partialdoc">partially documented</td>
1504</tr>
1505
1506</table><a href="./ToBeReviewed/GRILLE/grille.html?format=raw">./ToBeReviewed/GRILLE/grille.pro</a>
1507<table>
1508
1509<tr>
1510<td class="docroutine"><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></td>
1511<td class="docstat partialdoc">partially documented</td>
1512</tr>
1513
1514</table><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw">./ToBeReviewed/GRILLE/t2v.pro</a>
1515<table>
1516
1517<tr>
1518<td class="docroutine"><a href="./ToBeReviewed/GRILLE/t2v.html?format=raw#_t2v">t2v</a></td>
1519<td class="docstat partialdoc">partially documented</td>
1520</tr>
1521
1522</table><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw">./ToBeReviewed/GRILLE/tracegrille.pro</a>
1523<table>
1524
1525<tr>
1526<td class="docroutine"><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw#_tracegrille">tracegrille</a></td>
1527<td class="docstat partialdoc">partially documented</td>
1528</tr>
1529
1530</table><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw">./ToBeReviewed/GRILLE/u2t.pro</a>
1531<table>
1532
1533<tr>
1534<td class="docroutine"><a href="./ToBeReviewed/GRILLE/u2t.html?format=raw#_u2t">u2t</a></td>
1535<td class="docstat partialdoc">partially documented</td>
1536</tr>
1537
1538</table><a href="./ToBeReviewed/GRILLE/umask.html?format=raw">./ToBeReviewed/GRILLE/umask.pro</a>
1539<table>
1540
1541<tr>
1542<td class="docroutine"><a href="./ToBeReviewed/GRILLE/umask.html?format=raw#_umask">umask</a></td>
1543<td class="docstat partialdoc">partially documented</td>
1544</tr>
1545
1546</table><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw">./ToBeReviewed/GRILLE/v2t.pro</a>
1547<table>
1548
1549<tr>
1550<td class="docroutine"><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw#_v2t">v2t</a></td>
1551<td class="docstat partialdoc">partially documented</td>
1552</tr>
1553
1554</table><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw">./ToBeReviewed/GRILLE/vmask.pro</a>
1555<table>
1556
1557<tr>
1558<td class="docroutine"><a href="./ToBeReviewed/GRILLE/vmask.html?format=raw#_vmask">vmask</a></td>
1559<td class="docstat partialdoc">partially documented</td>
1560</tr>
1561
1562</table><a href="./ToBeReviewed/HOPE/completetype.html?format=raw">./ToBeReviewed/HOPE/completetype.pro</a>
1563<table>
1564
1565<tr>
1566<td class="docroutine"><a href="./ToBeReviewed/HOPE/completetype.html?format=raw#_completetype">completetype</a></td>
1567<td class="docstat notdoc">not documented</td>
1568</tr>
1569
1570</table><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw">./ToBeReviewed/HOPE/computehopegrid.pro</a>
1571<table>
1572
1573<tr>
1574<td class="docroutine"><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw#_computehopegrid">computehopegrid</a></td>
1575<td class="docstat partialdoc">partially documented</td>
1576</tr>
1577
1578</table><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw">./ToBeReviewed/HOPE/createhopestruct.pro</a>
1579<table>
1580
1581<tr>
1582<td class="docroutine"><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw#_createhopestruct">createhopestruct</a></td>
1583<td class="docstat notdoc">not documented</td>
1584</tr>
1585
1586</table><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw">./ToBeReviewed/HOPE/cw_selectinterval.pro</a>
1587<table>
1588
1589<tr>
1590<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_get_value">cw_selectinterval_get_value</a></td>
1591<td class="docstat notdoc">not documented</td>
1592</tr>
1593
1594<tr>
1595<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_event">cw_selectinterval_event</a></td>
1596<td class="docstat notdoc">not documented</td>
1597</tr>
1598
1599<tr>
1600<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval">cw_selectinterval</a></td>
1601<td class="docstat notdoc">not documented</td>
1602</tr>
1603
1604</table><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw">./ToBeReviewed/HOPE/domainpart.pro</a>
1605<table>
1606
1607<tr>
1608<td class="docroutine"><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">domainpart</a></td>
1609<td class="docstat notdoc">not documented</td>
1610</tr>
1611
1612</table><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw">./ToBeReviewed/HOPE/findlineandpointtype.pro</a>
1613<table>
1614
1615<tr>
1616<td class="docroutine"><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">findlineandpointtype</a></td>
1617<td class="docstat notdoc">not documented</td>
1618</tr>
1619
1620</table><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw">./ToBeReviewed/HOPE/read_hope.pro</a>
1621<table>
1622
1623<tr>
1624<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope_event">read_hope_event</a></td>
1625<td class="docstat partialdoc">partially documented</td>
1626</tr>
1627
1628<tr>
1629<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope">read_hope</a></td>
1630<td class="docstat notdoc">not documented</td>
1631</tr>
1632
1633</table><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw">./ToBeReviewed/HOPE/rh_alldomains.pro</a>
1634<table>
1635
1636<tr>
1637<td class="docroutine"><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">rh_alldomains</a></td>
1638<td class="docstat notdoc">not documented</td>
1639</tr>
1640
1641</table><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw">./ToBeReviewed/HOPE/sortdim.pro</a>
1642<table>
1643
1644<tr>
1645<td class="docroutine"><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></td>
1646<td class="docstat notdoc">not documented</td>
1647</tr>
1648
1649</table><a href="./ToBeReviewed/HOPE/xrh.html?format=raw">./ToBeReviewed/HOPE/xrh.pro</a>
1650<table>
1651
1652<tr>
1653<td class="docroutine"><a href="./ToBeReviewed/HOPE/xrh.html?format=raw#_xrh">xrh</a></td>
1654<td class="docstat notdoc">not documented</td>
1655</tr>
1656
1657</table><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw">./ToBeReviewed/IMAGE/animgif.pro</a>
1658<table>
1659
1660<tr>
1661<td class="docroutine"><a href="./ToBeReviewed/IMAGE/animgif.html?format=raw#_animgif">animgif</a></td>
1662<td class="docstat partialdoc">partially documented</td>
1663</tr>
1664
1665</table><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw">./ToBeReviewed/IMAGE/image_viewer.pro</a>
1666<table>
1667
1668<tr>
1669<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FILES">IMAGE_VIEWER_OPEN_FILES</a></td>
1670<td class="docstat partialdoc">partially documented</td>
1671</tr>
1672
1673<tr>
1674<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_OPEN_FOLDER">IMAGE_VIEWER_OPEN_FOLDER</a></td>
1675<td class="docstat notdoc">not documented</td>
1676</tr>
1677
1678<tr>
1679<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_CANCEL">IMAGE_VIEWER_CANCEL</a></td>
1680<td class="docstat notdoc">not documented</td>
1681</tr>
1682
1683<tr>
1684<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_TIMER">IMAGE_VIEWER_TIMER</a></td>
1685<td class="docstat notdoc">not documented</td>
1686</tr>
1687
1688<tr>
1689<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_EXIT">IMAGE_VIEWER_EXIT</a></td>
1690<td class="docstat notdoc">not documented</td>
1691</tr>
1692
1693<tr>
1694<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_HELP">IMAGE_VIEWER_HELP</a></td>
1695<td class="docstat notdoc">not documented</td>
1696</tr>
1697
1698<tr>
1699<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_THUMBS">IMAGE_VIEWER_THUMBS</a></td>
1700<td class="docstat notdoc">not documented</td>
1701</tr>
1702
1703<tr>
1704<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_CLEANUP">IMAGE_VIEWER_CLEANUP</a></td>
1705<td class="docstat notdoc">not documented</td>
1706</tr>
1707
1708<tr>
1709<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER_EVENT">IMAGE_VIEWER_EVENT</a></td>
1710<td class="docstat notdoc">not documented</td>
1711</tr>
1712
1713<tr>
1714<td class="docroutine"><a href="./ToBeReviewed/IMAGE/image_viewer.html?format=raw#_IMAGE_VIEWER">IMAGE_VIEWER</a></td>
1715<td class="docstat notdoc">not documented</td>
1716</tr>
1717
1718</table><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw">./ToBeReviewed/IMAGE/imdisp.pro</a>
1719<table>
1720
1721<tr>
1722<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_GETPOS">IMDISP_GETPOS</a></td>
1723<td class="docstat notdoc">not documented</td>
1724</tr>
1725
1726<tr>
1727<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMSCALE">IMDISP_IMSCALE</a></td>
1728<td class="docstat notdoc">not documented</td>
1729</tr>
1730
1731<tr>
1732<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMREGRID">IMDISP_IMREGRID</a></td>
1733<td class="docstat notdoc">not documented</td>
1734</tr>
1735
1736<tr>
1737<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP_IMSIZE">IMDISP_IMSIZE</a></td>
1738<td class="docstat notdoc">not documented</td>
1739</tr>
1740
1741<tr>
1742<td class="docroutine"><a href="./ToBeReviewed/IMAGE/imdisp.html?format=raw#_IMDISP">IMDISP</a></td>
1743<td class="docstat notdoc">not documented</td>
1744</tr>
1745
1746</table><a href="./ToBeReviewed/IMAGE/saveimage.html?format=raw">./ToBeReviewed/IMAGE/saveimage.pro</a>
1747<table>
1748
1749<tr>
1750<td class="docroutine"><a href="./ToBeReviewed/IMAGE/saveimage.html?format=raw#_SAVEIMAGE">SAVEIMAGE</a></td>
1751<td class="docstat notdoc">not documented</td>
1752</tr>
1753
1754</table><a href="./ToBeReviewed/IMAGE/showimage.html?format=raw">./ToBeReviewed/IMAGE/showimage.pro</a>
1755<table>
1756
1757<tr>
1758<td class="docroutine"><a href="./ToBeReviewed/IMAGE/showimage.html?format=raw#_SHOWIMAGE">SHOWIMAGE</a></td>
1759<td class="docstat notdoc">not documented</td>
1760</tr>
1761
1762</table><a href="./ToBeReviewed/INIT/initncdf.html?format=raw">./ToBeReviewed/INIT/initncdf.pro</a>
1763<table>
1764
1765<tr>
1766<td class="docroutine"><a href="./ToBeReviewed/INIT/initncdf.html?format=raw#_initncdf">initncdf</a></td>
1767<td class="docstat partialdoc">partially documented</td>
1768</tr>
1769
1770</table><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw">./ToBeReviewed/LECTURE/GRIB/bit2int.pro</a>
1771<table>
1772
1773<tr>
1774<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw#_bit2int">bit2int</a></td>
1775<td class="docstat notdoc">not documented</td>
1776</tr>
1777
1778</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib.pro</a>
1779<table>
1780
1781<tr>
1782<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw#_read_grib">read_grib</a></td>
1783<td class="docstat notdoc">not documented</td>
1784</tr>
1785
1786</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_bds.pro</a>
1787<table>
1788
1789<tr>
1790<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw#_read_grib_bds">read_grib_bds</a></td>
1791<td class="docstat notdoc">not documented</td>
1792</tr>
1793
1794</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_end.pro</a>
1795<table>
1796
1797<tr>
1798<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw#_read_grib_end">read_grib_end</a></td>
1799<td class="docstat notdoc">not documented</td>
1800</tr>
1801
1802</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_gds.pro</a>
1803<table>
1804
1805<tr>
1806<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw#_read_grib_gds">read_grib_gds</a></td>
1807<td class="docstat notdoc">not documented</td>
1808</tr>
1809
1810</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_is.pro</a>
1811<table>
1812
1813<tr>
1814<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw#_read_grib_is">read_grib_is</a></td>
1815<td class="docstat notdoc">not documented</td>
1816</tr>
1817
1818</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_pds.pro</a>
1819<table>
1820
1821<tr>
1822<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw#_read_grib_pds">read_grib_pds</a></td>
1823<td class="docstat notdoc">not documented</td>
1824</tr>
1825
1826</table><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_gribtable.pro</a>
1827<table>
1828
1829<tr>
1830<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw#_read_gribtable">read_gribtable</a></td>
1831<td class="docstat partialdoc">partially documented</td>
1832</tr>
1833
1834</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_code.pro</a>
1835<table>
1836
1837<tr>
1838<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw#_scan_grib_code">scan_grib_code</a></td>
1839<td class="docstat notdoc">not documented</td>
1840</tr>
1841
1842</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_date.pro</a>
1843<table>
1844
1845<tr>
1846<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw#_scan_grib_date">scan_grib_date</a></td>
1847<td class="docstat notdoc">not documented</td>
1848</tr>
1849
1850</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.pro</a>
1851<table>
1852
1853<tr>
1854<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw#_scan_grib_messize">scan_grib_messize</a></td>
1855<td class="docstat notdoc">not documented</td>
1856</tr>
1857
1858</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.pro</a>
1859<table>
1860
1861<tr>
1862<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw#_scan_grib_nbits">scan_grib_nbits</a></td>
1863<td class="docstat notdoc">not documented</td>
1864</tr>
1865
1866</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.pro</a>
1867<table>
1868
1869<tr>
1870<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw#_scan_grib_recstart">scan_grib_recstart</a></td>
1871<td class="docstat notdoc">not documented</td>
1872</tr>
1873
1874</table><a href="./ToBeReviewed/LECTURE/binary.html?format=raw">./ToBeReviewed/LECTURE/binary.pro</a>
1875<table>
1876
1877<tr>
1878<td class="docroutine"><a href="./ToBeReviewed/LECTURE/binary.html?format=raw#_binary">binary</a></td>
1879<td class="docstat partialdoc">partially documented</td>
1880</tr>
1881
1882</table><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw">./ToBeReviewed/LECTURE/changeread.pro</a>
1883<table>
1884
1885<tr>
1886<td class="docroutine"><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw#_changeread">changeread</a></td>
1887<td class="docstat notdoc">not documented</td>
1888</tr>
1889
1890</table><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw">./ToBeReviewed/LECTURE/inverse_binary.pro</a>
1891<table>
1892
1893<tr>
1894<td class="docroutine"><a href="./ToBeReviewed/LECTURE/inverse_binary.html?format=raw#_inverse_binary">inverse_binary</a></td>
1895<td class="docstat partialdoc">partially documented</td>
1896</tr>
1897
1898</table><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw">./ToBeReviewed/LECTURE/litchamp.pro</a>
1899<table>
1900
1901<tr>
1902<td class="docroutine"><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw#_litchamp">litchamp</a></td>
1903<td class="docstat partialdoc">partially documented</td>
1904</tr>
1905
1906</table><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/ncdf_lec.pro</a>
1907<table>
1908
1909<tr>
1910<td class="docroutine"><a href="./ToBeReviewed/LECTURE/ncdf_lec.html?format=raw#_ncdf_lec">ncdf_lec</a></td>
1911<td class="docstat partialdoc">partially documented</td>
1912</tr>
1913
1914</table><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw">./ToBeReviewed/LECTURE/read_ftp.pro</a>
1915<table>
1916
1917<tr>
1918<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_post">ftp_post</a></td>
1919<td class="docstat partialdoc">partially documented</td>
1920</tr>
1921
1922<tr>
1923<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_parse_pasv">ftp_parse_pasv</a></td>
1924<td class="docstat notdoc">not documented</td>
1925</tr>
1926
1927<tr>
1928<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">read_ftp</a></td>
1929<td class="docstat notdoc">not documented</td>
1930</tr>
1931
1932</table><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw">./ToBeReviewed/LECTURE/read_ncdf.pro</a>
1933<table>
1934
1935<tr>
1936<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw#_read_ncdf">read_ncdf</a></td>
1937<td class="docstat partialdoc">partially documented</td>
1938</tr>
1939
1940</table><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/xncdf_lec.pro</a>
1941<table>
1942
1943<tr>
1944<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var_event">wid_var_event</a></td>
1945<td class="docstat partialdoc">partially documented</td>
1946</tr>
1947
1948<tr>
1949<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var">wid_var</a></td>
1950<td class="docstat partialdoc">partially documented</td>
1951</tr>
1952
1953<tr>
1954<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec_event">xncdf_lec_event</a></td>
1955<td class="docstat partialdoc">partially documented</td>
1956</tr>
1957
1958<tr>
1959<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">xncdf_lec</a></td>
1960<td class="docstat partialdoc">partially documented</td>
1961</tr>
1962
1963</table><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw">./ToBeReviewed/MATRICE/cmapply.pro</a>
1964<table>
1965
1966<tr>
1967<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></td>
1968<td class="docstat partialdoc">partially documented</td>
1969</tr>
1970
1971<tr>
1972<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></td>
1973<td class="docstat notdoc">not documented</td>
1974</tr>
1975
1976<tr>
1977<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmapply.html?format=raw#_cmapply">cmapply</a></td>
1978<td class="docstat notdoc">not documented</td>
1979</tr>
1980
1981</table><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw">./ToBeReviewed/MATRICE/cmset_op.pro</a>
1982<table>
1983
1984<tr>
1985<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></td>
1986<td class="docstat partialdoc">partially documented</td>
1987</tr>
1988
1989<tr>
1990<td class="docroutine"><a href="./ToBeReviewed/MATRICE/cmset_op.html?format=raw#_cmset_op">cmset_op</a></td>
1991<td class="docstat notdoc">not documented</td>
1992</tr>
1993
1994</table><a href="./ToBeReviewed/MATRICE/colle.html?format=raw">./ToBeReviewed/MATRICE/colle.pro</a>
1995<table>
1996
1997<tr>
1998<td class="docroutine"><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_UNDEFINE">UNDEFINE</a></td>
1999<td class="docstat partialdoc">partially documented</td>
2000</tr>
2001
2002<tr>
2003<td class="docroutine"><a href="./ToBeReviewed/MATRICE/colle.html?format=raw#_colle">colle</a></td>
2004<td class="docstat notdoc">not documented</td>
2005</tr>
2006
2007</table><a href="./ToBeReviewed/MATRICE/congridseb.html?format=raw">./ToBeReviewed/MATRICE/congridseb.pro</a>
2008<table>
2009
2010<tr>
2011<td class="docroutine"><a href="./ToBeReviewed/MATRICE/congridseb.html?format=raw#_congridseb">congridseb</a></td>
2012<td class="docstat partialdoc">partially documented</td>
2013</tr>
2014
2015</table><a href="./ToBeReviewed/MATRICE/different.html?format=raw">./ToBeReviewed/MATRICE/different.pro</a>
2016<table>
2017
2018<tr>
2019<td class="docroutine"><a href="./ToBeReviewed/MATRICE/different.html?format=raw#_different">different</a></td>
2020<td class="docstat partialdoc">partially documented</td>
2021</tr>
2022
2023</table><a href="./ToBeReviewed/MATRICE/extrait.html?format=raw">./ToBeReviewed/MATRICE/extrait.pro</a>
2024<table>
2025
2026<tr>
2027<td class="docroutine"><a href="./ToBeReviewed/MATRICE/extrait.html?format=raw#_extrait">extrait</a></td>
2028<td class="docstat partialdoc">partially documented</td>
2029</tr>
2030
2031</table><a href="./ToBeReviewed/MATRICE/inter.html?format=raw">./ToBeReviewed/MATRICE/inter.pro</a>
2032<table>
2033
2034<tr>
2035<td class="docroutine"><a href="./ToBeReviewed/MATRICE/inter.html?format=raw#_inter">inter</a></td>
2036<td class="docstat partialdoc">partially documented</td>
2037</tr>
2038
2039</table><a href="./ToBeReviewed/MATRICE/make_selection.html?format=raw">./ToBeReviewed/MATRICE/make_selection.pro</a>
2040<table>
2041
2042<tr>
2043<td class="docroutine"><a href="./ToBeReviewed/MATRICE/make_selection.html?format=raw#_make_selection">make_selection</a></td>
2044<td class="docstat partialdoc">partially documented</td>
2045</tr>
2046
2047</table><a href="./ToBeReviewed/MATRICE/union.html?format=raw">./ToBeReviewed/MATRICE/union.pro</a>
2048<table>
2049
2050<tr>
2051<td class="docroutine"><a href="./ToBeReviewed/MATRICE/union.html?format=raw#_union">union</a></td>
2052<td class="docstat partialdoc">partially documented</td>
2053</tr>
2054
2055</table><a href="./ToBeReviewed/MATRICE/zeroun.html?format=raw">./ToBeReviewed/MATRICE/zeroun.pro</a>
2056<table>
2057
2058<tr>
2059<td class="docroutine"><a href="./ToBeReviewed/MATRICE/zeroun.html?format=raw#_zeroun">zeroun</a></td>
2060<td class="docstat partialdoc">partially documented</td>
2061</tr>
2062
2063</table><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/bar_plot.pro</a>
2064<table>
2065
2066<tr>
2067<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw#_bar_plot">bar_plot</a></td>
2068<td class="docstat partialdoc">partially documented</td>
2069</tr>
2070
2071</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt.pro</a>
2072<table>
2073
2074<tr>
2075<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">plt</a></td>
2076<td class="docstat partialdoc">partially documented</td>
2077</tr>
2078
2079</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt1d.pro</a>
2080<table>
2081
2082<tr>
2083<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">plt1d</a></td>
2084<td class="docstat partialdoc">partially documented</td>
2085</tr>
2086
2087</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltbase.pro</a>
2088<table>
2089
2090<tr>
2091<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></td>
2092<td class="docstat partialdoc">partially documented</td>
2093</tr>
2094
2095</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltsc.pro</a>
2096<table>
2097
2098<tr>
2099<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">pltsc</a></td>
2100<td class="docstat notdoc">not documented</td>
2101</tr>
2102
2103</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltt.pro</a>
2104<table>
2105
2106<tr>
2107<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></td>
2108<td class="docstat partialdoc">partially documented</td>
2109</tr>
2110
2111</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltz.pro</a>
2112<table>
2113
2114<tr>
2115<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></td>
2116<td class="docstat partialdoc">partially documented</td>
2117</tr>
2118
2119</table><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro</a>
2120<table>
2121
2122<tr>
2123<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></td>
2124<td class="docstat partialdoc">partially documented</td>
2125</tr>
2126
2127</table><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/scontour.pro</a>
2128<table>
2129
2130<tr>
2131<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></td>
2132<td class="docstat partialdoc">partially documented</td>
2133</tr>
2134
2135</table><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/splot.pro</a>
2136<table>
2137
2138<tr>
2139<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></td>
2140<td class="docstat partialdoc">partially documented</td>
2141</tr>
2142
2143</table><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/tvplus.pro</a>
2144<table>
2145
2146<tr>
2147<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw#_tvplus">tvplus</a></td>
2148<td class="docstat partialdoc">partially documented</td>
2149</tr>
2150
2151</table><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/addaxe.pro</a>
2152<table>
2153
2154<tr>
2155<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw#_addaxe">addaxe</a></td>
2156<td class="docstat partialdoc">partially documented</td>
2157</tr>
2158
2159</table><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/autoscale.pro</a>
2160<table>
2161
2162<tr>
2163<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/autoscale.html?format=raw#_autoscale">autoscale</a></td>
2164<td class="docstat partialdoc">partially documented</td>
2165</tr>
2166
2167</table><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro</a>
2168<table>
2169
2170<tr>
2171<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">axis4pltz</a></td>
2172<td class="docstat partialdoc">partially documented</td>
2173</tr>
2174
2175</table><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro</a>
2176<table>
2177
2178<tr>
2179<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></td>
2180<td class="docstat partialdoc">partially documented</td>
2181</tr>
2182
2183</table><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checkfield.pro</a>
2184<table>
2185
2186<tr>
2187<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_1d">err_1d</a></td>
2188<td class="docstat partialdoc">partially documented</td>
2189</tr>
2190
2191<tr>
2192<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_2d">err_2d</a></td>
2193<td class="docstat notdoc">not documented</td>
2194</tr>
2195
2196<tr>
2197<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_3d">err_3d</a></td>
2198<td class="docstat notdoc">not documented</td>
2199</tr>
2200
2201<tr>
2202<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></td>
2203<td class="docstat notdoc">not documented</td>
2204</tr>
2205
2206</table><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro</a>
2207<table>
2208
2209<tr>
2210<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw#_checktypeminmax">checktypeminmax</a></td>
2211<td class="docstat partialdoc">partially documented</td>
2212</tr>
2213
2214</table><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/determineminmax.pro</a>
2215<table>
2216
2217<tr>
2218<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></td>
2219<td class="docstat partialdoc">partially documented</td>
2220</tr>
2221
2222</table><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/givewindowsize.pro</a>
2223<table>
2224
2225<tr>
2226<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw#_givewindowsize">givewindowsize</a></td>
2227<td class="docstat notdoc">not documented</td>
2228</tr>
2229
2230</table><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/meridienparallele.pro</a>
2231<table>
2232
2233<tr>
2234<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/meridienparallele.html?format=raw#_meridienparallele">meridienparallele</a></td>
2235<td class="docstat partialdoc">partially documented</td>
2236</tr>
2237
2238</table><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placecolor.pro</a>
2239<table>
2240
2241<tr>
2242<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placecolor.html?format=raw#_placecolor">placecolor</a></td>
2243<td class="docstat partialdoc">partially documented</td>
2244</tr>
2245
2246</table><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placedessin.pro</a>
2247<table>
2248
2249<tr>
2250<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">placedessin</a></td>
2251<td class="docstat partialdoc">partially documented</td>
2252</tr>
2253
2254</table><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/projsegment.pro</a>
2255<table>
2256
2257<tr>
2258<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/projsegment.html?format=raw#_projsegment">projsegment</a></td>
2259<td class="docstat notdoc">not documented</td>
2260</tr>
2261
2262</table><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/restoreatt.pro</a>
2263<table>
2264
2265<tr>
2266<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/restoreatt.html?format=raw#_restoreatt">restoreatt</a></td>
2267<td class="docstat partialdoc">partially documented</td>
2268</tr>
2269
2270</table><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/rotation.pro</a>
2271<table>
2272
2273<tr>
2274<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/rotation.html?format=raw#_ROTATION">ROTATION</a></td>
2275<td class="docstat partialdoc">partially documented</td>
2276</tr>
2277
2278</table><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/saveatt.pro</a>
2279<table>
2280
2281<tr>
2282<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/saveatt.html?format=raw#_saveatt">saveatt</a></td>
2283<td class="docstat partialdoc">partially documented</td>
2284</tr>
2285
2286</table><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/terminedessin.pro</a>
2287<table>
2288
2289<tr>
2290<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/terminedessin.html?format=raw#_terminedessin">terminedessin</a></td>
2291<td class="docstat partialdoc">partially documented</td>
2292</tr>
2293
2294</table><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label.pro</a>
2295<table>
2296
2297<tr>
2298<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">label</a></td>
2299<td class="docstat partialdoc">partially documented</td>
2300</tr>
2301
2302</table><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_date.pro</a>
2303<table>
2304
2305<tr>
2306<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw#_LABEL_DATE">LABEL_DATE</a></td>
2307<td class="docstat partialdoc">partially documented</td>
2308</tr>
2309
2310</table><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_gmt.pro</a>
2311<table>
2312
2313<tr>
2314<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw#_label_gmt">label_gmt</a></td>
2315<td class="docstat notdoc">not documented</td>
2316</tr>
2317
2318</table><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lataxe.pro</a>
2319<table>
2320
2321<tr>
2322<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lataxe.html?format=raw#_lataxe">lataxe</a></td>
2323<td class="docstat partialdoc">partially documented</td>
2324</tr>
2325
2326</table><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw">./ToBeReviewed/PLOTS/LABEL/lonaxe.pro</a>
2327<table>
2328
2329<tr>
2330<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/lonaxe.html?format=raw#_lonaxe">lonaxe</a></td>
2331<td class="docstat partialdoc">partially documented</td>
2332</tr>
2333
2334</table><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro</a>
2335<table>
2336
2337<tr>
2338<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw#_ajoutvect">ajoutvect</a></td>
2339<td class="docstat partialdoc">partially documented</td>
2340</tr>
2341
2342</table><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/vecteur.pro</a>
2343<table>
2344
2345<tr>
2346<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_cv_cm2normal">cv_cm2normal</a></td>
2347<td class="docstat partialdoc">partially documented</td>
2348</tr>
2349
2350<tr>
2351<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_normalise">normalise</a></td>
2352<td class="docstat notdoc">not documented</td>
2353</tr>
2354
2355<tr>
2356<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_vecteur">vecteur</a></td>
2357<td class="docstat notdoc">not documented</td>
2358</tr>
2359
2360</table><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/velovect.pro</a>
2361<table>
2362
2363<tr>
2364<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/velovect.html?format=raw#_VELOVECT">VELOVECT</a></td>
2365<td class="docstat partialdoc">partially documented</td>
2366</tr>
2367
2368</table><a href="./ToBeReviewed/PLOTS/axe.html?format=raw">./ToBeReviewed/PLOTS/axe.pro</a>
2369<table>
2370
2371<tr>
2372<td class="docroutine"><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">axe</a></td>
2373<td class="docstat partialdoc">partially documented</td>
2374</tr>
2375
2376</table><a href="./ToBeReviewed/PLOTS/legende.html?format=raw">./ToBeReviewed/PLOTS/legende.pro</a>
2377<table>
2378
2379<tr>
2380<td class="docroutine"><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></td>
2381<td class="docstat partialdoc">partially documented</td>
2382</tr>
2383
2384</table><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw">./ToBeReviewed/PLOTS/plotsym.pro</a>
2385<table>
2386
2387<tr>
2388<td class="docroutine"><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">plotsym</a></td>
2389<td class="docstat partialdoc">partially documented</td>
2390</tr>
2391
2392</table><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw">./ToBeReviewed/PLOTS/reinitplt.pro</a>
2393<table>
2394
2395<tr>
2396<td class="docroutine"><a href="./ToBeReviewed/PLOTS/reinitplt.html?format=raw#_reinitplt">reinitplt</a></td>
2397<td class="docstat partialdoc">partially documented</td>
2398</tr>
2399
2400</table><a href="./ToBeReviewed/PLOTS/style.html?format=raw">./ToBeReviewed/PLOTS/style.pro</a>
2401<table>
2402
2403<tr>
2404<td class="docroutine"><a href="./ToBeReviewed/PLOTS/style.html?format=raw#_style">style</a></td>
2405<td class="docstat partialdoc">partially documented</td>
2406</tr>
2407
2408</table><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw">./ToBeReviewed/PLOTS/symbols.pro</a>
2409<table>
2410
2411<tr>
2412<td class="docroutine"><a href="./ToBeReviewed/PLOTS/symbols.html?format=raw#_symbols">symbols</a></td>
2413<td class="docstat partialdoc">partially documented</td>
2414</tr>
2415
2416</table><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw">./ToBeReviewed/POSTSCRIPT/calibre.pro</a>
2417<table>
2418
2419<tr>
2420<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw#_calibre">calibre</a></td>
2421<td class="docstat partialdoc">partially documented</td>
2422</tr>
2423
2424</table><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw">./ToBeReviewed/POSTSCRIPT/chcolps.pro</a>
2425<table>
2426
2427<tr>
2428<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_format_colortable_hexa">format_colortable_hexa</a></td>
2429<td class="docstat notdoc">not documented</td>
2430</tr>
2431
2432<tr>
2433<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_build_table">build_table</a></td>
2434<td class="docstat notdoc">not documented</td>
2435</tr>
2436
2437<tr>
2438<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_chcolps">chcolps</a></td>
2439<td class="docstat notdoc">not documented</td>
2440</tr>
2441
2442</table><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw">./ToBeReviewed/STATISTICS/a_correlate2d.pro</a>
2443<table>
2444
2445<tr>
2446<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_Auto_Cov2d">Auto_Cov2d</a></td>
2447<td class="docstat partialdoc">partially documented</td>
2448</tr>
2449
2450<tr>
2451<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_A_Correlate2d">A_Correlate2d</a></td>
2452<td class="docstat notdoc">not documented</td>
2453</tr>
2454
2455</table><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/a_timecorrelate.pro</a>
2456<table>
2457
2458<tr>
2459<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_TimeAuto_Cov">TimeAuto_Cov</a></td>
2460<td class="docstat partialdoc">partially documented</td>
2461</tr>
2462
2463<tr>
2464<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_A_TimeCorrelate">A_TimeCorrelate</a></td>
2465<td class="docstat notdoc">not documented</td>
2466</tr>
2467
2468</table><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/c_timecorrelate.pro</a>
2469<table>
2470
2471<tr>
2472<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_TimeCross_Cov">TimeCross_Cov</a></td>
2473<td class="docstat partialdoc">partially documented</td>
2474</tr>
2475
2476<tr>
2477<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_C_Timecorrelate">C_Timecorrelate</a></td>
2478<td class="docstat notdoc">not documented</td>
2479</tr>
2480
2481</table><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw">./ToBeReviewed/STRING/chkeywd.pro</a>
2482<table>
2483
2484<tr>
2485<td class="docroutine"><a href="./ToBeReviewed/STRING/chkeywd.html?format=raw#_chkeywd">chkeywd</a></td>
2486<td class="docstat partialdoc">partially documented</td>
2487</tr>
2488
2489</table><a href="./ToBeReviewed/STRING/delchr.html?format=raw">./ToBeReviewed/STRING/delchr.pro</a>
2490<table>
2491
2492<tr>
2493<td class="docroutine"><a href="./ToBeReviewed/STRING/delchr.html?format=raw#_DELCHR">DELCHR</a></td>
2494<td class="docstat partialdoc">partially documented</td>
2495</tr>
2496
2497</table><a href="./ToBeReviewed/STRING/getfile.html?format=raw">./ToBeReviewed/STRING/getfile.pro</a>
2498<table>
2499
2500<tr>
2501<td class="docroutine"><a href="./ToBeReviewed/STRING/getfile.html?format=raw#_getfile">getfile</a></td>
2502<td class="docstat partialdoc">partially documented</td>
2503</tr>
2504
2505</table><a href="./ToBeReviewed/STRING/getwrd.html?format=raw">./ToBeReviewed/STRING/getwrd.pro</a>
2506<table>
2507
2508<tr>
2509<td class="docroutine"><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_GETWRD">GETWRD</a></td>
2510<td class="docstat partialdoc">partially documented</td>
2511</tr>
2512
2513</table><a href="./ToBeReviewed/STRING/isnumber.html?format=raw">./ToBeReviewed/STRING/isnumber.pro</a>
2514<table>
2515
2516<tr>
2517<td class="docroutine"><a href="./ToBeReviewed/STRING/isnumber.html?format=raw#_isnumber">isnumber</a></td>
2518<td class="docstat partialdoc">partially documented</td>
2519</tr>
2520
2521</table><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a>
2522<table>
2523
2524<tr>
2525<td class="docroutine"><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></td>
2526<td class="docstat partialdoc">partially documented</td>
2527</tr>
2528
2529</table><a href="./ToBeReviewed/STRING/nwrds.html?format=raw">./ToBeReviewed/STRING/nwrds.pro</a>
2530<table>
2531
2532<tr>
2533<td class="docroutine"><a href="./ToBeReviewed/STRING/nwrds.html?format=raw#_nwrds">nwrds</a></td>
2534<td class="docstat partialdoc">partially documented</td>
2535</tr>
2536
2537</table><a href="./ToBeReviewed/STRING/putfile.html?format=raw">./ToBeReviewed/STRING/putfile.pro</a>
2538<table>
2539
2540<tr>
2541<td class="docroutine"><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">putfile</a></td>
2542<td class="docstat partialdoc">partially documented</td>
2543</tr>
2544
2545</table><a href="./ToBeReviewed/STRING/str_size.html?format=raw">./ToBeReviewed/STRING/str_size.pro</a>
2546<table>
2547
2548<tr>
2549<td class="docroutine"><a href="./ToBeReviewed/STRING/str_size.html?format=raw#_STR_SIZE">STR_SIZE</a></td>
2550<td class="docstat partialdoc">partially documented</td>
2551</tr>
2552
2553</table><a href="./ToBeReviewed/STRING/strcnt.html?format=raw">./ToBeReviewed/STRING/strcnt.pro</a>
2554<table>
2555
2556<tr>
2557<td class="docroutine"><a href="./ToBeReviewed/STRING/strcnt.html?format=raw#_strcnt">strcnt</a></td>
2558<td class="docstat partialdoc">partially documented</td>
2559</tr>
2560
2561</table><a href="./ToBeReviewed/STRING/string2struct.html?format=raw">./ToBeReviewed/STRING/string2struct.pro</a>
2562<table>
2563
2564<tr>
2565<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_too_cool">too_cool</a></td>
2566<td class="docstat notdoc">not documented</td>
2567</tr>
2568
2569<tr>
2570<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_string2struct">string2struct</a></td>
2571<td class="docstat partialdoc">partially documented</td>
2572</tr>
2573
2574</table><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw">./ToBeReviewed/STRING/strkeywd.pro</a>
2575<table>
2576
2577<tr>
2578<td class="docroutine"><a href="./ToBeReviewed/STRING/strkeywd.html?format=raw#_strkeywd">strkeywd</a></td>
2579<td class="docstat partialdoc">partially documented</td>
2580</tr>
2581
2582</table><a href="./ToBeReviewed/STRING/strrepl.html?format=raw">./ToBeReviewed/STRING/strrepl.pro</a>
2583<table>
2584
2585<tr>
2586<td class="docroutine"><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></td>
2587<td class="docstat partialdoc">partially documented</td>
2588</tr>
2589
2590</table><a href="./ToBeReviewed/STRING/strright.html?format=raw">./ToBeReviewed/STRING/strright.pro</a>
2591<table>
2592
2593<tr>
2594<td class="docroutine"><a href="./ToBeReviewed/STRING/strright.html?format=raw#_strright">strright</a></td>
2595<td class="docstat partialdoc">partially documented</td>
2596</tr>
2597
2598</table><a href="./ToBeReviewed/STRING/strsci.html?format=raw">./ToBeReviewed/STRING/strsci.pro</a>
2599<table>
2600
2601<tr>
2602<td class="docroutine"><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_StrSci">StrSci</a></td>
2603<td class="docstat partialdoc">partially documented</td>
2604</tr>
2605
2606</table><a href="./ToBeReviewed/STRING/strtok.html?format=raw">./ToBeReviewed/STRING/strtok.pro</a>
2607<table>
2608
2609<tr>
2610<td class="docroutine"><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_Strtok">Strtok</a></td>
2611<td class="docstat partialdoc">partially documented</td>
2612</tr>
2613
2614</table><a href="./ToBeReviewed/STRING/strtrans.html?format=raw">./ToBeReviewed/STRING/strtrans.pro</a>
2615<table>
2616
2617<tr>
2618<td class="docroutine"><a href="./ToBeReviewed/STRING/strtrans.html?format=raw#_strtrans">strtrans</a></td>
2619<td class="docstat partialdoc">partially documented</td>
2620</tr>
2621
2622</table><a href="./ToBeReviewed/STRING/strwhere.html?format=raw">./ToBeReviewed/STRING/strwhere.pro</a>
2623<table>
2624
2625<tr>
2626<td class="docroutine"><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></td>
2627<td class="docstat partialdoc">partially documented</td>
2628</tr>
2629
2630</table><a href="./ToBeReviewed/STRING/tostr.html?format=raw">./ToBeReviewed/STRING/tostr.pro</a>
2631<table>
2632
2633<tr>
2634<td class="docroutine"><a href="./ToBeReviewed/STRING/tostr.html?format=raw#_tostr">tostr</a></td>
2635<td class="docstat partialdoc">partially documented</td>
2636</tr>
2637
2638</table><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw">./ToBeReviewed/STRUCTURE/chkstru.pro</a>
2639<table>
2640
2641<tr>
2642<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw#_chkstru">chkstru</a></td>
2643<td class="docstat partialdoc">partially documented</td>
2644</tr>
2645
2646</table><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw">./ToBeReviewed/STRUCTURE/extractstru.pro</a>
2647<table>
2648
2649<tr>
2650<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw#_extractstru">extractstru</a></td>
2651<td class="docstat partialdoc">partially documented</td>
2652</tr>
2653
2654</table><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw">./ToBeReviewed/STRUCTURE/mixstru.pro</a>
2655<table>
2656
2657<tr>
2658<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">mixstru</a></td>
2659<td class="docstat partialdoc">partially documented</td>
2660</tr>
2661
2662</table><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw">./ToBeReviewed/STRUCTURE/struct2string.pro</a>
2663<table>
2664
2665<tr>
2666<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct2string</a></td>
2667<td class="docstat partialdoc">partially documented</td>
2668</tr>
2669
2670</table><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw">./ToBeReviewed/STRUCTURE/where_tag.pro</a>
2671<table>
2672
2673<tr>
2674<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw#_where_Tag">where_Tag</a></td>
2675<td class="docstat partialdoc">partially documented</td>
2676</tr>
2677
2678</table><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw">./ToBeReviewed/TRIANGULATION/ciseauxtri.pro</a>
2679<table>
2680
2681<tr>
2682<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">ciseauxtri</a></td>
2683<td class="docstat partialdoc">partially documented</td>
2684</tr>
2685
2686</table><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw">./ToBeReviewed/TRIANGULATION/completecointerre.pro</a>
2687<table>
2688
2689<tr>
2690<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_draw_corner_triangle">draw_corner_triangle</a></td>
2691<td class="docstat partialdoc">partially documented</td>
2692</tr>
2693
2694<tr>
2695<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_completecointerre">completecointerre</a></td>
2696<td class="docstat notdoc">not documented</td>
2697</tr>
2698
2699</table><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri.pro</a>
2700<table>
2701
2702<tr>
2703<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw#_definetri">definetri</a></td>
2704<td class="docstat partialdoc">partially documented</td>
2705</tr>
2706
2707</table><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri_e.pro</a>
2708<table>
2709
2710<tr>
2711<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_numtri">numtri</a></td>
2712<td class="docstat notdoc">not documented</td>
2713</tr>
2714
2715<tr>
2716<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">definetri_e</a></td>
2717<td class="docstat partialdoc">partially documented</td>
2718</tr>
2719
2720</table><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw">./ToBeReviewed/TRIANGULATION/dessinetri.pro</a>
2721<table>
2722
2723<tr>
2724<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw#_dessinetri">dessinetri</a></td>
2725<td class="docstat partialdoc">partially documented</td>
2726</tr>
2727
2728</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_c.pro</a>
2729<table>
2730
2731<tr>
2732<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw#_drawcoast_c">drawcoast_c</a></td>
2733<td class="docstat notdoc">not documented</td>
2734</tr>
2735
2736</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_e.pro</a>
2737<table>
2738
2739<tr>
2740<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw#_drawcoast_e">drawcoast_e</a></td>
2741<td class="docstat notdoc">not documented</td>
2742</tr>
2743
2744</table><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw">./ToBeReviewed/TRIANGULATION/drawsectionbottom.pro</a>
2745<table>
2746
2747<tr>
2748<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw#_drawsectionbottom">drawsectionbottom</a></td>
2749<td class="docstat partialdoc">partially documented</td>
2750</tr>
2751
2752</table><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw">./ToBeReviewed/TRIANGULATION/fillcornermask.pro</a>
2753<table>
2754
2755<tr>
2756<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw#_fillcornermask">fillcornermask</a></td>
2757<td class="docstat partialdoc">partially documented</td>
2758</tr>
2759
2760</table><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw">./ToBeReviewed/TRIANGULATION/section.pro</a>
2761<table>
2762
2763<tr>
2764<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">section</a></td>
2765<td class="docstat partialdoc">partially documented</td>
2766</tr>
2767
2768</table><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw">./ToBeReviewed/TRIANGULATION/tracecote.pro</a>
2769<table>
2770
2771<tr>
2772<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw#_tracecote">tracecote</a></td>
2773<td class="docstat partialdoc">partially documented</td>
2774</tr>
2775
2776</table><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw">./ToBeReviewed/TRIANGULATION/tracemask.pro</a>
2777<table>
2778
2779<tr>
2780<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw#_tracemask">tracemask</a></td>
2781<td class="docstat partialdoc">partially documented</td>
2782</tr>
2783
2784</table><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule.pro</a>
2785<table>
2786
2787<tr>
2788<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw#_triangule">triangule</a></td>
2789<td class="docstat notdoc">not documented</td>
2790</tr>
2791
2792</table><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_c.pro</a>
2793<table>
2794
2795<tr>
2796<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw#_triangule_c">triangule_c</a></td>
2797<td class="docstat partialdoc">partially documented</td>
2798</tr>
2799
2800</table><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_e.pro</a>
2801<table>
2802
2803<tr>
2804<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw#_triangule_e">triangule_e</a></td>
2805<td class="docstat partialdoc">partially documented</td>
2806</tr>
2807
2808</table><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw">./ToBeReviewed/UTILITAIRE/fitintobox.pro</a>
2809<table>
2810
2811<tr>
2812<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw#_err_mess">err_mess</a></td>
2813<td class="docstat partialdoc">partially documented</td>
2814</tr>
2815
2816<tr>
2817<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/fitintobox.html?format=raw#_fitintobox">fitintobox</a></td>
2818<td class="docstat notdoc">not documented</td>
2819</tr>
2820
2821</table><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a>
2822<table>
2823
2824<tr>
2825<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></td>
2826<td class="docstat notdoc">not documented</td>
2827</tr>
2828
2829</table><a href="./ToBeReviewed/UTILITAIRE/linearequation.html?format=raw">./ToBeReviewed/UTILITAIRE/linearequation.pro</a>
2830<table>
2831
2832<tr>
2833<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/linearequation.html?format=raw#_linearequation">linearequation</a></td>
2834<td class="docstat partialdoc">partially documented</td>
2835</tr>
2836
2837</table><a href="./ToBeReviewed/UTILITAIRE/lineintersection.html?format=raw">./ToBeReviewed/UTILITAIRE/lineintersection.pro</a>
2838<table>
2839
2840<tr>
2841<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/lineintersection.html?format=raw#_lineintersection">lineintersection</a></td>
2842<td class="docstat partialdoc">partially documented</td>
2843</tr>
2844
2845</table><a href="./ToBeReviewed/UTILITAIRE/report.html?format=raw">./ToBeReviewed/UTILITAIRE/report.pro</a>
2846<table>
2847
2848<tr>
2849<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/report.html?format=raw#_report">report</a></td>
2850<td class="docstat partialdoc">partially documented</td>
2851</tr>
2852
2853</table><a href="./ToBeReviewed/UTILITAIRE/routine_name.html?format=raw">./ToBeReviewed/UTILITAIRE/routine_name.pro</a>
2854<table>
2855
2856<tr>
2857<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/routine_name.html?format=raw#_routine_name">routine_name</a></td>
2858<td class="docstat partialdoc">partially documented</td>
2859</tr>
2860
2861</table><a href="./ToBeReviewed/UTILITAIRE/test.html?format=raw">./ToBeReviewed/UTILITAIRE/test.pro</a>
2862<table>
2863
2864<tr>
2865<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/test.html?format=raw#_test">test</a></td>
2866<td class="docstat notdoc">not documented</td>
2867</tr>
2868
2869</table><a href="./ToBeReviewed/UTILITAIRE/testvar.html?format=raw">./ToBeReviewed/UTILITAIRE/testvar.pro</a>
2870<table>
2871
2872<tr>
2873<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/testvar.html?format=raw#_testvar">testvar</a></td>
2874<td class="docstat partialdoc">partially documented</td>
2875</tr>
2876
2877</table><a href="./ToBeReviewed/UTILITAIRE/text_box.html?format=raw">./ToBeReviewed/UTILITAIRE/text_box.pro</a>
2878<table>
2879
2880<tr>
2881<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/text_box.html?format=raw#_text_box">text_box</a></td>
2882<td class="docstat partialdoc">partially documented</td>
2883</tr>
2884
2885</table><a href="./ToBeReviewed/UTILITAIRE/undefine.html?format=raw">./ToBeReviewed/UTILITAIRE/undefine.pro</a>
2886<table>
2887
2888<tr>
2889<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/undefine.html?format=raw#_UNDEFINE">UNDEFINE</a></td>
2890<td class="docstat partialdoc">partially documented</td>
2891</tr>
2892
2893</table><a href="./ToBeReviewed/UTILITAIRE/xfile.html?format=raw">./ToBeReviewed/UTILITAIRE/xfile.pro</a>
2894<table>
2895
2896<tr>
2897<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/xfile.html?format=raw#_xfile">xfile</a></td>
2898<td class="docstat partialdoc">partially documented</td>
2899</tr>
2900
2901</table><a href="./ToBeReviewed/UTILITAIRE/xhelp.html?format=raw">./ToBeReviewed/UTILITAIRE/xhelp.pro</a>
2902<table>
2903
2904<tr>
2905<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/xhelp.html?format=raw#_xhelp">xhelp</a></td>
2906<td class="docstat partialdoc">partially documented</td>
2907</tr>
2908
2909</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.pro</a>
2910<table>
2911
2912<tr>
2913<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw#_buildcmd">buildcmd</a></td>
2914<td class="docstat partialdoc">partially documented</td>
2915</tr>
2916
2917</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro</a>
2918<table>
2919
2920<tr>
2921<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw#_buildreadcmd">buildreadcmd</a></td>
2922<td class="docstat partialdoc">partially documented</td>
2923</tr>
2924
2925</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.pro</a>
2926<table>
2927
2928<tr>
2929<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw#_changefield">changefield</a></td>
2930<td class="docstat notdoc">not documented</td>
2931</tr>
2932
2933</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.pro</a>
2934<table>
2935
2936<tr>
2937<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw#_changefile">changefile</a></td>
2938<td class="docstat notdoc">not documented</td>
2939</tr>
2940
2941</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro</a>
2942<table>
2943
2944<tr>
2945<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw#_createhistory">createhistory</a></td>
2946<td class="docstat notdoc">not documented</td>
2947</tr>
2948
2949</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.pro</a>
2950<table>
2951
2952<tr>
2953<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw#_cutcmd">cutcmd</a></td>
2954<td class="docstat notdoc">not documented</td>
2955</tr>
2956
2957</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.pro</a>
2958<table>
2959
2960<tr>
2961<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw#_definedefaultextra">definedefaultextra</a></td>
2962<td class="docstat notdoc">not documented</td>
2963</tr>
2964
2965</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.pro</a>
2966<table>
2967
2968<tr>
2969<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw#_doubleclickaction">doubleclickaction</a></td>
2970<td class="docstat notdoc">not documented</td>
2971</tr>
2972
2973</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.pro</a>
2974<table>
2975
2976<tr>
2977<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw#_extractatt">extractatt</a></td>
2978<td class="docstat notdoc">not documented</td>
2979</tr>
2980
2981</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.pro</a>
2982<table>
2983
2984<tr>
2985<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw#_findline">findline</a></td>
2986<td class="docstat notdoc">not documented</td>
2987</tr>
2988
2989</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.pro</a>
2990<table>
2991
2992<tr>
2993<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw#_identifyclick">identifyclick</a></td>
2994<td class="docstat notdoc">not documented</td>
2995</tr>
2996
2997</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.pro</a>
2998<table>
2999
3000<tr>
3001<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw#_inserthistory">inserthistory</a></td>
3002<td class="docstat notdoc">not documented</td>
3003</tr>
3004
3005</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro</a>
3006<table>
3007
3008<tr>
3009<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw#_letsdraw">letsdraw</a></td>
3010<td class="docstat partialdoc">partially documented</td>
3011</tr>
3012
3013</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro</a>
3014<table>
3015
3016<tr>
3017<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw#_loadgrid">loadgrid</a></td>
3018<td class="docstat notdoc">not documented</td>
3019</tr>
3020
3021</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.pro</a>
3022<table>
3023
3024<tr>
3025<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw#_longclickaction">longclickaction</a></td>
3026<td class="docstat notdoc">not documented</td>
3027</tr>
3028
3029</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro</a>
3030<table>
3031
3032<tr>
3033<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw#_read_vermair">read_vermair</a></td>
3034<td class="docstat notdoc">not documented</td>
3035</tr>
3036
3037</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro</a>
3038<table>
3039
3040<tr>
3041<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">scanfile</a></td>
3042<td class="docstat notdoc">not documented</td>
3043</tr>
3044
3045</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro</a>
3046<table>
3047
3048<tr>
3049<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile_event">selectfile_event</a></td>
3050<td class="docstat notdoc">not documented</td>
3051</tr>
3052
3053<tr>
3054<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile">selectfile</a></td>
3055<td class="docstat notdoc">not documented</td>
3056</tr>
3057
3058</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.pro</a>
3059<table>
3060
3061<tr>
3062<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw#_singleclickaction">singleclickaction</a></td>
3063<td class="docstat notdoc">not documented</td>
3064</tr>
3065
3066</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.pro</a>
3067<table>
3068
3069<tr>
3070<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw#_tracecadre">tracecadre</a></td>
3071<td class="docstat notdoc">not documented</td>
3072</tr>
3073
3074</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.pro</a>
3075<table>
3076
3077<tr>
3078<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw#_updatewidget">updatewidget</a></td>
3079<td class="docstat notdoc">not documented</td>
3080</tr>
3081
3082</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.pro</a>
3083<table>
3084
3085<tr>
3086<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim_event">xcreateanim_event</a></td>
3087<td class="docstat notdoc">not documented</td>
3088</tr>
3089
3090<tr>
3091<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim">xcreateanim</a></td>
3092<td class="docstat notdoc">not documented</td>
3093</tr>
3094
3095</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro</a>
3096<table>
3097
3098<tr>
3099<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw#_xxxmenubar_event">xxxmenubar_event</a></td>
3100<td class="docstat notdoc">not documented</td>
3101</tr>
3102
3103</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro</a>
3104<table>
3105
3106<tr>
3107<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_SETV">CW_BGROUP_SETV</a></td>
3108<td class="docstat partialdoc">partially documented</td>
3109</tr>
3110
3111<tr>
3112<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_GETV">CW_BGROUP_GETV</a></td>
3113<td class="docstat notdoc">not documented</td>
3114</tr>
3115
3116<tr>
3117<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_EVENT">CW_BGROUP_EVENT</a></td>
3118<td class="docstat notdoc">not documented</td>
3119</tr>
3120
3121<tr>
3122<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP">CW_BGROUP</a></td>
3123<td class="docstat notdoc">not documented</td>
3124</tr>
3125
3126</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro</a>
3127<table>
3128
3129<tr>
3130<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_set_value">cw_calendar_set_value</a></td>
3131<td class="docstat notdoc">not documented</td>
3132</tr>
3133
3134<tr>
3135<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_get_value">cw_calendar_get_value</a></td>
3136<td class="docstat notdoc">not documented</td>
3137</tr>
3138
3139<tr>
3140<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_get_cal_value">get_cal_value</a></td>
3141<td class="docstat notdoc">not documented</td>
3142</tr>
3143
3144<tr>
3145<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_set_cal_combobox">set_cal_combobox</a></td>
3146<td class="docstat notdoc">not documented</td>
3147</tr>
3148
3149<tr>
3150<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_move">move</a></td>
3151<td class="docstat notdoc">not documented</td>
3152</tr>
3153
3154<tr>
3155<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_event">cw_calendar_event</a></td>
3156<td class="docstat notdoc">not documented</td>
3157</tr>
3158
3159<tr>
3160<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar">cw_calendar</a></td>
3161<td class="docstat notdoc">not documented</td>
3162</tr>
3163
3164</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro</a>
3165<table>
3166
3167<tr>
3168<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>
3169<td class="docstat partialdoc">partially documented</td>
3170</tr>
3171
3172<tr>
3173<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>
3174<td class="docstat notdoc">not documented</td>
3175</tr>
3176
3177<tr>
3178<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>
3179<td class="docstat notdoc">not documented</td>
3180</tr>
3181
3182<tr>
3183<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm">cw_combobox_pm</a></td>
3184<td class="docstat notdoc">not documented</td>
3185</tr>
3186
3187</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro</a>
3188<table>
3189
3190<tr>
3191<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_set_value">cw_domain_set_value</a></td>
3192<td class="docstat notdoc">not documented</td>
3193</tr>
3194
3195<tr>
3196<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_get_value">cw_domain_get_value</a></td>
3197<td class="docstat notdoc">not documented</td>
3198</tr>
3199
3200<tr>
3201<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_event">cw_domain_event</a></td>
3202<td class="docstat notdoc">not documented</td>
3203</tr>
3204
3205<tr>
3206<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain">cw_domain</a></td>
3207<td class="docstat notdoc">not documented</td>
3208</tr>
3209
3210</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro</a>
3211<table>
3212
3213<tr>
3214<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>
3215<td class="docstat partialdoc">partially documented</td>
3216</tr>
3217
3218<tr>
3219<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>
3220<td class="docstat notdoc">not documented</td>
3221</tr>
3222
3223<tr>
3224<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>
3225<td class="docstat notdoc">not documented</td>
3226</tr>
3227
3228<tr>
3229<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm">cw_droplist_pm</a></td>
3230<td class="docstat notdoc">not documented</td>
3231</tr>
3232
3233</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro</a>
3234<table>
3235
3236<tr>
3237<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout_event">cw_pagelayout_event</a></td>
3238<td class="docstat notdoc">not documented</td>
3239</tr>
3240
3241<tr>
3242<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout">cw_pagelayout</a></td>
3243<td class="docstat notdoc">not documented</td>
3244</tr>
3245
3246</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro</a>
3247<table>
3248
3249<tr>
3250<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>
3251<td class="docstat notdoc">not documented</td>
3252</tr>
3253
3254<tr>
3255<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>
3256<td class="docstat notdoc">not documented</td>
3257</tr>
3258
3259<tr>
3260<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice">cw_slide_slice</a></td>
3261<td class="docstat notdoc">not documented</td>
3262</tr>
3263
3264</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro</a>
3265<table>
3266
3267<tr>
3268<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decvalue">decvalue</a></td>
3269<td class="docstat partialdoc">partially documented</td>
3270</tr>
3271
3272<tr>
3273<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decind">decind</a></td>
3274<td class="docstat notdoc">not documented</td>
3275</tr>
3276
3277<tr>
3278<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>
3279<td class="docstat notdoc">not documented</td>
3280</tr>
3281
3282<tr>
3283<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>
3284<td class="docstat notdoc">not documented</td>
3285</tr>
3286
3287<tr>
3288<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>
3289<td class="docstat notdoc">not documented</td>
3290</tr>
3291
3292<tr>
3293<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm">cw_slider_pm</a></td>
3294<td class="docstat notdoc">not documented</td>
3295</tr>
3296
3297</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro</a>
3298<table>
3299
3300<tr>
3301<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_set_value">cw_specifie_set_value</a></td>
3302<td class="docstat notdoc">not documented</td>
3303</tr>
3304
3305<tr>
3306<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_get_value">cw_specifie_get_value</a></td>
3307<td class="docstat notdoc">not documented</td>
3308</tr>
3309
3310<tr>
3311<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_event">cw_specifie_event</a></td>
3312<td class="docstat notdoc">not documented</td>
3313</tr>
3314
3315<tr>
3316<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie">cw_specifie</a></td>
3317<td class="docstat notdoc">not documented</td>
3318</tr>
3319
3320</table><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw">./ToBeReviewed/WIDGET/findtopid.pro</a>
3321<table>
3322
3323<tr>
3324<td class="docroutine"><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw#_findtopid">findtopid</a></td>
3325<td class="docstat partialdoc">partially documented</td>
3326</tr>
3327
3328</table><a href="./ToBeReviewed/WIDGET/slec.html?format=raw">./ToBeReviewed/WIDGET/slec.pro</a>
3329<table>
3330
3331<tr>
3332<td class="docroutine"><a href="./ToBeReviewed/WIDGET/slec.html?format=raw#_slec">slec</a></td>
3333<td class="docstat notdoc">not documented</td>
3334</tr>
3335
3336</table><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw">./ToBeReviewed/WIDGET/xnotice.pro</a>
3337<table>
3338
3339<tr>
3340<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw#_xnotice">xnotice</a></td>
3341<td class="docstat partialdoc">partially documented</td>
3342</tr>
3343
3344</table><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw">./ToBeReviewed/WIDGET/xquestion.pro</a>
3345<table>
3346
3347<tr>
3348<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion_event">xquestion_event</a></td>
3349<td class="docstat partialdoc">partially documented</td>
3350</tr>
3351
3352<tr>
3353<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion">xquestion</a></td>
3354<td class="docstat notdoc">not documented</td>
3355</tr>
3356
3357</table><a href="./ToBeReviewed/WIDGET/xx.html?format=raw">./ToBeReviewed/WIDGET/xx.pro</a>
3358<table>
3359
3360<tr>
3361<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xx.html?format=raw#_xx">xx</a></td>
3362<td class="docstat notdoc">not documented</td>
3363</tr>
3364
3365</table><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw">./ToBeReviewed/WIDGET/xxx.pro</a>
3366<table>
3367
3368<tr>
3369<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx_event">xxx_event</a></td>
3370<td class="docstat partialdoc">partially documented</td>
3371</tr>
3372
3373<tr>
3374<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx">xxx</a></td>
3375<td class="docstat notdoc">not documented</td>
3376</tr>
3377
3378</table><a href="./Utilities/createfunc.html?format=raw">./Utilities/createfunc.pro</a>
3379<table>
3380
3381<tr>
3382<td class="docroutine"><a href="./Utilities/createfunc.html?format=raw#_createfunc">createfunc</a></td>
3383<td class="docstat partialdoc">partially documented</td>
3384</tr>
3385
3386</table><a href="./buildinit.html?format=raw">./buildinit.pro</a>
3387<table>
3388
3389<tr>
3390<td class="docroutine"><a href="./buildinit.html?format=raw#_CW_FIELD2">CW_FIELD2</a></td>
3391<td class="docstat partialdoc">partially documented</td>
3392</tr>
3393
3394<tr>
3395<td class="docroutine"><a href="./buildinit.html?format=raw#_printerdef_event">printerdef_event</a></td>
3396<td class="docstat notdoc">not documented</td>
3397</tr>
3398
3399<tr>
3400<td class="docroutine"><a href="./buildinit.html?format=raw#_papsize_event">papsize_event</a></td>
3401<td class="docstat notdoc">not documented</td>
3402</tr>
3403
3404<tr>
3405<td class="docroutine"><a href="./buildinit.html?format=raw#_xask_event">xask_event</a></td>
3406<td class="docstat notdoc">not documented</td>
3407</tr>
3408
3409<tr>
3410<td class="docroutine"><a href="./buildinit.html?format=raw#_xask">xask</a></td>
3411<td class="docstat notdoc">not documented</td>
3412</tr>
3413
3414<tr>
3415<td class="docroutine"><a href="./buildinit.html?format=raw#_getdir">getdir</a></td>
3416<td class="docstat notdoc">not documented</td>
3417</tr>
3418
3419<tr>
3420<td class="docroutine"><a href="./buildinit.html?format=raw#_buildinit">buildinit</a></td>
3421<td class="docstat notdoc">not documented</td>
3422</tr>
3423
3424</table></div>
3425<div id="obsolete">
3426  <h2>Obsolete routines</h2><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
3427<table>
3428
3429<tr>
3430<td class="obsroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
3431</tr>
3432
3433</table><a href="./Obsolete/ficdate.html?format=raw">./Obsolete/ficdate.pro</a>
3434<table>
3435
3436<tr>
3437<td class="obsroutine"><a href="./Obsolete/ficdate.html?format=raw#_ficdate">ficdate</a></td>
3438</tr>
3439
3440</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
3441<table>
3442
3443<tr>
3444<td class="obsroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
3445</tr>
3446
3447</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
3448<table>
3449
3450<tr>
3451<td class="obsroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
3452</tr>
3453
3454</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
3455<table>
3456
3457<tr>
3458<td class="obsroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
3459</tr>
3460
3461</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
3462<table>
3463
3464<tr>
3465<td class="obsroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
3466</tr>
3467
3468</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
3469<table>
3470
3471<tr>
3472<td class="obsroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
3473</tr>
3474
3475</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
3476<table>
3477
3478<tr>
3479<td class="obsroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
3480</tr>
3481
3482</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
3483<table>
3484
3485<tr>
3486<td class="obsroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
3487</tr>
3488
3489</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
3490<table>
3491
3492<tr>
3493<td class="obsroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
3494</tr>
3495
3496</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
3497<table>
3498
3499<tr>
3500<td class="obsroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
3501</tr>
3502
3503</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
3504<table>
3505
3506<tr>
3507<td class="obsroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
3508</tr>
3509
3510</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
3511<table>
3512
3513<tr>
3514<td class="obsroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
3515</tr>
3516
3517</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
3518<table>
3519
3520<tr>
3521<td class="obsroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
3522</tr>
3523
3524</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
3525<table>
3526
3527<tr>
3528<td class="obsroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
3529</tr>
3530
3531</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
3532<table>
3533
3534<tr>
3535<td class="obsroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
3536</tr>
3537
3538</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
3539<table>
3540
3541<tr>
3542<td class="obsroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
3543</tr>
3544
3545</table></div>
3546<div id="statistics">
3547  <h2>Statistics warnings</h2></div>
3548     
3549
3550      <div id="tagline">Produced by IDLdoc 2.0.</div>
3551
3552    </div>
3553
3554  </body>
3555</html>
Note: See TracBrowser for help on using the repository browser.