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

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

english and nicer header (2b)

File size: 95.2 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/PLOTS/DIVERS/givewindowsize.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/givewindowsize.pro</a></h3>
985<dl>
986
987<dt><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw#_givewindowsize">givewindowsize</a></dt>
988<dd> seb
989</dd>
990
991</dl><h3><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a></h3>
992<dl>
993
994<dt><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></dt>
995<dd> seb
996
997;-
998</dd>
999
1000</dl><h3><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a></h3>
1001<dl>
1002
1003<dt><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></dt>
1004<dd> seb</dd>
1005
1006</dl></div>
1007<div id="bugs">
1008  <h2>Known bugs</h2></div>
1009<div id="undoc">
1010  <h2>Undocumented routines</h2><a href="./Calendar/daysinmonth.html?format=raw">./Calendar/daysinmonth.pro</a>
1011<table>
1012
1013<tr>
1014<td class="docroutine"><a href="./Calendar/daysinmonth.html?format=raw#_daysinmonth">daysinmonth</a></td>
1015<td class="docstat partialdoc">partially documented</td>
1016</tr>
1017
1018</table><a href="./Colors/colorbar.html?format=raw">./Colors/colorbar.pro</a>
1019<table>
1020
1021<tr>
1022<td class="docroutine"><a href="./Colors/colorbar.html?format=raw#_COLORBAR">COLORBAR</a></td>
1023<td class="docstat partialdoc">partially documented</td>
1024</tr>
1025
1026</table><a href="./Grid/changemsk.html?format=raw">./Grid/changemsk.pro</a>
1027<table>
1028
1029<tr>
1030<td class="docroutine"><a href="./Grid/changemsk.html?format=raw#_changemsk">changemsk</a></td>
1031<td class="docstat notdoc">not documented</td>
1032</tr>
1033
1034</table><a href="./Interpolation/extrapolate.html?format=raw">./Interpolation/extrapolate.pro</a>
1035<table>
1036
1037<tr>
1038<td class="docroutine"><a href="./Interpolation/extrapolate.html?format=raw#_extrapolate">extrapolate</a></td>
1039<td class="docstat partialdoc">partially documented</td>
1040</tr>
1041
1042</table><a href="./Interpolation/imoms3.html?format=raw">./Interpolation/imoms3.pro</a>
1043<table>
1044
1045<tr>
1046<td class="docroutine"><a href="./Interpolation/imoms3.html?format=raw#_imoms3">imoms3</a></td>
1047<td class="docstat partialdoc">partially documented</td>
1048</tr>
1049
1050</table><a href="./Interpolation/spl_incr.html?format=raw">./Interpolation/spl_incr.pro</a>
1051<table>
1052
1053<tr>
1054<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_concave">pure_concave</a></td>
1055<td class="docstat partialdoc">partially documented</td>
1056</tr>
1057
1058<tr>
1059<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_pure_convex">pure_convex</a></td>
1060<td class="docstat partialdoc">partially documented</td>
1061</tr>
1062
1063<tr>
1064<td class="docroutine"><a href="./Interpolation/spl_incr.html?format=raw#_spl_incr">spl_incr</a></td>
1065<td class="docstat partialdoc">partially documented</td>
1066</tr>
1067
1068</table><a href="./Matrix/cmapply.html?format=raw">./Matrix/cmapply.pro</a>
1069<table>
1070
1071<tr>
1072<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply_product">cmapply_product</a></td>
1073<td class="docstat partialdoc">partially documented</td>
1074</tr>
1075
1076<tr>
1077<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply_redim">cmapply_redim</a></td>
1078<td class="docstat partialdoc">partially documented</td>
1079</tr>
1080
1081<tr>
1082<td class="docroutine"><a href="./Matrix/cmapply.html?format=raw#_cmapply">cmapply</a></td>
1083<td class="docstat partialdoc">partially documented</td>
1084</tr>
1085
1086</table><a href="./Matrix/cmset_op.html?format=raw">./Matrix/cmset_op.pro</a>
1087<table>
1088
1089<tr>
1090<td class="docroutine"><a href="./Matrix/cmset_op.html?format=raw#_cmset_op_uniq">cmset_op_uniq</a></td>
1091<td class="docstat partialdoc">partially documented</td>
1092</tr>
1093
1094<tr>
1095<td class="docroutine"><a href="./Matrix/cmset_op.html?format=raw#_cmset_op">cmset_op</a></td>
1096<td class="docstat partialdoc">partially documented</td>
1097</tr>
1098
1099</table><a href="./Obsolete/fictype.html?format=raw">./Obsolete/fictype.pro</a>
1100<table>
1101
1102<tr>
1103<td class="docroutine"><a href="./Obsolete/fictype.html?format=raw#_fictype">fictype</a></td>
1104<td class="docstat partialdoc">partially documented</td>
1105</tr>
1106
1107</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
1108<table>
1109
1110<tr>
1111<td class="docroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
1112<td class="docstat partialdoc">partially documented</td>
1113</tr>
1114
1115</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
1116<table>
1117
1118<tr>
1119<td class="docroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
1120<td class="docstat partialdoc">partially documented</td>
1121</tr>
1122
1123</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
1124<table>
1125
1126<tr>
1127<td class="docroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
1128<td class="docstat partialdoc">partially documented</td>
1129</tr>
1130
1131</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
1132<table>
1133
1134<tr>
1135<td class="docroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
1136<td class="docstat partialdoc">partially documented</td>
1137</tr>
1138
1139</table><a href="./Picture/image_viewer.html?format=raw">./Picture/image_viewer.pro</a>
1140<table>
1141
1142<tr>
1143<td class="docroutine"><a href="./Picture/image_viewer.html?format=raw#_IMAGE_VIEWER">IMAGE_VIEWER</a></td>
1144<td class="docstat notdoc">not documented</td>
1145</tr>
1146
1147</table><a href="./Picture/imdisp.html?format=raw">./Picture/imdisp.pro</a>
1148<table>
1149
1150<tr>
1151<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_GETPOS">IMDISP_GETPOS</a></td>
1152<td class="docstat partialdoc">partially documented</td>
1153</tr>
1154
1155<tr>
1156<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMSCALE">IMDISP_IMSCALE</a></td>
1157<td class="docstat partialdoc">partially documented</td>
1158</tr>
1159
1160<tr>
1161<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMREGRID">IMDISP_IMREGRID</a></td>
1162<td class="docstat partialdoc">partially documented</td>
1163</tr>
1164
1165<tr>
1166<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP_IMSIZE">IMDISP_IMSIZE</a></td>
1167<td class="docstat partialdoc">partially documented</td>
1168</tr>
1169
1170<tr>
1171<td class="docroutine"><a href="./Picture/imdisp.html?format=raw#_IMDISP">IMDISP</a></td>
1172<td class="docstat partialdoc">partially documented</td>
1173</tr>
1174
1175</table><a href="./Picture/saveimage.html?format=raw">./Picture/saveimage.pro</a>
1176<table>
1177
1178<tr>
1179<td class="docroutine"><a href="./Picture/saveimage.html?format=raw#_SAVEIMAGE">SAVEIMAGE</a></td>
1180<td class="docstat partialdoc">partially documented</td>
1181</tr>
1182
1183</table><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listdims.pro</a>
1184<table>
1185
1186<tr>
1187<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listdims.html?format=raw#_ncdf_listdims">ncdf_listdims</a></td>
1188<td class="docstat notdoc">not documented</td>
1189</tr>
1190
1191</table><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_listvars.pro</a>
1192<table>
1193
1194<tr>
1195<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_listvars.html?format=raw#_ncdf_listvars">ncdf_listvars</a></td>
1196<td class="docstat notdoc">not documented</td>
1197</tr>
1198
1199</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro</a>
1200<table>
1201
1202<tr>
1203<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getFile">ncdf_quickread_getFile</a></td>
1204<td class="docstat notdoc">not documented</td>
1205</tr>
1206
1207<tr>
1208<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_getDir">ncdf_quickread_getDir</a></td>
1209<td class="docstat notdoc">not documented</td>
1210</tr>
1211
1212<tr>
1213<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_validateName">ncdf_quickread_validateName</a></td>
1214<td class="docstat notdoc">not documented</td>
1215</tr>
1216
1217<tr>
1218<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.html?format=raw#_ncdf_quickread_helper">ncdf_quickread_helper</a></td>
1219<td class="docstat notdoc">not documented</td>
1220</tr>
1221
1222</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.pro</a>
1223<table>
1224
1225<tr>
1226<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper1.html?format=raw#_ncdf_quickwrite_helper1">ncdf_quickwrite_helper1</a></td>
1227<td class="docstat notdoc">not documented</td>
1228</tr>
1229
1230</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.pro</a>
1231<table>
1232
1233<tr>
1234<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#__str">_str</a></td>
1235<td class="docstat notdoc">not documented</td>
1236</tr>
1237
1238<tr>
1239<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_typename">ncdf_quickwrite_typename</a></td>
1240<td class="docstat notdoc">not documented</td>
1241</tr>
1242
1243<tr>
1244<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.html?format=raw#_ncdf_quickwrite_helper2">ncdf_quickwrite_helper2</a></td>
1245<td class="docstat notdoc">not documented</td>
1246</tr>
1247
1248</table><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.pro</a>
1249<table>
1250
1251<tr>
1252<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper3.html?format=raw#_ncdf_quickwrite_helper3">ncdf_quickwrite_helper3</a></td>
1253<td class="docstat notdoc">not documented</td>
1254</tr>
1255
1256</table><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_read.pro</a>
1257<table>
1258
1259<tr>
1260<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw#_ncdf_read">ncdf_read</a></td>
1261<td class="docstat notdoc">not documented</td>
1262</tr>
1263
1264</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct.pro</a>
1265<table>
1266
1267<tr>
1268<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct.html?format=raw#_ncdf_struct">ncdf_struct</a></td>
1269<td class="docstat notdoc">not documented</td>
1270</tr>
1271
1272</table><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw">./ReadWrite/idl-NetCDF/ncdf_struct_free.pro</a>
1273<table>
1274
1275<tr>
1276<td class="docroutine"><a href="./ReadWrite/idl-NetCDF/ncdf_struct_free.html?format=raw#_ncdf_struct_free">ncdf_struct_free</a></td>
1277<td class="docstat notdoc">not documented</td>
1278</tr>
1279
1280</table><a href="./ReadWrite/read_grads.html?format=raw">./ReadWrite/read_grads.pro</a>
1281<table>
1282
1283<tr>
1284<td class="docroutine"><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></td>
1285<td class="docstat partialdoc">partially documented</td>
1286</tr>
1287
1288</table><a href="./ReadWrite/readoldopadistcoast.html?format=raw">./ReadWrite/readoldopadistcoast.pro</a>
1289<table>
1290
1291<tr>
1292<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></td>
1293<td class="docstat partialdoc">partially documented</td>
1294</tr>
1295
1296<tr>
1297<td class="docroutine"><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_readoldopadistcoast">readoldopadistcoast</a></td>
1298<td class="docstat partialdoc">partially documented</td>
1299</tr>
1300
1301</table><a href="./ReadWrite/readoldoparestart.html?format=raw">./ReadWrite/readoldoparestart.pro</a>
1302<table>
1303
1304<tr>
1305<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></td>
1306<td class="docstat partialdoc">partially documented</td>
1307</tr>
1308
1309<tr>
1310<td class="docroutine"><a href="./ReadWrite/readoldoparestart.html?format=raw#_read3fromopa">read3fromopa</a></td>
1311<td class="docstat partialdoc">partially documented</td>
1312</tr>
1313
1314</table><a href="./ReadWrite/scanctl.html?format=raw">./ReadWrite/scanctl.pro</a>
1315<table>
1316
1317<tr>
1318<td class="docroutine"><a href="./ReadWrite/scanctl.html?format=raw#_scanctl">scanctl</a></td>
1319<td class="docstat partialdoc">partially documented</td>
1320</tr>
1321
1322</table><a href="./Tests/TestsOld/tst_basic_old.html?format=raw">./Tests/TestsOld/tst_basic_old.pro</a>
1323<table>
1324
1325<tr>
1326<td class="docroutine"><a href="./Tests/TestsOld/tst_basic_old.html?format=raw#_tst_basic_old">tst_basic_old</a></td>
1327<td class="docstat notdoc">not documented</td>
1328</tr>
1329
1330</table><a href="./Tests/TestsOld/tst_plt_old.html?format=raw">./Tests/TestsOld/tst_plt_old.pro</a>
1331<table>
1332
1333<tr>
1334<td class="docroutine"><a href="./Tests/TestsOld/tst_plt_old.html?format=raw#_tst_plt_old">tst_plt_old</a></td>
1335<td class="docstat notdoc">not documented</td>
1336</tr>
1337
1338</table><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw">./Tests/TestsOld/tst_pltt_old.pro</a>
1339<table>
1340
1341<tr>
1342<td class="docroutine"><a href="./Tests/TestsOld/tst_pltt_old.html?format=raw#_tst_pltt_old">tst_pltt_old</a></td>
1343<td class="docstat notdoc">not documented</td>
1344</tr>
1345
1346</table><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw">./Tests/TestsOld/tst_pltz_old.pro</a>
1347<table>
1348
1349<tr>
1350<td class="docroutine"><a href="./Tests/TestsOld/tst_pltz_old.html?format=raw#_tst_pltz_old">tst_pltz_old</a></td>
1351<td class="docstat notdoc">not documented</td>
1352</tr>
1353
1354</table><a href="./Textoidl/matchdelim.html?format=raw">./Textoidl/matchdelim.pro</a>
1355<table>
1356
1357<tr>
1358<td class="docroutine"><a href="./Textoidl/matchdelim.html?format=raw#_Matchdelim">Matchdelim</a></td>
1359<td class="docstat partialdoc">partially documented</td>
1360</tr>
1361
1362</table><a href="./Textoidl/nexttok.html?format=raw">./Textoidl/nexttok.pro</a>
1363<table>
1364
1365<tr>
1366<td class="docroutine"><a href="./Textoidl/nexttok.html?format=raw#_nexttok">nexttok</a></td>
1367<td class="docstat partialdoc">partially documented</td>
1368</tr>
1369
1370</table><a href="./Textoidl/showtex.html?format=raw">./Textoidl/showtex.pro</a>
1371<table>
1372
1373<tr>
1374<td class="docroutine"><a href="./Textoidl/showtex.html?format=raw#_Showtex">Showtex</a></td>
1375<td class="docstat partialdoc">partially documented</td>
1376</tr>
1377
1378</table><a href="./Textoidl/str_token.html?format=raw">./Textoidl/str_token.pro</a>
1379<table>
1380
1381<tr>
1382<td class="docroutine"><a href="./Textoidl/str_token.html?format=raw#_Str_token">Str_token</a></td>
1383<td class="docstat partialdoc">partially documented</td>
1384</tr>
1385
1386</table><a href="./Textoidl/strcnt.html?format=raw">./Textoidl/strcnt.pro</a>
1387<table>
1388
1389<tr>
1390<td class="docroutine"><a href="./Textoidl/strcnt.html?format=raw#_Strcnt">Strcnt</a></td>
1391<td class="docstat partialdoc">partially documented</td>
1392</tr>
1393
1394</table><a href="./Textoidl/strtrans.html?format=raw">./Textoidl/strtrans.pro</a>
1395<table>
1396
1397<tr>
1398<td class="docroutine"><a href="./Textoidl/strtrans.html?format=raw#_strtrans">strtrans</a></td>
1399<td class="docstat partialdoc">partially documented</td>
1400</tr>
1401
1402</table><a href="./Textoidl/sub_sup_idl.html?format=raw">./Textoidl/sub_sup_idl.pro</a>
1403<table>
1404
1405<tr>
1406<td class="docroutine"><a href="./Textoidl/sub_sup_idl.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1407<td class="docstat partialdoc">partially documented</td>
1408</tr>
1409
1410</table><a href="./Textoidl/textable.html?format=raw">./Textoidl/textable.pro</a>
1411<table>
1412
1413<tr>
1414<td class="docroutine"><a href="./Textoidl/textable.html?format=raw#_textable">textable</a></td>
1415<td class="docstat partialdoc">partially documented</td>
1416</tr>
1417
1418</table><a href="./Textoidl/textoidl.html?format=raw">./Textoidl/textoidl.pro</a>
1419<table>
1420
1421<tr>
1422<td class="docroutine"><a href="./Textoidl/textoidl.html?format=raw#_Textoidl">Textoidl</a></td>
1423<td class="docstat partialdoc">partially documented</td>
1424</tr>
1425
1426</table><a href="./Textoidl/translate_sub_super.html?format=raw">./Textoidl/translate_sub_super.pro</a>
1427<table>
1428
1429<tr>
1430<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Sub_sup_idl">Sub_sup_idl</a></td>
1431<td class="docstat partialdoc">partially documented</td>
1432</tr>
1433
1434<tr>
1435<td class="docroutine"><a href="./Textoidl/translate_sub_super.html?format=raw#_Translate_sub_super">Translate_sub_super</a></td>
1436<td class="docstat partialdoc">partially documented</td>
1437</tr>
1438
1439</table><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw">./ToBeReviewed/CALCULS/depth2level.pro</a>
1440<table>
1441
1442<tr>
1443<td class="docroutine"><a href="./ToBeReviewed/CALCULS/depth2level.html?format=raw#_depth2level">depth2level</a></td>
1444<td class="docstat partialdoc">partially documented</td>
1445</tr>
1446
1447</table><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw">./ToBeReviewed/CALCULS/fsfzpt.pro</a>
1448<table>
1449
1450<tr>
1451<td class="docroutine"><a href="./ToBeReviewed/CALCULS/fsfzpt.html?format=raw#_fsfzpt">fsfzpt</a></td>
1452<td class="docstat partialdoc">partially documented</td>
1453</tr>
1454
1455</table><a href="./ToBeReviewed/CALCULS/grad.html?format=raw">./ToBeReviewed/CALCULS/grad.pro</a>
1456<table>
1457
1458<tr>
1459<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grad.html?format=raw#_grad">grad</a></td>
1460<td class="docstat partialdoc">partially documented</td>
1461</tr>
1462
1463</table><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw">./ToBeReviewed/CALCULS/grossemoyenne.pro</a>
1464<table>
1465
1466<tr>
1467<td class="docroutine"><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">grossemoyenne</a></td>
1468<td class="docstat partialdoc">partially documented</td>
1469</tr>
1470
1471</table><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw">./ToBeReviewed/CALCULS/moyenne.pro</a>
1472<table>
1473
1474<tr>
1475<td class="docroutine"><a href="./ToBeReviewed/CALCULS/moyenne.html?format=raw#_moyenne">moyenne</a></td>
1476<td class="docstat partialdoc">partially documented</td>
1477</tr>
1478
1479</table><a href="./ToBeReviewed/CALCULS/norme.html?format=raw">./ToBeReviewed/CALCULS/norme.pro</a>
1480<table>
1481
1482<tr>
1483<td class="docroutine"><a href="./ToBeReviewed/CALCULS/norme.html?format=raw#_norme">norme</a></td>
1484<td class="docstat partialdoc">partially documented</td>
1485</tr>
1486
1487</table><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw">./ToBeReviewed/CALCULS/remplit.pro</a>
1488<table>
1489
1490<tr>
1491<td class="docroutine"><a href="./ToBeReviewed/CALCULS/remplit.html?format=raw#_remplit">remplit</a></td>
1492<td class="docstat partialdoc">partially documented</td>
1493</tr>
1494
1495</table><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw">./ToBeReviewed/CALCULS/rhon.pro</a>
1496<table>
1497
1498<tr>
1499<td class="docroutine"><a href="./ToBeReviewed/CALCULS/rhon.html?format=raw#_rhon">rhon</a></td>
1500<td class="docstat partialdoc">partially documented</td>
1501</tr>
1502
1503</table><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw">./ToBeReviewed/CALENDRIER/def_month.pro</a>
1504<table>
1505
1506<tr>
1507<td class="docroutine"><a href="./ToBeReviewed/CALENDRIER/def_month.html?format=raw#_def_month">def_month</a></td>
1508<td class="docstat partialdoc">partially documented</td>
1509</tr>
1510
1511</table><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw">./ToBeReviewed/GRILLE/changegrid.pro</a>
1512<table>
1513
1514<tr>
1515<td class="docroutine"><a href="./ToBeReviewed/GRILLE/changegrid.html?format=raw#_changegrid">changegrid</a></td>
1516<td class="docstat partialdoc">partially documented</td>
1517</tr>
1518
1519</table><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw">./ToBeReviewed/GRILLE/cmpgrid.pro</a>
1520<table>
1521
1522<tr>
1523<td class="docroutine"><a href="./ToBeReviewed/GRILLE/cmpgrid.html?format=raw#_cmpgrid">cmpgrid</a></td>
1524<td class="docstat partialdoc">partially documented</td>
1525</tr>
1526
1527</table><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw">./ToBeReviewed/GRILLE/decoupeterre.pro</a>
1528<table>
1529
1530<tr>
1531<td class="docroutine"><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">decoupeterre</a></td>
1532<td class="docstat partialdoc">partially documented</td>
1533</tr>
1534
1535</table><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw">./ToBeReviewed/GRILLE/domdef.pro</a>
1536<table>
1537
1538<tr>
1539<td class="docroutine"><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">domdef</a></td>
1540<td class="docstat partialdoc">partially documented</td>
1541</tr>
1542
1543</table><a href="./ToBeReviewed/GRILLE/grille.html?format=raw">./ToBeReviewed/GRILLE/grille.pro</a>
1544<table>
1545
1546<tr>
1547<td class="docroutine"><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></td>
1548<td class="docstat partialdoc">partially documented</td>
1549</tr>
1550
1551</table><a href="./ToBeReviewed/HOPE/completetype.html?format=raw">./ToBeReviewed/HOPE/completetype.pro</a>
1552<table>
1553
1554<tr>
1555<td class="docroutine"><a href="./ToBeReviewed/HOPE/completetype.html?format=raw#_completetype">completetype</a></td>
1556<td class="docstat partialdoc">partially documented</td>
1557</tr>
1558
1559</table><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw">./ToBeReviewed/HOPE/createhopestruct.pro</a>
1560<table>
1561
1562<tr>
1563<td class="docroutine"><a href="./ToBeReviewed/HOPE/createhopestruct.html?format=raw#_createhopestruct">createhopestruct</a></td>
1564<td class="docstat partialdoc">partially documented</td>
1565</tr>
1566
1567</table><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw">./ToBeReviewed/HOPE/cw_selectinterval.pro</a>
1568<table>
1569
1570<tr>
1571<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_get_value">cw_selectinterval_get_value</a></td>
1572<td class="docstat partialdoc">partially documented</td>
1573</tr>
1574
1575<tr>
1576<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval_event">cw_selectinterval_event</a></td>
1577<td class="docstat notdoc">not documented</td>
1578</tr>
1579
1580<tr>
1581<td class="docroutine"><a href="./ToBeReviewed/HOPE/cw_selectinterval.html?format=raw#_cw_selectinterval">cw_selectinterval</a></td>
1582<td class="docstat notdoc">not documented</td>
1583</tr>
1584
1585</table><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw">./ToBeReviewed/HOPE/domainpart.pro</a>
1586<table>
1587
1588<tr>
1589<td class="docroutine"><a href="./ToBeReviewed/HOPE/domainpart.html?format=raw#_domainpart">domainpart</a></td>
1590<td class="docstat partialdoc">partially documented</td>
1591</tr>
1592
1593</table><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw">./ToBeReviewed/HOPE/findlineandpointtype.pro</a>
1594<table>
1595
1596<tr>
1597<td class="docroutine"><a href="./ToBeReviewed/HOPE/findlineandpointtype.html?format=raw#_findlineandpointtype">findlineandpointtype</a></td>
1598<td class="docstat partialdoc">partially documented</td>
1599</tr>
1600
1601</table><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw">./ToBeReviewed/HOPE/read_hope.pro</a>
1602<table>
1603
1604<tr>
1605<td class="docroutine"><a href="./ToBeReviewed/HOPE/read_hope.html?format=raw#_read_hope_event">read_hope_event</a></td>
1606<td class="docstat notdoc">not documented</td>
1607</tr>
1608
1609</table><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw">./ToBeReviewed/HOPE/rh_alldomains.pro</a>
1610<table>
1611
1612<tr>
1613<td class="docroutine"><a href="./ToBeReviewed/HOPE/rh_alldomains.html?format=raw#_rh_alldomains">rh_alldomains</a></td>
1614<td class="docstat partialdoc">partially documented</td>
1615</tr>
1616
1617</table><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw">./ToBeReviewed/HOPE/sortdim.pro</a>
1618<table>
1619
1620<tr>
1621<td class="docroutine"><a href="./ToBeReviewed/HOPE/sortdim.html?format=raw#_sortdim">sortdim</a></td>
1622<td class="docstat partialdoc">partially documented</td>
1623</tr>
1624
1625</table><a href="./ToBeReviewed/HOPE/xrh.html?format=raw">./ToBeReviewed/HOPE/xrh.pro</a>
1626<table>
1627
1628<tr>
1629<td class="docroutine"><a href="./ToBeReviewed/HOPE/xrh.html?format=raw#_xrh">xrh</a></td>
1630<td class="docstat partialdoc">partially documented</td>
1631</tr>
1632
1633</table><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw">./ToBeReviewed/LECTURE/GRIB/bit2int.pro</a>
1634<table>
1635
1636<tr>
1637<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/bit2int.html?format=raw#_bit2int">bit2int</a></td>
1638<td class="docstat notdoc">not documented</td>
1639</tr>
1640
1641</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib.pro</a>
1642<table>
1643
1644<tr>
1645<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib.html?format=raw#_read_grib">read_grib</a></td>
1646<td class="docstat notdoc">not documented</td>
1647</tr>
1648
1649</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_bds.pro</a>
1650<table>
1651
1652<tr>
1653<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_bds.html?format=raw#_read_grib_bds">read_grib_bds</a></td>
1654<td class="docstat notdoc">not documented</td>
1655</tr>
1656
1657</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_end.pro</a>
1658<table>
1659
1660<tr>
1661<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_end.html?format=raw#_read_grib_end">read_grib_end</a></td>
1662<td class="docstat notdoc">not documented</td>
1663</tr>
1664
1665</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_gds.pro</a>
1666<table>
1667
1668<tr>
1669<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_gds.html?format=raw#_read_grib_gds">read_grib_gds</a></td>
1670<td class="docstat notdoc">not documented</td>
1671</tr>
1672
1673</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_is.pro</a>
1674<table>
1675
1676<tr>
1677<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_is.html?format=raw#_read_grib_is">read_grib_is</a></td>
1678<td class="docstat notdoc">not documented</td>
1679</tr>
1680
1681</table><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_grib_pds.pro</a>
1682<table>
1683
1684<tr>
1685<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_grib_pds.html?format=raw#_read_grib_pds">read_grib_pds</a></td>
1686<td class="docstat notdoc">not documented</td>
1687</tr>
1688
1689</table><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw">./ToBeReviewed/LECTURE/GRIB/read_gribtable.pro</a>
1690<table>
1691
1692<tr>
1693<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/read_gribtable.html?format=raw#_read_gribtable">read_gribtable</a></td>
1694<td class="docstat partialdoc">partially documented</td>
1695</tr>
1696
1697</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_code.pro</a>
1698<table>
1699
1700<tr>
1701<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_code.html?format=raw#_scan_grib_code">scan_grib_code</a></td>
1702<td class="docstat notdoc">not documented</td>
1703</tr>
1704
1705</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_date.pro</a>
1706<table>
1707
1708<tr>
1709<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_date.html?format=raw#_scan_grib_date">scan_grib_date</a></td>
1710<td class="docstat notdoc">not documented</td>
1711</tr>
1712
1713</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.pro</a>
1714<table>
1715
1716<tr>
1717<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html?format=raw#_scan_grib_messize">scan_grib_messize</a></td>
1718<td class="docstat notdoc">not documented</td>
1719</tr>
1720
1721</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.pro</a>
1722<table>
1723
1724<tr>
1725<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html?format=raw#_scan_grib_nbits">scan_grib_nbits</a></td>
1726<td class="docstat notdoc">not documented</td>
1727</tr>
1728
1729</table><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw">./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.pro</a>
1730<table>
1731
1732<tr>
1733<td class="docroutine"><a href="./ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html?format=raw#_scan_grib_recstart">scan_grib_recstart</a></td>
1734<td class="docstat notdoc">not documented</td>
1735</tr>
1736
1737</table><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw">./ToBeReviewed/LECTURE/changeread.pro</a>
1738<table>
1739
1740<tr>
1741<td class="docroutine"><a href="./ToBeReviewed/LECTURE/changeread.html?format=raw#_changeread">changeread</a></td>
1742<td class="docstat partialdoc">partially documented</td>
1743</tr>
1744
1745</table><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw">./ToBeReviewed/LECTURE/read_ftp.pro</a>
1746<table>
1747
1748<tr>
1749<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_post">ftp_post</a></td>
1750<td class="docstat notdoc">not documented</td>
1751</tr>
1752
1753<tr>
1754<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_parse_pasv">ftp_parse_pasv</a></td>
1755<td class="docstat notdoc">not documented</td>
1756</tr>
1757
1758<tr>
1759<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_read_ftp">read_ftp</a></td>
1760<td class="docstat partialdoc">partially documented</td>
1761</tr>
1762
1763</table><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw">./ToBeReviewed/LECTURE/read_ncdf.pro</a>
1764<table>
1765
1766<tr>
1767<td class="docroutine"><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw#_read_ncdf">read_ncdf</a></td>
1768<td class="docstat partialdoc">partially documented</td>
1769</tr>
1770
1771</table><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw">./ToBeReviewed/LECTURE/xncdf_lec.pro</a>
1772<table>
1773
1774<tr>
1775<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var_event">wid_var_event</a></td>
1776<td class="docstat partialdoc">partially documented</td>
1777</tr>
1778
1779<tr>
1780<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_wid_var">wid_var</a></td>
1781<td class="docstat partialdoc">partially documented</td>
1782</tr>
1783
1784<tr>
1785<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec_event">xncdf_lec_event</a></td>
1786<td class="docstat partialdoc">partially documented</td>
1787</tr>
1788
1789<tr>
1790<td class="docroutine"><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">xncdf_lec</a></td>
1791<td class="docstat partialdoc">partially documented</td>
1792</tr>
1793
1794</table><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/bar_plot.pro</a>
1795<table>
1796
1797<tr>
1798<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/bar_plot.html?format=raw#_bar_plot">bar_plot</a></td>
1799<td class="docstat partialdoc">partially documented</td>
1800</tr>
1801
1802</table><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/plt1d.pro</a>
1803<table>
1804
1805<tr>
1806<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/plt1d.html?format=raw#_plt1d">plt1d</a></td>
1807<td class="docstat partialdoc">partially documented</td>
1808</tr>
1809
1810</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltbase.pro</a>
1811<table>
1812
1813<tr>
1814<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltbase.html?format=raw#_pltbase">pltbase</a></td>
1815<td class="docstat partialdoc">partially documented</td>
1816</tr>
1817
1818</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltsc.pro</a>
1819<table>
1820
1821<tr>
1822<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltsc.html?format=raw#_pltsc">pltsc</a></td>
1823<td class="docstat partialdoc">partially documented</td>
1824</tr>
1825
1826</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltt.pro</a>
1827<table>
1828
1829<tr>
1830<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">pltt</a></td>
1831<td class="docstat partialdoc">partially documented</td>
1832</tr>
1833
1834</table><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/pltz.pro</a>
1835<table>
1836
1837<tr>
1838<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">pltz</a></td>
1839<td class="docstat partialdoc">partially documented</td>
1840</tr>
1841
1842</table><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro</a>
1843<table>
1844
1845<tr>
1846<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/sbar_plot.html?format=raw#_sbar_plot">sbar_plot</a></td>
1847<td class="docstat partialdoc">partially documented</td>
1848</tr>
1849
1850</table><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/scontour.pro</a>
1851<table>
1852
1853<tr>
1854<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/scontour.html?format=raw#_scontour">scontour</a></td>
1855<td class="docstat partialdoc">partially documented</td>
1856</tr>
1857
1858</table><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/splot.pro</a>
1859<table>
1860
1861<tr>
1862<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/splot.html?format=raw#_splot">splot</a></td>
1863<td class="docstat partialdoc">partially documented</td>
1864</tr>
1865
1866</table><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw">./ToBeReviewed/PLOTS/DESSINE/tvplus.pro</a>
1867<table>
1868
1869<tr>
1870<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DESSINE/tvplus.html?format=raw#_tvplus">tvplus</a></td>
1871<td class="docstat partialdoc">partially documented</td>
1872</tr>
1873
1874</table><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/addaxe.pro</a>
1875<table>
1876
1877<tr>
1878<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/addaxe.html?format=raw#_addaxe">addaxe</a></td>
1879<td class="docstat partialdoc">partially documented</td>
1880</tr>
1881
1882</table><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro</a>
1883<table>
1884
1885<tr>
1886<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">axis4pltz</a></td>
1887<td class="docstat partialdoc">partially documented</td>
1888</tr>
1889
1890</table><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro</a>
1891<table>
1892
1893<tr>
1894<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/barrecouleur.html?format=raw#_barrecouleur">barrecouleur</a></td>
1895<td class="docstat partialdoc">partially documented</td>
1896</tr>
1897
1898</table><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checkfield.pro</a>
1899<table>
1900
1901<tr>
1902<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_1d">err_1d</a></td>
1903<td class="docstat notdoc">not documented</td>
1904</tr>
1905
1906<tr>
1907<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_2d">err_2d</a></td>
1908<td class="docstat notdoc">not documented</td>
1909</tr>
1910
1911<tr>
1912<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_err_3d">err_3d</a></td>
1913<td class="docstat notdoc">not documented</td>
1914</tr>
1915
1916<tr>
1917<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checkfield.html?format=raw#_checkfield">checkfield</a></td>
1918<td class="docstat partialdoc">partially documented</td>
1919</tr>
1920
1921</table><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro</a>
1922<table>
1923
1924<tr>
1925<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html?format=raw#_checktypeminmax">checktypeminmax</a></td>
1926<td class="docstat partialdoc">partially documented</td>
1927</tr>
1928
1929</table><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/determineminmax.pro</a>
1930<table>
1931
1932<tr>
1933<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">determineminmax</a></td>
1934<td class="docstat partialdoc">partially documented</td>
1935</tr>
1936
1937</table><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/givewindowsize.pro</a>
1938<table>
1939
1940<tr>
1941<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw#_givewindowsize">givewindowsize</a></td>
1942<td class="docstat partialdoc">partially documented</td>
1943</tr>
1944
1945</table><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw">./ToBeReviewed/PLOTS/DIVERS/placedessin.pro</a>
1946<table>
1947
1948<tr>
1949<td class="docroutine"><a href="./ToBeReviewed/PLOTS/DIVERS/placedessin.html?format=raw#_placedessin">placedessin</a></td>
1950<td class="docstat partialdoc">partially documented</td>
1951</tr>
1952
1953</table><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label.pro</a>
1954<table>
1955
1956<tr>
1957<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label.html?format=raw#_label">label</a></td>
1958<td class="docstat partialdoc">partially documented</td>
1959</tr>
1960
1961</table><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_date.pro</a>
1962<table>
1963
1964<tr>
1965<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_date.html?format=raw#_LABEL_DATE">LABEL_DATE</a></td>
1966<td class="docstat partialdoc">partially documented</td>
1967</tr>
1968
1969</table><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw">./ToBeReviewed/PLOTS/LABEL/label_gmt.pro</a>
1970<table>
1971
1972<tr>
1973<td class="docroutine"><a href="./ToBeReviewed/PLOTS/LABEL/label_gmt.html?format=raw#_label_gmt">label_gmt</a></td>
1974<td class="docstat notdoc">not documented</td>
1975</tr>
1976
1977</table><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro</a>
1978<table>
1979
1980<tr>
1981<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html?format=raw#_ajoutvect">ajoutvect</a></td>
1982<td class="docstat partialdoc">partially documented</td>
1983</tr>
1984
1985</table><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw">./ToBeReviewed/PLOTS/VECTEUR/vecteur.pro</a>
1986<table>
1987
1988<tr>
1989<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_cv_cm2normal">cv_cm2normal</a></td>
1990<td class="docstat notdoc">not documented</td>
1991</tr>
1992
1993<tr>
1994<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_normalise">normalise</a></td>
1995<td class="docstat notdoc">not documented</td>
1996</tr>
1997
1998<tr>
1999<td class="docroutine"><a href="./ToBeReviewed/PLOTS/VECTEUR/vecteur.html?format=raw#_vecteur">vecteur</a></td>
2000<td class="docstat partialdoc">partially documented</td>
2001</tr>
2002
2003</table><a href="./ToBeReviewed/PLOTS/axe.html?format=raw">./ToBeReviewed/PLOTS/axe.pro</a>
2004<table>
2005
2006<tr>
2007<td class="docroutine"><a href="./ToBeReviewed/PLOTS/axe.html?format=raw#_axe">axe</a></td>
2008<td class="docstat partialdoc">partially documented</td>
2009</tr>
2010
2011</table><a href="./ToBeReviewed/PLOTS/legende.html?format=raw">./ToBeReviewed/PLOTS/legende.pro</a>
2012<table>
2013
2014<tr>
2015<td class="docroutine"><a href="./ToBeReviewed/PLOTS/legende.html?format=raw#_legende">legende</a></td>
2016<td class="docstat partialdoc">partially documented</td>
2017</tr>
2018
2019</table><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw">./ToBeReviewed/PLOTS/plotsym.pro</a>
2020<table>
2021
2022<tr>
2023<td class="docroutine"><a href="./ToBeReviewed/PLOTS/plotsym.html?format=raw#_plotsym">plotsym</a></td>
2024<td class="docstat partialdoc">partially documented</td>
2025</tr>
2026
2027</table><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw">./ToBeReviewed/POSTSCRIPT/calibre.pro</a>
2028<table>
2029
2030<tr>
2031<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/calibre.html?format=raw#_calibre">calibre</a></td>
2032<td class="docstat partialdoc">partially documented</td>
2033</tr>
2034
2035</table><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw">./ToBeReviewed/POSTSCRIPT/chcolps.pro</a>
2036<table>
2037
2038<tr>
2039<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_format_colortable_hexa">format_colortable_hexa</a></td>
2040<td class="docstat notdoc">not documented</td>
2041</tr>
2042
2043<tr>
2044<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_build_table">build_table</a></td>
2045<td class="docstat notdoc">not documented</td>
2046</tr>
2047
2048<tr>
2049<td class="docroutine"><a href="./ToBeReviewed/POSTSCRIPT/chcolps.html?format=raw#_chcolps">chcolps</a></td>
2050<td class="docstat notdoc">not documented</td>
2051</tr>
2052
2053</table><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw">./ToBeReviewed/STATISTICS/a_correlate2d.pro</a>
2054<table>
2055
2056<tr>
2057<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_Auto_Cov2d">Auto_Cov2d</a></td>
2058<td class="docstat partialdoc">partially documented</td>
2059</tr>
2060
2061<tr>
2062<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_correlate2d.html?format=raw#_A_Correlate2d">A_Correlate2d</a></td>
2063<td class="docstat notdoc">not documented</td>
2064</tr>
2065
2066</table><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/a_timecorrelate.pro</a>
2067<table>
2068
2069<tr>
2070<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_TimeAuto_Cov">TimeAuto_Cov</a></td>
2071<td class="docstat partialdoc">partially documented</td>
2072</tr>
2073
2074<tr>
2075<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/a_timecorrelate.html?format=raw#_A_TimeCorrelate">A_TimeCorrelate</a></td>
2076<td class="docstat notdoc">not documented</td>
2077</tr>
2078
2079</table><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw">./ToBeReviewed/STATISTICS/c_timecorrelate.pro</a>
2080<table>
2081
2082<tr>
2083<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_TimeCross_Cov">TimeCross_Cov</a></td>
2084<td class="docstat partialdoc">partially documented</td>
2085</tr>
2086
2087<tr>
2088<td class="docroutine"><a href="./ToBeReviewed/STATISTICS/c_timecorrelate.html?format=raw#_C_Timecorrelate">C_Timecorrelate</a></td>
2089<td class="docstat notdoc">not documented</td>
2090</tr>
2091
2092</table><a href="./ToBeReviewed/STRING/getwrd.html?format=raw">./ToBeReviewed/STRING/getwrd.pro</a>
2093<table>
2094
2095<tr>
2096<td class="docroutine"><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_GETWRD">GETWRD</a></td>
2097<td class="docstat partialdoc">partially documented</td>
2098</tr>
2099
2100</table><a href="./ToBeReviewed/STRING/lenstr.html?format=raw">./ToBeReviewed/STRING/lenstr.pro</a>
2101<table>
2102
2103<tr>
2104<td class="docroutine"><a href="./ToBeReviewed/STRING/lenstr.html?format=raw#_lenstr">lenstr</a></td>
2105<td class="docstat partialdoc">partially documented</td>
2106</tr>
2107
2108</table><a href="./ToBeReviewed/STRING/putfile.html?format=raw">./ToBeReviewed/STRING/putfile.pro</a>
2109<table>
2110
2111<tr>
2112<td class="docroutine"><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">putfile</a></td>
2113<td class="docstat partialdoc">partially documented</td>
2114</tr>
2115
2116</table><a href="./ToBeReviewed/STRING/string2struct.html?format=raw">./ToBeReviewed/STRING/string2struct.pro</a>
2117<table>
2118
2119<tr>
2120<td class="docroutine"><a href="./ToBeReviewed/STRING/string2struct.html?format=raw#_too_cool">too_cool</a></td>
2121<td class="docstat notdoc">not documented</td>
2122</tr>
2123
2124</table><a href="./ToBeReviewed/STRING/strrepl.html?format=raw">./ToBeReviewed/STRING/strrepl.pro</a>
2125<table>
2126
2127<tr>
2128<td class="docroutine"><a href="./ToBeReviewed/STRING/strrepl.html?format=raw#_strrepl">strrepl</a></td>
2129<td class="docstat partialdoc">partially documented</td>
2130</tr>
2131
2132</table><a href="./ToBeReviewed/STRING/strsci.html?format=raw">./ToBeReviewed/STRING/strsci.pro</a>
2133<table>
2134
2135<tr>
2136<td class="docroutine"><a href="./ToBeReviewed/STRING/strsci.html?format=raw#_StrSci">StrSci</a></td>
2137<td class="docstat partialdoc">partially documented</td>
2138</tr>
2139
2140</table><a href="./ToBeReviewed/STRING/strwhere.html?format=raw">./ToBeReviewed/STRING/strwhere.pro</a>
2141<table>
2142
2143<tr>
2144<td class="docroutine"><a href="./ToBeReviewed/STRING/strwhere.html?format=raw#_strwhere">strwhere</a></td>
2145<td class="docstat partialdoc">partially documented</td>
2146</tr>
2147
2148</table><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw">./ToBeReviewed/STRUCTURE/chkstru.pro</a>
2149<table>
2150
2151<tr>
2152<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/chkstru.html?format=raw#_chkstru">chkstru</a></td>
2153<td class="docstat partialdoc">partially documented</td>
2154</tr>
2155
2156</table><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw">./ToBeReviewed/STRUCTURE/extractstru.pro</a>
2157<table>
2158
2159<tr>
2160<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/extractstru.html?format=raw#_extractstru">extractstru</a></td>
2161<td class="docstat partialdoc">partially documented</td>
2162</tr>
2163
2164</table><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw">./ToBeReviewed/STRUCTURE/mixstru.pro</a>
2165<table>
2166
2167<tr>
2168<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/mixstru.html?format=raw#_mixstru">mixstru</a></td>
2169<td class="docstat partialdoc">partially documented</td>
2170</tr>
2171
2172</table><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw">./ToBeReviewed/STRUCTURE/struct2string.pro</a>
2173<table>
2174
2175<tr>
2176<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/struct2string.html?format=raw#_struct2string">struct2string</a></td>
2177<td class="docstat partialdoc">partially documented</td>
2178</tr>
2179
2180</table><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw">./ToBeReviewed/STRUCTURE/where_tag.pro</a>
2181<table>
2182
2183<tr>
2184<td class="docroutine"><a href="./ToBeReviewed/STRUCTURE/where_tag.html?format=raw#_where_Tag">where_Tag</a></td>
2185<td class="docstat partialdoc">partially documented</td>
2186</tr>
2187
2188</table><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw">./ToBeReviewed/TRIANGULATION/ciseauxtri.pro</a>
2189<table>
2190
2191<tr>
2192<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">ciseauxtri</a></td>
2193<td class="docstat partialdoc">partially documented</td>
2194</tr>
2195
2196</table><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw">./ToBeReviewed/TRIANGULATION/completecointerre.pro</a>
2197<table>
2198
2199<tr>
2200<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_draw_corner_triangle">draw_corner_triangle</a></td>
2201<td class="docstat partialdoc">partially documented</td>
2202</tr>
2203
2204<tr>
2205<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/completecointerre.html?format=raw#_completecointerre">completecointerre</a></td>
2206<td class="docstat notdoc">not documented</td>
2207</tr>
2208
2209</table><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri.pro</a>
2210<table>
2211
2212<tr>
2213<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri.html?format=raw#_definetri">definetri</a></td>
2214<td class="docstat partialdoc">partially documented</td>
2215</tr>
2216
2217</table><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw">./ToBeReviewed/TRIANGULATION/definetri_e.pro</a>
2218<table>
2219
2220<tr>
2221<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_numtri">numtri</a></td>
2222<td class="docstat notdoc">not documented</td>
2223</tr>
2224
2225<tr>
2226<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/definetri_e.html?format=raw#_definetri_e">definetri_e</a></td>
2227<td class="docstat partialdoc">partially documented</td>
2228</tr>
2229
2230</table><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw">./ToBeReviewed/TRIANGULATION/dessinetri.pro</a>
2231<table>
2232
2233<tr>
2234<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/dessinetri.html?format=raw#_dessinetri">dessinetri</a></td>
2235<td class="docstat partialdoc">partially documented</td>
2236</tr>
2237
2238</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_c.pro</a>
2239<table>
2240
2241<tr>
2242<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_c.html?format=raw#_drawcoast_c">drawcoast_c</a></td>
2243<td class="docstat notdoc">not documented</td>
2244</tr>
2245
2246</table><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw">./ToBeReviewed/TRIANGULATION/drawcoast_e.pro</a>
2247<table>
2248
2249<tr>
2250<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawcoast_e.html?format=raw#_drawcoast_e">drawcoast_e</a></td>
2251<td class="docstat notdoc">not documented</td>
2252</tr>
2253
2254</table><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw">./ToBeReviewed/TRIANGULATION/drawsectionbottom.pro</a>
2255<table>
2256
2257<tr>
2258<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/drawsectionbottom.html?format=raw#_drawsectionbottom">drawsectionbottom</a></td>
2259<td class="docstat partialdoc">partially documented</td>
2260</tr>
2261
2262</table><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw">./ToBeReviewed/TRIANGULATION/fillcornermask.pro</a>
2263<table>
2264
2265<tr>
2266<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/fillcornermask.html?format=raw#_fillcornermask">fillcornermask</a></td>
2267<td class="docstat partialdoc">partially documented</td>
2268</tr>
2269
2270</table><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw">./ToBeReviewed/TRIANGULATION/section.pro</a>
2271<table>
2272
2273<tr>
2274<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">section</a></td>
2275<td class="docstat partialdoc">partially documented</td>
2276</tr>
2277
2278</table><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw">./ToBeReviewed/TRIANGULATION/tracecote.pro</a>
2279<table>
2280
2281<tr>
2282<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracecote.html?format=raw#_tracecote">tracecote</a></td>
2283<td class="docstat partialdoc">partially documented</td>
2284</tr>
2285
2286</table><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw">./ToBeReviewed/TRIANGULATION/tracemask.pro</a>
2287<table>
2288
2289<tr>
2290<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/tracemask.html?format=raw#_tracemask">tracemask</a></td>
2291<td class="docstat partialdoc">partially documented</td>
2292</tr>
2293
2294</table><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule.pro</a>
2295<table>
2296
2297<tr>
2298<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule.html?format=raw#_triangule">triangule</a></td>
2299<td class="docstat notdoc">not documented</td>
2300</tr>
2301
2302</table><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_c.pro</a>
2303<table>
2304
2305<tr>
2306<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_c.html?format=raw#_triangule_c">triangule_c</a></td>
2307<td class="docstat partialdoc">partially documented</td>
2308</tr>
2309
2310</table><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw">./ToBeReviewed/TRIANGULATION/triangule_e.pro</a>
2311<table>
2312
2313<tr>
2314<td class="docroutine"><a href="./ToBeReviewed/TRIANGULATION/triangule_e.html?format=raw#_triangule_e">triangule_e</a></td>
2315<td class="docstat partialdoc">partially documented</td>
2316</tr>
2317
2318</table><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">./ToBeReviewed/UTILITAIRE/get_extra.pro</a>
2319<table>
2320
2321<tr>
2322<td class="docroutine"><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></td>
2323<td class="docstat partialdoc">partially documented</td>
2324</tr>
2325
2326</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.pro</a>
2327<table>
2328
2329<tr>
2330<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html?format=raw#_buildcmd">buildcmd</a></td>
2331<td class="docstat partialdoc">partially documented</td>
2332</tr>
2333
2334</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.pro</a>
2335<table>
2336
2337<tr>
2338<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html?format=raw#_buildreadcmd">buildreadcmd</a></td>
2339<td class="docstat partialdoc">partially documented</td>
2340</tr>
2341
2342</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.pro</a>
2343<table>
2344
2345<tr>
2346<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html?format=raw#_changefield">changefield</a></td>
2347<td class="docstat notdoc">not documented</td>
2348</tr>
2349
2350</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.pro</a>
2351<table>
2352
2353<tr>
2354<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html?format=raw#_changefile">changefile</a></td>
2355<td class="docstat notdoc">not documented</td>
2356</tr>
2357
2358</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro</a>
2359<table>
2360
2361<tr>
2362<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html?format=raw#_createhistory">createhistory</a></td>
2363<td class="docstat notdoc">not documented</td>
2364</tr>
2365
2366</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.pro</a>
2367<table>
2368
2369<tr>
2370<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html?format=raw#_cutcmd">cutcmd</a></td>
2371<td class="docstat notdoc">not documented</td>
2372</tr>
2373
2374</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.pro</a>
2375<table>
2376
2377<tr>
2378<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/definedefaultextra.html?format=raw#_definedefaultextra">definedefaultextra</a></td>
2379<td class="docstat notdoc">not documented</td>
2380</tr>
2381
2382</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.pro</a>
2383<table>
2384
2385<tr>
2386<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html?format=raw#_doubleclickaction">doubleclickaction</a></td>
2387<td class="docstat notdoc">not documented</td>
2388</tr>
2389
2390</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.pro</a>
2391<table>
2392
2393<tr>
2394<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/extractatt.html?format=raw#_extractatt">extractatt</a></td>
2395<td class="docstat notdoc">not documented</td>
2396</tr>
2397
2398</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.pro</a>
2399<table>
2400
2401<tr>
2402<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.html?format=raw#_findline">findline</a></td>
2403<td class="docstat notdoc">not documented</td>
2404</tr>
2405
2406</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.pro</a>
2407<table>
2408
2409<tr>
2410<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/identifyclick.html?format=raw#_identifyclick">identifyclick</a></td>
2411<td class="docstat notdoc">not documented</td>
2412</tr>
2413
2414</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.pro</a>
2415<table>
2416
2417<tr>
2418<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html?format=raw#_inserthistory">inserthistory</a></td>
2419<td class="docstat notdoc">not documented</td>
2420</tr>
2421
2422</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro</a>
2423<table>
2424
2425<tr>
2426<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html?format=raw#_letsdraw">letsdraw</a></td>
2427<td class="docstat partialdoc">partially documented</td>
2428</tr>
2429
2430</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro</a>
2431<table>
2432
2433<tr>
2434<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html?format=raw#_loadgrid">loadgrid</a></td>
2435<td class="docstat notdoc">not documented</td>
2436</tr>
2437
2438</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.pro</a>
2439<table>
2440
2441<tr>
2442<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/longclickaction.html?format=raw#_longclickaction">longclickaction</a></td>
2443<td class="docstat notdoc">not documented</td>
2444</tr>
2445
2446</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro</a>
2447<table>
2448
2449<tr>
2450<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html?format=raw#_read_vermair">read_vermair</a></td>
2451<td class="docstat notdoc">not documented</td>
2452</tr>
2453
2454</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro</a>
2455<table>
2456
2457<tr>
2458<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">scanfile</a></td>
2459<td class="docstat notdoc">not documented</td>
2460</tr>
2461
2462</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro</a>
2463<table>
2464
2465<tr>
2466<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile_event">selectfile_event</a></td>
2467<td class="docstat notdoc">not documented</td>
2468</tr>
2469
2470<tr>
2471<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html?format=raw#_selectfile">selectfile</a></td>
2472<td class="docstat notdoc">not documented</td>
2473</tr>
2474
2475</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.pro</a>
2476<table>
2477
2478<tr>
2479<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/singleclickaction.html?format=raw#_singleclickaction">singleclickaction</a></td>
2480<td class="docstat notdoc">not documented</td>
2481</tr>
2482
2483</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.pro</a>
2484<table>
2485
2486<tr>
2487<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html?format=raw#_tracecadre">tracecadre</a></td>
2488<td class="docstat notdoc">not documented</td>
2489</tr>
2490
2491</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.pro</a>
2492<table>
2493
2494<tr>
2495<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/updatewidget.html?format=raw#_updatewidget">updatewidget</a></td>
2496<td class="docstat notdoc">not documented</td>
2497</tr>
2498
2499</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.pro</a>
2500<table>
2501
2502<tr>
2503<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim_event">xcreateanim_event</a></td>
2504<td class="docstat notdoc">not documented</td>
2505</tr>
2506
2507<tr>
2508<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.html?format=raw#_xcreateanim">xcreateanim</a></td>
2509<td class="docstat notdoc">not documented</td>
2510</tr>
2511
2512</table><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw">./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro</a>
2513<table>
2514
2515<tr>
2516<td class="docroutine"><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html?format=raw#_xxxmenubar_event">xxxmenubar_event</a></td>
2517<td class="docstat notdoc">not documented</td>
2518</tr>
2519
2520</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro</a>
2521<table>
2522
2523<tr>
2524<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_SETV">CW_BGROUP_SETV</a></td>
2525<td class="docstat partialdoc">partially documented</td>
2526</tr>
2527
2528<tr>
2529<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_GETV">CW_BGROUP_GETV</a></td>
2530<td class="docstat notdoc">not documented</td>
2531</tr>
2532
2533<tr>
2534<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP_EVENT">CW_BGROUP_EVENT</a></td>
2535<td class="docstat notdoc">not documented</td>
2536</tr>
2537
2538<tr>
2539<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html?format=raw#_CW_BGROUP">CW_BGROUP</a></td>
2540<td class="docstat notdoc">not documented</td>
2541</tr>
2542
2543</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro</a>
2544<table>
2545
2546<tr>
2547<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_set_value">cw_calendar_set_value</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#_cw_calendar_get_value">cw_calendar_get_value</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#_get_cal_value">get_cal_value</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#_set_cal_combobox">set_cal_combobox</a></td>
2563<td class="docstat notdoc">not documented</td>
2564</tr>
2565
2566<tr>
2567<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_move">move</a></td>
2568<td class="docstat notdoc">not documented</td>
2569</tr>
2570
2571<tr>
2572<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar_event">cw_calendar_event</a></td>
2573<td class="docstat notdoc">not documented</td>
2574</tr>
2575
2576<tr>
2577<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_cw_calendar">cw_calendar</a></td>
2578<td class="docstat notdoc">not documented</td>
2579</tr>
2580
2581</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro</a>
2582<table>
2583
2584<tr>
2585<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>
2586<td class="docstat partialdoc">partially documented</td>
2587</tr>
2588
2589<tr>
2590<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>
2591<td class="docstat notdoc">not documented</td>
2592</tr>
2593
2594<tr>
2595<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>
2596<td class="docstat notdoc">not documented</td>
2597</tr>
2598
2599<tr>
2600<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html?format=raw#_cw_combobox_pm">cw_combobox_pm</a></td>
2601<td class="docstat notdoc">not documented</td>
2602</tr>
2603
2604</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro</a>
2605<table>
2606
2607<tr>
2608<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_set_value">cw_domain_set_value</a></td>
2609<td class="docstat notdoc">not documented</td>
2610</tr>
2611
2612<tr>
2613<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_get_value">cw_domain_get_value</a></td>
2614<td class="docstat notdoc">not documented</td>
2615</tr>
2616
2617<tr>
2618<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain_event">cw_domain_event</a></td>
2619<td class="docstat notdoc">not documented</td>
2620</tr>
2621
2622<tr>
2623<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html?format=raw#_cw_domain">cw_domain</a></td>
2624<td class="docstat notdoc">not documented</td>
2625</tr>
2626
2627</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro</a>
2628<table>
2629
2630<tr>
2631<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>
2632<td class="docstat partialdoc">partially documented</td>
2633</tr>
2634
2635<tr>
2636<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>
2637<td class="docstat notdoc">not documented</td>
2638</tr>
2639
2640<tr>
2641<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>
2642<td class="docstat notdoc">not documented</td>
2643</tr>
2644
2645<tr>
2646<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.html?format=raw#_cw_droplist_pm">cw_droplist_pm</a></td>
2647<td class="docstat notdoc">not documented</td>
2648</tr>
2649
2650</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro</a>
2651<table>
2652
2653<tr>
2654<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout_event">cw_pagelayout_event</a></td>
2655<td class="docstat notdoc">not documented</td>
2656</tr>
2657
2658<tr>
2659<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.html?format=raw#_cw_pagelayout">cw_pagelayout</a></td>
2660<td class="docstat notdoc">not documented</td>
2661</tr>
2662
2663</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro</a>
2664<table>
2665
2666<tr>
2667<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>
2668<td class="docstat notdoc">not documented</td>
2669</tr>
2670
2671<tr>
2672<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>
2673<td class="docstat notdoc">not documented</td>
2674</tr>
2675
2676<tr>
2677<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html?format=raw#_cw_slide_slice">cw_slide_slice</a></td>
2678<td class="docstat notdoc">not documented</td>
2679</tr>
2680
2681</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro</a>
2682<table>
2683
2684<tr>
2685<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decvalue">decvalue</a></td>
2686<td class="docstat partialdoc">partially documented</td>
2687</tr>
2688
2689<tr>
2690<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_decind">decind</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_set_value">cw_slider_pm_set_value</a></td>
2696<td class="docstat notdoc">not documented</td>
2697</tr>
2698
2699<tr>
2700<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>
2701<td class="docstat notdoc">not documented</td>
2702</tr>
2703
2704<tr>
2705<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>
2706<td class="docstat notdoc">not documented</td>
2707</tr>
2708
2709<tr>
2710<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html?format=raw#_cw_slider_pm">cw_slider_pm</a></td>
2711<td class="docstat notdoc">not documented</td>
2712</tr>
2713
2714</table><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw">./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro</a>
2715<table>
2716
2717<tr>
2718<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_set_value">cw_specifie_set_value</a></td>
2719<td class="docstat notdoc">not documented</td>
2720</tr>
2721
2722<tr>
2723<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_get_value">cw_specifie_get_value</a></td>
2724<td class="docstat notdoc">not documented</td>
2725</tr>
2726
2727<tr>
2728<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie_event">cw_specifie_event</a></td>
2729<td class="docstat notdoc">not documented</td>
2730</tr>
2731
2732<tr>
2733<td class="docroutine"><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html?format=raw#_cw_specifie">cw_specifie</a></td>
2734<td class="docstat notdoc">not documented</td>
2735</tr>
2736
2737</table><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw">./ToBeReviewed/WIDGET/findtopid.pro</a>
2738<table>
2739
2740<tr>
2741<td class="docroutine"><a href="./ToBeReviewed/WIDGET/findtopid.html?format=raw#_findtopid">findtopid</a></td>
2742<td class="docstat partialdoc">partially documented</td>
2743</tr>
2744
2745</table><a href="./ToBeReviewed/WIDGET/slec.html?format=raw">./ToBeReviewed/WIDGET/slec.pro</a>
2746<table>
2747
2748<tr>
2749<td class="docroutine"><a href="./ToBeReviewed/WIDGET/slec.html?format=raw#_slec">slec</a></td>
2750<td class="docstat notdoc">not documented</td>
2751</tr>
2752
2753</table><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw">./ToBeReviewed/WIDGET/xnotice.pro</a>
2754<table>
2755
2756<tr>
2757<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xnotice.html?format=raw#_xnotice">xnotice</a></td>
2758<td class="docstat partialdoc">partially documented</td>
2759</tr>
2760
2761</table><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw">./ToBeReviewed/WIDGET/xquestion.pro</a>
2762<table>
2763
2764<tr>
2765<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion_event">xquestion_event</a></td>
2766<td class="docstat partialdoc">partially documented</td>
2767</tr>
2768
2769<tr>
2770<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xquestion.html?format=raw#_xquestion">xquestion</a></td>
2771<td class="docstat notdoc">not documented</td>
2772</tr>
2773
2774</table><a href="./ToBeReviewed/WIDGET/xx.html?format=raw">./ToBeReviewed/WIDGET/xx.pro</a>
2775<table>
2776
2777<tr>
2778<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xx.html?format=raw#_xx">xx</a></td>
2779<td class="docstat notdoc">not documented</td>
2780</tr>
2781
2782</table><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw">./ToBeReviewed/WIDGET/xxx.pro</a>
2783<table>
2784
2785<tr>
2786<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx_event">xxx_event</a></td>
2787<td class="docstat partialdoc">partially documented</td>
2788</tr>
2789
2790<tr>
2791<td class="docroutine"><a href="./ToBeReviewed/WIDGET/xxx.html?format=raw#_xxx">xxx</a></td>
2792<td class="docstat notdoc">not documented</td>
2793</tr>
2794
2795</table><a href="./Utilities/createfunc.html?format=raw">./Utilities/createfunc.pro</a>
2796<table>
2797
2798<tr>
2799<td class="docroutine"><a href="./Utilities/createfunc.html?format=raw#_createfunc">createfunc</a></td>
2800<td class="docstat partialdoc">partially documented</td>
2801</tr>
2802
2803</table><a href="./buildinit.html?format=raw">./buildinit.pro</a>
2804<table>
2805
2806<tr>
2807<td class="docroutine"><a href="./buildinit.html?format=raw#_CW_FIELD2">CW_FIELD2</a></td>
2808<td class="docstat partialdoc">partially documented</td>
2809</tr>
2810
2811<tr>
2812<td class="docroutine"><a href="./buildinit.html?format=raw#_printerdef_event">printerdef_event</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#_papsize_event">papsize_event</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#_xask_event">xask_event</a></td>
2823<td class="docstat notdoc">not documented</td>
2824</tr>
2825
2826<tr>
2827<td class="docroutine"><a href="./buildinit.html?format=raw#_xask">xask</a></td>
2828<td class="docstat notdoc">not documented</td>
2829</tr>
2830
2831<tr>
2832<td class="docroutine"><a href="./buildinit.html?format=raw#_getdir">getdir</a></td>
2833<td class="docstat notdoc">not documented</td>
2834</tr>
2835
2836<tr>
2837<td class="docroutine"><a href="./buildinit.html?format=raw#_buildinit">buildinit</a></td>
2838<td class="docstat notdoc">not documented</td>
2839</tr>
2840
2841</table></div>
2842<div id="obsolete">
2843  <h2>Obsolete routines</h2><a href="./Obsolete/cp.html?format=raw">./Obsolete/cp.pro</a>
2844<table>
2845
2846<tr>
2847<td class="obsroutine"><a href="./Obsolete/cp.html?format=raw#_cp">cp</a></td>
2848</tr>
2849
2850</table><a href="./Obsolete/extrait.html?format=raw">./Obsolete/extrait.pro</a>
2851<table>
2852
2853<tr>
2854<td class="obsroutine"><a href="./Obsolete/extrait.html?format=raw#_extrait">extrait</a></td>
2855</tr>
2856
2857</table><a href="./Obsolete/ficdate.html?format=raw">./Obsolete/ficdate.pro</a>
2858<table>
2859
2860<tr>
2861<td class="obsroutine"><a href="./Obsolete/ficdate.html?format=raw#_ficdate">ficdate</a></td>
2862</tr>
2863
2864</table><a href="./Obsolete/imprime.html?format=raw">./Obsolete/imprime.pro</a>
2865<table>
2866
2867<tr>
2868<td class="obsroutine"><a href="./Obsolete/imprime.html?format=raw#_imprime">imprime</a></td>
2869</tr>
2870
2871</table><a href="./Obsolete/jourdsmois.html?format=raw">./Obsolete/jourdsmois.pro</a>
2872<table>
2873
2874<tr>
2875<td class="obsroutine"><a href="./Obsolete/jourdsmois.html?format=raw#_jourdsmois">jourdsmois</a></td>
2876</tr>
2877
2878</table><a href="./Obsolete/juldate.html?format=raw">./Obsolete/juldate.pro</a>
2879<table>
2880
2881<tr>
2882<td class="obsroutine"><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></td>
2883</tr>
2884
2885</table><a href="./Obsolete/lec.html?format=raw">./Obsolete/lec.pro</a>
2886<table>
2887
2888<tr>
2889<td class="obsroutine"><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></td>
2890</tr>
2891
2892</table><a href="./Obsolete/lect.html?format=raw">./Obsolete/lect.pro</a>
2893<table>
2894
2895<tr>
2896<td class="obsroutine"><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></td>
2897</tr>
2898
2899</table><a href="./Obsolete/meshlec.html?format=raw">./Obsolete/meshlec.pro</a>
2900<table>
2901
2902<tr>
2903<td class="obsroutine"><a href="./Obsolete/meshlec.html?format=raw#_meshlec">meshlec</a></td>
2904</tr>
2905
2906</table><a href="./Obsolete/ncdf_meshlec.html?format=raw">./Obsolete/ncdf_meshlec.pro</a>
2907<table>
2908
2909<tr>
2910<td class="obsroutine"><a href="./Obsolete/ncdf_meshlec.html?format=raw#_ncdf_meshlec">ncdf_meshlec</a></td>
2911</tr>
2912
2913</table><a href="./Obsolete/nlec.html?format=raw">./Obsolete/nlec.pro</a>
2914<table>
2915
2916<tr>
2917<td class="obsroutine"><a href="./Obsolete/nlec.html?format=raw#_nlec">nlec</a></td>
2918</tr>
2919
2920</table><a href="./Obsolete/nlec5j.html?format=raw">./Obsolete/nlec5j.pro</a>
2921<table>
2922
2923<tr>
2924<td class="obsroutine"><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></td>
2925</tr>
2926
2927</table><a href="./Obsolete/nlecan.html?format=raw">./Obsolete/nlecan.pro</a>
2928<table>
2929
2930<tr>
2931<td class="obsroutine"><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></td>
2932</tr>
2933
2934</table><a href="./Obsolete/nlecmois.html?format=raw">./Obsolete/nlecmois.pro</a>
2935<table>
2936
2937<tr>
2938<td class="obsroutine"><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">nlecmois</a></td>
2939</tr>
2940
2941</table><a href="./Obsolete/nlecsaison.html?format=raw">./Obsolete/nlecsaison.pro</a>
2942<table>
2943
2944<tr>
2945<td class="obsroutine"><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></td>
2946</tr>
2947
2948</table><a href="./Obsolete/nlecserie.html?format=raw">./Obsolete/nlecserie.pro</a>
2949<table>
2950
2951<tr>
2952<td class="obsroutine"><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></td>
2953</tr>
2954
2955</table><a href="./Obsolete/vairdate.html?format=raw">./Obsolete/vairdate.pro</a>
2956<table>
2957
2958<tr>
2959<td class="obsroutine"><a href="./Obsolete/vairdate.html?format=raw#_vairdate">vairdate</a></td>
2960</tr>
2961
2962</table><a href="./Obsolete/vraidate.html?format=raw">./Obsolete/vraidate.pro</a>
2963<table>
2964
2965<tr>
2966<td class="obsroutine"><a href="./Obsolete/vraidate.html?format=raw#_vraidate">vraidate</a></td>
2967</tr>
2968
2969</table><a href="./Obsolete/zeroun.html?format=raw">./Obsolete/zeroun.pro</a>
2970<table>
2971
2972<tr>
2973<td class="obsroutine"><a href="./Obsolete/zeroun.html?format=raw#_zeroun">zeroun</a></td>
2974</tr>
2975
2976</table></div>
2977<div id="statistics">
2978  <h2>Statistics warnings</h2></div>
2979     
2980
2981      <div id="tagline">Produced by IDLdoc 2.0.</div>
2982
2983    </div>
2984
2985  </body>
2986</html>
Note: See TracBrowser for help on using the repository browser.