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

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

doc update

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