Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS
Files:
45 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/bar_plot.html

    r157 r163  
    721721         
    722722          <p class="header"> 
    723             bar_plot<span class="result">, <a href="#_bar_plot_param_values">values</a></span>, <a href="#_bar_plot_keyword_baselines">baselines</a>=<span class="result">baselines</span>, <a href="#_bar_plot_keyword_colors">colors</a>=<span class="result">colors</span>, <a href="#_bar_plot_keyword_barnames">barnames</a>=<span class="result">barnames</span>, <a href="#_bar_plot_keyword_title">title</a>=<span class="result">title</span>, <a href="#_bar_plot_keyword_xtitle">xtitle</a>=<span class="result">xtitle</span>, <a href="#_bar_plot_keyword_ytitle">ytitle</a>=<span class="result">ytitle</span>, <a href="#_bar_plot_keyword_baserange">baserange</a>=<span class="result">baserange</span>, <a href="#_bar_plot_keyword_barwidth">barwidth</a>=<span class="result">barwidth</span>, <a href="#_bar_plot_keyword_barspace">barspace</a>=<span class="result">barspace</span>, <a href="#_bar_plot_keyword_baroffset">baroffset</a>=<span class="result">baroffset</span>, <a href="#_bar_plot_keyword_outline">outline</a>=<span class="result">outline</span>, <a href="#_bar_plot_keyword_overplot">overplot</a>=<span class="result">overplot</span>, <a href="#_bar_plot_keyword_background">background</a>=<span class="result">background</span>, <a href="#_bar_plot_keyword_rotate">rotate</a>=<span class="result">rotate</span>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     723            bar_plot<span class="result">, <a href="#_bar_plot_param_values">values</a></span>, <a href="#_bar_plot_keyword_baselines">baselines</a>=<span class="result">vector</span>, <a href="#_bar_plot_keyword_colors">colors</a>=<span class="result">vector</span>, <a href="#_bar_plot_keyword_barnames">barnames</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_title">title</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_xtitle">xtitle</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_ytitle">ytitle</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_baserange">baserange</a>=<span class="result">float</span>, <a href="#_bar_plot_keyword_barwidth">barwidth</a>=<span class="result">float</span>, <a href="#_bar_plot_keyword_barspace">barspace</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_baroffset">baroffset</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_outline">outline</a>=<span class="result">outline</span>, <a href="#_bar_plot_keyword_overplot">overplot</a>=<span class="result">overplot</span>, <a href="#_bar_plot_keyword_background">background</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_rotate">rotate</a>=<span class="result">rotate</span>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    724724         
    725725          <div class="comments"> 
     
    738738              <span class="attr">required</span> 
    739739               
    740                
    741                
    742                
    743             </h4> 
    744          
    745           <div class="comments">  
     740              <span class="attr">type:</span> <span class="value">vector</span> 
     741               
     742               
     743            </h4> 
     744         
     745          <div class="comments"> 
    746746 A vector containing the values to be represented by the bars. 
    747747 Each element in VALUES corresponds to a single bar in the 
     
    762762               
    763763               
    764                
    765                
    766                
    767             </h4> 
    768          
    769             <div class="comments">  
     764              <span class="attr">type:</span> <span class="value">vector</span> 
     765               
     766               
     767            </h4> 
     768         
     769            <div class="comments"> 
    770770 A vector, the same size as VALUES, that contains the 
    771771 base value associated with each bar.  If not specified, 
     
    779779               
    780780               
    781                
    782                
    783                
    784             </h4> 
    785          
    786             <div class="comments">  
     781              <span class="attr">type:</span> <span class="value">vector</span> 
     782               
     783               
     784            </h4> 
     785         
     786            <div class="comments"> 
    787787 A vector, the same size as VALUES, containing the color index 
    788788 to be used for each bar.  If not specified, the colors are 
    789  selected based on spacing the color indices as widely as 
     789 selected based on spacing the color indexes as widely as 
    790790 possible within the available colors (specified by D.N_COLORS). 
    791791</div> 
     
    797797               
    798798               
    799                
    800                
    801                
    802             </h4> 
    803          
    804             <div class="comments">  
     799              <span class="attr">type:</span> <span class="value">string</span> 
     800               
     801               
     802            </h4> 
     803         
     804            <div class="comments"> 
    805805 A string array, containing one string label per bar. 
    806806 If the bars are vertical, the labels are placed beneath 
     
    815815               
    816816               
    817                
    818                
    819                
    820             </h4> 
    821          
    822             <div class="comments">  
     817              <span class="attr">type:</span> <span class="value">string</span> 
     818               
     819               
     820            </h4> 
     821         
     822            <div class="comments"> 
    823823 A string containing the main title to for the bar plot. 
    824824</div> 
     
    830830               
    831831               
    832                
    833                
    834                
    835             </h4> 
    836          
    837             <div class="comments">  
     832              <span class="attr">type:</span> <span class="value">string</span> 
     833               
     834               
     835            </h4> 
     836         
     837            <div class="comments"> 
    838838 A string containing the title for the X axis. 
    839839</div> 
     
    845845               
    846846               
    847                
    848                
    849                
    850             </h4> 
    851          
    852             <div class="comments">  
     847              <span class="attr">type:</span> <span class="value">string</span> 
     848               
     849               
     850            </h4> 
     851         
     852            <div class="comments"> 
    853853 A string containing the title for the Y axis. 
    854854</div> 
     
    860860               
    861861               
    862                
    863                
    864                
    865             </h4> 
    866          
    867             <div class="comments">  
     862              <span class="attr">type:</span> <span class="value">float</span> 
     863               
     864               
     865            </h4> 
     866         
     867            <div class="comments"> 
    868868 A floating-point scalar in the range 0.0 to 1.0, that 
    869869 determines the fraction of the total available plotting area 
     
    878878               
    879879               
    880                
    881                
    882                
    883             </h4> 
    884          
    885             <div class="comments">  
     880              <span class="attr">type:</span> <span class="value">float</span> 
     881               
     882               
     883            </h4> 
     884         
     885            <div class="comments"> 
    886886 A floating-point value that specifies the width of the bars 
    887887 in units of "nominal bar width".  The nominal bar width is 
     
    898898               
    899899               
    900                
    901                
    902                
    903             </h4> 
    904          
    905             <div class="comments">  
     900              <span class="attr">type:</span> <span class="value">scalar</span> 
     901               
     902               
     903            </h4> 
     904         
     905            <div class="comments"> 
    906906 A scalar that specifies, in units of "nominal bar width", 
    907907 the spacing between bars.  For example, if BARSPACE is 1.0, 
     
    917917               
    918918               
    919                
    920                
    921                
    922             </h4> 
    923          
    924             <div class="comments">  
     919              <span class="attr">type:</span> <span class="value">scalar</span> 
     920              <span class="attr">default:</span> <span class="value">BARSPACE</span> 
     921               
     922            </h4> 
     923         
     924            <div class="comments"> 
    925925 A scalar that specifies the offset to be applied to the 
    926926 first bar, in units of "nominal bar width".  This keyword 
    927927 allows, for example, different groups of bars to be overplotted 
    928  on the same graph.  If not specified, the default offset is 
    929  equal to BARSPACE. 
     928 on the same graph. 
    930929</div> 
    931930             
     
    968967               
    969968               
    970                
    971                
    972                
    973             </h4> 
    974          
    975             <div class="comments">  
     969              <span class="attr">type:</span> <span class="value">scalar</span> 
     970              <span class="attr">default:</span> <span class="value">The normal IDL background color is used</span> 
     971               
     972            </h4> 
     973         
     974            <div class="comments"> 
    976975 A scalar that specifies the color index to be used for 
    977  the background color.  By default, the normal IDL background 
    978  color is used. 
     976 the background color. 
    979977</div> 
    980978             
     
    10751073           
    10761074         
     1075          <h3>Statistics</h3> 
     1076          <table class="statistics"> 
     1077            <tr><td>McCabe cyclic</td><td>          20</td></tr> 
     1078            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1079            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1080          </table> 
    10771081           
    10781082         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/directory-overview.html

    r157 r163  
    708708       
    709709        <dt><a href="plt1d.html?format=raw">plt1d.pro</a></dt> 
    710         <dd>  Trace 1d graphes: x,y,z (or t but in this case, we recall directly pltt) </dd> 
     710        <dd>  Trace 1d graphs: x,y,z (or t but in this case, we recall directly pltt) </dd> 
    711711       
    712712        <dt><a href="pltbase.html?format=raw">pltbase.pro</a></dt> 
     
    714714       
    715715        <dt><a href="pltsc.html?format=raw">pltsc.pro</a></dt> 
    716         <dd></dd> 
     716        <dd>  </dd> 
    717717       
    718718        <dt><a href="pltt.html?format=raw">pltt.pro</a></dt> 
     
    726726       
    727727        <dt><a href="sbar_plot.html?format=raw">sbar_plot.pro</a></dt> 
    728         <dd>   Same thing that bar_plot but compatible with the whole environnement (common.</dd> 
     728        <dd>   Same thing that bar_plot but compatible with the whole environment (common.</dd> 
    729729       
    730730        <dt><a href="scontour.html?format=raw">scontour.pro</a></dt> 
    731         <dd>  Same thing that contour but compatible with the whole environnement (common.</dd> 
     731        <dd>  Same thing that contour but compatible with the whole environment (common.</dd> 
    732732       
    733733        <dt><a href="splot.html?format=raw">splot.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r157 r163  
    721721         
    722722          <p class="header"> 
    723             plt<span class="result">, <a href="#_plt_param_tab1">tab1</a>[, <a href="#_plt_param_param2">param2</a>][, <a href="#_plt_param_param3">param3</a>][, <a href="#_plt_param_param4">param4</a>]</span>, <a href="#_plt_keyword_REALCONT">REALCONT</a>=<span class="result">REALCONT</span>, <a href="#_plt_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_plt_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_plt_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_plt_keyword_GRIDTYPE">GRIDTYPE</a>=<span class="result">GRIDTYPE</span>, <a href="#_plt_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_plt_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_plt_keyword_LABEL">LABEL</a>=<span class="result">LABEL</span>, <a href="#_plt_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">CONTLABEL</span>, <a href="#_plt_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_plt_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_plt_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_plt_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_plt_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_plt_keyword_VECTEUR">VECTEUR</a>=<span class="result">VECTEUR</span>, <a href="#_plt_keyword_MAP">MAP</a>=<span class="result">MAP</span>, <a href="#_plt_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_plt_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_plt_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_plt_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_plt_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_plt_keyword_MASKFILL">MASKFILL</a>=<span class="result">MASKFILL</span>, <a href="#_plt_keyword_DUPLICATE">DUPLICATE</a>=<span class="result">DUPLICATE</span>, <a href="#_plt_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_plt_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_plt_keyword_DECIMATETRI">DECIMATETRI</a>=<span class="result">DECIMATETRI</span>, <a href="#_plt_keyword_LABMAP">LABMAP</a>=<span class="result">LABMAP</span>, <a href="#_plt_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     723            plt<span class="result">, <a href="#_plt_param_tab1">tab1</a>[, <a href="#_plt_param_param2">param2</a>][, <a href="#_plt_param_param3">param3</a>][, <a href="#_plt_param_param4">param4</a>]</span>, <a href="#_plt_keyword_REALCONT">REALCONT</a>=<span class="result">REALCONT</span>, <a href="#_plt_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_plt_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_plt_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_plt_keyword_GRIDTYPE">GRIDTYPE</a>=<span class="result">GRIDTYPE</span>, <a href="#_plt_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">vector</span>, <a href="#_plt_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_plt_keyword_LABEL">LABEL</a>=<span class="result">integer</span>, <a href="#_plt_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">integer</span>, <a href="#_plt_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_plt_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_plt_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_plt_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_plt_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_plt_keyword_VECTEUR">VECTEUR</a>=<span class="result">struct</span>, <a href="#_plt_keyword_MAP">MAP</a>=<span class="result">MAP</span>, <a href="#_plt_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_plt_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_plt_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_plt_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_plt_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_plt_keyword_MASKFILL">MASKFILL</a>=<span class="result">MASKFILL</span>, <a href="#_plt_keyword_DUPLICATE">DUPLICATE</a>=<span class="result">DUPLICATE</span>, <a href="#_plt_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_plt_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_plt_keyword_DECIMATETRI">DECIMATETRI</a>=<span class="result">DECIMATETRI</span>, <a href="#_plt_keyword_LABMAP">LABMAP</a>=<span class="result">LABMAP</span>, <a href="#_plt_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    724724         
    725725          <div class="comments"> 
     
    819819            <div class="comments">  
    820820 Allow to draw continents defined in IDL. REALCONT can have 2 form: 
    821            /REALCONT: we draww continents in place of the mask 
    822            REALCONT=2 we draw cnotinents's contour over the mask (this allows  
     821           /REALCONT: we draw continents in place of the mask 
     822           REALCONT=2 we draw continent's contour over the mask (this allows  
    823823                      to see if the mask correspond at real continents). 
    824824</div> 
     
    837837            <div class="comments">  
    838838 If we want to trace contours of a different field than the one  
    839  whose we have the colored drawing (by examlpe E-P in color and QSR in contours).  
    840  It must be a field respecting same caracteristics than the argument number one of plt. 
     839 whose we have the colored drawing (by example E-P in color and QSR in contours).  
     840 It must be a field respecting same characteristics than the argument number one of plt. 
    841841</div> 
    842842             
     
    887887            </h4> 
    888888         
    889             <div class="comments"> 'U','T','V','W' or 'F' to specify possibly the grid on wiche the field is joined. 
     889            <div class="comments"> 'U','T','V','W' or 'F' to specify possibly the grid on which the field is joined. 
    890890 Comment: In this case, we should use a structure like field. 
    891891</div> 
     
    897897               
    898898               
    899                
    900                
    901                
    902             </h4> 
    903          
    904             <div class="comments">  
     899              <span class="attr">type:</span> <span class="value">vector</span> 
     900               
     901               
     902            </h4> 
     903         
     904            <div class="comments"> 
    905905 Vector indicating the geographic zone on which we want to cut the map.  
    906906  If BOXZOOM has : 
     
    939939               
    940940               
    941                
    942                
    943                
    944             </h4> 
    945          
    946             <div class="comments">  
     941              <span class="attr">type:</span> <span class="value">integer</span> 
     942               
     943               
     944            </h4> 
     945         
     946            <div class="comments"> 
    947947 It is an integer n. If n different of 0, it choose the label's type  
    948948 corresponding to cases n. cf label.pro 
    949949 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines.  
    950  For tese one traced by a trait, use CONTLABEL. 
     950 For these one traced by a trait, use CONTLABEL. 
    951951        </div> 
    952952             
     
    957957               
    958958               
    959                
    960                
    961                
    962             </h4> 
    963          
    964             <div class="comments">  
    965  It is an integer n. When CONTOUR is actvated, if n 
     959              <span class="attr">type:</span> <span class="value">integer</span> 
     960               
     961               
     962            </h4> 
     963         
     964            <div class="comments"> 
     965 It is an integer n. When CONTOUR is activated, if n 
    966966 is different of 0, choose the label type corresponding to n cases for  
    967967 the traced by a traitisolines. To specify the type of label of the  
     
    976976               
    977977               
    978                
    979                
    980             </h4> 
    981          
    982             <div class="comments">  
    983  Contour's style to adopt to draw isolines(by default, style=0. see style.pro) 
     978              <span class="attr">default:</span> <span class="value">style</span> 
     979               
     980            </h4> 
     981         
     982            <div class="comments"> 
     983 Contour's style to adopt to draw isolines. 
    984984</div> 
    985985             
     
    991991               
    992992               
    993                
    994                
    995             </h4> 
    996          
    997             <div class="comments">  
     993              <span class="attr">default:</span> <span class="value">The max of the array passed in the keyword CONTOUR (on ocean points)</span> 
     994               
     995            </h4> 
     996         
     997            <div class="comments"> 
    998998 When CONTOUR is activated, max value we want to consider in the isoline  
    999  traced by a trait's line. By default, we take the max (on ocean points) of the array  
    1000  passed in the keyword CONTOUR.  
     999 traced by a trait's line 
    10011000</div> 
    10021001             
     
    10081007               
    10091008               
    1010                
    1011                
    1012             </h4> 
    1013          
    1014             <div class="comments">  
     1009              <span class="attr">default:</span> <span class="value">The min of the array passed in the keyword CONTOUR (on ocean points)</span> 
     1010               
     1011            </h4> 
     1012         
     1013            <div class="comments"> 
    10151014 When CONTOUR is activated, min value we want to consider in the isoline  
    1016  traced by a trait's line. By default, we take the min (on ocean points) of the array  
    1017  passed in the keyword CONTOUR.  
     1015 traced by a trait's line. 
    10181016</div> 
    10191017             
     
    10251023               
    10261024               
    1027                
    1028                
    1029             </h4> 
    1030          
    1031             <div class="comments">  
     1025              <span class="attr">default:</span> <span class="value">20</span> 
     1026               
     1027            </h4> 
     1028         
     1029            <div class="comments"> 
    10321030 Number of contour to draw by default =20. active if 
    10331031 LABEL=0 or is not specified. 
     
    10411039               
    10421040               
    1043                
    1044                
    1045             </h4> 
    1046          
    1047             <div class="comments">  
    1048  When  CONTOUR is activated, it is the numbre of contours 
     1041              <span class="attr">default:</span> <span class="value">20</span> 
     1042               
     1043            </h4> 
     1044         
     1045            <div class="comments"> 
     1046 When  CONTOUR is activated, it is the number of contours 
    10491047 traced by a trait for drawing (active if 
    1050  CONTLABEL=0) by default=20. 
     1048 CONTLABEL=0) 
    10511049</div> 
    10521050             
     
    10571055               
    10581056               
    1059                
     1057              <span class="attr">type:</span> <span class="value">struct</span> 
    10601058               
    10611059               
     
    10721070               
    10731071               
    1074                
    1075                
    1076             </h4> 
    1077          
    1078             <div class="comments">  
     1072              <span class="attr">default:</span> <span class="value">Cylindrical projection</span> 
     1073               
     1074            </h4> 
     1075         
     1076            <div class="comments"> 
    10791077 We use it when we want to do a projection. 
    10801078 This keyword can be of two types: 
    1081      MAP=[P0lat,P0lon,Rot]. For the descrption of these 3 values (see the online help of MAP_SET). 
    1082      /MAP: In this case, map is automatically caculated have the value:  
     1079     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     1080     /MAP: In this case, map is automatically calculated have the value:  
    10831081          map = [0, (lon1+lon2)/2., 0] 
    10841082 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    10851083 IDL> demo 
    10861084 Then choose earth sciences and  mapping. 
    1087  Comment2: By default it  is a cindrical projection which is effectuated (with or without the keyword map).  
     1085 Comment2: By default it is a cylindrical projection which is effectuated (with or without the keyword map).  
    10881086 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    10891087 For example, for a polar projection centered on the south pole: 
     
    11711169 To force not to use the triangulation. Beware, in this case, the  
    11721170 drawing only works if the grid is undeformed (It means that each point of a longitude  
    1173  give one latitude and each point of a latitude give one longitude) exept if we use  
     1171 give one latitude and each point of a latitude give one longitude) except if we use  
    11741172 the keyword CELL_FILL=2.  
    11751173 Comment: if the field contain points !values.f_nan, then we even do a triangulation. 
     
    12591257               
    12601258               
    1261                
    1262                
    1263             </h4> 
    1264          
    1265             <div class="comments">  
    1266  Corresponds to label keywords of map_set. Defaut 
    1267        definition is labmap=1 
    1268  
     1259              <span class="attr">default:</span> <span class="value">labmap</span> 
     1260               
     1261            </h4> 
     1262         
     1263            <div class="comments"> 
     1264 Corresponds to label keywords of map_set. 
    12691265</div> 
    12701266             
     
    12901286           
    12911287          <h4>Version</h4><div class="preformat"> 
    1292  $Id: plt.pro 152 2006-08-10 07:01:35Z smasson $ 
     1288 $Id: plt.pro 157 2006-08-21 09:01:50Z navarro $ 
    12931289 </div> 
    12941290          <h4>History</h4><div class="preformat">  
     
    13181314           
    13191315         
     1316          <h3>Statistics</h3> 
     1317          <table class="statistics"> 
     1318            <tr><td>McCabe cyclic</td><td>          80</td></tr> 
     1319            <tr><td>McCabe essential</td><td>           3</td></tr> 
     1320            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1321          </table> 
    13201322           
    13211323         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r157 r163  
    700700 
    701701      <div id="file_comments"> 
    702  Trace 1d graphes: x,y,z (or t but in this case, we recall directly pltt) 
     702 Trace 1d graphs: x,y,z (or t but in this case, we recall directly pltt) 
    703703</div> 
    704704 
     
    747747        1) An array which can be: 
    748748          * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass  
    749           in moyenne or grossemoyenne to be averaged and becomme  an array 1d.  
     749          in moyenne or grossemoyenne to be averaged and become  an array 1d.  
    750750          * 1d:Nevertheless, the type must be specified in order to we know which trace  
    751           it is about. To have a correct caption, respecify the  xctraction zone via BOXZOOM. 
     751          it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    752752       2) a structure respecting all criterions specified by litchamp.pro.  
    753753          See IDL> xhelp,'litchamp'. The array contained in the structure  
     
    822822         
    823823            <div class="comments"> 
    824  Vector indicating the geographique zone (3d) on which the extraction of the field must  
     824 Vector indicating the geographic zone (3d) on which the extraction of the field must  
    825825 be done to do the hovmoeller. 
    826826  If BOXZOOM has : 
     
    898898 allows to specify the type of hovmoller we want to do 
    899899             'xt','yt','zt','t'   
    900  with help of a keyword rather than the argument type. If the argument andthe  
     900 with help of a keyword rather than the argument type. If the argument and the  
    901901 keyword are specified in the same time, it is the value specified by the  
    902902 keyword which is retained. 
     
    915915         
    916916            <div class="comments">  
    917  keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    918  of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     917 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     918 of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    919919 coordinates. 
    920920</div> 
     
    10851085           
    10861086          <h4>Version</h4><div class="preformat">  
    1087  $Id: plt1d.pro 142 2006-07-21 12:47:49Z navarro $ 
     1087 $Id: plt1d.pro 157 2006-08-21 09:01:50Z navarro $ 
    10881088</div> 
    10891089          <h4>History</h4><div class="preformat">  
     
    11101110           
    11111111         
     1112          <h3>Statistics</h3> 
     1113          <table class="statistics"> 
     1114            <tr><td>McCabe cyclic</td><td>          61</td></tr> 
     1115            <tr><td>McCabe essential</td><td>           3</td></tr> 
     1116            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1117          </table> 
    11121118           
    11131119         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r157 r163  
    722722         
    723723          <p class="header"> 
    724             pltbase<span class="result">, <a href="#_pltbase_param_z2d">z2d</a>, <a href="#_pltbase_param_x">x</a>, <a href="#_pltbase_param_y">y</a>, <a href="#_pltbase_param_mask">mask</a>, <a href="#_pltbase_param_xm">xm</a>, <a href="#_pltbase_param_ym">ym</a>[, <a href="#_pltbase_param_levels">levels</a>][, <a href="#_pltbase_param_colors">colors</a>]</span>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<span class="result">UNSUR2</span>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<span class="result">NOCONTOUR</span>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<span class="result">TRICHAMP</span>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<span class="result">TRIMSK</span>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<span class="result">REALCONT</span>, <a href="#_pltbase_keyword_NAN">NAN</a>=<span class="result">NAN</span>, <a href="#_pltbase_keyword_usetri">usetri</a>=<span class="result">usetri</span>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<span class="result">COLORTRICHAMP</span>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<span class="result">COLORTRIMASK</span>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<span class="result">COLORTRINAN</span>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<span class="result">COLORPOINTS</span>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<span class="result">DRAWPOINTS</span>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<span class="result">TH_TRICHAMP</span>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<span class="result">TH_TRIMASK</span>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<span class="result">DESSTRICHAMP</span>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<span class="result">DESSTRIMASK</span>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<span class="result">DESSTRINAN</span>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<span class="result">COLOR_C</span>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<span class="result">I_COLORS</span>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<span class="result">CONT_COLOR</span>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<span class="result">UNLABSUR</span>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<span class="result">COINMONTEMASK</span>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<span class="result">COINDESCENDMASK</span>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<span class="result">COINMONTENAN</span>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<span class="result">COINDESCENDNAN</span>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<span class="result">INDICEZOOMMASK</span>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<span class="result">INDICEZOOMNAN</span>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<span class="result">MASKNAN</span>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<span class="result">TRINAN</span>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<span class="result">FORPLT</span>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltbase_keyword_MORE">MORE</a>=<span class="result">MORE</span>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<span class="result">EXCHANGE_XY</span>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     724            pltbase<span class="result">, <a href="#_pltbase_param_z2d">z2d</a>, <a href="#_pltbase_param_x">x</a>, <a href="#_pltbase_param_y">y</a>, <a href="#_pltbase_param_mask">mask</a>, <a href="#_pltbase_param_xm">xm</a>, <a href="#_pltbase_param_ym">ym</a>[, <a href="#_pltbase_param_levels">levels</a>][, <a href="#_pltbase_param_colors">colors</a>]</span>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<span class="result">UNSUR2</span>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<span class="result">NOCONTOUR</span>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<span class="result">TRICHAMP</span>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<span class="result">TRIMSK</span>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<span class="result">REALCONT</span>, <a href="#_pltbase_keyword_NAN">NAN</a>=<span class="result">NAN</span>, <a href="#_pltbase_keyword_usetri">usetri</a>=<span class="result">usetri</span>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<span class="result">COLORTRICHAMP</span>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<span class="result">COLORTRIMASK</span>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<span class="result">COLORTRINAN</span>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<span class="result">COLORPOINTS</span>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<span class="result">DRAWPOINTS</span>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<span class="result">TH_TRICHAMP</span>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<span class="result">TH_TRIMASK</span>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<span class="result">DESSTRICHAMP</span>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<span class="result">DESSTRIMASK</span>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<span class="result">DESSTRINAN</span>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<span class="result">COLOR_C</span>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<span class="result">vector</span>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<span class="result">CONT_COLOR</span>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<span class="result">integer</span>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<span class="result">COINMONTEMASK</span>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<span class="result">COINDESCENDMASK</span>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<span class="result">COINMONTENAN</span>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<span class="result">COINDESCENDNAN</span>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<span class="result">INDICEZOOMMASK</span>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<span class="result">INDICEZOOMNAN</span>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<span class="result">MASKNAN</span>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<span class="result">TRINAN</span>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<span class="result">FORPLT</span>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltbase_keyword_MORE">MORE</a>=<span class="result">MORE</span>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<span class="result">EXCHANGE_XY</span>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    725725         
    726726          <div class="comments"> 
     
    784784              <span class="attr">required</span> 
    785785               
    786                
     786              <span class="attr">type:</span> <span class="value">array</span> 
    787787               
    788788               
     
    832832               
    833833               
    834                
     834              <span class="attr">type:</span> <span class="value">vector</span> 
    835835               
    836836               
     
    848848               
    849849               
    850                
     850              <span class="attr">type:</span> <span class="value">vector</span> 
    851851               
    852852               
     
    876876            </h4> 
    877877         
    878             <div class="comments"> To trace one isoline on two. 
     878            <div class="comments"> 
     879 To trace one isoline on two. 
    879880</div> 
    880881             
     
    11491150               
    11501151               
    1151                
    1152                
    1153                
    1154             </h4> 
    1155          
    1156             <div class="comments">  
    1157  It is a vector specifing the colors to use to trace contours.  
     1152              <span class="attr">type:</span> <span class="value">vector</span> 
     1153               
     1154               
     1155            </h4> 
     1156         
     1157            <div class="comments"> 
     1158 It is a vector specifying the colors to use to trace contours.  
    11581159 It is the same thing that c_colors which act on contours. 
    11591160</div> 
     
    11661167               
    11671168               
    1168                
    1169                
    1170             </h4> 
    1171          
    1172             <div class="comments">  
    1173  The color of the continent. defaut value is 
    1174         (!d.n_colors - 1) < 255 => white 
     1169              <span class="attr">default:</span> <span class="value"> (!d.n_colors - 1) < 255 </span> 
     1170               
     1171            </h4> 
     1172         
     1173            <div class="comments"> 
     1174 The color of the continent. 
    11751175</div> 
    11761176             
     
    11971197               
    11981198               
    1199                
    1200                
    1201                
    1202             </h4> 
    1203          
    1204             <div class="comments">  
    1205  Is an integer n. specifying we only label one contour on two 
     1199              <span class="attr">type:</span> <span class="value">integer</span> 
     1200               
     1201               
     1202            </h4> 
     1203         
     1204            <div class="comments"> 
     1205 I specify we only label one contour on two. 
    12061206</div> 
    12071207             
     
    13451345               
    13461346               
    1347                
    1348                
    1349             </h4> 
    1350          
    1351             <div class="comments">  
     1347              <span class="attr">default:</span> <span class="value">10</span> 
     1348               
     1349            </h4> 
     1350         
     1351            <div class="comments"> 
    13521352 Number to give to avoid style's bugs: 
    13531353  % Out of range subscript encountered: <LONG      Array[38911]>. 
    13541354  % Execution halted at:  PLTBASE           151 
    1355              By default more=10 If the bug still exist, increase the value of more!  
     1355             If the bug still exist, increase the value of more!  
    13561356 (The explanation and the justification of this method do not have scientific bases yet...). 
    13571357</div> 
     
    13911391           
    13921392          <h4>Version</h4><div class="preformat"> 
    1393  $Id: pltbase.pro 142 2006-07-21 12:47:49Z navarro $ 
     1393 $Id: pltbase.pro 157 2006-08-21 09:01:50Z navarro $ 
    13941394</div> 
    13951395          <h4>History</h4><div class="preformat"> 
     
    14201420           
    14211421         
     1422          <h3>Statistics</h3> 
     1423          <table class="statistics"> 
     1424            <tr><td>McCabe cyclic</td><td>          67</td></tr> 
     1425            <tr><td>McCabe essential</td><td>           2</td></tr> 
     1426            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1427          </table> 
    14221428           
    14231429         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltsc.html

    r157 r163  
    699699      </div> 
    700700 
    701       <div id="file_comments"></div> 
     701      <div id="file_comments"> 
     702 
     703</div> 
    702704 
    703705       
     
    714716        <div class="routine_details" id="_pltsc"> 
    715717 
    716           <h2><a class="top" href="#container">top</a>pltsc </h2> 
     718          <h2><a class="top" href="#container">top</a>pltsc <span class="categories"> 
     719 
     720</span></h2> 
    717721         
    718722          <p class="header"> 
    719723            pltsc<span class="result">, <a href="#_pltsc_param_tab1">tab1</a>, <a href="#_pltsc_param_tab2">tab2</a>, <a href="#_pltsc_param_min1">min1</a>, <a href="#_pltsc_param_max1">max1</a>, <a href="#_pltsc_param_min2">min2</a>, <a href="#_pltsc_param_max2">max2</a>, <a href="#_pltsc_param_varname2">varname2</a></span>, <a href="#_pltsc_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltsc_keyword_COL1D">COL1D</a>=<span class="result">COL1D</span>, <a href="#_pltsc_keyword_STY1D">STY1D</a>=<span class="result">STY1D</span>, <a href="#_pltsc_keyword_OV1D">OV1D</a>=<span class="result">OV1D</span>, <a href="#_pltsc_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    720724         
     725          <div class="comments"></div> 
     726 
     727          <h3>Return value</h3><div class="preformat"> 
     728 
     729</div> 
     730 
     731           
     732            <h3>Parameters</h3> 
     733         
     734             
     735            <h4 id="_pltsc_param_tab1">tab1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     736               
     737               
     738               
     739               
     740               
     741               
     742               
     743               
     744            </h4> 
     745         
    721746          <div class="comments"> 
    722 </div> 
    723  
    724            
    725  
    726            
    727             <h3>Parameters</h3> 
    728          
    729              
    730             <h4 id="_pltsc_param_tab1">tab1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    731                
    732                
    733                
    734                
    735                
    736                
    737                
    738                
    739             </h4> 
    740          
    741           <div class="comments"></div> 
     747 
     748</div> 
    742749             
    743750            <h4 id="_pltsc_param_tab2">tab2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    752759            </h4> 
    753760         
    754           <div class="comments"></div> 
     761          <div class="comments"> 
     762 
     763</div> 
    755764             
    756765            <h4 id="_pltsc_param_min1">min1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    765774            </h4> 
    766775         
    767           <div class="comments"></div> 
     776          <div class="comments"> 
     777 
     778</div> 
    768779             
    769780            <h4 id="_pltsc_param_max1">max1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    778789            </h4> 
    779790         
    780           <div class="comments"></div> 
     791          <div class="comments"> 
     792 
     793</div> 
    781794             
    782795            <h4 id="_pltsc_param_min2">min2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    791804            </h4> 
    792805         
    793           <div class="comments"></div> 
     806          <div class="comments"> 
     807 
     808</div> 
    794809             
    795810            <h4 id="_pltsc_param_max2">max2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    804819            </h4> 
    805820         
    806           <div class="comments"></div> 
     821          <div class="comments"> 
     822 
     823</div> 
    807824             
    808825            <h4 id="_pltsc_param_varname2">varname2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    817834            </h4> 
    818835         
    819           <div class="comments"></div> 
     836          <div class="comments"> 
     837 
     838</div> 
    820839             
    821840 
     
    837856            </h4> 
    838857         
    839             <div class="comments"></div> 
     858            <div class="comments"> 
     859 Vector indicating the geographic zone on which we want to cut the map.  
     860  If BOXZOOM has : 
     861 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
     862 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
     863 4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])] 
     864 5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
     865 6 elements: The extraction is made on Boxzoom 
     866</div> 
    840867             
    841868            <h4 id="_pltsc_keyword_COL1D">COL1D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    850877            </h4> 
    851878         
    852             <div class="comments"></div> 
     879            <div class="comments"> 
     880 
     881</div> 
    853882             
    854883            <h4 id="_pltsc_keyword_STY1D">STY1D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    863892            </h4> 
    864893         
    865             <div class="comments"></div> 
     894            <div class="comments"> 
     895 
     896</div> 
    866897             
    867898            <h4 id="_pltsc_keyword_OV1D">OV1D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    876907            </h4> 
    877908         
    878             <div class="comments"></div> 
     909            <div class="comments"> 
     910 
     911</div> 
    879912             
    880913            <h4 id="_pltsc_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    889922            </h4> 
    890923         
    891             <div class="comments"></div> 
    892              
    893            
    894  
    895            
    896            
    897            
    898            
    899            
     924            <div class="comments"> 
     925 Used to pass your keywords 
     926</div> 
     927             
     928           
     929 
     930          <h3>Examples</h3><div class="preformat"> 
     931 
     932</div> 
     933          <h3>Version history</h3> 
     934           
     935          <h4>Version</h4><div class="preformat"> 
     936 $Id$ 
     937</div> 
     938          <h4>History</h4><div class="preformat"> 
     939 
     940</div> 
    900941           
    901942           
     
    905946          <h4>Todo items</h4><div class="preformat"> seb 
    906947</div> 
    907            
    908          
    909            
    910            
    911            
    912            
    913            
    914            
    915            
    916          
     948          <h4>Restrictions</h4><div class="preformat"> 
     949 
     950</div> 
     951         
     952          <h3>Other attributes</h3> 
     953           
     954           
     955          <h4>Uses routines</h4><div class="preformat"> 
     956 
     957</div> 
     958           
     959           
     960           
     961         
     962          <h3>Statistics</h3> 
     963          <table class="statistics"> 
     964            <tr><td>McCabe cyclic</td><td>          24</td></tr> 
     965            <tr><td>McCabe essential</td><td>           3</td></tr> 
     966            <tr><td>McCabe modular design</td><td>           3</td></tr> 
     967          </table> 
    917968           
    918969         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r157 r163  
    720720         
    721721          <p class="header"> 
    722             pltt<span class="result">, <a href="#_pltt_param_tab">tab</a>, <a href="#_pltt_param_giventype">giventype</a>, <a href="#_pltt_param_givenmin">givenmin</a>, <a href="#_pltt_param_givenmax">givenmax</a>, <a href="#_pltt_param_datmin">datmin</a>, <a href="#_pltt_param_datmax">datmax</a></span>, <a href="#_pltt_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltt_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltt_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_pltt_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_pltt_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_pltt_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_pltt_keyword_LABEL">LABEL</a>=<span class="result">LABEL</span>, <a href="#_pltt_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">CONTLABEL</span>, <a href="#_pltt_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_pltt_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_pltt_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_pltt_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_pltt_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_pltt_keyword_COL1D">COL1D</a>=<span class="result">COL1D</span>, <a href="#_pltt_keyword_STY1D">STY1D</a>=<span class="result">STY1D</span>, <a href="#_pltt_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltt_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltt_keyword_OV1D">OV1D</a>=<span class="result">OV1D</span>, <a href="#_pltt_keyword_FILTER">FILTER</a>=<span class="result">FILTER</span>, <a href="#_pltt_keyword_TREND_TYPE">TREND_TYPE</a>=<span class="result">TREND_TYPE</span>, <a href="#_pltt_keyword_REPEAT_C">REPEAT_C</a>=<span class="result">REPEAT_C</span>, <a href="#_pltt_keyword_TYPEIN">TYPEIN</a>=<span class="result">TYPEIN</span>, <a href="#_pltt_keyword_XT">XT</a>=<span class="result">XT</span>, <a href="#_pltt_keyword_YT">YT</a>=<span class="result">YT</span>, <a href="#_pltt_keyword_ZT">ZT</a>=<span class="result">ZT</span>, <a href="#_pltt_keyword_TT">TT</a>=<span class="result">TT</span>, <a href="#_pltt_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_pltt_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_pltt_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<span class="result">EXCHANGE_XY</span>, <a href="#_pltt_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     722            pltt<span class="result">, <a href="#_pltt_param_tab">tab</a>, <a href="#_pltt_param_giventype">giventype</a>, <a href="#_pltt_param_givenmin">givenmin</a>, <a href="#_pltt_param_givenmax">givenmax</a>, <a href="#_pltt_param_datmin">datmin</a>, <a href="#_pltt_param_datmax">datmax</a></span>, <a href="#_pltt_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltt_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltt_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_pltt_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_pltt_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_pltt_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_pltt_keyword_LABEL">LABEL</a>=<span class="result">integer</span>, <a href="#_pltt_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">integer</span>, <a href="#_pltt_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_pltt_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_pltt_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_pltt_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_pltt_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_pltt_keyword_COL1D">COL1D</a>=<span class="result">COL1D</span>, <a href="#_pltt_keyword_STY1D">STY1D</a>=<span class="result">STY1D</span>, <a href="#_pltt_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltt_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltt_keyword_OV1D">OV1D</a>=<span class="result">OV1D</span>, <a href="#_pltt_keyword_FILTER">FILTER</a>=<span class="result">FILTER</span>, <a href="#_pltt_keyword_TREND_TYPE">TREND_TYPE</a>=<span class="result">TREND_TYPE</span>, <a href="#_pltt_keyword_REPEAT_C">REPEAT_C</a>=<span class="result">REPEAT_C</span>, <a href="#_pltt_keyword_TYPEIN">TYPEIN</a>=<span class="result">TYPEIN</span>, <a href="#_pltt_keyword_XT">XT</a>=<span class="result">XT</span>, <a href="#_pltt_keyword_YT">YT</a>=<span class="result">YT</span>, <a href="#_pltt_keyword_ZT">ZT</a>=<span class="result">ZT</span>, <a href="#_pltt_keyword_TT">TT</a>=<span class="result">TT</span>, <a href="#_pltt_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_pltt_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_pltt_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<span class="result">EXCHANGE_XY</span>, <a href="#_pltt_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    723723         
    724724          <div class="comments"> 
     
    750750            be masked at the value valmask) and nevertheless,type must be specified  
    751751            to we know of which trace it is about. 
    752             To have a correct caption, respecify the  xctraction zone via BOXZOOM. 
     752            To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    753753          * 1d: only for traces of the 't' type. Nevertheless, type must be specified  
    754754            to we know of which trace it is about. 
    755             To have a correct caption, respecify the  xctraction zone via BOXZOOM. 
     755            To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    756756       2) a structure respecting all criterions specified by litchamp.pro.  
    757757          See IDL> xhelp,'litchamp'. The array contained in the structure  
     
    857857         
    858858            <div class="comments"> 
    859  Vector indicating the geographique zone (3d) on which the extraction of the field must  
     859 Vector indicating the geographic zone (3d) on which the extraction of the field must  
    860860 be done to do the hovmoeller. 
    861861  If BOXZOOM has : 
     
    882882            <div class="comments">  
    883883 If we want to trace contours of a different field than the one  
    884  whose we have the colored drawing (by examlpe E-P in color and QSR in contours).  
    885  It must be a field respecting same caracteristics than the argument number one of pltt. 
     884 whose we have the colored drawing (by example E-P in color and QSR in contours).  
     885 It must be a field respecting same characteristics than the argument number one of pltt. 
    886886</div> 
    887887             
     
    898898         
    899899            <div class="comments">  
    900  keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    901  of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     900 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     901 of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    902902 coordinates.  
    903903</div> 
     
    963963               
    964964               
    965                
    966                
    967                
    968             </h4> 
    969          
    970             <div class="comments">  
    971  It is an integer n. If n different of 0, it choose the label's type  
     965              <span class="attr">type:</span> <span class="value">integer</span> 
     966               
     967               
     968            </h4> 
     969         
     970            <div class="comments"> 
     971 If n different of 0, it choose the label's type  
    972972 corresponding to cases n. cf label.pro 
    973973 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines.  
    974  For tese one traced by a trait, use CONTLABEL.  
     974 For these one traced by a trait, use CONTLABEL.  
    975975</div> 
    976976             
     
    981981               
    982982               
    983                
    984                
    985                
    986             </h4> 
    987          
    988             <div class="comments">  
    989  It is an integer n. When CONTOUR is actvated, if n 
     983              <span class="attr">type:</span> <span class="value">integer</span> 
     984               
     985               
     986            </h4> 
     987         
     988            <div class="comments"> 
     989 When CONTOUR is activated, if n 
    990990 is different of 0, choose the label type corresponding to n cases for  
    991991 the traced by a traitisolines. To specify the type of label of the  
     
    10001000               
    10011001               
    1002                
    1003                
    1004             </h4> 
    1005          
    1006             <div class="comments">  
    1007  Contour's style to adopt to draw isolines(by default, style=0. see style.pro) 
     1002              <span class="attr">default:</span> <span class="value">style</span> 
     1003               
     1004            </h4> 
     1005         
     1006            <div class="comments"> 
     1007 Contour's style to adopt to draw isolines 
    10081008</div> 
    10091009             
     
    10151015               
    10161016               
    1017                
    1018                
    1019             </h4> 
    1020          
    1021             <div class="comments">  
     1017              <span class="attr">default:</span> <span class="value">we take the max of the array passed in the keyword CONTOUR (on ocean points)</span> 
     1018               
     1019            </h4> 
     1020         
     1021            <div class="comments"> 
    10221022 When CONTOUR is activated, max value we want to consider in the isoline  
    1023  traced by a trait's line. By default, we take the max (on ocean points) of the array  
    1024  passed in the keyword CONTOUR.  
     1023 traced by a trait's line.  
    10251024</div> 
    10261025             
     
    10321031               
    10331032               
    1034                
    1035                
    1036             </h4> 
    1037          
    1038             <div class="comments">  
     1033              <span class="attr">default:</span> <span class="value">we take the min of the array passed in the keyword CONTOUR (on ocean points)</span> 
     1034               
     1035            </h4> 
     1036         
     1037            <div class="comments"> 
    10391038 When CONTOUR is activated, min value we want to consider in the isoline  
    1040  traced by a trait's line. By default, we take the min (on ocean points) of the array  
    1041  passed in the keyword CONTOUR.  
     1039 traced by a trait's line.  
    10421040</div> 
    10431041             
     
    10491047               
    10501048               
    1051                
    1052                
    1053             </h4> 
    1054          
    1055             <div class="comments">  
     1049              <span class="attr">default:</span> <span class="value">20</span> 
     1050               
     1051            </h4> 
     1052         
     1053            <div class="comments"> 
    10561054 Number of contour to draw by default =20. active if 
    10571055 LABEL=0 or is not specified. 
     
    10651063               
    10661064               
    1067                
    1068                
    1069             </h4> 
    1070          
    1071             <div class="comments">  
    1072  When  CONTOUR is activated, it is the numbre of contours 
     1065              <span class="attr">default:</span> <span class="value">20</span> 
     1066               
     1067            </h4> 
     1068         
     1069            <div class="comments"> 
     1070 When  CONTOUR is activated, it is the number of contours 
    10731071 traced by a trait for drawing (active if 
    1074  CONTLABEL=0) by default=20. 
    1075  
    1076   
    1077  When  CONTOUR is activated, it is the numbre of contours 
     1072 CONTLABEL=0). 
     1073 
     1074 
     1075 When  CONTOUR is activated, it is the number of contours 
    10781076 traced by a trait for drawing (active if 
    1079  CONTLABEL=0) by default=20. 
     1077 CONTLABEL=0). 
    10801078</div> 
    10811079             
     
    12201218 allows to specify the type of hovmoller we want to do 
    12211219             'xt','yt','zt','t'   
    1222  with help of a keyword rather than the argument type. If the argument andthe  
     1220 with help of a keyword rather than the argument type. If the argument and the  
    12231221 keyword are specified in the same time, it is the value specified by the  
    12241222 keyword which is retained. 
     
    13371335            </h4> 
    13381336         
    1339             <div class="comments"></div> 
     1337            <div class="comments"> 
     1338 Used to pass your keywords 
     1339</div> 
    13401340             
    13411341           
     
    13451345           
    13461346          <h4>Version</h4><div class="preformat">  
    1347  $Id: pltt.pro 152 2006-08-10 07:01:35Z smasson $ 
     1347 $Id: pltt.pro 157 2006-08-21 09:01:50Z navarro $ 
    13481348</div> 
    13491349          <h4>History</h4><div class="preformat">  
     
    13801380           
    13811381         
     1382          <h3>Statistics</h3> 
     1383          <table class="statistics"> 
     1384            <tr><td>McCabe cyclic</td><td>          88</td></tr> 
     1385            <tr><td>McCabe essential</td><td>           8</td></tr> 
     1386            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1387          </table> 
    13821388           
    13831389         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r157 r163  
    925925         
    926926            <div class="comments"> 
    927  Used this keyword if you don't whant that the values 
     927 Used this keyword if you don't want that the values 
    928928 are interpolated from BOTTOM using NCOLORS colors. 
    929  This can be for example usefull when working on byte type arrays. 
     929 This can be for example useful when working on byte type arrays. 
    930930</div> 
    931931             
     
    953953           
    954954          <h4>Version</h4><div class="preformat"> 
    955  $Id$ 
     955 $Id: pltv.pro 159 2006-08-28 14:50:01Z smasson $ 
    956956</div> 
    957957          <h4>History</h4><div class="preformat"> 
     
    974974           
    975975         
     976          <h3>Statistics</h3> 
     977          <table class="statistics"> 
     978            <tr><td>McCabe cyclic</td><td>          26</td></tr> 
     979            <tr><td>McCabe essential</td><td>           1</td></tr> 
     980            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     981          </table> 
    976982           
    977983         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r157 r163  
    721721         
    722722          <p class="header"> 
    723             pltz<span class="result">, <a href="#_pltz_param_tab">tab</a>, <a href="#_pltz_param_giventype">giventype</a>, <a href="#_pltz_param_givenmin">givenmin</a>, <a href="#_pltz_param_givenmax">givenmax</a></span>, <a href="#_pltz_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltz_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltz_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_pltz_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_pltz_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_pltz_keyword_ZRATIO">ZRATIO</a>=<span class="result">ZRATIO</span>, <a href="#_pltz_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_pltz_keyword_LABEL">LABEL</a>=<span class="result">LABEL</span>, <a href="#_pltz_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">CONTLABEL</span>, <a href="#_pltz_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_pltz_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_pltz_keyword_SIN">SIN</a>=<span class="result">SIN</span>, <a href="#_pltz_keyword_TYPEIN">TYPEIN</a>=<span class="result">TYPEIN</span>, <a href="#_pltz_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_pltz_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_pltz_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_pltz_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_pltz_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_pltz_keyword_FILLXDIR">FILLXDIR</a>=<span class="result">FILLXDIR</span>, <a href="#_pltz_keyword_ZOOM">ZOOM</a>=<span class="result">ZOOM</span>, <a href="#_pltz_keyword_XZ">XZ</a>=<span class="result">XZ</span>, <a href="#_pltz_keyword_YZ">YZ</a>=<span class="result">YZ</span>, <a href="#_pltz_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltz_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltz_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_pltz_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_pltz_keyword_MASKFILL">MASKFILL</a>=<span class="result">MASKFILL</span>, <a href="#_pltz_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_pltz_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltz_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     723            pltz<span class="result">, <a href="#_pltz_param_tab">tab</a>, <a href="#_pltz_param_giventype">giventype</a>, <a href="#_pltz_param_givenmin">givenmin</a>, <a href="#_pltz_param_givenmax">givenmax</a></span>, <a href="#_pltz_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltz_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltz_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_pltz_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_pltz_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_pltz_keyword_ZRATIO">ZRATIO</a>=<span class="result">ZRATIO</span>, <a href="#_pltz_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_pltz_keyword_LABEL">LABEL</a>=<span class="result">integer</span>, <a href="#_pltz_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">integer</span>, <a href="#_pltz_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_pltz_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_pltz_keyword_SIN">SIN</a>=<span class="result">SIN</span>, <a href="#_pltz_keyword_TYPEIN">TYPEIN</a>=<span class="result">TYPEIN</span>, <a href="#_pltz_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_pltz_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_pltz_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_pltz_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_pltz_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_pltz_keyword_FILLXDIR">FILLXDIR</a>=<span class="result">FILLXDIR</span>, <a href="#_pltz_keyword_ZOOM">ZOOM</a>=<span class="result">ZOOM</span>, <a href="#_pltz_keyword_XZ">XZ</a>=<span class="result">XZ</span>, <a href="#_pltz_keyword_YZ">YZ</a>=<span class="result">YZ</span>, <a href="#_pltz_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltz_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltz_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_pltz_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_pltz_keyword_MASKFILL">MASKFILL</a>=<span class="result">MASKFILL</span>, <a href="#_pltz_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_pltz_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltz_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    724724         
    725725          <div class="comments"> 
     
    749749         If the field is 3d, we extract the section on we average possibly before to do the plot. 
    750750         2)  a structure respecting all criterions specified by litchamp.pro.  
    751           See IDL> xhelp,'litchamp'. The array contin in the structure must be 2 or 3d (See case 1) 
     751          See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    752752 
    753753 ces arguments ne sont pas obligatoires: 
     
    842842            <div class="comments">  
    843843 If we want to trace contours of a different field than the one  
    844  whose we have the colored drawing (by examlpe E-P in color and QSR in contours).  
    845  It must be a field respecting same caracteristics than the argument number one of plt. 
     844 whose we have the colored drawing (by example E-P in color and QSR in contours).  
     845 It must be a field respecting same characteristics than the argument number one of plt. 
    846846</div> 
    847847             
     
    858858         
    859859            <div class="comments">  
    860  keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    861  of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     860 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     861 of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    862862 coordinates.  
    863863</div> 
     
    905905               
    906906               
    907                
     907              <span class="attr">default:</span> <span class="value">2./3</span> 
    908908               
    909909            </h4> 
     
    911911            <div class="comments"> 
    912912 When the drawing has a zoomed part, it is the size rapport between the zoomed part,  
    913  hz (zoom height), and the whole drawing, ht (total height). By default =2./3 
     913 hz (zoom height), and the whole drawing, ht (total height). 
    914914</div> 
    915915             
     
    939939               
    940940               
    941                
    942                
    943                
    944             </h4> 
    945          
    946             <div class="comments">  
    947  It is an integer n. If n different of 0, it choose the label's type  
    948  corresponding to cases n. cf label.pro 
     941              <span class="attr">type:</span> <span class="value">integer</span> 
     942              <span class="attr">default:</span> <span class="value">0</span> 
     943               
     944            </h4> 
     945         
     946            <div class="comments"> 
     947 It choose the label's type corresponding to cases in label.pro. 
    949948 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines.  
    950  For tese one traced by a trait, use CONTLABEL.  
     949 For these one traced by a trait, use CONTLABEL.  
    951950</div> 
    952951             
     
    957956               
    958957               
    959                
    960                
    961                
    962             </h4> 
    963          
    964             <div class="comments">  
    965  It is an integer n. When CONTOUR is actvated, if n 
     958              <span class="attr">type:</span> <span class="value">integer</span> 
     959               
     960               
     961            </h4> 
     962         
     963            <div class="comments"> 
     964 When CONTOUR is activated, if n 
    966965 is different of 0, choose the label type corresponding to n cases for  
    967966 the traced by a traitisolines. To specify the type of label of the  
     
    976975               
    977976               
    978                
    979                
    980             </h4> 
    981          
    982             <div class="comments">  
    983  Contour's style to adopt to draw isolines(by default, style=0. see style.pro) 
     977              <span class="attr">default:</span> <span class="value">style</span> 
     978               
     979            </h4> 
     980         
     981            <div class="comments"> 
     982 Contour's style to adopt to draw isolines 
    984983</div> 
    985984             
     
    991990               
    992991               
    993                
    994                
    995             </h4> 
    996          
    997             <div class="comments">  
     992              <span class="attr">default:</span> <span class="value">max of the keyword CONTOUR (on ocean points)</span> 
     993               
     994            </h4> 
     995         
     996            <div class="comments"> 
    998997 When CONTOUR is activated, max value we want to consider in the isoline  
    999  traced by a trait's line. By default, we take the max (on ocean points) of the array  
    1000  passed in the keyword CONTOUR. 
     998 traced by a trait's line. 
    1001999</div> 
    10021000             
     
    10371035               
    10381036               
    1039                
    1040                
    1041             </h4> 
    1042          
    1043             <div class="comments">  
     1037              <span class="attr">default:</span> <span class="value">min of the keyword CONTOUR (on ocean points)</span> 
     1038               
     1039            </h4> 
     1040         
     1041            <div class="comments"> 
    10441042 When CONTOUR is activated, min value we want to consider in the isoline  
    1045  traced by a trait's line. By default, we take the min (on ocean points) of the array  
    1046  passed in the keyword CONTOUR.  
     1043 traced by a trait's line.  
    10471044</div> 
    10481045             
     
    10541051               
    10551052               
    1056                
    1057                
    1058             </h4> 
    1059          
    1060             <div class="comments">  
     1053              <span class="attr">default:</span> <span class="value">20</span> 
     1054               
     1055            </h4> 
     1056         
     1057            <div class="comments"> 
    10611058 Number of contour to draw by default =20. active if 
    10621059 LABEL=0 or is not specified. 
     
    10701067               
    10711068               
    1072                
    1073                
    1074             </h4> 
    1075          
    1076             <div class="comments">  
    1077  When  CONTOUR is activated, it is the numbre of contours 
     1069              <span class="attr">default:</span> <span class="value">20</span> 
     1070               
     1071            </h4> 
     1072         
     1073            <div class="comments"> 
     1074 When  CONTOUR is activated, it is the number of contours 
    10781075 traced by a trait for drawing (active if 
    1079  CONTLABEL=0) by default=20. 
     1076 CONTLABEL=0). 
    10801077</div> 
    10811078             
     
    10941091 To force not to use the triangulation. Beware, in this case, the  
    10951092 drawing only works if the grid is undeformed (It means that each point of a longitude  
    1096  give one latitude and each point of a latitude give one longitude) exept if we use  
     1093 give one latitude and each point of a latitude give one longitude) except if we use  
    10971094 the keyword CELL_FILL=2.  
    10981095 Comment: if the field contain points !values.f_nan, then we even do a triangulation. 
     
    11321129               
    11331130               
    1134                
    1135                
    1136             </h4> 
    1137          
    1138             <div class="comments">  
    1139  Depth where i can make our maximum zoom. By default 200m or max depth if it is inferior at 200m 
     1131              <span class="attr">default:</span> <span class="value">200m or max depth if it is inferior at 200m</span> 
     1132               
     1133            </h4> 
     1134         
     1135            <div class="comments"> 
     1136 Depth where i can make our maximum zoom. 
    11401137</div> 
    11411138             
     
    12991296           
    13001297          <h4>Version</h4><div class="preformat"> 
    1301  $Id: pltz.pro 152 2006-08-10 07:01:35Z smasson $ 
     1298 $Id: pltz.pro 157 2006-08-21 09:01:50Z navarro $ 
    13021299</div> 
    13031300          <h4>History</h4><div class="preformat"> 
     
    13261323           
    13271324         
     1325          <h3>Statistics</h3> 
     1326          <table class="statistics"> 
     1327            <tr><td>McCabe cyclic</td><td>          61</td></tr> 
     1328            <tr><td>McCabe essential</td><td>           3</td></tr> 
     1329            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1330          </table> 
    13281331           
    13291332         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r157 r163  
    700700 
    701701      <div id="file_comments">  
    702  Same thing that bar_plot but compatible with the whole environnement (common.pro inclued) 
     702 Same thing that bar_plot but compatible with the whole environment (common.pro included) 
    703703</div> 
    704704 
     
    720720         
    721721          <p class="header"> 
    722             sbar_plot<span class="result">, <a href="#_sbar_plot_param_Values">Values</a></span>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<span class="result">COLORS</span>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<span class="result">NOREINITPLT</span>, <a href="#_sbar_plot_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     722            sbar_plot<span class="result">, <a href="#_sbar_plot_param_Values">Values</a></span>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<span class="result">integer</span>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<span class="result">NOREINITPLT</span>, <a href="#_sbar_plot_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    723723         
    724724          <div class="comments"> 
     
    757757               
    758758               
    759                
     759              <span class="attr">type:</span> <span class="value">integer</span> 
    760760               
    761761               
    762762            </h4> 
    763763         
    764             <div class="comments">  
     764            <div class="comments"> 
    765765 A vector, the same size as VALUES, containing the color index 
    766766 to be used for each bar.  If not specified, the colors are 
     
    768768 possible within the available colors (specified by D.N_COLORS). 
    769769 
    770   
    771  Is an integer giving color of all colorbars. (contrarily to colors  
     770 
     771 I gives color of all colorbars. (contrarily to colors  
    772772 which is a vector giving the color of each colorbar). 
    773773</div> 
     
    785785         
    786786            <div class="comments"> 
    787  We active it if we do not want environnement variables !p, !x, !y, !z  
    788  to be reinitilalizted by the procedure reinitplt 
     787 We active it if we do not want environment variables !p, !x, !y, !z  
     788 to be reinitializated by the procedure reinitplt 
    789789</div> 
    790790             
     
    814814           
    815815          <h4>Version</h4><div class="preformat"> 
    816  $Id: sbar_plot.pro 142 2006-07-21 12:47:49Z navarro $ 
     816 $Id: sbar_plot.pro 157 2006-08-21 09:01:50Z navarro $ 
    817817</div> 
    818818          <h4>History</h4><div class="preformat"> 
     
    827827           
    828828          <h4>Restrictions</h4><div class="preformat">  
    829  If NOREINITPLT is not activated, all environnement  
    830  variables !p, !x, !y, !z are reinitializtedby the procedure reinitplt 
     829 If NOREINITPLT is not activated, all environment  
     830 variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
    831831</div> 
    832832         
     
    841841           
    842842         
     843          <h3>Statistics</h3> 
     844          <table class="statistics"> 
     845            <tr><td>McCabe cyclic</td><td>           5</td></tr> 
     846            <tr><td>McCabe essential</td><td>           1</td></tr> 
     847            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     848          </table> 
    843849           
    844850         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/scontour.html

    r157 r163  
    700700 
    701701      <div id="file_comments"> 
    702  Same thing that contour but compatible with the whole environnement (common.pro inclued) 
     702 Same thing that contour but compatible with the whole environment (common.pro included) 
    703703</div> 
    704704 
     
    790790         
    791791            <div class="comments"> 
    792  We active it if we do not want environnement variables !p, !x, !y, !z  
    793  to be reinitilalizted by the procedure reinitplt 
     792 We active it if we do not want environment variables !p, !x, !y, !z  
     793 to be reinitilalizated by the procedure reinitplt 
    794794 </div> 
    795795             
     
    819819           
    820820          <h4>Version</h4><div class="preformat"> 
    821  $Id: scontour.pro 142 2006-07-21 12:47:49Z navarro $ 
     821 $Id: scontour.pro 157 2006-08-21 09:01:50Z navarro $ 
    822822</div> 
    823823          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    842842           
    843843         
     844          <h3>Statistics</h3> 
     845          <table class="statistics"> 
     846            <tr><td>McCabe cyclic</td><td>          15</td></tr> 
     847            <tr><td>McCabe essential</td><td>           1</td></tr> 
     848            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     849          </table> 
    844850           
    845851         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/splot.html

    r157 r163  
    724724 
    725725 file_comments  
    726  Same thing that plot but compatible with the whole environnement (common.pro inclued) 
     726 Same thing that plot but compatible with the whole environment (common.pro included) 
    727727</div> 
    728728 
     
    778778         
    779779            <div class="comments"> 
    780  We active it if we do not want environnement variables !p, !x, !y, !z  
    781  to be reinitilalizted by the procedure reinitplt 
     780 We active it if we do not want environment variables !p, !x, !y, !z  
     781 to be reinitilalizated by the procedure reinitplt 
    782782 </div> 
    783783             
     
    807807           
    808808          <h4>Version</h4><div class="preformat"> 
    809  $Id: splot.pro 142 2006-07-21 12:47:49Z navarro $ 
     809 $Id: splot.pro 157 2006-08-21 09:01:50Z navarro $ 
    810810</div> 
    811811          <h4>History</h4><div class="preformat"> 
     
    820820           
    821821          <h4>Restrictions</h4><div class="preformat">  
    822  If NOREINITPLT is not activated, all environnement  
    823  variables !p, !x, !y, !z are reinitializtedby the procedure reinitplt 
     822 If NOREINITPLT is not activated, all environment  
     823 variables !p, !x, !y, !z are reinitializted by the procedure reinitplt 
    824824</div> 
    825825         
     
    834834           
    835835         
     836          <h3>Statistics</h3> 
     837          <table class="statistics"> 
     838            <tr><td>McCabe cyclic</td><td>           3</td></tr> 
     839            <tr><td>McCabe essential</td><td>           1</td></tr> 
     840            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     841          </table> 
    836842           
    837843         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r157 r163  
    722722         
    723723          <p class="header"> 
    724             tvplus<span class="result">, <a href="#_tvplus_param_z2d">z2d</a>, <a href="#_tvplus_param_cellsize">cellsize</a></span>, <a href="#_tvplus_keyword_BOTTOM">BOTTOM</a>=<span class="result">BOTTOM</span>, <a href="#_tvplus_keyword_C_MASK">C_MASK</a>=<span class="result">C_MASK</span>, <a href="#_tvplus_keyword_C_NAN">C_NAN</a>=<span class="result">C_NAN</span>, <a href="#_tvplus_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_tvplus_keyword_MIN">MIN</a>=<span class="result">MIN</span>, <a href="#_tvplus_keyword_MAX">MAX</a>=<span class="result">MAX</span>, <a href="#_tvplus_keyword_MASK">MASK</a>=<span class="result">MASK</span>, <a href="#_tvplus_keyword_OFFSET">OFFSET</a>=<span class="result">OFFSET</span>, <a href="#_tvplus_keyword_NOUSEINFOS">NOUSEINFOS</a>=<span class="result">NOUSEINFOS</span>, <a href="#_tvplus_keyword_NCOLORS">NCOLORS</a>=<span class="result">NCOLORS</span>, <a href="#_tvplus_keyword_NOINTERP">NOINTERP</a>=<span class="result">NOINTERP</span>, <a href="#_tvplus_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     724            tvplus<span class="result">, <a href="#_tvplus_param_z2d">z2d</a>[, <a href="#_tvplus_param_cellsize">cellsize</a>]</span>, <a href="#_tvplus_keyword_BOTTOM">BOTTOM</a>=<span class="result">BOTTOM</span>, <a href="#_tvplus_keyword_C_MASK">C_MASK</a>=<span class="result">C_MASK</span>, <a href="#_tvplus_keyword_C_NAN">C_NAN</a>=<span class="result">C_NAN</span>, <a href="#_tvplus_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_tvplus_keyword_MIN">MIN</a>=<span class="result">MIN</span>, <a href="#_tvplus_keyword_MAX">MAX</a>=<span class="result">MAX</span>, <a href="#_tvplus_keyword_MASK">MASK</a>=<span class="result">MASK</span>, <a href="#_tvplus_keyword_OFFSET">OFFSET</a>=<span class="result">OFFSET</span>, <a href="#_tvplus_keyword_NOUSEINFOS">NOUSEINFOS</a>=<span class="result">NOUSEINFOS</span>, <a href="#_tvplus_keyword_NCOLORS">NCOLORS</a>=<span class="result">NCOLORS</span>, <a href="#_tvplus_keyword_NOINTERP">NOINTERP</a>=<span class="result">NOINTERP</span>, <a href="#_tvplus_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    725725         
    726726          <div class="comments"> 
     
    751751              <span class="attr">in</span> 
    752752               
    753                
     753              <span class="attr">optional</span> 
    754754               
    755755               
     
    766766 of cellsize that forces tvplus to create a window larger than 
    767767 the screen, a "scrolling window" will be displayed instead of a 
    768  regular window. Unfortunately the nice fonctionnalities of tvplus 
     768 regular window. Unfortunately the nice functionnalities of tvplus 
    769769 are not coded for "scrolling window" case... 
    770770</div> 
     
    898898         
    899899            <div class="comments">  
    900  2 elements vector used by tvplus itself when shoing zoom. 
     900 2 elements vector used by tvplus itself when showing zoom. 
    901901 It is used to shift the ranges of xaxis and yaxis. 
    902902 For example: tvplus,sst[x1:x2,y1:y2],offest=[x1,y1] 
     
    915915         
    916916            <div class="comments"> 
    917  Activite to supress the printed message explaining how to use tvplus 
     917 Activate to suppress the printed message explaining how to use tvplus 
    918918</div> 
    919919             
     
    945945         
    946946            <div class="comments"> 
    947  Used this keyword if you don't whant that the values 
     947 Used this keyword if you don't want that the values 
    948948 are interpolated from BOTTOM using NCOLORS colors. 
    949  This can be for example usefull when working on byte type arrays. 
     949 This can be for example useful when working on byte type arrays. 
    950950</div> 
    951951             
     
    973973           
    974974          <h4>Version</h4><div class="preformat"> 
    975  $Id: tvplus.pro 152 2006-08-10 07:01:35Z smasson $ 
     975 $Id: tvplus.pro 157 2006-08-21 09:01:50Z navarro $ 
    976976</div> 
    977977          <h4>History</h4><div class="preformat"> 
     
    992992     right button : quit 
    993993 
    994  the nice fonctionnalities of tvplus are not coded 
     994 the nice functionnalities of tvplus are not coded 
    995995 for "scrolling window" case... 
    996996</div> 
     
    10041004           
    10051005         
     1006          <h3>Statistics</h3> 
     1007          <table class="statistics"> 
     1008            <tr><td>McCabe cyclic</td><td>          47</td></tr> 
     1009            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1010            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1011          </table> 
    10061012           
    10071013         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/addaxe.html

    r157 r163  
    745745         
    746746          <div class="comments"> 
    747  Coordonnees of extremities of the section 
     747 Coordinate of extremities of the section 
    748748 </div> 
    749749             
     
    754754              <span class="attr">required</span> 
    755755               
    756                
     756              <span class="attr">type:</span> <span class="value">string</span> 
    757757               
    758758               
     
    769769              <span class="attr">required</span> 
    770770               
    771                
     771              <span class="attr">type:</span> <span class="value">vector</span> 
    772772               
    773773               
     
    805805           
    806806          <h4>Version</h4><div class="preformat"> 
    807  $Id: addaxe.pro 142 2006-07-21 12:47:49Z navarro $ 
     807 $Id: addaxe.pro 157 2006-08-21 09:01:50Z navarro $ 
    808808</div> 
    809809          <h4>History</h4><div class="preformat"> 
     
    828828           
    829829         
     830          <h3>Statistics</h3> 
     831          <table class="statistics"> 
     832            <tr><td>McCabe cyclic</td><td>           9</td></tr> 
     833            <tr><td>McCabe essential</td><td>           1</td></tr> 
     834            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     835          </table> 
    830836           
    831837         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/autoscale.html

    r157 r163  
    769769               
    770770               
    771                
     771              <span class="attr">type:</span> <span class="value">real</span> 
    772772               
    773773               
     
    787787           
    788788          <h4>Version</h4><div class="preformat"> 
    789  $Id: autoscale.pro 142 2006-07-21 12:47:49Z navarro $ 
     789 $Id: autoscale.pro 157 2006-08-21 09:01:50Z navarro $ 
    790790</div> 
    791791          <h4>History</h4><div class="preformat"> 
     
    811811           
    812812         
     813          <h3>Statistics</h3> 
     814          <table class="statistics"> 
     815            <tr><td>McCabe cyclic</td><td>           3</td></tr> 
     816            <tr><td>McCabe essential</td><td>           1</td></tr> 
     817            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     818          </table> 
    813819           
    814820         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/axis4pltz.html

    r157 r163  
    863863               
    864864               
    865                
     865              <span class="attr">default:</span> <span class="value">2./3</span> 
    866866               
    867867            </h4> 
     
    869869            <div class="comments"> 
    870870 When the drawing has a zoomed part, it is the size rapport between the zoomed part,  
    871  hz (zoom height), and the whole drawing, ht (total height). By default =2./3 
     871 hz (zoom height), and the whole drawing, ht (total height). 
    872872</div> 
    873873             
     
    935935           
    936936          <h4>Version</h4><div class="preformat"> 
    937  $Id: axis4pltz.pro 142 2006-07-21 12:47:49Z navarro $ 
     937 $Id: axis4pltz.pro 157 2006-08-21 09:01:50Z navarro $ 
    938938</div> 
    939939          <h4>History</h4><div class="preformat"> 
     
    957957           
    958958         
     959          <h3>Statistics</h3> 
     960          <table class="statistics"> 
     961            <tr><td>McCabe cyclic</td><td>          20</td></tr> 
     962            <tr><td>McCabe essential</td><td>           1</td></tr> 
     963            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     964          </table> 
    959965           
    960966         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/barrecouleur.html

    r157 r163  
    743743            </h4> 
    744744         
    745           <div class="comments"></div> 
     745          <div class="comments"> 
     746 
     747</div> 
    746748             
    747749            <h4 id="_barrecouleur_param_clbinf">clbinf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    756758            </h4> 
    757759         
    758           <div class="comments"></div> 
     760          <div class="comments"> 
     761 
     762</div> 
    759763             
    760764            <h4 id="_barrecouleur_param_clbsup">clbsup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    769773            </h4> 
    770774         
    771           <div class="comments"></div> 
     775          <div class="comments"> 
     776 
     777</div> 
    772778             
    773779            <h4 id="_barrecouleur_param_clbdiv">clbdiv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    782788            </h4> 
    783789         
    784           <div class="comments"></div> 
     790          <div class="comments"> 
     791 
     792</div> 
    785793             
    786794 
     
    802810            </h4> 
    803811         
    804             <div class="comments"></div> 
     812            <div class="comments"> 
     813  
     814</div> 
    805815             
    806816            <h4 id="_barrecouleur_keyword_CB_TITLE">CB_TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    815825            </h4> 
    816826         
    817             <div class="comments"></div> 
     827            <div class="comments"> 
     828  
     829</div> 
    818830             
    819831            <h4 id="_barrecouleur_keyword_NOFILL">NOFILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    828840            </h4> 
    829841         
    830             <div class="comments"></div> 
     842            <div class="comments"> 
     843  
     844</div> 
    831845             
    832846            <h4 id="_barrecouleur_keyword_COLOR_c">COLOR_c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    841855            </h4> 
    842856         
    843             <div class="comments"></div> 
     857            <div class="comments"> 
     858  
     859</div> 
    844860             
    845861            <h4 id="_barrecouleur_keyword_MIN">MIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    854870            </h4> 
    855871         
    856             <div class="comments"></div> 
     872            <div class="comments"> 
     873 Scalar used to specify the min value to be drawn. 
     874</div> 
    857875             
    858876            <h4 id="_barrecouleur_keyword_MAX">MAX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    867885            </h4> 
    868886         
    869             <div class="comments"></div> 
     887            <div class="comments"> 
     888 Scalar used to specify the max value to be drawn. 
     889</div> 
    870890             
    871891            <h4 id="_barrecouleur_keyword_divisions">divisions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    880900            </h4> 
    881901         
    882             <div class="comments"></div> 
     902            <div class="comments"> 
     903  
     904</div> 
    883905             
    884906            <h4 id="_barrecouleur_keyword_CB_SUBTITLE">CB_SUBTITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    893915            </h4> 
    894916         
    895             <div class="comments"></div> 
     917            <div class="comments"> 
     918  
     919</div> 
    896920             
    897921            <h4 id="_barrecouleur_keyword_POST">POST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    906930            </h4> 
    907931         
    908             <div class="comments"></div> 
     932            <div class="comments"> 
     933  
     934</div> 
    909935             
    910936            <h4 id="_barrecouleur_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    919945            </h4> 
    920946         
    921             <div class="comments"></div> 
     947            <div class="comments"> 
     948 Used to pass your keywords 
     949</div> 
    922950             
    923951           
     
    927955           
    928956          <h4>Version</h4><div class="preformat"> 
    929  $Id: barrecouleur.pro 152 2006-08-10 07:01:35Z smasson $ 
     957 $Id: barrecouleur.pro 157 2006-08-21 09:01:50Z navarro $ 
    930958</div> 
    931959          <h4>History</h4><div class="preformat"> 
     
    950978           
    951979         
     980          <h3>Statistics</h3> 
     981          <table class="statistics"> 
     982            <tr><td>McCabe cyclic</td><td>           7</td></tr> 
     983            <tr><td>McCabe essential</td><td>           1</td></tr> 
     984            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     985          </table> 
    952986           
    953987         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/checkfield.html

    r157 r163  
    736736          <dd></dd>      
    737737           
    738           <dt><p><a href="#_checkfield"><span class="result">result = </span>checkfield(<span class="result">field, procedure</span>, TYPE=<span class="result">TYPE</span>, BOXZOOM=<span class="result">BOXZOOM</span>, DIREC=<span class="result">DIREC</span>, NOQUESTION=<span class="result">NOQUESTION</span>, VECTEUR=<span class="result">VECTEUR</span>, WDEPTH=<span class="result">WDEPTH</span>, _EXTRA=<span class="result">_EXTRA</span>)</a></p><dt> 
     738          <dt><p><a href="#_checkfield"><span class="result">result = </span>checkfield(<span class="result">field, procedure</span>, TYPE=<span class="result">TYPE</span>, BOXZOOM=<span class="result">vector</span>, DIREC=<span class="result">DIREC</span>, NOQUESTION=<span class="result">NOQUESTION</span>, VECTEUR=<span class="result">vetcor</span>, WDEPTH=<span class="result">WDEPTH</span>, _EXTRA=<span class="result">_EXTRA</span>)</a></p><dt> 
    739739          <dd> </dd>     
    740740                 
     
    771771              <span class="attr">required</span> 
    772772               
    773                
     773              <span class="attr">type:</span> <span class="value">string</span> 
    774774               
    775775               
     
    786786              <span class="attr">required</span> 
    787787               
    788                
     788              <span class="attr">type:</span> <span class="value">integer</span> 
    789789               
    790790               
     
    801801               
    802802               
    803                
     803              <span class="attr">type:</span> <span class="value">string</span> 
    804804               
    805805               
     
    807807         
    808808          <div class="comments"> 
    809  It is a string giving the name of the file to be opened. If NAME 
     809 It gives the name of the file to be opened. If NAME 
    810810 does not contain the separating character of directories ('/' under 
    811811 unix for example), the file will be looked for in the current directory. 
     
    818818              <span class="attr">required</span> 
    819819               
    820                
     820              <span class="attr">type:</span> <span class="value">integer</span> 
    821821               
    822822               
     
    838838           
    839839          <h4>Version</h4><div class="preformat"> 
    840  $Id$</div> 
     840 $Id: checkfield.pro 157 2006-08-21 09:01:50Z navarro $</div> 
    841841          <h4>History</h4><div class="preformat"> 
    842842  
     
    860860           
    861861         
     862          <h3>Statistics</h3> 
     863          <table class="statistics"> 
     864            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     865            <tr><td>McCabe essential</td><td>           1</td></tr> 
     866            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     867          </table> 
    862868           
    863869         
     
    890896              <span class="attr">required</span> 
    891897               
    892                
     898              <span class="attr">type:</span> <span class="value">string</span> 
    893899               
    894900               
     
    967973           
    968974          <h4>Version</h4><div class="preformat"> 
    969  $Id$</div> 
     975 $Id: checkfield.pro 157 2006-08-21 09:01:50Z navarro $</div> 
    970976          <h4>History</h4><div class="preformat"> 
    971977  
     
    989995           
    990996         
     997          <h3>Statistics</h3> 
     998          <table class="statistics"> 
     999            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     1000            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1001            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1002          </table> 
    9911003           
    9921004         
     
    10191031              <span class="attr">required</span> 
    10201032               
    1021                
     1033              <span class="attr">type:</span> <span class="value">string</span> 
    10221034               
    10231035               
     
    10961108           
    10971109          <h4>Version</h4><div class="preformat"> 
    1098  $Id$</div> 
     1110 $Id: checkfield.pro 157 2006-08-21 09:01:50Z navarro $</div> 
    10991111          <h4>History</h4><div class="preformat"> 
    11001112  
     
    11181130           
    11191131         
     1132          <h3>Statistics</h3> 
     1133          <table class="statistics"> 
     1134            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     1135            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1136            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1137          </table> 
    11201138           
    11211139         
     
    11301148         
    11311149          <p class="header"> 
    1132             <span class="result">result = </span>checkfield(<span class="result"><a href="#_checkfield_param_field">field</a>, <a href="#_checkfield_param_procedure">procedure</a></span>, <a href="#_checkfield_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_checkfield_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_checkfield_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_checkfield_keyword_NOQUESTION">NOQUESTION</a>=<span class="result">NOQUESTION</span>, <a href="#_checkfield_keyword_VECTEUR">VECTEUR</a>=<span class="result">VECTEUR</span>, <a href="#_checkfield_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_checkfield_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     1150            <span class="result">result = </span>checkfield(<span class="result"><a href="#_checkfield_param_field">field</a>, <a href="#_checkfield_param_procedure">procedure</a></span>, <a href="#_checkfield_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_checkfield_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">vector</span>, <a href="#_checkfield_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_checkfield_keyword_NOQUESTION">NOQUESTION</a>=<span class="result">NOQUESTION</span>, <a href="#_checkfield_keyword_VECTEUR">VECTEUR</a>=<span class="result">vetcor</span>, <a href="#_checkfield_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_checkfield_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    11331151         
    11341152          <div class="comments"> 
     
    11471165              <span class="attr">required</span> 
    11481166               
    1149                
     1167              <span class="attr">type:</span> <span class="value">field</span> 
    11501168               
    11511169               
     
    11531171         
    11541172          <div class="comments"> 
    1155  A field respecting litchamp.pro's criterions. See IDL>xhelp,'litchamp' 
     1173 It respect litchamp.pro's criterions. See IDL>xhelp,'litchamp' 
    11561174</div> 
    11571175             
     
    11991217               
    12001218               
    1201                
    1202                
    1203                
    1204             </h4> 
    1205          
    1206             <div class="comments">  
     1219              <span class="attr">type:</span> <span class="value">vector</span> 
     1220               
     1221               
     1222            </h4> 
     1223         
     1224            <div class="comments"> 
    12071225 Vector indicating the geographic zone on which we want to cut the map.  
    12081226  If BOXZOOM has : 
     
    12521270               
    12531271               
    1254                
     1272              <span class="attr">type:</span> <span class="value">vetcor</span> 
    12551273               
    12561274               
     
    12721290         
    12731291            <div class="comments"> 
    1274  to specify that the field is at W depth instad of T  
     1292 to specify that the field is at W depth instead of T  
    12751293 depth (automatically activated if vargrid eq 'W') 
    12761294 </div> 
     
    12971315           
    12981316          <h4>Version</h4><div class="preformat"> 
    1299  $Id: checkfield.pro 142 2006-07-21 12:47:49Z navarro $ 
     1317 $Id: checkfield.pro 157 2006-08-21 09:01:50Z navarro $ 
    13001318</div> 
    13011319          <h4>History</h4><div class="preformat"> 
     
    13221340           
    13231341         
     1342          <h3>Statistics</h3> 
     1343          <table class="statistics"> 
     1344            <tr><td>McCabe cyclic</td><td>         120</td></tr> 
     1345            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1346            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1347          </table> 
    13241348           
    13251349         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html

    r157 r163  
    699699      </div> 
    700700 
    701       <div id="file_comments"></div> 
     701      <div id="file_comments"> 
     702 
     703</div> 
    702704 
    703705       
     
    714716        <div class="routine_details" id="_checktypeminmax"> 
    715717 
    716           <h2><a class="top" href="#container">top</a>checktypeminmax </h2> 
     718          <h2><a class="top" href="#container">top</a>checktypeminmax <span class="categories"> 
     719 
     720</span></h2> 
    717721         
    718722          <p class="header"> 
    719723            checktypeminmax<span class="result">, <a href="#_checktypeminmax_param_procedure">procedure</a></span>, <a href="#_checktypeminmax_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_checktypeminmax_keyword_MIN">MIN</a>=<span class="result">MIN</span>, <a href="#_checktypeminmax_keyword_MAX">MAX</a>=<span class="result">MAX</span>, <a href="#_checktypeminmax_keyword_XY">XY</a>=<span class="result">XY</span>, <a href="#_checktypeminmax_keyword_XZ">XZ</a>=<span class="result">XZ</span>, <a href="#_checktypeminmax_keyword_YZ">YZ</a>=<span class="result">YZ</span>, <a href="#_checktypeminmax_keyword_XT">XT</a>=<span class="result">XT</span>, <a href="#_checktypeminmax_keyword_YT">YT</a>=<span class="result">YT</span>, <a href="#_checktypeminmax_keyword_ZT">ZT</a>=<span class="result">ZT</span>, <a href="#_checktypeminmax_keyword_TT">TT</a>=<span class="result">TT</span>, <a href="#_checktypeminmax_keyword_XX">XX</a>=<span class="result">XX</span>, <a href="#_checktypeminmax_keyword_YY">YY</a>=<span class="result">YY</span>, <a href="#_checktypeminmax_keyword_ZZ">ZZ</a>=<span class="result">ZZ</span>, <a href="#_checktypeminmax_keyword_XINDEX">XINDEX</a>=<span class="result">XINDEX</span>, <a href="#_checktypeminmax_keyword_YINDEX">YINDEX</a>=<span class="result">YINDEX</span>, <a href="#_checktypeminmax_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_checktypeminmax_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    720724         
     725          <div class="comments"></div> 
     726 
     727          <h3>Return value</h3><div class="preformat"> 
     728 
     729</div> 
     730 
     731           
     732            <h3>Parameters</h3> 
     733         
     734             
     735            <h4 id="_checktypeminmax_param_procedure">procedure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     736               
     737               
     738               
     739               
     740               
     741               
     742               
     743               
     744            </h4> 
     745         
    721746          <div class="comments"> 
    722  NAME: 
    723  
    724  PURPOSE: 
    725  
    726  CATEGORY: 
    727  
    728  CALLING SEQUENCE: 
    729   
    730  INPUTS: 
    731  
    732  KEYWORD PARAMETERS: 
    733  
    734  OUTPUTS: 
    735  
    736  COMMON BLOCKS:common.pro 
    737  
    738  SIDE EFFECTS: 
    739  
    740  RESTRICTIONS: 
    741  
    742  EXAMPLE: 
    743  
    744  MODIFICATION HISTORY:Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    745 </div> 
    746  
    747            
    748  
    749            
    750             <h3>Parameters</h3> 
    751          
    752              
    753             <h4 id="_checktypeminmax_param_procedure">procedure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    754                
    755                
    756                
    757                
    758                
    759                
    760                
    761                
    762             </h4> 
    763          
    764           <div class="comments"></div> 
     747 
     748</div> 
    765749             
    766750 
     
    782766            </h4> 
    783767         
    784             <div class="comments"></div> 
     768            <div class="comments"> 
     769 
     770</div> 
    785771             
    786772            <h4 id="_checktypeminmax_keyword_MIN">MIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    795781            </h4> 
    796782         
    797             <div class="comments"></div> 
     783            <div class="comments"> 
     784 
     785</div> 
    798786             
    799787            <h4 id="_checktypeminmax_keyword_MAX">MAX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    808796            </h4> 
    809797         
    810             <div class="comments"></div> 
     798            <div class="comments"> 
     799 
     800</div> 
    811801             
    812802            <h4 id="_checktypeminmax_keyword_XY">XY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    821811            </h4> 
    822812         
    823             <div class="comments"></div> 
     813            <div class="comments"> 
     814 
     815</div> 
    824816             
    825817            <h4 id="_checktypeminmax_keyword_XZ">XZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    834826            </h4> 
    835827         
    836             <div class="comments"></div> 
     828            <div class="comments"> 
     829 
     830</div> 
    837831             
    838832            <h4 id="_checktypeminmax_keyword_YZ">YZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    847841            </h4> 
    848842         
    849             <div class="comments"></div> 
     843            <div class="comments"> 
     844 
     845</div> 
    850846             
    851847            <h4 id="_checktypeminmax_keyword_XT">XT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    860856            </h4> 
    861857         
    862             <div class="comments"></div> 
     858            <div class="comments"> 
     859 
     860</div> 
    863861             
    864862            <h4 id="_checktypeminmax_keyword_YT">YT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    873871            </h4> 
    874872         
    875             <div class="comments"></div> 
     873            <div class="comments"> 
     874 
     875</div> 
    876876             
    877877            <h4 id="_checktypeminmax_keyword_ZT">ZT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    886886            </h4> 
    887887         
    888             <div class="comments"></div> 
     888            <div class="comments"> 
     889 
     890</div> 
    889891             
    890892            <h4 id="_checktypeminmax_keyword_TT">TT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    899901            </h4> 
    900902         
    901             <div class="comments"></div> 
     903            <div class="comments"> 
     904 
     905</div> 
    902906             
    903907            <h4 id="_checktypeminmax_keyword_XX">XX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    912916            </h4> 
    913917         
    914             <div class="comments"></div> 
     918            <div class="comments"> 
     919 
     920</div> 
    915921             
    916922            <h4 id="_checktypeminmax_keyword_YY">YY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    925931            </h4> 
    926932         
    927             <div class="comments"></div> 
     933            <div class="comments"> 
     934 
     935</div> 
    928936             
    929937            <h4 id="_checktypeminmax_keyword_ZZ">ZZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    938946            </h4> 
    939947         
    940             <div class="comments"></div> 
     948            <div class="comments"> 
     949 
     950</div> 
    941951             
    942952            <h4 id="_checktypeminmax_keyword_XINDEX">XINDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    951961            </h4> 
    952962         
    953             <div class="comments"></div> 
     963            <div class="comments"> 
     964 
     965</div> 
    954966             
    955967            <h4 id="_checktypeminmax_keyword_YINDEX">YINDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    964976            </h4> 
    965977         
    966             <div class="comments"></div> 
     978            <div class="comments"> 
     979 
     980</div> 
    967981             
    968982            <h4 id="_checktypeminmax_keyword_ENDPOINTS">ENDPOINTS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    977991            </h4> 
    978992         
    979             <div class="comments"></div> 
     993            <div class="comments"> 
     994 
     995</div> 
    980996             
    981997            <h4 id="_checktypeminmax_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    9901006            </h4> 
    9911007         
    992             <div class="comments"></div> 
    993              
    994            
    995  
    996            
    997            
    998            
    999            
    1000            
     1008            <div class="comments"> 
     1009 Used to pass your keywords 
     1010</div> 
     1011             
     1012           
     1013 
     1014          <h3>Examples</h3><div class="preformat"> 
     1015 
     1016</div> 
     1017          <h3>Version history</h3> 
     1018           
     1019          <h4>Version</h4><div class="preformat"> 
     1020 $Id$ 
     1021</div> 
     1022          <h4>History</h4><div class="preformat"> 
     1023 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     1024</div> 
    10011025           
    10021026           
     
    10051029           
    10061030          <h4>Todo items</h4><div class="preformat"> seb</div> 
    1007            
    1008          
    1009            
    1010            
    1011            
    1012            
    1013            
    1014            
    1015            
    1016          
     1031          <h4>Restrictions</h4><div class="preformat"> 
     1032 
     1033</div> 
     1034         
     1035          <h3>Other attributes</h3> 
     1036           
     1037           
     1038          <h4>Uses routines</h4><div class="preformat"> 
     1039 common.pro 
     1040</div> 
     1041           
     1042           
     1043           
     1044         
     1045          <h3>Statistics</h3> 
     1046          <table class="statistics"> 
     1047            <tr><td>McCabe cyclic</td><td>          38</td></tr> 
     1048            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1049            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1050          </table> 
    10171051           
    10181052         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/determineminmax.html

    r157 r163  
    721721         
    722722          <p class="header"> 
    723             determineminmax<span class="result">, <a href="#_determineminmax_param_tab">tab</a>, <a href="#_determineminmax_param_mask">mask</a>, <a href="#_determineminmax_param_vraimin">vraimin</a>, <a href="#_determineminmax_param_vraimax">vraimax</a>, <a href="#_determineminmax_param_glam">glam</a>, <a href="#_determineminmax_param_gphi">gphi</a></span>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_determineminmax_keyword_usetri">usetri</a>=<span class="result">usetri</span>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<span class="result">ZEROMIDDLE</span>, <a href="#_determineminmax_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     723            determineminmax<span class="result">, <a href="#_determineminmax_param_tab">tab</a>, <a href="#_determineminmax_param_mask">mask</a>, <a href="#_determineminmax_param_vraimin">vraimin</a>, <a href="#_determineminmax_param_vraimax">vraimax</a>, <a href="#_determineminmax_param_glam">glam</a>, <a href="#_determineminmax_param_gphi">gphi</a></span>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<span class="result">scalar</span>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<span class="result">scalar</span>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_determineminmax_keyword_usetri">usetri</a>=<span class="result">usetri</span>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<span class="result">ZEROMIDDLE</span>, <a href="#_determineminmax_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    724724         
    725725          <div class="comments"> 
     
    831831               
    832832               
    833                
    834                
    835                
    836             </h4> 
    837          
    838             <div class="comments">  
    839  It is a scalar which, if it is not defined, take the value of VRAIMAX 
     833              <span class="attr">type:</span> <span class="value">scalar</span> 
     834               
     835               
     836            </h4> 
     837         
     838            <div class="comments"> 
     839 If it is not defined, it takes the value of VRAIMAX 
    840840</div> 
    841841             
     
    846846               
    847847               
    848                
    849                
    850                
    851             </h4> 
    852          
    853             <div class="comments">  
    854  It is a scalar which, if it is not defined, take the value of VRAIMIN 
     848              <span class="attr">type:</span> <span class="value">scalar</span> 
     849               
     850               
     851            </h4> 
     852         
     853            <div class="comments"> 
     854 If it is not defined, it takes the value of VRAIMIN 
    855855</div> 
    856856             
     
    920920           
    921921          <h4>Version</h4><div class="preformat"> 
    922  $Id: determineminmax.pro 142 2006-07-21 12:47:49Z navarro $ 
     922 $Id: determineminmax.pro 157 2006-08-21 09:01:50Z navarro $ 
    923923</div> 
    924924          <h4>History</h4><div class="preformat"> 
     
    947947           
    948948         
     949          <h3>Statistics</h3> 
     950          <table class="statistics"> 
     951            <tr><td>McCabe cyclic</td><td>          13</td></tr> 
     952            <tr><td>McCabe essential</td><td>           1</td></tr> 
     953            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     954          </table> 
    949955           
    950956         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/directory-overview.html

    r157 r163  
    717717       
    718718        <dt><a href="checktypeminmax.html?format=raw">checktypeminmax.pro</a></dt> 
    719         <dd></dd> 
     719        <dd>  </dd> 
    720720       
    721721        <dt><a href="determineminmax.html?format=raw">determineminmax.pro</a></dt> 
     
    723723       
    724724        <dt><a href="givewindowsize.html?format=raw">givewindowsize.pro</a></dt> 
    725         <dd></dd> 
     725        <dd>  </dd> 
    726726       
    727727        <dt><a href="meridienparallele.html?format=raw">meridienparallele.pro</a></dt> 
     
    729729       
    730730        <dt><a href="placecolor.html?format=raw">placecolor.pro</a></dt> 
    731         <dd>  allows to trace the independently from a graph  By default, trace a color bar of the same type tahn the one present in plt  and pltz.</dd> 
     731        <dd>  allows to trace the independently from a graph  By default, trace a color bar of the same type than the one present in plt  and pltz.</dd> 
    732732       
    733733        <dt><a href="placedessin.html?format=raw">placedessin.pro</a></dt> 
     
    738738       
    739739        <dt><a href="restoreatt.html?format=raw">restoreatt.pro</a></dt> 
    740         <dd>  Allows to reattribuate global variables associated with a field   when we give a stucture created by saveatt.</dd> 
     740        <dd>  Allows to reattribuate global variables associated with a field   when we give a structure created by saveatt.</dd> 
    741741       
    742742        <dt><a href="rotation.html?format=raw">rotation.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/givewindowsize.html

    r157 r163  
    699699      </div> 
    700700 
    701       <div id="file_comments"></div> 
     701      <div id="file_comments"> 
     702 
     703</div> 
    702704 
    703705       
     
    714716        <div class="routine_details" id="_givewindowsize"> 
    715717 
    716           <h2><a class="top" href="#container">top</a>givewindowsize </h2> 
     718          <h2><a class="top" href="#container">top</a>givewindowsize <span class="categories"> 
     719 
     720</span></h2> 
    717721         
    718722          <p class="header"> 
    719723            <span class="result">result = </span>givewindowsize()</p> 
    720724         
    721           <div class="comments"> 
    722 </div> 
    723  
    724            
    725  
    726            
    727  
    728            
    729  
    730            
    731            
    732            
    733            
    734            
     725          <div class="comments"></div> 
     726 
     727          <h3>Return value</h3><div class="preformat"> 
     728 
     729</div> 
     730 
     731           
     732 
     733           
     734 
     735          <h3>Examples</h3><div class="preformat"> 
     736 
     737</div> 
     738          <h3>Version history</h3> 
     739           
     740          <h4>Version</h4><div class="preformat"> 
     741 $Id$ 
     742</div> 
     743          <h4>History</h4><div class="preformat"> 
     744 
     745</div> 
    735746           
    736747           
     
    738749           
    739750           
    740           <h4>Todo items</h4><div class="preformat"> seb 
    741 </div> 
    742            
     751          <h4>Todo items</h4><div class="preformat"> seb</div> 
     752          <h4>Restrictions</h4><div class="preformat"> 
     753 
     754</div> 
    743755         
    744            
    745            
    746            
    747            
     756          <h3>Other attributes</h3> 
     757           
     758           
     759          <h4>Uses routines</h4><div class="preformat"> 
     760 
     761</div> 
    748762           
    749763           
    750764           
    751765         
     766          <h3>Statistics</h3> 
     767          <table class="statistics"> 
     768            <tr><td>McCabe cyclic</td><td>           4</td></tr> 
     769            <tr><td>McCabe essential</td><td>           1</td></tr> 
     770            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     771          </table> 
    752772           
    753773         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/meridienparallele.html

    r157 r163  
    743743            </h4> 
    744744         
    745           <div class="comments"> The type of drawing we treat 
     745          <div class="comments">  
     746 The type of drawing we treat 
    746747</div> 
    747748             
     
    755756           
    756757          <h4>Version</h4><div class="preformat"> 
    757  $Id: meridienparallele.pro 142 2006-07-21 12:47:49Z navarro $ 
     758 $Id: meridienparallele.pro 157 2006-08-21 09:01:50Z navarro $ 
    758759</div> 
    759760          <h4>History</h4><div class="preformat"> 
     
    779780           
    780781         
     782          <h3>Statistics</h3> 
     783          <table class="statistics"> 
     784            <tr><td>McCabe cyclic</td><td>           6</td></tr> 
     785            <tr><td>McCabe essential</td><td>           1</td></tr> 
     786            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     787          </table> 
    781788           
    782789         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/placecolor.html

    r157 r163  
    701701      <div id="file_comments"> 
    702702 allows to trace the independently from a graph 
    703  By default, trace a color bar of the same type tahn the one present in plt 
     703 By default, trace a color bar of the same type than the one present in plt 
    704704 and pltz. If max, min and divisions are not stipulated, then max=sup,min=inf 
    705705 and divisions=div. 
     
    747747         
    748748          <div class="comments"> 
    749  Vecteur composed by 4 elements giving coordinates of the left bottom  
     749 Vector composed by 4 elements giving coordinates of the left bottom  
    750750 corner and of the right up one -in cm- in which we want to do the color bar 
    751751</div> 
     
    779779           
    780780          <h4>Version</h4><div class="preformat"> 
    781  $Id: placecolor.pro 142 2006-07-21 12:47:49Z navarro $ 
     781 $Id: placecolor.pro 157 2006-08-21 09:01:50Z navarro $ 
    782782</div> 
    783783          <h4>History</h4><div class="preformat"> 
     
    792792           
    793793          <h4>Restrictions</h4><div class="preformat"> 
    794  Only usable for POSTCRIPTs effectuated with plein2dessin 
     794 Only usable for Postscripts effectuated with plein2dessin 
    795795</div> 
    796796         
     
    805805           
    806806         
     807          <h3>Statistics</h3> 
     808          <table class="statistics"> 
     809            <tr><td>McCabe cyclic</td><td>           9</td></tr> 
     810            <tr><td>McCabe essential</td><td>           1</td></tr> 
     811            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     812          </table> 
    807813           
    808814         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r157 r163  
    721721         
    722722          <p class="header"> 
    723             placedessin<span class="result">, <a href="#_placedessin_param_typedessin">typedessin</a>, <a href="#_placedessin_param_posfenetre">posfenetre</a>, <a href="#_placedessin_param_posbar">posbar</a></span>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<span class="result">BARMARGES</span>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<span class="result">NOCOLORBAR</span>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<span class="result">COLOR_c</span>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<span class="result">VECTEUR</span>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<span class="result">PORTRAIT</span>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<span class="result">LANDSCAPE</span>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<span class="result">SMALL</span>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<span class="result">MARGES</span>, <a href="#_placedessin_keyword_MAP">MAP</a>=<span class="result">MAP</span>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<span class="result">REMPLI</span>, <a href="#_placedessin_keyword_POST">POST</a>=<span class="result">POST</span>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<span class="result">BASICMARGES</span>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<span class="result">NOERASE</span>, <a href="#_placedessin_keyword_LCT">LCT</a>=<span class="result">LCT</span>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<span class="result">CB_TITLE</span>, <a href="#_placedessin_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     723            placedessin<span class="result">, <a href="#_placedessin_param_typedessin">typedessin</a>, <a href="#_placedessin_param_posfenetre">posfenetre</a>, <a href="#_placedessin_param_posbar">posbar</a></span>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<span class="result">BARMARGES</span>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<span class="result">NOCOLORBAR</span>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<span class="result">COLOR_c</span>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<span class="result">vector</span>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<span class="result">PORTRAIT</span>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<span class="result">LANDSCAPE</span>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<span class="result">SMALL</span>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<span class="result">MARGES</span>, <a href="#_placedessin_keyword_MAP">MAP</a>=<span class="result">MAP</span>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<span class="result">REMPLI</span>, <a href="#_placedessin_keyword_POST">POST</a>=<span class="result">POST</span>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<span class="result">BASICMARGES</span>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<span class="result">NOERASE</span>, <a href="#_placedessin_keyword_LCT">LCT</a>=<span class="result">integer</span>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<span class="result">CB_TITLE</span>, <a href="#_placedessin_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    724724         
    725725          <div class="comments"> 
     
    738738               
    739739               
    740                
     740              <span class="attr">type:</span> <span class="value">string</span> 
    741741               
    742742               
     
    744744         
    745745          <div class="comments"> 
    746  It is a chain or characteres specifying what procedure is called by PLACEDESSIN: 'plt', 'pltz' or 'pltt' 
     746 It specify what procedure is called by PLACEDESSIN: 'plt', 'pltz' or 'pltt' 
    747747</div> 
    748748             
     
    753753               
    754754               
    755                
     755              <span class="attr">type:</span> <span class="value">vector</span> 
    756756               
    757757               
     
    760760          <div class="comments"> 
    761761 It is a vector composed by 4 elements containing the position of the frame  
    762  containing captions and the graph in normalized coorinates.  
     762 containing captions and the graph in normalized coordinates.  
    763763 Comment: To position the drawing; we have to do !p.position=posfenetre  
    764764 after the call of the caliber 
     
    771771               
    772772               
    773                
     773              <span class="attr">type:</span> <span class="value">vector</span> 
    774774               
    775775               
     
    860860            <div class="comments">  
    861861 If we want to trace contours of a different field than the one  
    862  whose we have the colored drawing (by examlpe E-P in color and QSR in contours).  
    863  It must be a field respecting same caracteristics than the argument number one of plt. 
     862 whose we have the colored drawing (by example E-P in color and QSR in contours).  
     863 It must be a field respecting same characteristics than the argument number one of plt. 
    864864</div> 
    865865             
     
    870870               
    871871               
    872                
     872              <span class="attr">type:</span> <span class="value">vector</span> 
    873873               
    874874               
     
    905905         
    906906            <div class="comments">  
    907  Force the page or the window on the screen to be in lenthened position. 
     907 Force the page or the window on the screen to be in lengthened position. 
    908908</div> 
    909909             
     
    920920         
    921921            <div class="comments">  
    922  Vector composed of 3 or 4 elements, applyed to make a drawing on a  
     922 Vector composed of 3 or 4 elements, applied to make a drawing on a  
    923923 small portion of a page or screen. It delimit the zone where the drawing will be done. 
    924924     If there is 4 elements: 
    925  then is constituated of coordinates (expressed in cm located from the up and  
    926  left corner of the page or the window (in portrait like in lanscape)) of the bottom  
     925 then is constituted of coordinates (expressed in cm located from the up and  
     926 left corner of the page or the window (in portrait like in landscape)) of the bottom  
    927927 and left corner and of the up and right corner of the drawing zone. 
    928928     If there is 3 elements: 
     
    931931 the number 1 and then, following the writing direction. 
    932932 By default, we make the largest drawing we can do, conserving the aspect rapport  
    933  (exept when REMPLI is activated). 
     933 (except when REMPLI is activated). 
    934934 </div> 
    935935             
     
    961961 We use it when we want to do a projection. 
    962962 This keyword can be of two types: 
    963      MAP=[P0lat,P0lon,Rot]. For the descrption of these 3 values (see the online help of MAP_SET). 
    964      /MAP: In this case, map is automatically caculated have the value:  
     963     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     964     /MAP: In this case, map is automatically calculated have the value:  
    965965          map = [0, (lon1+lon2)/2., 0] 
    966966 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    967967 IDL> demo 
    968968 Then choose earth sciences and  mapping. 
    969  Comment2: By default it  is a cindrical projection which is effectuated (with or without the keyword map).  
     969 Comment2: By default it is a cylindrical projection which is effectuated (with or without the keyword map).  
    970970 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    971971 For example, for a polar projection centered on the south pole: 
     
    10161016            </h4> 
    10171017         
    1018             <div class="comments"> 
     1018            <div class="comments">  
    10191019 Number of the window on which we want to do the graph (Allow to open several windows).  
    10201020 By default, we open 'IDL0' 
     
    10331033         
    10341034            <div class="comments">  
    1035  keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    1036  of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     1035 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     1036 of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    10371037 coordinates.  
    10381038</div> 
     
    10851085               
    10861086               
    1087                
    1088                
    1089                
    1090             </h4> 
    1091          
    1092             <div class="comments">  
    1093  Is an integer designating the number of the palette of color we want to use for the plot.  
     1087              <span class="attr">type:</span> <span class="value">integer</span> 
     1088               
     1089               
     1090            </h4> 
     1091         
     1092            <div class="comments"> 
     1093 It designate the number of the palette of color we want to use for the plot.  
    10941094        </div> 
    10951095             
     
    11461146           
    11471147          <h4>Version</h4><div class="preformat"> 
    1148  $Id: placedessin.pro 142 2006-07-21 12:47:49Z navarro $ 
     1148 $Id: placedessin.pro 157 2006-08-21 09:01:50Z navarro $ 
    11491149</div> 
    11501150          <h4>History</h4><div class="preformat"> 
     
    11701170           
    11711171         
     1172          <h3>Statistics</h3> 
     1173          <table class="statistics"> 
     1174            <tr><td>McCabe cyclic</td><td>          32</td></tr> 
     1175            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1176            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1177          </table> 
    11721178           
    11731179         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/projsegment.html

    r157 r163  
    728728 
    729729          <h3>Return value</h3><div class="preformat">  
    730  A vector whose new boudaries are specified by BORNES. 
     730 A vector whose new boundaries are specified by BORNES. 
    731731</div> 
    732732 
     
    741741               
    742742               
    743                
     743              <span class="attr">type:</span> <span class="value">vector</span> 
    744744               
    745745               
     
    806806           
    807807          <h4>Version</h4><div class="preformat"> 
    808  $Id: projsegment.pro 142 2006-07-21 12:47:49Z navarro $ 
     808 $Id: projsegment.pro 157 2006-08-21 09:01:50Z navarro $ 
    809809</div> 
    810810          <h4>History</h4><div class="preformat"> 
     
    828828           
    829829         
     830          <h3>Statistics</h3> 
     831          <table class="statistics"> 
     832            <tr><td>McCabe cyclic</td><td>           3</td></tr> 
     833            <tr><td>McCabe essential</td><td>           1</td></tr> 
     834            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     835          </table> 
    830836           
    831837         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r157 r163  
    701701      <div id="file_comments"> 
    702702 Allows to reattribuate global variables associated with a field  
    703  when we give a stucture created by saveatt.pro by example. 
     703 when we give a structure created by saveatt.pro by example. 
    704704</div> 
    705705 
     
    758758           
    759759          <h4>Version</h4><div class="preformat"> 
    760  $Id: restoreatt.pro 142 2006-07-21 12:47:49Z navarro $ 
     760 $Id: restoreatt.pro 157 2006-08-21 09:01:50Z navarro $ 
    761761</div> 
    762762          <h4>History</h4><div class="preformat"> 
     
    785785           
    786786         
     787          <h3>Statistics</h3> 
     788          <table class="statistics"> 
     789            <tr><td>McCabe cyclic</td><td>          10</td></tr> 
     790            <tr><td>McCabe essential</td><td>           1</td></tr> 
     791            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     792          </table> 
    787793           
    788794         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/rotation.html

    r157 r163  
    714714         
    715715 
    716         <div class="routine_details" id="_ROTATION"> 
    717  
    718           <h2><a class="top" href="#container">top</a>ROTATION </h2> 
     716        <div class="routine_details" id="_rotation"> 
     717 
     718          <h2><a class="top" href="#container">top</a>rotation </h2> 
    719719         
    720720          <p class="header"> 
    721             ROTATION<span class="result">, <a href="#_ROTATION_param_X">X</a>, <a href="#_ROTATION_param_Y">Y</a>, <a href="#_ROTATION_param_DEG">DEG</a>, <a href="#_ROTATION_param_NX">NX</a>, <a href="#_ROTATION_param_NY">NY</a></span></p> 
     721            rotation<span class="result">, <a href="#_rotation_param_X">X</a>, <a href="#_rotation_param_Y">Y</a>, <a href="#_rotation_param_DEG">DEG</a>, <a href="#_rotation_param_NX">NX</a>, <a href="#_rotation_param_NY">NY</a></span></p> 
    722722         
    723723          <div class="comments"> 
     
    730730         
    731731             
    732             <h4 id="_ROTATION_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     732            <h4 id="_rotation_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    733733              <span class="attr">in</span> 
    734734               
     
    742742         
    743743          <div class="comments"> 
    744  orignal data point pairs 
     744 original data point pairs 
    745745</div> 
    746746             
    747             <h4 id="_ROTATION_param_Y">Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     747            <h4 id="_rotation_param_Y">Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    748748              <span class="attr">in</span> 
    749749               
     
    757757         
    758758          <div class="comments"> 
    759  orignal data point pairs 
     759 original data point pairs 
    760760           </div> 
    761761             
    762             <h4 id="_ROTATION_param_DEG">DEG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     762            <h4 id="_rotation_param_DEG">DEG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    763763              <span class="attr">in</span> 
    764764               
     
    775775            </div> 
    776776             
    777             <h4 id="_ROTATION_param_NX">NX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     777            <h4 id="_rotation_param_NX">NX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    778778               
    779779              <span class="attr">out</span> 
     
    790790 </div> 
    791791             
    792             <h4 id="_ROTATION_param_NY">NY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     792            <h4 id="_rotation_param_NY">NY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    793793               
    794794              <span class="attr">out</span> 
     
    835835           
    836836         
     837          <h3>Statistics</h3> 
     838          <table class="statistics"> 
     839            <tr><td>McCabe cyclic</td><td>           3</td></tr> 
     840            <tr><td>McCabe essential</td><td>           1</td></tr> 
     841            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     842          </table> 
    837843           
    838844         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/saveatt.html

    r157 r163  
    739739           
    740740          <h4>Version</h4><div class="preformat"> 
    741  $Id: saveatt.pro 142 2006-07-21 12:47:49Z navarro $ 
     741 $Id: saveatt.pro 157 2006-08-21 09:01:50Z navarro $ 
    742742</div> 
    743743          <h4>History</h4><div class="preformat"> 
     
    763763           
    764764         
     765          <h3>Statistics</h3> 
     766          <table class="statistics"> 
     767            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     768            <tr><td>McCabe essential</td><td>           1</td></tr> 
     769            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     770          </table> 
    765771           
    766772         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/terminedessin.html

    r157 r163  
    721721         
    722722          <p class="header"> 
    723             terminedessin, <a href="#_terminedessin_keyword_POST">POST</a>=<span class="result">POST</span>, <a href="#_terminedessin_keyword_SMALL">SMALL</a>=<span class="result">SMALL</span>, <a href="#_terminedessin_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
     723            terminedessin, <a href="#_terminedessin_keyword_POST">POST</a>=<span class="result">POST</span>, <a href="#_terminedessin_keyword_SMALL">SMALL</a>=<span class="result">vector</span>, <a href="#_terminedessin_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    724724         
    725725          <div class="comments"> 
     
    756756               
    757757               
    758                
     758              <span class="attr">type:</span> <span class="value">vector</span> 
    759759               
    760760               
     
    762762         
    763763            <div class="comments">  
    764  Vector composed of 3 or 4 elements, applyed to make a drawing on a  
     764 Vector composed of 3 or 4 elements, applied to make a drawing on a  
    765765 small portion of a page or screen. It delimit the zone where the drawing will be done. 
    766766     If there is 4 elements: 
    767  then is constituated of coordinates (expressed in cm located from the up and  
    768  left corner of the page or the window (in portrait like in lanscape)) of the bottom  
     767 then is constituted of coordinates (expressed in cm located from the up and  
     768 left corner of the page or the window (in portrait like in landscape)) of the bottom  
    769769 and left corner and of the up and right corner of the drawing zone. 
    770770     If there is 3 elements: 
     
    773773 the number 1 and then, following the writing direction. 
    774774 By default, we make the largest drawing we can do, conserving the aspect rapport  
    775  (exept when REMPLI is activated). 
     775 (except when REMPLI is activated). 
    776776</div> 
    777777             
     
    797797           
    798798          <h4>Version</h4><div class="preformat"> 
    799  $Id: terminedessin.pro 142 2006-07-21 12:47:49Z navarro $ 
     799 $Id: terminedessin.pro 157 2006-08-21 09:01:50Z navarro $ 
    800800</div> 
    801801          <h4>History</h4><div class="preformat"> 
     
    821821           
    822822         
     823          <h3>Statistics</h3> 
     824          <table class="statistics"> 
     825            <tr><td>McCabe cyclic</td><td>           5</td></tr> 
     826            <tr><td>McCabe essential</td><td>           1</td></tr> 
     827            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     828          </table> 
    823829           
    824830         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label.html

    r157 r163  
    836836               
    837837               
    838                
     838              <span class="attr">default:</span> <span class="value">20</span> 
    839839               
    840840            </h4> 
    841841         
    842842            <div class="comments"> 
    843  Number of contour to be drawn. By default =20. Active if LABEL=0 or is not specified. 
     843 Number of contour to be drawn. Active if LABEL=0 or is not specified. 
    844844</div> 
    845845             
     
    851851               
    852852               
    853                
     853              <span class="attr">default:</span> <span class="value">20</span> 
    854854               
    855855            </h4> 
    856856         
    857857            <div class="comments"> 
    858  Value of an interval betwenn two isolines. By default, it is calculated to  
    859  draw 20 isolines. In all cases, this keyword must be returnedt have a nice 
     858 Value of an interval between two isolines. By default, it is calculated to  
     859 draw 20 isolines. In all cases, this keyword must be returned have a nice 
    860860 caption. If levels do not contain regular intervals, put it at -1. 
    861861</div> 
     
    880880           
    881881          <h4>Version</h4><div class="preformat">  
    882  $Id: label.pro 142 2006-07-21 12:47:49Z navarro $ 
     882 $Id: label.pro 157 2006-08-21 09:01:50Z navarro $ 
    883883</div> 
    884884          <h4>History</h4><div class="preformat">  
     
    904904           
    905905         
     906          <h3>Statistics</h3> 
     907          <table class="statistics"> 
     908            <tr><td>McCabe cyclic</td><td>          13</td></tr> 
     909            <tr><td>McCabe essential</td><td>           1</td></tr> 
     910            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     911          </table> 
    906912           
    907913         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label_date.html

    r157 r163  
    714714         
    715715 
    716         <div class="routine_details" id="_LABEL_DATE"> 
    717  
    718           <h2><a class="top" href="#container">top</a>LABEL_DATE <span class="categories"> 
     716        <div class="routine_details" id="_label_date"> 
     717 
     718          <h2><a class="top" href="#container">top</a>label_date <span class="categories"> 
    719719 Plotting 
    720720</span></h2> 
    721721         
    722722          <p class="header"> 
    723             <span class="result">result = </span>LABEL_DATE(<span class="result"><a href="#_LABEL_DATE_param_axis">axis</a>, <a href="#_LABEL_DATE_param_index">index</a>, <a href="#_LABEL_DATE_param_x">x</a></span>, <a href="#_LABEL_DATE_keyword_DATE_FORMAT">DATE_FORMAT</a>=<span class="result">DATE_FORMAT</span>, <a href="#_LABEL_DATE_keyword_MONTHS">MONTHS</a>=<span class="result">MONTHS</span>, <a href="#_LABEL_DATE_keyword_OFFSET">OFFSET</a>=<span class="result">OFFSET</span>, <a href="#_LABEL_DATE_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     723            <span class="result">result = </span>label_date(<span class="result"><a href="#_label_date_param_axis">axis</a>, <a href="#_label_date_param_index">index</a>, <a href="#_label_date_param_x">x</a></span>, <a href="#_label_date_keyword_DATE_FORMAT">DATE_FORMAT</a>=<span class="result">DATE_FORMAT</span>, <a href="#_label_date_keyword_MONTHS">MONTHS</a>=<span class="result">MONTHS</span>, <a href="#_label_date_keyword_OFFSET">OFFSET</a>=<span class="result">OFFSET</span>, <a href="#_label_date_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    724724         
    725725          <div class="comments"> 
     
    732732         
    733733             
    734             <h4 id="_LABEL_DATE_param_axis">axis&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     734            <h4 id="_label_date_param_axis">axis&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    735735              <span class="attr">in</span> 
    736736               
     
    746746</div> 
    747747             
    748             <h4 id="_LABEL_DATE_param_index">index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     748            <h4 id="_label_date_param_index">index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    749749              <span class="attr">in</span> 
    750750               
     
    760760</div> 
    761761             
    762             <h4 id="_LABEL_DATE_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     762            <h4 id="_label_date_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    763763              <span class="attr">in</span> 
    764764               
     
    781781            <h3>Keywords</h3> 
    782782             
    783             <h4 id="_LABEL_DATE_keyword_DATE_FORMAT">DATE_FORMAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     783            <h4 id="_label_date_keyword_DATE_FORMAT">DATE_FORMAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    784784               
    785785               
     
    801801  For time: 
    802802 %H for Hours, 2 digits. 
    803  %I for mInutes, 2 digits. 
     803 %I for Minutes, 2 digits. 
    804804 %S for Seconds, 2 digits. 
    805805 %% is %. 
     
    813813</div> 
    814814             
    815             <h4 id="_LABEL_DATE_keyword_MONTHS">MONTHS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     815            <h4 id="_label_date_keyword_MONTHS">MONTHS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    816816               
    817817               
     
    829829</div> 
    830830             
    831             <h4 id="_LABEL_DATE_keyword_OFFSET">OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     831            <h4 id="_label_date_keyword_OFFSET">OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    832832               
    833833               
     
    848848</div> 
    849849             
    850             <h4 id="_LABEL_DATE_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     850            <h4 id="_label_date_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    851851               
    852852               
     
    888888           
    889889          <h4>Version</h4><div class="preformat"> 
    890  $Id: label_date.pro 142 2006-07-21 12:47:49Z navarro $ 
     890 $Id: label_date.pro 157 2006-08-21 09:01:50Z navarro $ 
    891891</div> 
    892892          <h4>History</h4><div class="preformat"> 
     
    917917          <h4>Common blocks used</h4><div class="preformat">label_date_com</div> 
    918918         
     919          <h3>Statistics</h3> 
     920          <table class="statistics"> 
     921            <tr><td>McCabe cyclic</td><td>          17</td></tr> 
     922            <tr><td>McCabe essential</td><td>           1</td></tr> 
     923            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     924          </table> 
    919925           
    920926         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label_gmt.html

    r157 r163  
    847847           
    848848          <h4>Version</h4><div class="preformat"> 
    849  $Id$</div> 
     849 $Id: label_gmt.pro 157 2006-08-21 09:01:50Z navarro $</div> 
    850850          <h4>History</h4><div class="preformat"> 
    851851  
     
    869869           
    870870         
     871          <h3>Statistics</h3> 
     872          <table class="statistics"> 
     873            <tr><td>McCabe cyclic</td><td>           5</td></tr> 
     874            <tr><td>McCabe essential</td><td>           1</td></tr> 
     875            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     876          </table> 
    871877           
    872878         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/lataxe.html

    r157 r163  
    788788           
    789789          <h4>Version</h4><div class="preformat"> 
    790  $Id: lataxe.pro 142 2006-07-21 12:47:49Z navarro $ 
     790 $Id: lataxe.pro 157 2006-08-21 09:01:50Z navarro $ 
    791791</div> 
    792792          <h4>History</h4><div class="preformat"> 
     
    811811           
    812812         
     813          <h3>Statistics</h3> 
     814          <table class="statistics"> 
     815            <tr><td>McCabe cyclic</td><td>           9</td></tr> 
     816            <tr><td>McCabe essential</td><td>           1</td></tr> 
     817            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     818          </table> 
    813819           
    814820         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/lonaxe.html

    r157 r163  
    788788           
    789789          <h4>Version</h4><div class="preformat"> 
    790  $Id: lonaxe.pro 142 2006-07-21 12:47:49Z navarro $ 
     790 $Id: lonaxe.pro 157 2006-08-21 09:01:50Z navarro $ 
    791791</div> 
    792792          <h4>History</h4><div class="preformat"> 
     
    811811           
    812812         
     813          <h3>Statistics</h3> 
     814          <table class="statistics"> 
     815            <tr><td>McCabe cyclic</td><td>           8</td></tr> 
     816            <tr><td>McCabe essential</td><td>           1</td></tr> 
     817            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     818          </table> 
    813819           
    814820         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html

    r157 r163  
    721721         
    722722          <p class="header"> 
    723             ajoutvect<span class="result">, <a href="#_ajoutvect_param_vecteur">vecteur</a>, <a href="#_ajoutvect_param_vectlegende">vectlegende</a></span>, <a href="#_ajoutvect_keyword_UNVECTSUR">UNVECTSUR</a>=<span class="result">UNVECTSUR</span>, <a href="#_ajoutvect_keyword_VECTMIN">VECTMIN</a>=<span class="result">VECTMIN</span>, <a href="#_ajoutvect_keyword_VECTMAX">VECTMAX</a>=<span class="result">VECTMAX</span>, <a href="#_ajoutvect_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     723            ajoutvect<span class="result">, <a href="#_ajoutvect_param_vecteur">vecteur</a>, <a href="#_ajoutvect_param_vectlegende">vectlegende</a></span>, <a href="#_ajoutvect_keyword_UNVECTSUR">UNVECTSUR</a>=<span class="result">scalar or array</span>, <a href="#_ajoutvect_keyword_VECTMIN">VECTMIN</a>=<span class="result">VECTMIN</span>, <a href="#_ajoutvect_keyword_VECTMAX">VECTMAX</a>=<span class="result">VECTMAX</span>, <a href="#_ajoutvect_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    724724         
    725725          <div class="comments"> 
     
    738738              <span class="attr">required</span> 
    739739               
    740                
     740              <span class="attr">type:</span> <span class="value">vector</span> 
    741741               
    742742               
     
    772772               
    773773               
    774                
     774              <span class="attr">type:</span> <span class="value">scalar or array</span> 
    775775               
    776776               
     
    837837           
    838838          <h4>Version</h4><div class="preformat"> 
    839  $Id: ajoutvect.pro 142 2006-07-21 12:47:49Z navarro $  
     839 $Id: ajoutvect.pro 157 2006-08-21 09:01:50Z navarro $  
    840840 </div> 
    841841          <h4>History</h4><div class="preformat"> 
     
    863863           
    864864         
     865          <h3>Statistics</h3> 
     866          <table class="statistics"> 
     867            <tr><td>McCabe cyclic</td><td>          38</td></tr> 
     868            <tr><td>McCabe essential</td><td>           1</td></tr> 
     869            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     870          </table> 
    865871           
    866872         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/vecteur.html

    r157 r163  
    785785           
    786786          <h4>Version</h4><div class="preformat"> 
    787  $Id$</div> 
     787 $Id: vecteur.pro 157 2006-08-21 09:01:50Z navarro $</div> 
    788788          <h4>History</h4><div class="preformat"> 
    789789  
     
    807807           
    808808         
     809          <h3>Statistics</h3> 
     810          <table class="statistics"> 
     811            <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     812            <tr><td>McCabe essential</td><td>           1</td></tr> 
     813            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     814          </table> 
    809815           
    810816         
     
    885891           
    886892          <h4>Version</h4><div class="preformat"> 
    887  $Id$</div> 
     893 $Id: vecteur.pro 157 2006-08-21 09:01:50Z navarro $</div> 
    888894          <h4>History</h4><div class="preformat"> 
    889895  
     
    907913           
    908914         
     915          <h3>Statistics</h3> 
     916          <table class="statistics"> 
     917            <tr><td>McCabe cyclic</td><td>           2</td></tr> 
     918            <tr><td>McCabe essential</td><td>           1</td></tr> 
     919            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     920          </table> 
    909921           
    910922         
     
    10241036               
    10251037               
    1026                
     1038              <span class="attr">default:</span> <span class="value">between .5 and 1.5 cm</span> 
    10271039               
    10281040            </h4> 
    10291041         
    10301042            <div class="comments"> 
    1031  The lenth in cm that must measure the arrow normed normeref. By default,  
    1032  it is ajusted t othe drawing and included between .5 and 1.5 cm. 
     1043 The length in cm that must measure the arrow normed normeref. By default,  
     1044 it is adjusted to other drawing and included between .5 and 1.5 cm. 
    10331045</div> 
    10341046             
     
    10711083               
    10721084               
    1073                
     1085              <span class="attr">default:</span> <span class="value">0</span> 
    10741086               
    10751087            </h4> 
     
    10861098               
    10871099               
    1088                
     1100              <span class="attr">default:</span> <span class="value">1</span> 
    10891101               
    10901102            </h4> 
    10911103         
    10921104            <div class="comments"> 
    1093  The thick of the arrow. 1 by default  
     1105 The thick of the arrow.  
    10941106</div> 
    10951107             
     
    11061118         
    11071119            <div class="comments"> 
    1108  Vector composed of 2 elements specifing the position on DATA coordinates  
    1109  from de begining of the reference vector. By default at the right bottom  
     1120 Vector composed of 2 elements specifying the position on DATA coordinates  
     1121 from the beginning of the reference vector. By default at the right bottom  
    11101122 of the drawing. 
    11111123</div> 
     
    11621174           
    11631175          <h4>Version</h4><div class="preformat"> 
    1164  $Id: vecteur.pro 142 2006-07-21 12:47:49Z navarro $  
     1176 $Id: vecteur.pro 157 2006-08-21 09:01:50Z navarro $  
    11651177</div> 
    11661178          <h4>History</h4><div class="preformat"> 
     
    11921204           
    11931205         
     1206          <h3>Statistics</h3> 
     1207          <table class="statistics"> 
     1208            <tr><td>McCabe cyclic</td><td>          20</td></tr> 
     1209            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1210            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1211          </table> 
    11941212           
    11951213         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/velovect.html

    r157 r163  
    717717         
    718718 
    719         <div class="routine_details" id="_VELOVECT"> 
    720  
    721           <h2><a class="top" href="#container">top</a>VELOVECT <span class="categories"> 
     719        <div class="routine_details" id="_velovect"> 
     720 
     721          <h2><a class="top" href="#container">top</a>velovect <span class="categories"> 
    722722 Plotting, two-dimensional. 
    723723 
     
    725725         
    726726          <p class="header"> 
    727             VELOVECT<span class="result">, <a href="#_VELOVECT_param_U">U</a>, <a href="#_VELOVECT_param_V">V</a>[, <a href="#_VELOVECT_param_X">X</a>][, <a href="#_VELOVECT_param_Y">Y</a>]</span>, <a href="#_VELOVECT_keyword_Missing">Missing</a>=<span class="result">Missing</span>, <a href="#_VELOVECT_keyword_Length">Length</a>=<span class="result">Length</span>, <a href="#_VELOVECT_keyword_Dots">Dots</a>=<span class="result">Dots</span>, <a href="#_VELOVECT_keyword_Color">Color</a>=<span class="result">Color</span>, <a href="#_VELOVECT_keyword_CLIP">CLIP</a>=<span class="result">CLIP</span>, <a href="#_VELOVECT_keyword_NOCLIP">NOCLIP</a>=<span class="result">NOCLIP</span>, <a href="#_VELOVECT_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_VELOVECT_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     727            velovect<span class="result">, <a href="#_velovect_param_U">U</a>, <a href="#_velovect_param_V">V</a>[, <a href="#_velovect_param_X">X</a>][, <a href="#_velovect_param_Y">Y</a>]</span>, <a href="#_velovect_keyword_Missing">Missing</a>=<span class="result">Missing</span>, <a href="#_velovect_keyword_Length">Length</a>=<span class="result">Length</span>, <a href="#_velovect_keyword_Dots">Dots</a>=<span class="result">Dots</span>, <a href="#_velovect_keyword_Color">Color</a>=<span class="result">Color</span>, <a href="#_velovect_keyword_CLIP">CLIP</a>=<span class="result">CLIP</span>, <a href="#_velovect_keyword_NOCLIP">NOCLIP</a>=<span class="result">NOCLIP</span>, <a href="#_velovect_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_velovect_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    728728         
    729729          <div class="comments">  
     
    736736         
    737737             
    738             <h4 id="_VELOVECT_param_U">U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     738            <h4 id="_velovect_param_U">U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    739739              <span class="attr">in</span> 
    740740               
     
    752752</div> 
    753753             
    754             <h4 id="_VELOVECT_param_V">V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     754            <h4 id="_velovect_param_V">V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    755755              <span class="attr">in</span> 
    756756               
     
    775775</div> 
    776776             
    777             <h4 id="_VELOVECT_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     777            <h4 id="_velovect_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    778778              <span class="attr">in</span> 
    779779               
     
    781781               
    782782               
    783                
     783              <span class="attr">type:</span> <span class="value">vector</span> 
    784784               
    785785               
     
    787787         
    788788          <div class="comments"> 
    789  Optional abcissae values.  X must be a vector with a length  
     789 Optional abscissa values.  X must be a vector with a length  
    790790 equal to the first dimension of U and V. 
    791791</div> 
    792792             
    793             <h4 id="_VELOVECT_param_Y">Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     793            <h4 id="_velovect_param_Y">Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    794794              <span class="attr">in</span> 
    795795               
     
    797797               
    798798               
    799                
     799              <span class="attr">type:</span> <span class="value">vector</span> 
    800800               
    801801               
     
    814814            <h3>Keywords</h3> 
    815815             
    816             <h4 id="_VELOVECT_keyword_Missing">Missing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     816            <h4 id="_velovect_keyword_Missing">Missing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    817817               
    818818               
     
    830830</div> 
    831831             
    832             <h4 id="_VELOVECT_keyword_Length">Length&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     832            <h4 id="_velovect_keyword_Length">Length&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    833833               
    834834               
     
    837837               
    838838               
    839                
     839              <span class="attr">default:</span> <span class="value">1.0</span> 
    840840               
    841841            </h4> 
     
    846846</div> 
    847847             
    848             <h4 id="_VELOVECT_keyword_Dots">Dots&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     848            <h4 id="_velovect_keyword_Dots">Dots&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    849849               
    850850               
     
    863863</div> 
    864864             
    865             <h4 id="_VELOVECT_keyword_Color">Color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     865            <h4 id="_velovect_keyword_Color">Color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    866866               
    867867               
     
    878878</div> 
    879879             
    880             <h4 id="_VELOVECT_keyword_CLIP">CLIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     880            <h4 id="_velovect_keyword_CLIP">CLIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    881881               
    882882               
     
    892892 </div> 
    893893             
    894             <h4 id="_VELOVECT_keyword_NOCLIP">NOCLIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     894            <h4 id="_velovect_keyword_NOCLIP">NOCLIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    895895               
    896896               
     
    906906</div> 
    907907             
    908             <h4 id="_VELOVECT_keyword_OVERPLOT">OVERPLOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     908            <h4 id="_velovect_keyword_OVERPLOT">OVERPLOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    909909               
    910910               
     
    923923 </div> 
    924924             
    925             <h4 id="_VELOVECT_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     925            <h4 id="_velovect_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    926926               
    927927               
     
    988988           
    989989         
     990          <h3>Statistics</h3> 
     991          <table class="statistics"> 
     992            <tr><td>McCabe cyclic</td><td>          19</td></tr> 
     993            <tr><td>McCabe essential</td><td>           3</td></tr> 
     994            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     995          </table> 
    990996           
    991997         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/axe.html

    r157 r163  
    722722         
    723723          <p class="header"> 
    724             axe<span class="result">, <a href="#_axe_param_coupe">coupe</a>, <a href="#_axe_param_tempsmin">tempsmin</a>, <a href="#_axe_param_tempsmax">tempsmax</a></span>, <a href="#_axe_keyword_REVERSE_X">REVERSE_X</a>=<span class="result">REVERSE_X</span>, <a href="#_axe_keyword_REVERSE_Y">REVERSE_Y</a>=<span class="result">REVERSE_Y</span>, <a href="#_axe_keyword_SIN">SIN</a>=<span class="result">SIN</span>, <a href="#_axe_keyword_SEPDATE">SEPDATE</a>=<span class="result">SEPDATE</span>, <a href="#_axe_keyword_DIGITSYEAR">DIGITSYEAR</a>=<span class="result">DIGITSYEAR</span>, <a href="#_axe_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     724            axe<span class="result">, <a href="#_axe_param_coupe">coupe</a>, <a href="#_axe_param_tempsmin">tempsmin</a>, <a href="#_axe_param_tempsmax">tempsmax</a></span>, <a href="#_axe_keyword_REVERSE_X">REVERSE_X</a>=<span class="result">REVERSE_X</span>, <a href="#_axe_keyword_REVERSE_Y">REVERSE_Y</a>=<span class="result">REVERSE_Y</span>, <a href="#_axe_keyword_SIN">SIN</a>=<span class="result">SIN</span>, <a href="#_axe_keyword_SEPDATE">SEPDATE</a>=<span class="result">string</span>, <a href="#_axe_keyword_DIGITSYEAR">DIGITSYEAR</a>=<span class="result">DIGITSYEAR</span>, <a href="#_axe_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    725725         
    726726          <div class="comments"> 
     
    739739               
    740740               
    741                
     741              <span class="attr">type:</span> <span class="value">string</span> 
    742742               
    743743               
     
    745745         
    746746          <div class="comments"> 
    747  It is a string designating the type of cut to which the axes we create  
     747 It designate the type of cut to which the axes we create  
    748748 must report. For example: 'xy','xt'... 
    749749</div> 
     
    835835               
    836836               
    837                
     837              <span class="attr">type:</span> <span class="value">string</span> 
    838838               
    839839               
     
    841841         
    842842            <div class="comments"> 
    843  string separating the différent constituents of the date. By default,  
    844  it is a return to the linewhen we do a 'yt', 'zt' or a 't'.  
     843 It separate the different constituents of the date. By default,  
     844 it is a return to the line when we do a 'yt', 'zt' or a 't'.  
    845845 In the other cases, it is a blank.  
    846846</div> 
     
    860860 =2 to use %Z format (2 digits) to code years 
    861861 instead of %Y format. See help of label_date for more 
    862  informations on %Z and %Y. 
     862 information on %Z and %Y. 
    863863</div> 
    864864             
     
    884884           
    885885          <h4>Version</h4><div class="preformat"> 
    886  $Id: axe.pro 152 2006-08-10 07:01:35Z smasson $ 
     886 $Id: axe.pro 157 2006-08-21 09:01:50Z navarro $ 
    887887</div> 
    888888          <h4>History</h4><div class="preformat"> 
     
    912912           
    913913         
     914          <h3>Statistics</h3> 
     915          <table class="statistics"> 
     916            <tr><td>McCabe cyclic</td><td>          68</td></tr> 
     917            <tr><td>McCabe essential</td><td>           1</td></tr> 
     918            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     919          </table> 
    914920           
    915921         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/directory-overview.html

    r157 r163  
    711711       
    712712        <dt><a href="reinitplt.html?format=raw">reinitplt.pro</a></dt> 
    713         <dd>  This procedure will reinitialise all or a selection   ofthe system plot variables </dd> 
     713        <dd>  This procedure will reinitialize all or a selection   of the system plot variables </dd> 
    714714       
    715715        <dt><a href="style.html?format=raw">style.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/legende.html

    r157 r163  
    768768               
    769769               
    770                
     770              <span class="attr">type:</span> <span class="value">string</span> 
    771771               
    772772               
     
    774774         
    775775          <div class="comments"> 
    776  Charactere containing two letters giving the type of the cut  (for example: 'xz'). 
     776 Character containing two letters giving the type of the cut  (for example: 'xz'). 
    777777</div> 
    778778             
     
    797797            <div class="comments">  
    798798 If we want to trace contours of a different field than the one  
    799  whose we have the colored drawing (by examlpe E-P in color and QSR in contours).  
    800  It must be a field respecting same caracteristics than the argument number one of plt. 
     799 whose we have the colored drawing (by example E-P in color and QSR in contours).  
     800 It must be a field respecting same characteristics than the argument number one of plt. 
    801801</div> 
    802802             
     
    915915           
    916916          <h4>Version</h4><div class="preformat"> 
    917  $Id: legende.pro 152 2006-08-10 07:01:35Z smasson $ 
     917 $Id: legende.pro 157 2006-08-21 09:01:50Z navarro $ 
    918918</div> 
    919919          <h4>History</h4><div class="preformat"> 
     
    930930           
    931931          <h4>Restrictions</h4><div class="preformat"> 
    932  The use of the global variable langage allows to change the language and the caption easily. 
     932 The use of the global variable language allows to change the language and the caption easily. 
    933933</div> 
    934934         
     
    943943           
    944944         
     945          <h3>Statistics</h3> 
     946          <table class="statistics"> 
     947            <tr><td>McCabe cyclic</td><td>          67</td></tr> 
     948            <tr><td>McCabe essential</td><td>           1</td></tr> 
     949            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     950          </table> 
    945951           
    946952         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/plotsym.html

    r157 r163  
    776776         
    777777            <div class="comments">  
    778  diamond symbold 
     778 diamond symbol 
    779779 </div> 
    780780             
     
    860860           
    861861          <h4>Version</h4><div class="preformat"> 
    862  $Id: plotsym.pro 142 2006-07-21 12:47:49Z navarro $ 
     862 $Id: plotsym.pro 157 2006-08-21 09:01:50Z navarro $ 
    863863 </div> 
    864864          <h4>History</h4><div class="preformat"> 
     
    887887           
    888888         
     889          <h3>Statistics</h3> 
     890          <table class="statistics"> 
     891            <tr><td>McCabe cyclic</td><td>           8</td></tr> 
     892            <tr><td>McCabe essential</td><td>           1</td></tr> 
     893            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     894          </table> 
    889895           
    890896         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/reinitplt.html

    r157 r163  
    700700 
    701701      <div id="file_comments"> 
    702  This procedure will reinitialise all or a selection  
    703  ofthe system plot variables 
     702 This procedure will reinitialize all or a selection  
     703 of the system plot variables 
    704704</div> 
    705705 
     
    833833           
    834834          <h4>Version</h4><div class="preformat"> 
    835  $Id: reinitplt.pro 142 2006-07-21 12:47:49Z navarro $ 
     835 $Id: reinitplt.pro 157 2006-08-21 09:01:50Z navarro $ 
    836836</div> 
    837837          <h4>History</h4><div class="preformat"> 
     
    848848           
    849849          <h4>Restrictions</h4><div class="preformat"> 
    850  The sytem plot variables are changed. 
     850 The system plot variables are changed. 
    851851        </div> 
    852852         
     
    861861           
    862862         
     863          <h3>Statistics</h3> 
     864          <table class="statistics"> 
     865            <tr><td>McCabe cyclic</td><td>          11</td></tr> 
     866            <tr><td>McCabe essential</td><td>           1</td></tr> 
     867            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     868          </table> 
    863869           
    864870         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/style.html

    r157 r163  
    775775          <div class="comments"> 
    776776 Vector used to define the isocontour's style 
    777        Comment: remenber: 
     777       Comment: remember: 
    778778                Index   Linestyle        
    779779                0       Solid    
     
    809809           
    810810          <h4>Version</h4><div class="preformat"> 
    811  $Id: style.pro 142 2006-07-21 12:47:49Z navarro $ 
     811 $Id: style.pro 157 2006-08-21 09:01:50Z navarro $ 
    812812</div> 
    813813          <h4>History</h4><div class="preformat"> 
     
    830830           
    831831         
     832          <h3>Statistics</h3> 
     833          <table class="statistics"> 
     834            <tr><td>McCabe cyclic</td><td>          10</td></tr> 
     835            <tr><td>McCabe essential</td><td>           1</td></tr> 
     836            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     837          </table> 
    832838           
    833839         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/symbols.html

    r157 r163  
    830830           
    831831         
     832          <h3>Statistics</h3> 
     833          <table class="statistics"> 
     834            <tr><td>McCabe cyclic</td><td>          24</td></tr> 
     835            <tr><td>McCabe essential</td><td>           1</td></tr> 
     836            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     837          </table> 
    832838           
    833839         
Note: See TracChangeset for help on using the changeset viewer.