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

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

english and nicer header (2a)

File size: 94.6 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- warnings-begin.tt needs structure with the following fields:
6       version : IDLdoc version
7       date : string containing date of file creation
8       embed : 0 for link to CSS, 1 for embed CSS
9       css_location : if embed then string filename of CSS file location, o/w href to CSS file
10       navbar_filename : filename of navbar template
11     Plus fields needed by the templates: navbar, tagline
12-->
13
14<!-- warnings-todo-header.tt needs structure with the following fields:
15-->
16
17<!-- warnings-todo-file.tt needs structure with the following fields:
18-->
19
20<!-- warnings-bugs-header.tt needs structure with the following fields:
21-->
22
23<!-- warnings-bugs-file.tt needs structure with the following fields:
24-->
25
26<!-- warnings-undoc-header.tt needs structure with the following fields:
27-->
28
29<!-- warnings-undoc-file.tt needs structure with the following fields:
30-->
31
32<!-- warnings-end.tt needs structure with the following fields:
33       version : IDLdoc version
34       date : string containing date of file creation
35       embed : 0 for link to CSS, 1 for embed CSS
36       css_location : if embed then string filename of CSS file location, o/w href to CSS file
37       navbar_filename : filename of navbar template
38     Plus fields needed by the templates: navbar, tagline
39-->
40
41<!-- Generated by IDLdoc 2.0 -->
42
43<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44  <head>
45    <title>Warnings (SAXO Documentation)</title>
46
47   
48    <style type="text/css" media="all">
49         
50/* CSS for all files which appear in the "main" viewing area: overview,
51   directory overviews, warnings, index, search, pro files, source
52   code, help, and etc files. */
53
54/* Link styles --------------------------------------------------------------- */
55
56a { text-decoration: none; }
57
58a:link, a:visited { 
59  color: #660000; 
60  border-bottom: 1px dotted #C0C0F0;   
61}
62
63a:hover, a:focus { 
64  color: #993333; 
65  background: #FFFFCC; 
66  border-bottom: 1px dotted #303099; 
67}
68
69
70/* Main styles --------------------------------------------------------------- */
71
72body {
73  margin: 0;
74  padding: 0;
75  font-size: 10pt;
76  font-family: Verdana, Helvetica, Arial, sans-serif;
77  background-color: #FFFFFF;
78}
79
80p {
81  margin-top: 0.5em;
82  margin-bottom: 0;
83}
84
85#container { margin: 1em; }
86
87code.section { white-space: pre; }
88
89pre.snippet {
90  margin-left: 5%;
91  background: #F0F0F0;
92  border: 1px dashed #999999;
93  width: 43em;
94  padding: 0.5em 0.5em 0.5em 0.5em;
95  white-space: pre;
96}
97
98/* Navbar styles ------------------------------------------------------------- */
99
100#navbar_title {
101  color: #000033;
102  background-color: #F0F0FF;
103  font-family: Arial, Helvetica, sans-serif;
104  padding: 20px 30px;
105  border-bottom: 1px solid #000033;
106}
107
108#navbar_title * {
109  margin: 0;
110  padding: 0;
111}
112
113#navbar_title h1 {
114  letter-spacing: 0.1em;
115  font-variant: small-caps;
116  font-size: 250%;
117  text-indent: -1em;
118  padding-left: 1em; 
119}
120
121#navbar_title h2 {
122  font-size: 110%;
123  font-weight: normal;
124  color: #333399;
125}
126
127#main_navbar table {
128  width: 100%;
129  border-bottom: 1px solid #666699;
130}
131
132#main_navbar td {
133  background: #CCCCFF;
134  font-size: 80%;
135  font-weight: bold;
136  font-family: Arial, Helvetica, sans-serif;
137  border-top: 3px solid #CCCCFF;
138  border-bottom: 3px solid #CCCCFF;
139  padding-left: 6px;
140  padding-right: 6px;
141  margin: 0;
142}
143
144#main_navbar td#selected {
145  background: #CCCCFF;
146  font-size: 80%;
147  font-weight: bold;
148  font-family: Arial, Helvetica, sans-serif;
149  border-top: 3px solid #333399;
150  border-bottom: 3px solid #CCCCFF;
151  padding-left: 6px;
152  padding-right: 6px;
153  margin: 0;
154}
155
156#main_navbar td#flexible {
157  width: 100%;
158  text-align: right;
159  padding-right: 1em;
160  background: #CCCCFF;
161  font-size: 70%;
162  font-weight: normal;
163  font-family: Arial, Helvetica, sans-serif;
164  text-transform: uppercase;
165  border-top: 3px solid #CCCCFF;
166  border-bottom: 3px solid #CCCCFF;
167}
168
169#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
170
171#main_navbar a:hover, #main_navbar a:focus {
172  color: #FFFF66;
173  background: #CCCCFF;
174  border-bottom: 1px none #606099; 
175  border: 0;
176}
177
178#secondary_navbar {
179  font-size: 80%;
180  font-weight: normal;
181  font-family: Arial, Helvetica, sans-serif;
182  margin-top: 4px;
183  margin-left: 20px;
184  white-space: nowrap;
185}
186
187
188/* Tagline and footer styles ------------------------------------------------- */
189
190div#tagline {
191  margin-top: 6px;
192  border-top: 1px dotted lightsteelblue;
193  padding-top: 6px;
194  font-size: 66%;
195  font-style: italic;
196}
197
198div#footer {
199  margin-top: 6px;
200  border-top: 1px dotted lightsteelblue;
201  padding-top: 6px;
202  font-size: 66%;
203  font-style: italic;
204}
205
206/* Basic data presenation styles -------------------------------------------- */
207
208.index_letter { 
209  font-size: 300%;
210  font-weight: bold;
211  color: #000066; 
212  margin: 0.5em 0 0 -0.1em;
213}
214
215h1, h2, h3, h4 {
216  font-weight: normal;
217  color: #3333CC;
218}
219
220h1 {
221  padding-top: 0.75em;
222  font-size: 160%;
223}
224
225h2 {
226  padding-top: 1em;
227  font-size: 120%;
228  }
229
230h3 {
231  padding-top: 0.75em;
232  margin-bottom: 0.25em;
233  font-size: 100%;
234}
235
236h4 {
237  padding: 0;
238  margin: 0.5em 0 0 0;
239  font-size: 80%;
240}
241
242table.basic {
243  empty-cells: show;
244  margin: 1.5em 1em 0 1em;
245  border: 1px dotted #CFCFFF;
246  font-size: 80%;
247}
248
249table.basic th {
250  background-color: #F0F0FF;
251  font-weight: bold;
252  text-align: left;
253  padding: 4px 1em 4px 4px;
254  border-bottom: 1px dotted #666699;
255}
256
257table.basic td {
258  vertical-align: top;
259  padding: 4px 1em 4px 4px;
260}
261
262dd {
263  margin-bottom: 0.25em;
264  font-size: 80%;
265}
266
267
268/* Warnings styles ----------------------------------------------------------- */
269
270
271#todo dl, #bugs dl { 
272  margin: 0 0 0 1.5em;
273  font-size: 80%;
274}
275
276#todo dd, #bugs dd { 
277  margin-left: 3em; 
278  font-size: 100%;
279}
280
281#undoc table, #obsolete table, #statistics table {
282  width: 80%;
283  margin-left: 2em;
284}
285
286#undoc td, #obsolete td, #statistics td { 
287  padding: 0 0 0 0;
288  font-size: 80%;
289  white-space: nowrap;
290}
291
292#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
293
294#undoc td.docstat, #statistics td.stat { 
295  width: 50%;
296  text-align: right;
297}
298
299#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
300
301#undoc td.notdoc, #statistics td.warning { color: #993333; }
302
303/* File + routine styles ----------------------------------------------------- */
304
305h1.directory { 
306  padding: 1em 0 0 0;
307  margin: 0;
308  font-size: 66%;
309}
310
311h1.directory a { border-bottom: 0; }
312
313h2.pro_file { 
314  padding: 0;
315  margin: 0;
316  font-size: 140%;
317}
318
319div#file_attr {
320  padding: 0 1em 0 1em;
321  margin: 1em;
322  background: #F6F6F6;
323  border: 1px dotted #999999;
324}
325
326div#file_attr dt {
327  font-size: 80%;
328  font-weight: bold;
329}
330
331div#file_attr dd {
332  font-size: 80%;
333}
334
335div#class_diagram { 
336  padding: 1em 0 1em 0; 
337  white-space: pre;
338  font-family: 'Courier New';
339}
340
341table#sav_attr { 
342  font-size: 90%; 
343  margin: 1em; 
344  padding: 1em 1em 1em 1em;
345  background: #F6F6F6;
346  border: 1px dotted #999999;
347}
348
349table#sav_attr th { text-align: left; }
350
351table#sav_attr td { vertical-align: top; padding-right: 2em; }
352
353table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
354
355p.sav_warning { margin-left: 4em; font-family: 80%; }
356
357table.variables { 
358  font-family: 'Courier New', monospace; 
359  font-size: 80%; 
360  text-indent: -2em; 
361  padding-left: 2em; 
362}
363
364table.variables td.image { width: 64px; }
365
366div#file_comments { white-space: pre; 
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><h3><a href="./Matrix/cmapply.html?format=raw">./Matrix/cmapply.pro</a></h3>
741<dl>
742
743<dt><a href="./Matrix/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></dt>
744<dd> seb</dd>
745
746<dt><a href="./Matrix/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></dt>
747<dd> seb</dd>
748
749</dl><h3><a href="./Matrix/cmset_op.html?format=raw">./Matrix/cmset_op.pro</a></h3>
750<dl>
751
752<dt><a href="./Matrix/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></dt>
753<dd> seb</dd>
754
755</dl><h3><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a></h3>
756<dl>
757
758<dt><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></dt>
759<dd></dd>
760
761</dl><h3><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw">./ToBeReviewed/CALCULS/fsfzpt.pro</a></h3>
762<dl>
763
764<dt><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw#_fsfzpt">fsfzpt</a></dt>
765<dd> seb
766</dd>
767
768</dl><h3><a href="./ToBeReviewed/CALCULS/grad.html?format=raw">./ToBeReviewed/CALCULS/grad.pro</a></h3>
769<dl>
770
771<dt><a href="./ToBeReviewed/CALCULS/grad.html?format=raw#_grad">grad</a></dt>
772<dd> seb: remplir les truc!
773
774</dd>
775
776</dl><h3><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw">./ToBeReviewed/CALCULS/remplit.pro</a></h3>
777<dl>
778
779<dt><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw#_remplit">remplit</a></dt>
780<dd> seb
781</dd>
782
783</dl><h3><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw">./ToBeReviewed/CALCULS/rhon.pro</a></h3>
784<dl>
785
786<dt><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">rhon</a></dt>
787<dd> seb
788</dd>
789
790</dl><h3><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a></h3>
791<dl>
792
793<dt><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></dt>
794<dd> seb</dd>
795
796</dl><h3><a href="./ToBeReviewed/COULEURS/palit.html?format=raw">./ToBeReviewed/COULEURS/palit.pro</a></h3>
797<dl>
798
799<dt><a href="./ToBeReviewed/COULEURS/palit.html?format=raw#_palit">palit</a></dt>
800<dd> Seb: compléter param red/green/blue</dd>
801
802</dl><h3><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw">./ToBeReviewed/GRILLE/changegrid.pro</a></h3>
803<dl>
804
805<dt><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw#_changegrid">changegrid</a></dt>
806<dd> seb
807</dd>
808
809</dl><h3><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw">./ToBeReviewed/GRILLE/cmpgrid.pro</a></h3>
810<dl>
811
812<dt><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw#_cmpgrid">cmpgrid</a></dt>
813<dd> seb
814</dd>
815
816</dl><h3><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw">./ToBeReviewed/GRILLE/decoupeterre.pro</a></h3>
817<dl>
818
819<dt><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></dt>
820<dd> seb : manque tous les param et plein de keywords.
821
822
823
824</dd>
825
826</dl><h3><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw">./ToBeReviewed/GRILLE/domdef.pro</a></h3>
827<dl>
828
829<dt><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">domdef</a></dt>
830<dd> seb: output pas clair/ pas d'input required?</dd>
831
832</dl><h3><a href="./ToBeReviewed/GRILLE/grille.html?format=raw">./ToBeReviewed/GRILLE/grille.pro</a></h3>
833<dl>
834
835<dt><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></dt>
836<dd> Comment ecrire la remarque sur les inputs?
837 </dd>
838
839</dl><h3><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw">./ToBeReviewed/GRILLE/v2t.pro</a></h3>
840<dl>
841
842<dt><a href="./ToBeReviewed/GRILLE/v2t.html?format=raw#_v2t">v2t</a></dt>
843<dd> seb: nom du input?
844</dd>
845
846</dl><h3><a href="./ToBeReviewed/HOPE/completetype.html?format=raw">./ToBeReviewed/HOPE/completetype.pro</a></h3>
847<dl>
848
849<dt><a href="./ToBeReviewed/HOPE/completetype.html?format=raw#_completetype">completetype</a></dt>
850<dd> seb
851</dd>
852
853</dl><h3><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw">./ToBeReviewed/HOPE/computehopegrid.pro</a></h3>
854<dl>
855
856<dt><a href="./ToBeReviewed/HOPE/computehopegrid.html?format=raw#_computehopegrid">computehopegrid</a></dt>
857<dd> seb
858</dd>
859
860</dl><h3><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw">./ToBeReviewed/HOPE/createhopestruct.pro</a></h3>
861<dl>
862
863<dt><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw#_createhopestruct">createhopestruct</a></dt>
864<dd> seb
865</dd>
866
867</dl><h3><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw">./ToBeReviewed/HOPE/cw_selectinterval.pro</a></h3>
868<dl>
869
870<dt><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_get_value">cw_selectinterval_get_value</a></dt>
871<dd> seb
872</dd>
873
874</dl><h3><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw">./ToBeReviewed/HOPE/domainpart.pro</a></h3>
875<dl>
876
877<dt><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">domainpart</a></dt>
878<dd> seb
879</dd>
880
881</dl><h3><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw">./ToBeReviewed/HOPE/findlineandpointtype.pro</a></h3>
882<dl>
883
884<dt><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">findlineandpointtype</a></dt>
885<dd> seb
886</dd>
887
888</dl><h3><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw">./ToBeReviewed/HOPE/rh_alldomains.pro</a></h3>
889<dl>
890
891<dt><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">rh_alldomains</a></dt>
892<dd> seb
893</dd>
894
895</dl><h3><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw">./ToBeReviewed/HOPE/sortdim.pro</a></h3>
896<dl>
897
898<dt><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></dt>
899<dd> seb
900</dd>
901
902</dl><h3><a href="./ToBeReviewed/HOPE/xrh.html?format=raw">./ToBeReviewed/HOPE/xrh.pro</a></h3>
903<dl>
904
905<dt><a href="./ToBeReviewed/HOPE/xrh.html?format=raw#_xrh">xrh</a></dt>
906<dd> seb
907</dd>
908
909</dl><h3><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw">./ToBeReviewed/LECTURE/changeread.pro</a></h3>
910<dl>
911
912<dt><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw#_changeread">changeread</a></dt>
913<dd> seb
914</dd>
915
916</dl><h3><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw">./ToBeReviewed/LECTURE/read_ftp.pro</a></h3>
917<dl>
918
919<dt><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">read_ftp</a></dt>
920<dd> seb: que fait-on de "syntax" au debut du header?
921 </dd>
922
923</dl><h3><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt.pro</a></h3>
924<dl>
925
926<dt><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">plt</a></dt>
927<dd> seb
928 Changer param "tab1",keyword "REMPLI", "UNLABSUR", "UNSUR2",
929 "UNVECTSUR"+ quelques trucs dans la routine.</dd>
930
931</dl><h3><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltbase.pro</a></h3>
932<dl>
933
934<dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></dt>
935<dd> seb L.172 à 173
936</dd>
937
938</dl><h3><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltsc.pro</a></h3>
939<dl>
940
941<dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">pltsc</a></dt>
942<dd> seb
943</dd>
944
945</dl><h3><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltt.pro</a></h3>
946<dl>
947
948<dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></dt>
949<dd> seb: L.24 à 36, L.426 à 427, L. 492 à 493</dd>
950
951</dl><h3><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltz.pro</a></h3>
952<dl>
953
954<dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></dt>
955<dd> seb L.20 à 26, L.215 à 221
956</dd>
957
958</dl><h3><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro</a></h3>
959<dl>
960
961<dt><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></dt>
962<dd> seb: mettre les keyword et les param</dd>
963
964</dl><h3><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checkfield.pro</a></h3>
965<dl>
966
967<dt><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></dt>
968<dd> seb: mettre les param
969</dd>
970
971</dl><h3><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro</a></h3>
972<dl>
973
974<dt><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw#_checktypeminmax">checktypeminmax</a></dt>
975<dd> seb</dd>
976
977</dl><h3><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/determineminmax.pro</a></h3>
978<dl>
979
980<dt><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></dt>
981<dd> seb: manque les param glam et gphi
982</dd>
983
984</dl><h3><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a></h3>
985<dl>
986
987<dt><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></dt>
988<dd> seb
989
990;-
991</dd>
992
993</dl><h3><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a></h3>
994<dl>
995
996<dt><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></dt>
997<dd> seb</dd>
998
999</dl></div>
1000<div id="bugs">
1001  <h2>Known bugs</h2></div>
1002<div id="undoc">
1003  <h2>Undocumented routines</h2><a href="./Calendar/daysinmonth.html?format=raw">./Calendar/daysinmonth.pro</a>
1004<table>
1005
1006<tr>
1007<td class="docroutine"><a href="./Calendar/daysinmonth.html?format=raw#_daysinmonth">daysinmonth</a></td>
1008<td class="docstat partialdoc">partially documented</td>
1009</tr>
1010
1011</table><a href="./Colors/colorbar.html?format=raw">./Colors/colorbar.pro</a>
1012<table>
1013
1014<tr>
1015<td class="docroutine"><a href="./Colors/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></td>
1016<td class="docstat partialdoc">partially documented</td>
1017</tr>
1018
1019</table><a href="./Grid/changemsk.html?format=raw">./Grid/changemsk.pro</a>
1020<table>
1021
1022<tr>
1023<td class="docroutine"><a href="./Grid/changemsk.html?format=raw#_changemsk">changemsk</a></td>
1024<td class="docstat notdoc">not documented</td>
1025</tr>
1026
1027</table><a href="./Interpolation/extrapolate.html?format=raw">./Interpolation/extrapolate.pro</a>
1028<table>
1029
1030<tr>
1031<td class="docroutine"><a href="./Interpolation/extrapolate.html?format=raw#_extrapolate">extrapolate</a></td>
1032<td class="docstat partialdoc">partially documented</td>
1033</tr>
1034
1035</table><a href="./Interpolation/imoms3.html?format=raw">./Interpolation/imoms3.pro</a>
1036<table>
1037
1038<tr>
1039<td class="docroutine"><a href="./Interpolation/imoms3.html?format=raw#_imoms3">imoms3</a></td>
1040<td class="docstat partialdoc">partially documented</td>
1041</tr>
1042
1043</table><a href="./Interpolation/spl_incr.html?format=raw">./Interpolation/spl_incr.pro</a>
1044<table>
1045
1046<tr>
1047<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_concave">pure_concave</a></td>
1048<td class="docstat partialdoc">partially documented</td>
1049</tr>
1050
1051<tr>
1052<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_convex">pure_convex</a></td>
1053<td class="docstat partialdoc">partially documented</td>
1054</tr>
1055
1056<tr>
1057<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_spl_incr">spl_incr</a></td>
1058<td class="docstat partialdoc">partially documented</td>
1059</tr>
1060
1061</table><a href="./Matrix/cmapply.html?format=raw">./Matrix/cmapply.pro</a>
1062<table>
1063
1064<tr>
1065<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></td>
1066<td class="docstat partialdoc">partially documented</td>
1067</tr>
1068
1069<tr>
1070<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></td>
1071<td class="docstat partialdoc">partially documented</td>
1072</tr>
1073
1074<tr>
1075<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply">cmapply</a></td>
1076<td class="docstat partialdoc">partially documented</td>
1077</tr>
1078
1079</table><a href="./Matrix/cmset_op.html?format=raw">./Matrix/cmset_op.pro</a>
1080<table>
1081
1082<tr>
1083<td class="docroutine"><a href="./Matrix/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></td>
1084<td class="docstat partialdoc">partially documented</td>
1085</tr>
1086
1087<tr>
1088<td class="docroutine"><a href="./Matrix/cmset_op.html?format=raw#_cmset_op">cmset_op</a></td>
1089<td class="docstat partialdoc">partially documented</td>
1090</tr>
1091
1092</table><a href="./Obsolete/fictype.html?format=raw">./Obsolete/fictype.pro</a>
1093<table>
1094
1095<tr>
1096<td class="docroutine"><a href="./Obsolete/fictype.html?format=raw#_fictype">fictype</a></td>
1097<td class="docstat partialdoc">partially documented</td>
1098</tr>
1099
1100</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
1101<table>
1102
1103<tr>
1104<td class="docroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
1105<td class="docstat partialdoc">partially documented</td>
1106</tr>
1107
1108</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
1109<table>
1110
1111<tr>
1112<td class="docroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
1113<td class="docstat partialdoc">partially documented</td>
1114</tr>
1115
1116</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
1117<table>
1118
1119<tr>
1120<td class="docroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
1121<td class="docstat partialdoc">partially documented</td>
1122</tr>
1123
1124</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
1125<table>
1126
1127<tr>
1128<td class="docroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
1129<td class="docstat partialdoc">partially documented</td>
1130</tr>
1131
1132</table><a href="./Picture/image_viewer.html?format=raw">./Picture/image_viewer.pro</a>
1133<table>
1134
1135<tr>
1136<td class="docroutine"><a href="./Picture/image_viewer.html?format=raw#_IMAGE_VIEWER">IMAGE_VIEWER</a></td>
1137<td class="docstat notdoc">not documented</td>
1138</tr>
1139
1140</table><a href="./Picture/imdisp.html?format=raw">./Picture/imdisp.pro</a>
1141<table>
1142
1143<tr>
1144<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_GETPOS">IMDISP_GETPOS</a></td>
1145<td class="docstat partialdoc">partially documented</td>
1146</tr>
1147
1148<tr>
1149<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMSCALE">IMDISP_IMSCALE</a></td>
1150<td class="docstat partialdoc">partially documented</td>
1151</tr>
1152
1153<tr>
1154<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMREGRID">IMDISP_IMREGRID</a></td>
1155<td class="docstat partialdoc">partially documented</td>
1156</tr>
1157
1158<tr>
1159<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMSIZE">IMDISP_IMSIZE</a></td>
1160<td class="docstat partialdoc">partially documented</td>
1161</tr>
1162
1163<tr>
1164<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP">IMDISP</a></td>
1165<td class="docstat partialdoc">partially documented</td>
1166</tr>
1167
1168</table><a href="./Picture/saveimage.html?format=raw">./Picture/saveimage.pro</a>
1169<table>
1170
1171<tr>
1172<td class="docroutine"><a href="./Picture/saveimage.html?format=raw#_SAVEIMAGE">SAVEIMAGE</a></td>
1173<td class="docstat partialdoc">partially documented</td>
1174</tr>
1175
1176</table><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listdims.pro</a>
1177<table>
1178
1179<tr>
1180<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw#_ncdf_listdims">ncdf_listdims</a></td>
1181<td class="docstat notdoc">not documented</td>
1182</tr>
1183
1184</table><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listvars.pro</a>
1185<table>
1186
1187<tr>
1188<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw#_ncdf_listvars">ncdf_listvars</a></td>
1189<td class="docstat notdoc">not documented</td>
1190</tr>
1191
1192</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro</a>
1193<table>
1194
1195<tr>
1196<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getFile">ncdf_quickread_getFile</a></td>
1197<td class="docstat notdoc">not documented</td>
1198</tr>
1199
1200<tr>
1201<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getDir">ncdf_quickread_getDir</a></td>
1202<td class="docstat notdoc">not documented</td>
1203</tr>
1204
1205<tr>
1206<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_validateName">ncdf_quickread_validateName</a></td>
1207<td class="docstat notdoc">not documented</td>
1208</tr>
1209
1210<tr>
1211<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_helper">ncdf_quickread_helper</a></td>
1212<td class="docstat notdoc">not documented</td>
1213</tr>
1214
1215</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.pro</a>
1216<table>
1217
1218<tr>
1219<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw#_ncdf_quickwrite_helper1">ncdf_quickwrite_helper1</a></td>
1220<td class="docstat notdoc">not documented</td>
1221</tr>
1222
1223</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.pro</a>
1224<table>
1225
1226<tr>
1227<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#__str">_str</a></td>
1228<td class="docstat notdoc">not documented</td>
1229</tr>
1230
1231<tr>
1232<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_typename">ncdf_quickwrite_typename</a></td>
1233<td class="docstat notdoc">not documented</td>
1234</tr>
1235
1236<tr>
1237<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">ncdf_quickwrite_helper2</a></td>
1238<td class="docstat notdoc">not documented</td>
1239</tr>
1240
1241</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.pro</a>
1242<table>
1243
1244<tr>
1245<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw#_ncdf_quickwrite_helper3">ncdf_quickwrite_helper3</a></td>
1246<td class="docstat notdoc">not documented</td>
1247</tr>
1248
1249</table><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_read.pro</a>
1250<table>
1251
1252<tr>
1253<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw#_ncdf_read">ncdf_read</a></td>
1254<td class="docstat notdoc">not documented</td>
1255</tr>
1256
1257</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct.pro</a>
1258<table>
1259
1260<tr>
1261<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw#_ncdf_struct">ncdf_struct</a></td>
1262<td class="docstat notdoc">not documented</td>
1263</tr>
1264
1265</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct_free.pro</a>
1266<table>
1267
1268<tr>
1269<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw#_ncdf_struct_free">ncdf_struct_free</a></td>
1270<td class="docstat notdoc">not documented</td>
1271</tr>
1272
1273</table><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a>
1274<table>
1275
1276<tr>
1277<td class="docroutine"><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></td>
1278<td class="docstat partialdoc">partially documented</td>
1279</tr>
1280
1281</table><a href="./ReadWrite/readoldopadistcoast.html?format=raw">./ReadWrite/readoldopadistcoast.pro</a>
1282<table>
1283
1284<tr>
1285<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></td>
1286<td class="docstat partialdoc">partially documented</td>
1287</tr>
1288
1289<tr>
1290<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_readoldopadistcoast">readoldopadistcoast</a></td>
1291<td class="docstat partialdoc">partially documented</td>
1292</tr>
1293
1294</table><a href="./ReadWrite/readoldoparestart.html?format=raw">./ReadWrite/readoldoparestart.pro</a>
1295<table>
1296
1297<tr>
1298<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></td>
1299<td class="docstat partialdoc">partially documented</td>
1300</tr>
1301
1302<tr>
1303<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read3fromopa">read3fromopa</a></td>
1304<td class="docstat partialdoc">partially documented</td>
1305</tr>
1306
1307</table><a href="./ReadWrite/scanctl.html?format=raw">./ReadWrite/scanctl.pro</a>
1308<table>
1309
1310<tr>
1311<td class="docroutine"><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></td>
1312<td class="docstat partialdoc">partially documented</td>
1313</tr>
1314
1315</table><a href="./Tests/TestsOld/tst_basic_old.html?format=raw">./Tests/TestsOld/tst_basic_old.pro</a>
1316<table>
1317
1318<tr>
1319<td class="docroutine"><a href="./Tests/TestsOld/tst_basic_old.html?format=raw#_tst_basic_old">tst_basic_old</a></td>
1320<td class="docstat notdoc">not documented</td>
1321</tr>
1322
1323</table><a href="./Tests/TestsOld/tst_plt_old.html?format=raw">./Tests/TestsOld/tst_plt_old.pro</a>
1324<table>
1325
1326<tr>
1327<td class="docroutine"><a href="./Tests/TestsOld/tst_plt_old.html?format=raw#_tst_plt_old">tst_plt_old</a></td>
1328<td class="docstat notdoc">not documented</td>
1329</tr>
1330
1331</table><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw">./Tests/TestsOld/tst_pltt_old.pro</a>
1332<table>
1333
1334<tr>
1335<td class="docroutine"><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw#_tst_pltt_old">tst_pltt_old</a></td>
1336<td class="docstat notdoc">not documented</td>
1337</tr>
1338
1339</table><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw">./Tests/TestsOld/tst_pltz_old.pro</a>
1340<table>
1341
1342<tr>
1343<td class="docroutine"><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw#_tst_pltz_old">tst_pltz_old</a></td>
1344<td class="docstat notdoc">not documented</td>
1345</tr>
1346
1347</table><a href="./Textoidl/matchdelim.html?format=raw">./Textoidl/matchdelim.pro</a>
1348<table>
1349
1350<tr>
1351<td class="docroutine"><a href="./Textoidl/matchdelim.html?format=raw#_Matchdelim">Matchdelim</a></td>
1352<td class="docstat partialdoc">partially documented</td>
1353</tr>
1354
1355</table><a href="./Textoidl/nexttok.html?format=raw">./Textoidl/nexttok.pro</a>
1356<table>
1357
1358<tr>
1359<td class="docroutine"><a href="./Textoidl/nexttok.html?format=raw#_nexttok">nexttok</a></td>
1360<td class="docstat partialdoc">partially documented</td>
1361</tr>
1362
1363</table><a href="./Textoidl/showtex.html?format=raw">./Textoidl/showtex.pro</a>
1364<table>
1365
1366<tr>
1367<td class="docroutine"><a href="./Textoidl/showtex.html?format=raw#_Showtex">Showtex</a></td>
1368<td class="docstat partialdoc">partially documented</td>
1369</tr>
1370
1371</table><a href="./Textoidl/str_token.html?format=raw">./Textoidl/str_token.pro</a>
1372<table>
1373
1374<tr>
1375<td class="docroutine"><a href="./Textoidl/str_token.html?format=raw#_Str_token">Str_token</a></td>
1376<td class="docstat partialdoc">partially documented</td>
1377</tr>
1378
1379</table><a href="./Textoidl/strcnt.html?format=raw">./Textoidl/strcnt.pro</a>
1380<table>
1381
1382<tr>
1383<td class="docroutine"><a href="./Textoidl/strcnt.html?format=raw#_Strcnt">Strcnt</a></td>
1384<td class="docstat partialdoc">partially documented</td>
1385</tr>
1386
1387</table><a href="./Textoidl/strtrans.html?format=raw">./Textoidl/strtrans.pro</a>
1388<table>
1389
1390<tr>
1391<td class="docroutine"><a href="./Textoidl/strtrans.html?format=raw#_strtrans">strtrans</a></td>
1392<td class="docstat partialdoc">partially documented</td>
1393</tr>
1394
1395</table><a href="./Textoidl/sub_sup_idl.html?format=raw">./Textoidl/sub_sup_idl.pro</a>
1396<table>
1397
1398<tr>
1399<td class="docroutine"><a href="./Textoidl/sub_sup_idl.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1400<td class="docstat partialdoc">partially documented</td>
1401</tr>
1402
1403</table><a href="./Textoidl/textable.html?format=raw">./Textoidl/textable.pro</a>
1404<table>
1405
1406<tr>
1407<td class="docroutine"><a href="./Textoidl/textable.html?format=raw#_textable">textable</a></td>
1408<td class="docstat partialdoc">partially documented</td>
1409</tr>
1410
1411</table><a href="./Textoidl/textoidl.html?format=raw">./Textoidl/textoidl.pro</a>
1412<table>
1413
1414<tr>
1415<td class="docroutine"><a href="./Textoidl/textoidl.html?format=raw#_Textoidl">Textoidl</a></td>
1416<td class="docstat partialdoc">partially documented</td>
1417</tr>
1418
1419</table><a href="./Textoidl/translate_sub_super.html?format=raw">./Textoidl/translate_sub_super.pro</a>
1420<table>
1421
1422<tr>
1423<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1424<td class="docstat partialdoc">partially documented</td>
1425</tr>
1426
1427<tr>
1428<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Translate_sub_super">Translate_sub_super</a></td>
1429<td class="docstat partialdoc">partially documented</td>
1430</tr>
1431
1432</table><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw">./ToBeReviewed/CALCULS/depth2level.pro</a>
1433<table>
1434
1435<tr>
1436<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw#_depth2level">depth2level</a></td>
1437<td class="docstat partialdoc">partially documented</td>
1438</tr>
1439
1440</table><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw">./ToBeReviewed/CALCULS/fsfzpt.pro</a>
1441<table>
1442
1443<tr>
1444<td class="docroutine"><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw#_fsfzpt">fsfzpt</a></td>
1445<td class="docstat partialdoc">partially documented</td>
1446</tr>
1447
1448</table><a href="./ToBeReviewed/CALCULS/grad.html?format=raw">./ToBeReviewed/CALCULS/grad.pro</a>
1449<table>
1450
1451<tr>
1452<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grad.html?format=raw#_grad">grad</a></td>
1453<td class="docstat partialdoc">partially documented</td>
1454</tr>
1455
1456</table><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw">./ToBeReviewed/CALCULS/grossemoyenne.pro</a>
1457<table>
1458
1459<tr>
1460<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">grossemoyenne</a></td>
1461<td class="docstat partialdoc">partially documented</td>
1462</tr>
1463
1464</table><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw">./ToBeReviewed/CALCULS/moyenne.pro</a>
1465<table>
1466
1467<tr>
1468<td class="docroutine"><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw#_moyenne">moyenne</a></td>
1469<td class="docstat partialdoc">partially documented</td>
1470</tr>
1471
1472</table><a href="./ToBeReviewed/CALCULS/norme.html?format=raw">./ToBeReviewed/CALCULS/norme.pro</a>
1473<table>
1474
1475<tr>
1476<td class="docroutine"><a href="./ToBeReviewed/CALCULS/norme.html?format=raw#_norme">norme</a></td>
1477<td class="docstat partialdoc">partially documented</td>
1478</tr>
1479
1480</table><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw">./ToBeReviewed/CALCULS/remplit.pro</a>
1481<table>
1482
1483<tr>
1484<td class="docroutine"><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw#_remplit">remplit</a></td>
1485<td class="docstat partialdoc">partially documented</td>
1486</tr>
1487
1488</table><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw">./ToBeReviewed/CALCULS/rhon.pro</a>
1489<table>
1490
1491<tr>
1492<td class="docroutine"><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">rhon</a></td>
1493<td class="docstat partialdoc">partially documented</td>
1494</tr>
1495
1496</table><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a>
1497<table>
1498
1499<tr>
1500<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></td>
1501<td class="docstat partialdoc">partially documented</td>
1502</tr>
1503
1504</table><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw">./ToBeReviewed/GRILLE/changegrid.pro</a>
1505<table>
1506
1507<tr>
1508<td class="docroutine"><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw#_changegrid">changegrid</a></td>
1509<td class="docstat partialdoc">partially documented</td>
1510</tr>
1511
1512</table><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw">./ToBeReviewed/GRILLE/cmpgrid.pro</a>
1513<table>
1514
1515<tr>
1516<td class="docroutine"><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw#_cmpgrid">cmpgrid</a></td>
1517<td class="docstat partialdoc">partially documented</td>
1518</tr>
1519
1520</table><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw">./ToBeReviewed/GRILLE/decoupeterre.pro</a>
1521<table>
1522
1523<tr>
1524<td class="docroutine"><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></td>
1525<td class="docstat partialdoc">partially documented</td>
1526</tr>
1527
1528</table><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw">./ToBeReviewed/GRILLE/domdef.pro</a>
1529<table>
1530
1531<tr>
1532<td class="docroutine"><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">domdef</a></td>
1533<td class="docstat partialdoc">partially documented</td>
1534</tr>
1535
1536</table><a href="./ToBeReviewed/GRILLE/grille.html?format=raw">./ToBeReviewed/GRILLE/grille.pro</a>
1537<table>
1538
1539<tr>
1540<td class="docroutine"><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></td>
1541<td class="docstat partialdoc">partially documented</td>
1542</tr>
1543
1544</table><a href="./ToBeReviewed/HOPE/completetype.html?format=raw">./ToBeReviewed/HOPE/completetype.pro</a>
1545<table>
1546
1547<tr>
1548<td class="docroutine"><a href="./ToBeReviewed/HOPE/completetype.html?format=raw#_completetype">completetype</a></td>
1549<td class="docstat partialdoc">partially documented</td>
1550</tr>
1551
1552</table><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw">./ToBeReviewed/HOPE/createhopestruct.pro</a>
1553<table>
1554
1555<tr>
1556<td class="docroutine"><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw#_createhopestruct">createhopestruct</a></td>
1557<td class="docstat partialdoc">partially documented</td>
1558</tr>
1559
1560</table><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw">./ToBeReviewed/HOPE/cw_selectinterval.pro</a>
1561<table>
1562
1563<tr>
1564<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_get_value">cw_selectinterval_get_value</a></td>
1565<td class="docstat partialdoc">partially documented</td>
1566</tr>
1567
1568<tr>
1569<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_event">cw_selectinterval_event</a></td>
1570<td class="docstat notdoc">not documented</td>
1571</tr>
1572
1573<tr>
1574<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval">cw_selectinterval</a></td>
1575<td class="docstat notdoc">not documented</td>
1576</tr>
1577
1578</table><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw">./ToBeReviewed/HOPE/domainpart.pro</a>
1579<table>
1580
1581<tr>
1582<td class="docroutine"><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">domainpart</a></td>
1583<td class="docstat partialdoc">partially documented</td>
1584</tr>
1585
1586</table><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw">./ToBeReviewed/HOPE/findlineandpointtype.pro</a>
1587<table>
1588
1589<tr>
1590<td class="docroutine"><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">findlineandpointtype</a></td>
1591<td class="docstat partialdoc">partially documented</td>
1592</tr>
1593
1594</table><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw">./ToBeReviewed/HOPE/read_hope.pro</a>
1595<table>
1596
1597<tr>
1598<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope_event">read_hope_event</a></td>
1599<td class="docstat notdoc">not documented</td>
1600</tr>
1601
1602</table><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw">./ToBeReviewed/HOPE/rh_alldomains.pro</a>
1603<table>
1604
1605<tr>
1606<td class="docroutine"><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">rh_alldomains</a></td>
1607<td class="docstat partialdoc">partially documented</td>
1608</tr>
1609
1610</table><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw">./ToBeReviewed/HOPE/sortdim.pro</a>
1611<table>
1612
1613<tr>
1614<td class="docroutine"><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></td>
1615<td class="docstat partialdoc">partially documented</td>
1616</tr>
1617
1618</table><a href="./ToBeReviewed/HOPE/xrh.html?format=raw">./ToBeReviewed/HOPE/xrh.pro</a>
1619<table>
1620
1621<tr>
1622<td class="docroutine"><a href="./ToBeReviewed/HOPE/xrh.html?format=raw#_xrh">xrh</a></td>
1623<td class="docstat partialdoc">partially documented</td>
1624</tr>
1625
1626</table><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw">./ToBeReviewed/LECTURE/GRIB/bit2int.pro</a>
1627<table>
1628
1629<tr>
1630<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw#_bit2int">bit2int</a></td>
1631<td class="docstat notdoc">not documented</td>
1632</tr>
1633
1634</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib.pro</a>
1635<table>
1636
1637<tr>
1638<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw#_read_grib">read_grib</a></td>
1639<td class="docstat notdoc">not documented</td>
1640</tr>
1641
1642</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_bds.pro</a>
1643<table>
1644
1645<tr>
1646<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw#_read_grib_bds">read_grib_bds</a></td>
1647<td class="docstat notdoc">not documented</td>
1648</tr>
1649
1650</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_end.pro</a>
1651<table>
1652
1653<tr>
1654<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw#_read_grib_end">read_grib_end</a></td>
1655<td class="docstat notdoc">not documented</td>
1656</tr>
1657
1658</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_gds.pro</a>
1659<table>
1660
1661<tr>
1662<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw#_read_grib_gds">read_grib_gds</a></td>
1663<td class="docstat notdoc">not documented</td>
1664</tr>
1665
1666</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_is.pro</a>
1667<table>
1668
1669<tr>
1670<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw#_read_grib_is">read_grib_is</a></td>
1671<td class="docstat notdoc">not documented</td>
1672</tr>
1673
1674</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_pds.pro</a>
1675<table>
1676
1677<tr>
1678<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw#_read_grib_pds">read_grib_pds</a></td>
1679<td class="docstat notdoc">not documented</td>
1680</tr>
1681
1682</table><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_gribtable.pro</a>
1683<table>
1684
1685<tr>
1686<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw#_read_gribtable">read_gribtable</a></td>
1687<td class="docstat partialdoc">partially documented</td>
1688</tr>
1689
1690</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_code.pro</a>
1691<table>
1692
1693<tr>
1694<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw#_scan_grib_code">scan_grib_code</a></td>
1695<td class="docstat notdoc">not documented</td>
1696</tr>
1697
1698</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_date.pro</a>
1699<table>
1700
1701<tr>
1702<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw#_scan_grib_date">scan_grib_date</a></td>
1703<td class="docstat notdoc">not documented</td>
1704</tr>
1705
1706</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.pro</a>
1707<table>
1708
1709<tr>
1710<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw#_scan_grib_messize">scan_grib_messize</a></td>
1711<td class="docstat notdoc">not documented</td>
1712</tr>
1713
1714</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.pro</a>
1715<table>
1716
1717<tr>
1718<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw#_scan_grib_nbits">scan_grib_nbits</a></td>
1719<td class="docstat notdoc">not documented</td>
1720</tr>
1721
1722</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.pro</a>
1723<table>
1724
1725<tr>
1726<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw#_scan_grib_recstart">scan_grib_recstart</a></td>
1727<td class="docstat notdoc">not documented</td>
1728</tr>
1729
1730</table><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw">./ToBeReviewed/LECTURE/changeread.pro</a>
1731<table>
1732
1733<tr>
1734<td class="docroutine"><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw#_changeread">changeread</a></td>
1735<td class="docstat partialdoc">partially documented</td>
1736</tr>
1737
1738</table><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw">./ToBeReviewed/LECTURE/read_ftp.pro</a>
1739<table>
1740
1741<tr>
1742<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_post">ftp_post</a></td>
1743<td class="docstat notdoc">not documented</td>
1744</tr>
1745
1746<tr>
1747<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_parse_pasv">ftp_parse_pasv</a></td>
1748<td class="docstat notdoc">not documented</td>
1749</tr>
1750
1751<tr>
1752<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">read_ftp</a></td>
1753<td class="docstat partialdoc">partially documented</td>
1754</tr>
1755
1756</table><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw">./ToBeReviewed/LECTURE/read_ncdf.pro</a>
1757<table>
1758
1759<tr>
1760<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw#_read_ncdf">read_ncdf</a></td>
1761<td class="docstat partialdoc">partially documented</td>
1762</tr>
1763
1764</table><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/xncdf_lec.pro</a>
1765<table>
1766
1767<tr>
1768<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var_event">wid_var_event</a></td>
1769<td class="docstat partialdoc">partially documented</td>
1770</tr>
1771
1772<tr>
1773<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var">wid_var</a></td>
1774<td class="docstat partialdoc">partially documented</td>
1775</tr>
1776
1777<tr>
1778<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec_event">xncdf_lec_event</a></td>
1779<td class="docstat partialdoc">partially documented</td>
1780</tr>
1781
1782<tr>
1783<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">xncdf_lec</a></td>
1784<td class="docstat partialdoc">partially documented</td>
1785</tr>
1786
1787</table><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/bar_plot.pro</a>
1788<table>
1789
1790<tr>
1791<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw#_bar_plot">bar_plot</a></td>
1792<td class="docstat partialdoc">partially documented</td>
1793</tr>
1794
1795</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt1d.pro</a>
1796<table>
1797
1798<tr>
1799<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">plt1d</a></td>
1800<td class="docstat partialdoc">partially documented</td>
1801</tr>
1802
1803</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltbase.pro</a>
1804<table>
1805
1806<tr>
1807<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></td>
1808<td class="docstat partialdoc">partially documented</td>
1809</tr>
1810
1811</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltsc.pro</a>
1812<table>
1813
1814<tr>
1815<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">pltsc</a></td>
1816<td class="docstat partialdoc">partially documented</td>
1817</tr>
1818
1819</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltt.pro</a>
1820<table>
1821
1822<tr>
1823<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></td>
1824<td class="docstat partialdoc">partially documented</td>
1825</tr>
1826
1827</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltz.pro</a>
1828<table>
1829
1830<tr>
1831<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></td>
1832<td class="docstat partialdoc">partially documented</td>
1833</tr>
1834
1835</table><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro</a>
1836<table>
1837
1838<tr>
1839<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></td>
1840<td class="docstat partialdoc">partially documented</td>
1841</tr>
1842
1843</table><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/scontour.pro</a>
1844<table>
1845
1846<tr>
1847<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></td>
1848<td class="docstat partialdoc">partially documented</td>
1849</tr>
1850
1851</table><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/splot.pro</a>
1852<table>
1853
1854<tr>
1855<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></td>
1856<td class="docstat partialdoc">partially documented</td>
1857</tr>
1858
1859</table><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/tvplus.pro</a>
1860<table>
1861
1862<tr>
1863<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw#_tvplus">tvplus</a></td>
1864<td class="docstat partialdoc">partially documented</td>
1865</tr>
1866
1867</table><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/addaxe.pro</a>
1868<table>
1869
1870<tr>
1871<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw#_addaxe">addaxe</a></td>
1872<td class="docstat partialdoc">partially documented</td>
1873</tr>
1874
1875</table><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro</a>
1876<table>
1877
1878<tr>
1879<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">axis4pltz</a></td>
1880<td class="docstat partialdoc">partially documented</td>
1881</tr>
1882
1883</table><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro</a>
1884<table>
1885
1886<tr>
1887<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></td>
1888<td class="docstat partialdoc">partially documented</td>
1889</tr>
1890
1891</table><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checkfield.pro</a>
1892<table>
1893
1894<tr>
1895<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_1d">err_1d</a></td>
1896<td class="docstat notdoc">not documented</td>
1897</tr>
1898
1899<tr>
1900<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_2d">err_2d</a></td>
1901<td class="docstat notdoc">not documented</td>
1902</tr>
1903
1904<tr>
1905<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_3d">err_3d</a></td>
1906<td class="docstat notdoc">not documented</td>
1907</tr>
1908
1909<tr>
1910<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></td>
1911<td class="docstat partialdoc">partially documented</td>
1912</tr>
1913
1914</table><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro</a>
1915<table>
1916
1917<tr>
1918<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw#_checktypeminmax">checktypeminmax</a></td>
1919<td class="docstat partialdoc">partially documented</td>
1920</tr>
1921
1922</table><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/determineminmax.pro</a>
1923<table>
1924
1925<tr>
1926<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></td>
1927<td class="docstat partialdoc">partially documented</td>
1928</tr>
1929
1930</table><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placedessin.pro</a>
1931<table>
1932
1933<tr>
1934<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">placedessin</a></td>
1935<td class="docstat partialdoc">partially documented</td>
1936</tr>
1937
1938</table><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label.pro</a>
1939<table>
1940
1941<tr>
1942<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">label</a></td>
1943<td class="docstat partialdoc">partially documented</td>
1944</tr>
1945
1946</table><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_date.pro</a>
1947<table>
1948
1949<tr>
1950<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw#_LABEL_DATE">LABEL_DATE</a></td>
1951<td class="docstat partialdoc">partially documented</td>
1952</tr>
1953
1954</table><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_gmt.pro</a>
1955<table>
1956
1957<tr>
1958<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw#_label_gmt">label_gmt</a></td>
1959<td class="docstat notdoc">not documented</td>
1960</tr>
1961
1962</table><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro</a>
1963<table>
1964
1965<tr>
1966<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw#_ajoutvect">ajoutvect</a></td>
1967<td class="docstat partialdoc">partially documented</td>
1968</tr>
1969
1970</table><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/vecteur.pro</a>
1971<table>
1972
1973<tr>
1974<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_cv_cm2normal">cv_cm2normal</a></td>
1975<td class="docstat notdoc">not documented</td>
1976</tr>
1977
1978<tr>
1979<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_normalise">normalise</a></td>
1980<td class="docstat notdoc">not documented</td>
1981</tr>
1982
1983<tr>
1984<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_vecteur">vecteur</a></td>
1985<td class="docstat partialdoc">partially documented</td>
1986</tr>
1987
1988</table><a href="./ToBeReviewed/PLOTS/axe.html?format=raw">./ToBeReviewed/PLOTS/axe.pro</a>
1989<table>
1990
1991<tr>
1992<td class="docroutine"><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">axe</a></td>
1993<td class="docstat partialdoc">partially documented</td>
1994</tr>
1995
1996</table><a href="./ToBeReviewed/PLOTS/legende.html?format=raw">./ToBeReviewed/PLOTS/legende.pro</a>
1997<table>
1998
1999<tr>
2000<td class="docroutine"><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></td>
2001<td class="docstat partialdoc">partially documented</td>
2002</tr>
2003
2004</table><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw">./ToBeReviewed/PLOTS/plotsym.pro</a>
2005<table>
2006
2007<tr>
2008<td class="docroutine"><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">plotsym</a></td>
2009<td class="docstat partialdoc">partially documented</td>
2010</tr>
2011
2012</table><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw">./ToBeReviewed/POSTSCRIPT/calibre.pro</a>
2013<table>
2014
2015<tr>
2016<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw#_calibre">calibre</a></td>
2017<td class="docstat partialdoc">partially documented</td>
2018</tr>
2019
2020</table><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw">./ToBeReviewed/POSTSCRIPT/chcolps.pro</a>
2021<table>
2022
2023<tr>
2024<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_format_colortable_hexa">format_colortable_hexa</a></td>
2025<td class="docstat notdoc">not documented</td>
2026</tr>
2027
2028<tr>
2029<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_build_table">build_table</a></td>
2030<td class="docstat notdoc">not documented</td>
2031</tr>
2032
2033<tr>
2034<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_chcolps">chcolps</a></td>
2035<td class="docstat notdoc">not documented</td>
2036</tr>
2037
2038</table><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw">./ToBeReviewed/STATISTICS/a_correlate2d.pro</a>
2039<table>
2040
2041<tr>
2042<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_Auto_Cov2d">Auto_Cov2d</a></td>
2043<td class="docstat partialdoc">partially documented</td>
2044</tr>
2045
2046<tr>
2047<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_A_Correlate2d">A_Correlate2d</a></td>
2048<td class="docstat notdoc">not documented</td>
2049</tr>
2050
2051</table><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/a_timecorrelate.pro</a>
2052<table>
2053
2054<tr>
2055<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_TimeAuto_Cov">TimeAuto_Cov</a></td>
2056<td class="docstat partialdoc">partially documented</td>
2057</tr>
2058
2059<tr>
2060<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_A_TimeCorrelate">A_TimeCorrelate</a></td>
2061<td class="docstat notdoc">not documented</td>
2062</tr>
2063
2064</table><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/c_timecorrelate.pro</a>
2065<table>
2066
2067<tr>
2068<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_TimeCross_Cov">TimeCross_Cov</a></td>
2069<td class="docstat partialdoc">partially documented</td>
2070</tr>
2071
2072<tr>
2073<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_C_Timecorrelate">C_Timecorrelate</a></td>
2074<td class="docstat notdoc">not documented</td>
2075</tr>
2076
2077</table><a href="./ToBeReviewed/STRING/getwrd.html?format=raw">./ToBeReviewed/STRING/getwrd.pro</a>
2078<table>
2079
2080<tr>
2081<td class="docroutine"><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_GETWRD">GETWRD</a></td>
2082<td class="docstat partialdoc">partially documented</td>
2083</tr>
2084
2085</table><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a>
2086<table>
2087
2088<tr>
2089<td class="docroutine"><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></td>
2090<td class="docstat partialdoc">partially documented</td>
2091</tr>
2092
2093</table><a href="./ToBeReviewed/STRING/putfile.html?format=raw">./ToBeReviewed/STRING/putfile.pro</a>
2094<table>
2095
2096<tr>
2097<td class="docroutine"><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">putfile</a></td>
2098<td class="docstat partialdoc">partially documented</td>
2099</tr>
2100
2101</table><a href="./ToBeReviewed/STRING/string2struct.html?format=raw">./ToBeReviewed/STRING/string2struct.pro</a>
2102<table>
2103
2104<tr>
2105<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_too_cool">too_cool</a></td>
2106<td class="docstat notdoc">not documented</td>
2107</tr>
2108
2109</table><a href="./ToBeReviewed/STRING/strrepl.html?format=raw">./ToBeReviewed/STRING/strrepl.pro</a>
2110<table>
2111
2112<tr>
2113<td class="docroutine"><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></td>
2114<td class="docstat partialdoc">partially documented</td>
2115</tr>
2116
2117</table><a href="./ToBeReviewed/STRING/strsci.html?format=raw">./ToBeReviewed/STRING/strsci.pro</a>
2118<table>
2119
2120<tr>
2121<td class="docroutine"><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_StrSci">StrSci</a></td>
2122<td class="docstat partialdoc">partially documented</td>
2123</tr>
2124
2125</table><a href="./ToBeReviewed/STRING/strwhere.html?format=raw">./ToBeReviewed/STRING/strwhere.pro</a>
2126<table>
2127
2128<tr>
2129<td class="docroutine"><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></td>
2130<td class="docstat partialdoc">partially documented</td>
2131</tr>
2132
2133</table><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw">./ToBeReviewed/STRUCTURE/chkstru.pro</a>
2134<table>
2135
2136<tr>
2137<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw#_chkstru">chkstru</a></td>
2138<td class="docstat partialdoc">partially documented</td>
2139</tr>
2140
2141</table><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw">./ToBeReviewed/STRUCTURE/extractstru.pro</a>
2142<table>
2143
2144<tr>
2145<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw#_extractstru">extractstru</a></td>
2146<td class="docstat partialdoc">partially documented</td>
2147</tr>
2148
2149</table><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw">./ToBeReviewed/STRUCTURE/mixstru.pro</a>
2150<table>
2151
2152<tr>
2153<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">mixstru</a></td>
2154<td class="docstat partialdoc">partially documented</td>
2155</tr>
2156
2157</table><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw">./ToBeReviewed/STRUCTURE/struct2string.pro</a>
2158<table>
2159
2160<tr>
2161<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct2string</a></td>
2162<td class="docstat partialdoc">partially documented</td>
2163</tr>
2164
2165</table><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw">./ToBeReviewed/STRUCTURE/where_tag.pro</a>
2166<table>
2167
2168<tr>
2169<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw#_where_Tag">where_Tag</a></td>
2170<td class="docstat partialdoc">partially documented</td>
2171</tr>
2172
2173</table><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw">./ToBeReviewed/TRIANGULATION/ciseauxtri.pro</a>
2174<table>
2175
2176<tr>
2177<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">ciseauxtri</a></td>
2178<td class="docstat partialdoc">partially documented</td>
2179</tr>
2180
2181</table><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw">./ToBeReviewed/TRIANGULATION/completecointerre.pro</a>
2182<table>
2183
2184<tr>
2185<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_draw_corner_triangle">draw_corner_triangle</a></td>
2186<td class="docstat partialdoc">partially documented</td>
2187</tr>
2188
2189<tr>
2190<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_completecointerre">completecointerre</a></td>
2191<td class="docstat notdoc">not documented</td>
2192</tr>
2193
2194</table><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri.pro</a>
2195<table>
2196
2197<tr>
2198<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw#_definetri">definetri</a></td>
2199<td class="docstat partialdoc">partially documented</td>
2200</tr>
2201
2202</table><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri_e.pro</a>
2203<table>
2204
2205<tr>
2206<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_numtri">numtri</a></td>
2207<td class="docstat notdoc">not documented</td>
2208</tr>
2209
2210<tr>
2211<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">definetri_e</a></td>
2212<td class="docstat partialdoc">partially documented</td>
2213</tr>
2214
2215</table><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw">./ToBeReviewed/TRIANGULATION/dessinetri.pro</a>
2216<table>
2217
2218<tr>
2219<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw#_dessinetri">dessinetri</a></td>
2220<td class="docstat partialdoc">partially documented</td>
2221</tr>
2222
2223</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_c.pro</a>
2224<table>
2225
2226<tr>
2227<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw#_drawcoast_c">drawcoast_c</a></td>
2228<td class="docstat notdoc">not documented</td>
2229</tr>
2230
2231</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_e.pro</a>
2232<table>
2233
2234<tr>
2235<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw#_drawcoast_e">drawcoast_e</a></td>
2236<td class="docstat notdoc">not documented</td>
2237</tr>
2238
2239</table><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw">./ToBeReviewed/TRIANGULATION/drawsectionbottom.pro</a>
2240<table>
2241
2242<tr>
2243<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw#_drawsectionbottom">drawsectionbottom</a></td>
2244<td class="docstat partialdoc">partially documented</td>
2245</tr>
2246
2247</table><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw">./ToBeReviewed/TRIANGULATION/fillcornermask.pro</a>
2248<table>
2249
2250<tr>
2251<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw#_fillcornermask">fillcornermask</a></td>
2252<td class="docstat partialdoc">partially documented</td>
2253</tr>
2254
2255</table><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw">./ToBeReviewed/TRIANGULATION/section.pro</a>
2256<table>
2257
2258<tr>
2259<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">section</a></td>
2260<td class="docstat partialdoc">partially documented</td>
2261</tr>
2262
2263</table><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw">./ToBeReviewed/TRIANGULATION/tracecote.pro</a>
2264<table>
2265
2266<tr>
2267<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw#_tracecote">tracecote</a></td>
2268<td class="docstat partialdoc">partially documented</td>
2269</tr>
2270
2271</table><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw">./ToBeReviewed/TRIANGULATION/tracemask.pro</a>
2272<table>
2273
2274<tr>
2275<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw#_tracemask">tracemask</a></td>
2276<td class="docstat partialdoc">partially documented</td>
2277</tr>
2278
2279</table><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule.pro</a>
2280<table>
2281
2282<tr>
2283<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw#_triangule">triangule</a></td>
2284<td class="docstat notdoc">not documented</td>
2285</tr>
2286
2287</table><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_c.pro</a>
2288<table>
2289
2290<tr>
2291<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw#_triangule_c">triangule_c</a></td>
2292<td class="docstat partialdoc">partially documented</td>
2293</tr>
2294
2295</table><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_e.pro</a>
2296<table>
2297
2298<tr>
2299<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw#_triangule_e">triangule_e</a></td>
2300<td class="docstat partialdoc">partially documented</td>
2301</tr>
2302
2303</table><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a>
2304<table>
2305
2306<tr>
2307<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></td>
2308<td class="docstat partialdoc">partially documented</td>
2309</tr>
2310
2311</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.pro</a>
2312<table>
2313
2314<tr>
2315<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw#_buildcmd">buildcmd</a></td>
2316<td class="docstat partialdoc">partially documented</td>
2317</tr>
2318
2319</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro</a>
2320<table>
2321
2322<tr>
2323<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw#_buildreadcmd">buildreadcmd</a></td>
2324<td class="docstat partialdoc">partially documented</td>
2325</tr>
2326
2327</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.pro</a>
2328<table>
2329
2330<tr>
2331<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw#_changefield">changefield</a></td>
2332<td class="docstat notdoc">not documented</td>
2333</tr>
2334
2335</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.pro</a>
2336<table>
2337
2338<tr>
2339<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw#_changefile">changefile</a></td>
2340<td class="docstat notdoc">not documented</td>
2341</tr>
2342
2343</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro</a>
2344<table>
2345
2346<tr>
2347<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw#_createhistory">createhistory</a></td>
2348<td class="docstat notdoc">not documented</td>
2349</tr>
2350
2351</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.pro</a>
2352<table>
2353
2354<tr>
2355<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw#_cutcmd">cutcmd</a></td>
2356<td class="docstat notdoc">not documented</td>
2357</tr>
2358
2359</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.pro</a>
2360<table>
2361
2362<tr>
2363<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw#_definedefaultextra">definedefaultextra</a></td>
2364<td class="docstat notdoc">not documented</td>
2365</tr>
2366
2367</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.pro</a>
2368<table>
2369
2370<tr>
2371<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw#_doubleclickaction">doubleclickaction</a></td>
2372<td class="docstat notdoc">not documented</td>
2373</tr>
2374
2375</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.pro</a>
2376<table>
2377
2378<tr>
2379<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw#_extractatt">extractatt</a></td>
2380<td class="docstat notdoc">not documented</td>
2381</tr>
2382
2383</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.pro</a>
2384<table>
2385
2386<tr>
2387<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw#_findline">findline</a></td>
2388<td class="docstat notdoc">not documented</td>
2389</tr>
2390
2391</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.pro</a>
2392<table>
2393
2394<tr>
2395<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw#_identifyclick">identifyclick</a></td>
2396<td class="docstat notdoc">not documented</td>
2397</tr>
2398
2399</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.pro</a>
2400<table>
2401
2402<tr>
2403<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw#_inserthistory">inserthistory</a></td>
2404<td class="docstat notdoc">not documented</td>
2405</tr>
2406
2407</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro</a>
2408<table>
2409
2410<tr>
2411<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw#_letsdraw">letsdraw</a></td>
2412<td class="docstat partialdoc">partially documented</td>
2413</tr>
2414
2415</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro</a>
2416<table>
2417
2418<tr>
2419<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw#_loadgrid">loadgrid</a></td>
2420<td class="docstat notdoc">not documented</td>
2421</tr>
2422
2423</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.pro</a>
2424<table>
2425
2426<tr>
2427<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw#_longclickaction">longclickaction</a></td>
2428<td class="docstat notdoc">not documented</td>
2429</tr>
2430
2431</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro</a>
2432<table>
2433
2434<tr>
2435<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw#_read_vermair">read_vermair</a></td>
2436<td class="docstat notdoc">not documented</td>
2437</tr>
2438
2439</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro</a>
2440<table>
2441
2442<tr>
2443<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">scanfile</a></td>
2444<td class="docstat notdoc">not documented</td>
2445</tr>
2446
2447</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro</a>
2448<table>
2449
2450<tr>
2451<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile_event">selectfile_event</a></td>
2452<td class="docstat notdoc">not documented</td>
2453</tr>
2454
2455<tr>
2456<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile">selectfile</a></td>
2457<td class="docstat notdoc">not documented</td>
2458</tr>
2459
2460</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.pro</a>
2461<table>
2462
2463<tr>
2464<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw#_singleclickaction">singleclickaction</a></td>
2465<td class="docstat notdoc">not documented</td>
2466</tr>
2467
2468</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.pro</a>
2469<table>
2470
2471<tr>
2472<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw#_tracecadre">tracecadre</a></td>
2473<td class="docstat notdoc">not documented</td>
2474</tr>
2475
2476</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.pro</a>
2477<table>
2478
2479<tr>
2480<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw#_updatewidget">updatewidget</a></td>
2481<td class="docstat notdoc">not documented</td>
2482</tr>
2483
2484</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.pro</a>
2485<table>
2486
2487<tr>
2488<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim_event">xcreateanim_event</a></td>
2489<td class="docstat notdoc">not documented</td>
2490</tr>
2491
2492<tr>
2493<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim">xcreateanim</a></td>
2494<td class="docstat notdoc">not documented</td>
2495</tr>
2496
2497</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro</a>
2498<table>
2499
2500<tr>
2501<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw#_xxxmenubar_event">xxxmenubar_event</a></td>
2502<td class="docstat notdoc">not documented</td>
2503</tr>
2504
2505</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro</a>
2506<table>
2507
2508<tr>
2509<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_SETV">CW_BGROUP_SETV</a></td>
2510<td class="docstat partialdoc">partially documented</td>
2511</tr>
2512
2513<tr>
2514<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_GETV">CW_BGROUP_GETV</a></td>
2515<td class="docstat notdoc">not documented</td>
2516</tr>
2517
2518<tr>
2519<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_EVENT">CW_BGROUP_EVENT</a></td>
2520<td class="docstat notdoc">not documented</td>
2521</tr>
2522
2523<tr>
2524<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP">CW_BGROUP</a></td>
2525<td class="docstat notdoc">not documented</td>
2526</tr>
2527
2528</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro</a>
2529<table>
2530
2531<tr>
2532<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_set_value">cw_calendar_set_value</a></td>
2533<td class="docstat notdoc">not documented</td>
2534</tr>
2535
2536<tr>
2537<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_get_value">cw_calendar_get_value</a></td>
2538<td class="docstat notdoc">not documented</td>
2539</tr>
2540
2541<tr>
2542<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_get_cal_value">get_cal_value</a></td>
2543<td class="docstat notdoc">not documented</td>
2544</tr>
2545
2546<tr>
2547<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_set_cal_combobox">set_cal_combobox</a></td>
2548<td class="docstat notdoc">not documented</td>
2549</tr>
2550
2551<tr>
2552<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_move">move</a></td>
2553<td class="docstat notdoc">not documented</td>
2554</tr>
2555
2556<tr>
2557<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_event">cw_calendar_event</a></td>
2558<td class="docstat notdoc">not documented</td>
2559</tr>
2560
2561<tr>
2562<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar">cw_calendar</a></td>
2563<td class="docstat notdoc">not documented</td>
2564</tr>
2565
2566</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro</a>
2567<table>
2568
2569<tr>
2570<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>
2571<td class="docstat partialdoc">partially documented</td>
2572</tr>
2573
2574<tr>
2575<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>
2576<td class="docstat notdoc">not documented</td>
2577</tr>
2578
2579<tr>
2580<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>
2581<td class="docstat notdoc">not documented</td>
2582</tr>
2583
2584<tr>
2585<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm">cw_combobox_pm</a></td>
2586<td class="docstat notdoc">not documented</td>
2587</tr>
2588
2589</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro</a>
2590<table>
2591
2592<tr>
2593<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_set_value">cw_domain_set_value</a></td>
2594<td class="docstat notdoc">not documented</td>
2595</tr>
2596
2597<tr>
2598<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_get_value">cw_domain_get_value</a></td>
2599<td class="docstat notdoc">not documented</td>
2600</tr>
2601
2602<tr>
2603<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_event">cw_domain_event</a></td>
2604<td class="docstat notdoc">not documented</td>
2605</tr>
2606
2607<tr>
2608<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain">cw_domain</a></td>
2609<td class="docstat notdoc">not documented</td>
2610</tr>
2611
2612</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro</a>
2613<table>
2614
2615<tr>
2616<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>
2617<td class="docstat partialdoc">partially documented</td>
2618</tr>
2619
2620<tr>
2621<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>
2622<td class="docstat notdoc">not documented</td>
2623</tr>
2624
2625<tr>
2626<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>
2627<td class="docstat notdoc">not documented</td>
2628</tr>
2629
2630<tr>
2631<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm">cw_droplist_pm</a></td>
2632<td class="docstat notdoc">not documented</td>
2633</tr>
2634
2635</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro</a>
2636<table>
2637
2638<tr>
2639<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout_event">cw_pagelayout_event</a></td>
2640<td class="docstat notdoc">not documented</td>
2641</tr>
2642
2643<tr>
2644<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout">cw_pagelayout</a></td>
2645<td class="docstat notdoc">not documented</td>
2646</tr>
2647
2648</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro</a>
2649<table>
2650
2651<tr>
2652<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>
2653<td class="docstat notdoc">not documented</td>
2654</tr>
2655
2656<tr>
2657<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>
2658<td class="docstat notdoc">not documented</td>
2659</tr>
2660
2661<tr>
2662<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice">cw_slide_slice</a></td>
2663<td class="docstat notdoc">not documented</td>
2664</tr>
2665
2666</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro</a>
2667<table>
2668
2669<tr>
2670<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decvalue">decvalue</a></td>
2671<td class="docstat partialdoc">partially documented</td>
2672</tr>
2673
2674<tr>
2675<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decind">decind</a></td>
2676<td class="docstat notdoc">not documented</td>
2677</tr>
2678
2679<tr>
2680<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>
2681<td class="docstat notdoc">not documented</td>
2682</tr>
2683
2684<tr>
2685<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>
2686<td class="docstat notdoc">not documented</td>
2687</tr>
2688
2689<tr>
2690<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>
2691<td class="docstat notdoc">not documented</td>
2692</tr>
2693
2694<tr>
2695<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm">cw_slider_pm</a></td>
2696<td class="docstat notdoc">not documented</td>
2697</tr>
2698
2699</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro</a>
2700<table>
2701
2702<tr>
2703<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_set_value">cw_specifie_set_value</a></td>
2704<td class="docstat notdoc">not documented</td>
2705</tr>
2706
2707<tr>
2708<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_get_value">cw_specifie_get_value</a></td>
2709<td class="docstat notdoc">not documented</td>
2710</tr>
2711
2712<tr>
2713<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_event">cw_specifie_event</a></td>
2714<td class="docstat notdoc">not documented</td>
2715</tr>
2716
2717<tr>
2718<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie">cw_specifie</a></td>
2719<td class="docstat notdoc">not documented</td>
2720</tr>
2721
2722</table><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw">./ToBeReviewed/WIDGET/findtopid.pro</a>
2723<table>
2724
2725<tr>
2726<td class="docroutine"><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw#_findtopid">findtopid</a></td>
2727<td class="docstat partialdoc">partially documented</td>
2728</tr>
2729
2730</table><a href="./ToBeReviewed/WIDGET/slec.html?format=raw">./ToBeReviewed/WIDGET/slec.pro</a>
2731<table>
2732
2733<tr>
2734<td class="docroutine"><a href="./ToBeReviewed/WIDGET/slec.html?format=raw#_slec">slec</a></td>
2735<td class="docstat notdoc">not documented</td>
2736</tr>
2737
2738</table><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw">./ToBeReviewed/WIDGET/xnotice.pro</a>
2739<table>
2740
2741<tr>
2742<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw#_xnotice">xnotice</a></td>
2743<td class="docstat partialdoc">partially documented</td>
2744</tr>
2745
2746</table><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw">./ToBeReviewed/WIDGET/xquestion.pro</a>
2747<table>
2748
2749<tr>
2750<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion_event">xquestion_event</a></td>
2751<td class="docstat partialdoc">partially documented</td>
2752</tr>
2753
2754<tr>
2755<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion">xquestion</a></td>
2756<td class="docstat notdoc">not documented</td>
2757</tr>
2758
2759</table><a href="./ToBeReviewed/WIDGET/xx.html?format=raw">./ToBeReviewed/WIDGET/xx.pro</a>
2760<table>
2761
2762<tr>
2763<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xx.html?format=raw#_xx">xx</a></td>
2764<td class="docstat notdoc">not documented</td>
2765</tr>
2766
2767</table><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw">./ToBeReviewed/WIDGET/xxx.pro</a>
2768<table>
2769
2770<tr>
2771<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx_event">xxx_event</a></td>
2772<td class="docstat partialdoc">partially documented</td>
2773</tr>
2774
2775<tr>
2776<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx">xxx</a></td>
2777<td class="docstat notdoc">not documented</td>
2778</tr>
2779
2780</table><a href="./Utilities/createfunc.html?format=raw">./Utilities/createfunc.pro</a>
2781<table>
2782
2783<tr>
2784<td class="docroutine"><a href="./Utilities/createfunc.html?format=raw#_createfunc">createfunc</a></td>
2785<td class="docstat partialdoc">partially documented</td>
2786</tr>
2787
2788</table><a href="./buildinit.html?format=raw">./buildinit.pro</a>
2789<table>
2790
2791<tr>
2792<td class="docroutine"><a href="./buildinit.html?format=raw#_CW_FIELD2">CW_FIELD2</a></td>
2793<td class="docstat partialdoc">partially documented</td>
2794</tr>
2795
2796<tr>
2797<td class="docroutine"><a href="./buildinit.html?format=raw#_printerdef_event">printerdef_event</a></td>
2798<td class="docstat notdoc">not documented</td>
2799</tr>
2800
2801<tr>
2802<td class="docroutine"><a href="./buildinit.html?format=raw#_papsize_event">papsize_event</a></td>
2803<td class="docstat notdoc">not documented</td>
2804</tr>
2805
2806<tr>
2807<td class="docroutine"><a href="./buildinit.html?format=raw#_xask_event">xask_event</a></td>
2808<td class="docstat notdoc">not documented</td>
2809</tr>
2810
2811<tr>
2812<td class="docroutine"><a href="./buildinit.html?format=raw#_xask">xask</a></td>
2813<td class="docstat notdoc">not documented</td>
2814</tr>
2815
2816<tr>
2817<td class="docroutine"><a href="./buildinit.html?format=raw#_getdir">getdir</a></td>
2818<td class="docstat notdoc">not documented</td>
2819</tr>
2820
2821<tr>
2822<td class="docroutine"><a href="./buildinit.html?format=raw#_buildinit">buildinit</a></td>
2823<td class="docstat notdoc">not documented</td>
2824</tr>
2825
2826</table></div>
2827<div id="obsolete">
2828  <h2>Obsolete routines</h2><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
2829<table>
2830
2831<tr>
2832<td class="obsroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
2833</tr>
2834
2835</table><a href="./Obsolete/extrait.html?format=raw">./Obsolete/extrait.pro</a>
2836<table>
2837
2838<tr>
2839<td class="obsroutine"><a href="./Obsolete/extrait.html?format=raw#_extrait">extrait</a></td>
2840</tr>
2841
2842</table><a href="./Obsolete/ficdate.html?format=raw">./Obsolete/ficdate.pro</a>
2843<table>
2844
2845<tr>
2846<td class="obsroutine"><a href="./Obsolete/ficdate.html?format=raw#_ficdate">ficdate</a></td>
2847</tr>
2848
2849</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
2850<table>
2851
2852<tr>
2853<td class="obsroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
2854</tr>
2855
2856</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
2857<table>
2858
2859<tr>
2860<td class="obsroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
2861</tr>
2862
2863</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
2864<table>
2865
2866<tr>
2867<td class="obsroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
2868</tr>
2869
2870</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
2871<table>
2872
2873<tr>
2874<td class="obsroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
2875</tr>
2876
2877</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
2878<table>
2879
2880<tr>
2881<td class="obsroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
2882</tr>
2883
2884</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
2885<table>
2886
2887<tr>
2888<td class="obsroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
2889</tr>
2890
2891</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
2892<table>
2893
2894<tr>
2895<td class="obsroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
2896</tr>
2897
2898</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
2899<table>
2900
2901<tr>
2902<td class="obsroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
2903</tr>
2904
2905</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
2906<table>
2907
2908<tr>
2909<td class="obsroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
2910</tr>
2911
2912</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
2913<table>
2914
2915<tr>
2916<td class="obsroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
2917</tr>
2918
2919</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
2920<table>
2921
2922<tr>
2923<td class="obsroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
2924</tr>
2925
2926</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
2927<table>
2928
2929<tr>
2930<td class="obsroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
2931</tr>
2932
2933</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
2934<table>
2935
2936<tr>
2937<td class="obsroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
2938</tr>
2939
2940</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
2941<table>
2942
2943<tr>
2944<td class="obsroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
2945</tr>
2946
2947</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
2948<table>
2949
2950<tr>
2951<td class="obsroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
2952</tr>
2953
2954</table><a href="./Obsolete/zeroun.html?format=raw">./Obsolete/zeroun.pro</a>
2955<table>
2956
2957<tr>
2958<td class="obsroutine"><a href="./Obsolete/zeroun.html?format=raw#_zeroun">zeroun</a></td>
2959</tr>
2960
2961</table></div>
2962<div id="statistics">
2963  <h2>Statistics warnings</h2></div>
2964     
2965
2966      <div id="tagline">Produced by IDLdoc 2.0.</div>
2967
2968    </div>
2969
2970  </body>
2971</html>
Note: See TracBrowser for help on using the repository browser.