Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

Location:
trunk/SRC/Documentation/idldoc_assistant_output
Files:
160 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/caldat.html

    r234 r242  
    236236     
    237237    <h4>Version</h4> 
    238  $Id: caldat.pro 231 2007-03-19 17:15:51Z pinsard $ 
     238 $Id: caldat.pro 238 2007-03-27 13:43:18Z pinsard $ 
     239 
    239240    <h4>History</h4> 
    240241 Translated from "Numerical Recipies in C", by William H. Press, 
     
    268269     
    269270     
    270     <h4>Uses routines</h4> cm_4cal 
     271    <h4>Uses routines</h4> 
     272 cm_4cal 
    271273 
    272274     
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/date2jul.html

    r234 r242  
    6161    </dl> 
    6262 
    63       
     63     
    6464 gives Julian day equivalent of a date in yyyymmdd format 
    6565 
     
    7979 
    8080 
    81     <h3>Return value</h3>  
     81    <h3>Return value</h3> 
    8282 date in Julian day 
    8383 
     
    139139     
    140140    <h4>Version</h4> 
    141  $Id: date2jul.pro 231 2007-03-19 17:15:51Z pinsard $ 
     141 $Id: date2jul.pro 238 2007-03-27 13:43:18Z pinsard $ 
    142142 
    143     <h4>History</h4>  
     143    <h4>History</h4> 
    144144 Sebastien Masson (smasson@lodyc.jussieu.fr) June 2005 
    145145 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/date2string.html

    r234 r242  
    138138     
    139139    <h4>Version</h4> 
    140  $Id: date2string.pro 231 2007-03-19 17:15:51Z pinsard $ 
     140 $Id: date2string.pro 238 2007-03-27 13:43:18Z pinsard $ 
    141141 
    142     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     142    <h4>History</h4> 
     143 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    143144 Creation ??? 
    144145 update/review June 2005 Sebastien Masson. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/daysinmonth.html

    r234 r242  
    7070      <a name="#_daysinmonth"></a> 
    7171 
    72       <h2>daysinmonth  <font size="-1" color="#006633">  
     72      <h2>daysinmonth  <font size="-1" color="#006633"> 
    7373 Calendar 
    7474</font></h2> 
     
    7979 
    8080 
    81     <h3>Return value</h3>  
     81    <h3>Return value</h3> 
    8282 number of days in a month or -1 in case of error 
    8383 
     
    131131    </pre><h3>Version history</h3> 
    132132     
    133     <h4>Version</h4>  
    134  $Id: daysinmonth.pro 231 2007-03-19 17:15:51Z pinsard $ 
     133    <h4>Version</h4> 
     134 $Id: daysinmonth.pro 238 2007-03-27 13:43:18Z pinsard $ 
    135135 
    136     <h4>History</h4>  
     136    <h4>History</h4> 
    137137 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    138138 2/7/98 
     
    150150     
    151151     
    152     <h4>Uses routines</h4>  
    153  cm_4cal, updatenew 
     152    <h4>Uses routines</h4> 
     153 cm_4cal 
     154 updatenew 
    154155 
    155156     
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/leapyr.html

    r234 r242  
    7272      <a name="#_leapyr"></a> 
    7373 
    74       <h2>leapyr  <font size="-1" color="#006633">  
     74      <h2>leapyr  <font size="-1" color="#006633"> 
    7575 Calendar 
    7676</font></h2> 
     
    8181 
    8282 
    83     <h3>Return value</h3>  
     83    <h3>Return value</h3> 
    8484 0 then not a leap year, 1 then year is a leap year 
    8585 with the same number of elements than year. 
     
    116116     
    117117    <h4>Version</h4> 
    118  $Id: leapyr.pro 231 2007-03-19 17:15:51Z pinsard $ 
     118 $Id: leapyr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    119119 
    120120    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/color24.html

    r234 r242  
    6464 The purpose of this function is to convert a RGB color triple 
    6565 into the equivalent 24-big long integer. 
    66  This routine was written to be used with routines like COLORS or 
     66 This routine was written to be used with routines like 
     67 COLORS <!--++ COLORS is not a routine--> or 
    6768 <a href=".//GETCOLOR.html">GETCOLOR</a>. 
    6869 
     
    126127     
    127128    <h4>Version</h4> 
    128  $Id: color24.pro 231 2007-03-19 17:15:51Z pinsard $ 
     129 $Id: color24.pro 237 2007-03-26 15:37:03Z pinsard $ 
    129130 
    130131    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/lct.html

    r234 r242  
    182182     
    183183    <h4>Version</h4> 
    184  $Id: lct.pro 232 2007-03-20 16:59:36Z pinsard $ 
     184 $Id: lct.pro 239 2007-03-28 06:50:03Z smasson $ 
    185185 
    186186    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/newpalette.html

    r234 r242  
    163163     
    164164    <h4>Version</h4> 
    165  $Id: newpalette.pro 232 2007-03-20 16:59:36Z pinsard $ 
     165 $Id: newpalette.pro 239 2007-03-28 06:50:03Z smasson $ 
    166166 
    167     <h4>History</h4>  
     167    <h4>History</h4> 
    168168 Guillaume Roulet (gr@lodyc.jussieu.fr) 
    169169 30/3/1999 s.masson, add _extra, research of the full name, OVER 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/xlct.html

    r234 r242  
    6262 
    6363     
    64  Like xloadct but fastest to write and call by default the palette 
    65  palette.tbl which can be in any directory 
     64 Like <proidl>xloadct<proidl> but fastest to write and call by default  
     65 the palette palette.tbl which can be in any directory 
    6666 
    6767 
     
    7878 
    7979     
     80 
    8081 
    8182     
     
    279280     
    280281    <h4>Version</h4> 
    281  $Id: xlct.pro 231 2007-03-19 17:15:51Z pinsard $ 
     282 $Id: xlct.pro 239 2007-03-28 06:50:03Z smasson $ 
    282283 
    283284    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/xpal.html

    r234 r242  
    6666 
    6767 
    68  like xpalette but shorter to write and, moreover, 
    69  possess a hotkey save which (thanks to the newpalette routine) 
     68 Re-draw the RGB plots. 
     69 
     70 
     71 Change current color. 
     72 
     73 
     74 Like <proidl>xpalette</proidl> but shorter to write and, moreover, 
     75 possess a hotkey save which (thanks to the <a href=".//newpalette.html">newpalette</a> routine) 
    7076 allows to save the routine that we have just done. Comment: when we 
    71  press the predefined hotkey, it calls xlct instead of xloadct 
     77 press the predefined hotkey, it calls <a href=".//xlct.html">xlct</a> instead of 
     78 <proidl>xloadct</proidl> 
    7279 No explicit inputs.  The current color table is used as a starting point. 
    7380 
     
    255262     
    256263    <h4>Version</h4> 
    257  $Id: xpal.pro 233 2007-03-20 17:04:40Z pinsard $ 
     264 $Id: xpal.pro 238 2007-03-27 13:43:18Z pinsard $ 
    258265 
    259266    <h4>History</h4> 
     
    292299     
    293300     
    294     <h4>Uses routines</h4> XP_COM: Private to this module. 
     301    <h4>Uses routines</h4> 
     302 XP_COM Private to this module. 
    295303 
    296304     
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/curl.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> RES 
     81    <h3>Return value</h3> 
    8282 the vertical component of the curl of the input data (with the same size) 
    8383 
     
    102102 Matrix representing the zonal coordinates (U point) of a field of vectors 
    103103 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    104  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
    105  note that the dimension of the array must suit the domain dimension. 
     104 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     105 Note that the dimension of the array must suit the domain dimension. 
    106106 
    107107     
     
    122122 Matrix representing the meridional coordinates (V point) of a field of vectors 
    123123 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    124  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
    125  note that the dimension of the array must suit the domain dimension. 
     124 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     125 Note that the dimension of the array must suit the domain dimension. 
    126126 
    127127     
     
    145145 
    146146     
    147  Use if you want to call moyenne or grossemoyenne after the div computation 
     147 Use if you want to call <a href="..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or 
     148 <a href="..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> after the div computation 
    148149 with a mean done in the DIREC direction 
    149150 
     
    158159     
    159160    <h4>Version</h4> 
    160  $Id: curl.pro 231 2007-03-19 17:15:51Z pinsard $ 
     161 $Id: curl.pro 238 2007-03-27 13:43:18Z pinsard $ 
    161162 
    162163    <h4>History</h4> 
     
    172173     
    173174    <h4>Todo items</h4> 
    174  code the 4d case 
     175 code the 4D case 
     176 
    175177    <h4>Restrictions</h4> 
    176178 
    177179 - Works only for Arakawa C-grid. 
    178180 - UU must be on U grid, VV must be on V grid 
    179  - 4d case is not coded yet 
     181 - 4D case is not coded yet 
    180182 - the common variable jpt is used to differ xyz (jpt=1) and xyt (jpt=1) cases. 
    181183 - U and V arrays are cut in the same geographic domain. Because of the shift between 
     
    183185   size and refer to different indexes. In this case, arrays are re-cut on 
    184186   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
    185  <a href=".//../../ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     187 <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    186188 - When computing the divergence, we update, vargrid, varname, varunits and the 
    187189   grid position parameters (firstxf, lastxf, nxf, firstyf, lastyf, nyf). 
     
    193195     
    194196    <h4>Uses routines</h4> 
    195  cm_4cal, cm_4data, cm_4mmesh 
     197 cm_4cal 
     198 cm_4data 
     199 cm_4mmesh 
    196200 
    197201     
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/div.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> RES 
     81    <h3>Return value</h3> 
    8282 the divergence of the input data (with the same size) 
    8383 
     
    102102 Matrix representing the zonal coordinates (U point) of a field of vectors 
    103103 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    104  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
     104 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    105105 note that the dimension of the array must suit the domain dimension. 
    106106 
     
    122122 Matrix representing the meridional coordinates (V point) of a field of vectors 
    123123 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    124  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
     124 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    125125 note that the dimension of the array must suit the domain dimension. 
    126126 
     
    145145 
    146146     
    147  Use if you want to call moyenne or grossemoyenne after the div computation 
     147 Use if you want to call <a href="..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or 
     148 <a href="..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> after the div computation 
    148149 (stupid ?) with a mean done in the DIREC direction 
    149150 
     
    158159     
    159160    <h4>Version</h4> 
    160  $Id: div.pro 231 2007-03-19 17:15:51Z pinsard $ 
     161 $Id: div.pro 238 2007-03-27 13:43:18Z pinsard $ 
    161162 
    162163    <h4>History</h4> 
     
    171172     
    172173    <h4>Todo items</h4> 
    173  code the 4d case 
     174 code the 4D case 
     175 
    174176    <h4>Restrictions</h4> 
    175177 
    176178 - Works only for Arakawa C-grid. 
    177179 - UU must be on U grid, VV must be on V grid 
    178  - 4d case is not coded yet 
     180 - 4D case is not coded yet 
    179181 - the common variable jpt is used to differ xyz (jpt=1) and xyt (jpt=1) cases. 
    180182 - U and V arrays are cut in the same geographic domain. Because of the shift between 
    181183   T, U, V and F grids, it is possible that these two arrays do not have the same 
    182184   size and refer to different indexes. In this case, arrays are re-cut on 
    183    common indexes. To avoid these re-cuts, use the keyword /memeindice in  
    184  <a href=".//../../ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     185   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
     186 <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    185187 - When computing the divergence, we update, vargrid, varname, varunits and the 
    186188   grid position parameters (firstxt, lastxt, nxt, firstyt, lastyt, nyt). 
     
    192194     
    193195    <h4>Uses routines</h4> 
    194  cm_4cal, cm_4data, cm_4mmesh 
     196 cm_4cal 
     197 cm_4data 
     198 cm_4mmesh 
    195199 
    196200     
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/grad.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> RES {type=2D, 3D or 4D array} 
    82  the gradient of the input data (with the same size) 
     81    <h3>Return value</h3> 
     82 the gradient of the input data with the same size 2D, 3D or 4D array 
    8383 
    8484 
     
    100100 
    101101     
    102  The field for which we want to compute the gradient.  A 2D (xy), 
    103  3D (xyz or yt) or 4D (xyzt) array or a structure readable by litchamp 
     102 The field for which we want to compute the gradient. A 2D (xy), 
     103 3D (xyz or yt) or 4D (xyzt) array or a structure readable by  
     104 <proidl>litchamp</proidl> 
    104105 and containing a 2D (xy), 3D (xyz or yt) or 4D (xyzt) array. 
    105  note that the dimension of the array must suit the domain dimension. 
     106 Note that the dimension of the array must suit the domain dimension. 
    106107 
    107108     
     
    135136     
    136137    <h4>Version</h4> 
    137  $Id: grad.pro 232 2007-03-20 16:59:36Z pinsard $ 
     138 $Id: grad.pro 238 2007-03-27 13:43:18Z pinsard $ 
    138139 
    139140    <h4>History</h4> 
     
    160161     
    161162    <h4>Uses routines</h4> 
    162  cm_4cal, cm_4data, cm_4mmesh 
     163 cm_4cal 
     164 cm_4data 
     165 cm_4mmesh 
    163166 
    164167     
  • trunk/SRC/Documentation/idldoc_assistant_output/ForOldVersion/keep_compatibility.html

    r234 r242  
    7373      <a name="#_keep_compatibility"></a> 
    7474 
    75       <h2>keep_compatibility  <font size="-1" color="#006633">  
     75      <h2>keep_compatibility  <font size="-1" color="#006633"> 
    7676 Compatibility 
    7777</font></h2> 
     
    100100    </h4> 
    101101 
    102      1 or 0 to keep or forget the compatibility 
     102     
     103 1 or 0 to keep or forget the compatibility 
    103104 
    104105     
     
    112113    </pre><h3>Version history</h3> 
    113114     
    114     <h4>Version</h4> $Id: keep_compatibility.pro 232 2007-03-20 16:59:36Z pinsard $ 
     115    <h4>Version</h4> 
     116 $Id: keep_compatibility.pro 239 2007-03-28 06:50:03Z smasson $ 
    115117 
    116     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     118    <h4>History</h4> 
     119 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    117120                      June 2005 
    118121 
     
    131134     
    132135     
    133     <h4>Uses routines</h4> cm_general 
     136    <h4>Uses routines</h4> 
     137 cm_general 
    134138 
    135139     
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/changemsk.html

    r234 r242  
    8080 
    8181    <h3>Return value</h3> 
    82  newmsk the new 2D land-sea mask 
     82 the new 2D land-sea mask 
    8383 
    8484 
     
    136136     
    137137    <h4>Version</h4> 
    138  $Id: changemsk.pro 232 2007-03-20 16:59:36Z pinsard $ 
     138 $Id: changemsk.pro 238 2007-03-27 13:43:18Z pinsard $ 
    139139 
    140140    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/checkperio.html

    r234 r242  
    148148     
    149149    <h4>Version</h4> 
    150  $Id: checkperio.pro 232 2007-03-20 16:59:36Z pinsard $ 
     150 $Id: checkperio.pro 238 2007-03-27 13:43:18Z pinsard $ 
    151151    <h4>History</h4> 
    152152 October 2006: Sebastien Masson (smasson@locean-ipsl.upmc.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/computegrid.html

    r234 r242  
    273273       Specify latitudes in this case starty, stepy and ny are not used but 
    274274       starty and stepy could be necessary if the x axis is not defined with 
    275        xaxis. It must be sorted in the increasing or deceasing order (along each column if 2d array). 
     275       xaxis. It must be sorted in the increasing or decreasing order (along each column if 2d array). 
    276276 
    277277     
     
    289289 
    290290     
    291        Specify the vertical axis. Must be sorted in the increasing or deceasing order 
     291       Specify the vertical axis. Must be sorted in the increasing or decreasing order 
    292292 
    293293     
     
    647647     
    648648       a string containing the calling command used to 
    649        call computegrid (this is used by <a href=".//../../ToBeReviewed/WIDGET/xxx.html">xxx</a>) 
     649       call computegrid (this is used by <a href="..//ToBeReviewed/WIDGET/xxx.html">xxx</a>) 
    650650 
    651651 
     
    690690 
    691691     
    692     (not used in the present case...) 
     692 not used in the present case ... 
    693693 
    694694     
     
    699699     
    700700    <h4>Version</h4> 
    701  $Id: computegrid.pro 232 2007-03-20 16:59:36Z pinsard $ 
     701 $Id: computegrid.pro 240 2007-03-28 12:17:24Z pinsard $ 
    702702 
    703703    <h4>History</h4> 
     
    713713     
    714714     
    715     <h4>Restrictions</h4> if the grid has x/y periodicity overlap and/or if 
    716     the mask has 0 everywhere at the border (like a close sea) and 
     715    <h4>Restrictions</h4> 
     716 if the grid has x/y periodicity overlap and/or if 
     717    the mask has 0 everywhere at the border (like a closed sea) and 
    717718    if (we did not activate /plain and xminmesh, xmaxmesh, yminmesh, 
    718719    ymaxmesh keywords are defined to their default values), we redefine 
    719720    xminmesh, xmaxmesh, yminmesh, ymaxmesh in order to reove the 
    720     overlapping part and/or to open the domain (avoid ti be forced 
     721    overlapping part and/or to open the domain (avoid it be forced 
    721722    to use cell_fill = 1). 
    722723 
     
    727728     
    728729     
    729     <h4>Uses routines</h4> cm_4mesh cm_4data cm_4cal 
     730    <h4>Uses routines</h4> 
     731 cm_4mesh 
     732 cm_4data 
     733 cm_4cal 
    730734 
    731735     
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/micromeshmask.html

    r234 r242  
    114114 
    115115     
     116 
    116117     
    117118 
     
    129130 
    130131     
     132 
    131133     
    132134 
     
    144146 
    145147     
     148 
    146149     
    147150 
     
    169172     
    170173    <h4>Version</h4> 
    171  $Id: micromeshmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     174 $Id: micromeshmask.pro 240 2007-03-28 12:17:24Z pinsard $ 
    172175 
    173176    <h4>History</h4> 
     
    239242       
    240243       
    241        
    242        
    243     </h4> 
    244  
    245      the name of the uniq reduced meshmask file. 
    246  default definition is micromeshmask.nc 
     244      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>'micromeshmask.nc'</i></font> 
     245       
     246    </h4> 
     247 
     248     
     249 the name of the uniq reduced meshmask file. 
    247250 
    248251     
     
    265268    </h4> 
    266269 
    267      to define the files path. 
     270     
     271 to define the files path. 
    268272 
    269273     
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/n128gaussian.html

    r234 r242  
    8080 
    8181 
    82     <h3>Return value</h3> a 1d array 
     82    <h3>Return value</h3> 
     83 a 1d array 
    8384 
    8485 
     
    9394     
    9495    <h4>Version</h4> 
    95  $Id: n128gaussian.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: n128gaussian.pro 238 2007-03-27 13:43:18Z pinsard $ 
    9697 
    9798    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/n160gaussian.html

    r234 r242  
    8080 
    8181 
    82     <h3>Return value</h3> a 1d array 
     82    <h3>Return value</h3> 
     83 a 1d array 
    8384 
    8485 
     
    8889 
    8990    <h3>Examples</h3><pre> 
    90  IDL>lat=n160gaussian() 
     91 IDL> lat=n160gaussian() 
    9192 
    9293    </pre><h3>Version history</h3> 
    9394     
    9495    <h4>Version</h4> 
    95  $Id: n160gaussian.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: n160gaussian.pro 238 2007-03-27 13:43:18Z pinsard $ 
    9697 
    9798    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/n256gaussian.html

    r234 r242  
    8080 
    8181 
    82     <h3>Return value</h3> a 1d array 
     82    <h3>Return value</h3> 
     83 a 1d array 
    8384 
    8485 
     
    9394     
    9495    <h4>Version</h4> 
    95  $Id: n256gaussian.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: n256gaussian.pro 238 2007-03-27 13:43:18Z pinsard $ 
    9697 
    9798    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/n48gaussian.html

    r234 r242  
    8080 
    8181 
    82     <h3>Return value</h3> a 1d array 
     82    <h3>Return value</h3> 
     83 a 1d array 
    8384 
    8485 
     
    9394     
    9495    <h4>Version</h4> 
    95  $Id: n48gaussian.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: n48gaussian.pro 238 2007-03-27 13:43:18Z pinsard $ 
    9697 
    9798    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/n80gaussian.html

    r234 r242  
    6161    </dl> 
    6262 
    63       
     63     
    6464 compute the latitudes of the n80 gaussian grid. See: 
    6565 <a href="http://www.ecmwf.int/products/data/technical/gaussian/n80FIS.html">Gaussian 80</a> 
     
    8080 
    8181 
    82     <h3>Return value</h3> a 1d array 
     82    <h3>Return value</h3> 
     83 a 1d array 
    8384 
    8485 
     
    9394     
    9495    <h4>Version</h4> 
    95  $Id: n80gaussian.pro 232 2007-03-20 16:59:36Z pinsard $ 
     96 $Id: n80gaussian.pro 238 2007-03-27 13:43:18Z pinsard $ 
    9697 
    9798    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/ncdf_meshread.html

    r234 r242  
    251251 
    252252     
    253     the calling command used to call computegrid (this is used by <a href=".//../../ToBeReviewed/WIDGET/xxx.html">xxx</a>) 
     253    the calling command used to call computegrid (this is used by <a href="..//ToBeReviewed/WIDGET/xxx.html">xxx</a>) 
    254254 
    255255     
     
    267267 
    268268     
    269  Used to pass keywords to <a href=".//../../Utilities/isafile.html">isafile</a> 
     269 Used to pass keywords to <a href="..//Utilities/isafile.html">isafile</a> 
    270270 
    271271     
     
    278278     
    279279    <h4>Version</h4> 
    280  $Id: ncdf_meshread.pro 232 2007-03-20 16:59:36Z pinsard $ 
     280 $Id: ncdf_meshread.pro 240 2007-03-28 12:17:24Z pinsard $ 
    281281 
    282282    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/ncdf_meshroms.html

    r234 r242  
    267267 
    268268     
    269  Used to pass keywords to <a href=".//../../Utilities/isafile.html">isafile</a> 
     269 Used to pass keywords to <a href="..//Utilities/isafile.html">isafile</a> 
    270270 
    271271     
     
    278278     
    279279    <h4>Version</h4> 
    280  $Id: ncdf_meshroms.pro 231 2007-03-19 17:15:51Z pinsard $ 
     280 $Id: ncdf_meshroms.pro 240 2007-03-28 12:17:24Z pinsard $ 
    281281 
    282282    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/numbisland.html

    r234 r242  
    6666 
    6767 
    68  given a 2D land-se mask, give a number to each islands 
     68 given a 2D land-sea mask, give a number to each island 
    6969 
    7070 
     
    8181 
    8282     
     83 
    8384 
    8485    <h3>Return value</h3> 
     
    116117     
    117118    <h4>Version</h4> 
    118  $Id: numbisland.pro 231 2007-03-19 17:15:51Z pinsard $ 
     119 $Id: numbisland.pro 240 2007-03-28 12:17:24Z pinsard $ 
     120 
    119121    <h4>History</h4> 
    120122  Jan 2006: sebastien masson (smasson@locean-ipsl.upmc.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/restoreboxparam.html

    r234 r242  
    6262 
    6363     
    64  restore all the zoom parameters (defined by calling <a href=".//../../ToBeReviewed/GRILLE/domdef.html">domdef</a>) 
     64 restore all the zoom parameters (defined by calling <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>) 
    6565 previously defined by <a href=".//saveboxparam.html">saveboxparam</a> 
    6666 
     
    9191      <font size="-1" color="#006633">required</font> 
    9292       
    93        
     93      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i> scalar string</i></font> 
    9494       
    9595       
     
    9797 
    9898     
    99  a scalar string defining the file name 
     99 the file name 
    100100 
    101101     
     
    110110     
    111111    <h4>Version</h4> 
    112  $Id: restoreboxparam.pro 231 2007-03-19 17:15:51Z pinsard $ 
     112 $Id: restoreboxparam.pro 238 2007-03-27 13:43:18Z pinsard $ 
    113113 
    114114    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/romsdepth.html

    r234 r242  
    9292     
    9393    <h4>Version</h4> 
    94  $Id: romsdepth.pro 231 2007-03-19 17:15:51Z pinsard $ 
     94 $Id: romsdepth.pro 238 2007-03-27 13:43:18Z pinsard $ 
     95 
    9596    <h4>History</h4> 
    9697 Sept 2006 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    110111     
    111112    <h4>Uses routines</h4> 
    112  cm_4mesh cm_4data 
     113 cm_4mesh 
     114 cm_4data 
    113115 
    114116     
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/saveboxparam.html

    r234 r242  
    6262 
    6363     
    64  save all the zoom parameters (defined by calling <a href=".//../../ToBeReviewed/GRILLE/domdef.html">domdef</a>) 
     64 save all the zoom parameters (defined by calling <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>) 
    6565 in a file (using save command) located in myuniquetmpdir 
    6666 (common variable defined by def_myuniquetmpdir) 
     
    9292      <font size="-1" color="#006633">required</font> 
    9393       
    94        
     94      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
    9595       
    9696       
     
    9898 
    9999     
    100  a scalar string defining the file name 
     100 the file name 
    101101 
    102102     
     
    111111     
    112112    <h4>Version</h4> 
    113  $Id: saveboxparam.pro 231 2007-03-19 17:15:51Z pinsard $ 
     113 $Id: saveboxparam.pro 238 2007-03-27 13:43:18Z pinsard $ 
    114114 
    115115    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/smallmeshmask.html

    r234 r242  
    7676       
    7777      <dt><a href="#_smallmeshmask">smallmeshmask<i>, ncfilein[, ncfileout]</i>, IODIR=<i>IODIR</i></a><dt> 
    78       <dd><font size="-1"></font></dd> 
     78      <dd><font size="-1"> </font></dd> 
    7979       
    8080    </dl> 
     
    114114 
    115115     
     116 
    116117     
    117118 
     
    129130 
    130131     
     132 
    131133     
    132134 
     
    144146 
    145147     
     148 
    146149     
    147150 
     
    169172     
    170173    <h4>Version</h4> 
    171  $Id: smallmeshmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     174 $Id: smallmeshmask.pro 240 2007-03-28 12:17:24Z pinsard $ 
    172175 
    173176    <h4>History</h4> 
     
    203206     
    204207 
     208 
    205209     
    206210 
     
    266270    </h4> 
    267271 
    268      to define the files path. 
     272     
     273 to define the files path. 
     274 
    269275     
    270276     
     
    277283     
    278284    <h4>Version</h4> 
    279  $Id: smallmeshmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     285 $Id: smallmeshmask.pro 240 2007-03-28 12:17:24Z pinsard $ 
    280286 
    281287    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/angle.html

    r234 r242  
    6464 north stereographic polar projection 
    6565 
     66 
    6667 Compute angles between grid lines and direction of the North pole 
    6768(fom angle.F,v 2.2 in OPA8.2) 
     
    8081 
    8182     
     83 
    8284 
    8385     
     
    252254     
    253255    <h4>Version</h4> 
    254  $Id: angle.pro 232 2007-03-20 16:59:36Z pinsard $ 
     256 $Id: angle.pro 238 2007-03-27 13:43:18Z pinsard $ 
     257 
    255258    <h4>History</h4> 
    256259       Original :  96-07 (O. Marti) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/clickincell.html

    r234 r242  
    105105 
    106106     
    107  = 'T', 'W', 'U', 'V' or 'F' This this the type of point 
     107 = 'T', 'W', 'U', 'V' or 'F' 
     108 the type of point 
    108109     that is located in the center of the cell which the click is 
    109110     located. default is T type of cell (with corner defined by F 
     
    174175 
    175176     
    176  see outputs 
     177 see returns 
    177178 
    178179     
     
    190191 
    191192     
    192  Used to pass extra keywords to <a href=".//inquad.html">inquad</a> and  
     193 Used to pass extra keywords to <a href=".//inquad.html">inquad</a> and 
    193194 <proidl>plot</proidl> 
    194195 (when /drawcell) 
     
    209210     
    210211    <h4>Version</h4> 
    211  $Id: clickincell.pro 232 2007-03-20 16:59:36Z pinsard $ 
     212 $Id: clickincell.pro 238 2007-03-27 13:43:18Z pinsard $ 
    212213 
    213214    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromirr_bilinear_weigaddr.html

    r234 r242  
    235235     
    236236    <h4>Version</h4> 
    237  $Id: compute_fromirr_bilinear_weigaddr.pro 232 2007-03-20 16:59:36Z pinsard $ 
     237 $Id: compute_fromirr_bilinear_weigaddr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    238238 
    239239    <h4>History</h4> 
     
    257257  and the weight is redistributed on the remaining "water" corners 
    258258  -  points located out of the southern and northern boundaries or in cells 
    259   containing only land points are set the the same value as their closest neighbor 
     259  containing only land points are set the same value as their closest neighbor 
    260260 
    261261 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromreg_bilinear_weigaddr.html

    r234 r242  
    236236     
    237237    <h4>Version</h4> 
    238  $Id: compute_fromreg_bilinear_weigaddr.pro 232 2007-03-20 16:59:36Z pinsard $ 
     238 $Id: compute_fromreg_bilinear_weigaddr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    239239 
    240240    <h4>History</h4> 
     
    249249    <h4>Restrictions</h4> 
    250250  - the input grid must be a "regular grid", defined as a grid for which each 
    251   longitudes lines have the same latitude and each latitudes columns have the 
     251  longitude lines have the same latitude and each latitude columns have the 
    252252  same longitude. 
    253253  - We supposed the data are located on a sphere, with a periodicity along 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromreg_imoms3_weigaddr.html

    r234 r242  
    236236     
    237237    <h4>Version</h4> 
    238  $Id: compute_fromreg_imoms3_weigaddr.pro 231 2007-03-19 17:15:51Z pinsard $ 
     238 $Id: compute_fromreg_imoms3_weigaddr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    239239 
    240240    <h4>History</h4> 
     
    250250    <h4>Restrictions</h4> 
    251251  - the input grid must be a "regular/rectangular grid", defined as a grid for 
    252   which each longitudes lines have the same latitude and each latitudes columns 
     252  which each longitude lines have the same latitude and each latitude columns 
    253253  have the same longitude. 
    254254  -  We supposed the data are located on a sphere, with a periodicity along 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/cutpar.html

    r234 r242  
    209209     
    210210 1d arrays of p elements, giving the edge positions. 
    211  The edges must be given as in plot to draw the parallelogram. (see example). 
     211 The edges must be given as in <proidl>plot</proidl> to draw the  
     212 parallelogram. (see example). 
    212213 
    213214     
     
    248249 
    249250     
    250  see outputs 
     251 see returns 
    251252 
    252253     
     
    265266     
    266267 to specify that the points are located on a 
    267  sphere. In this case, x and y corresponds to longitude and 
     268 sphere. In this case, x and y correspond to longitude and 
    268269 latitude in degrees. 
    269270 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/cutsegment.html

    r234 r242  
    187187 
    188188     
    189  see outputs 
     189 see returns 
    190190 
    191191     
     
    204204     
    205205 to specify that the points are located on a sphere. 
    206  In this case, x and y corresponds to longitude and latitude in degrees. 
     206 In this case, x and y correspond to longitude and latitude in degrees. 
    207207 
    208208     
     
    210210 
    211211    <h3>Examples</h3><pre> 
    212  
    213212 IDL> x0=[2,5] 
    214213 IDL> y0=[5,1] 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapolate.html

    r234 r242  
    6262 
    6363     
    64  extrapolate data (zinput) where maskinput eq 0 by filling step by 
     64 extrapolate data (zinput) where maskinput equal 0 by filling step by 
    6565 step the coastline points with the mean value of the 8 neighbourgs 
    6666 (weighted by their mask value). 
     
    8181 
    8282 
    83     <h3>Return value</h3> {type=2d array} 
    84  the extrapolated array 
     83    <h3>Return value</h3> 
     84 the extrapolated 2d array 
    8585 
    8686 
     
    137137 
    138138     
    139  Maximum number if iterations done in the extrapolation process. If there 
     139 Maximum number of iterations done in the extrapolation process. If there 
    140140 is no more masked values we exit extrapolate before reaching nb_iteration 
    141141 (to be sure to fill everything, you can use a very large value) 
     
    225225     
    226226    <h4>Version</h4> 
    227  $Id: extrapolate.pro 232 2007-03-20 16:59:36Z pinsard $ 
     227 $Id: extrapolate.pro 238 2007-03-27 13:43:18Z pinsard $ 
    228228 
    229229    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapsmooth.html

    r234 r242  
    6262 
    6363     
    64  similar to extrapolate but could to the job in a better way because the 
    65  extrapolated values are smoothed... takes more time than extrapolate. 
    66  extrapolate data where mskin eq 0 by filling 
     64 similar to <a href=".//extrapolate.html">extrapolate</a> but could to the job in a better way 
     65 because the extrapolated values are smoothed... 
     66 takes more time than <a href=".//extrapolate.html">extrapolate</a>. 
     67 extrapolate data where mskin is equal 0 by filling 
    6768 step by step the coastline points with the mean value of the 8 neighbourgs. 
    6869 
     
    204205     
    205206    <h4>Version</h4> 
    206  $Id: extrapsmooth.pro 232 2007-03-20 16:59:36Z pinsard $ 
     207 $Id: extrapsmooth.pro 238 2007-03-27 13:43:18Z pinsard $ 
    207208    <h4>History</h4> 
    208209  January 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/fromirr.html

    r234 r242  
    101101 
    102102     
    103  a string defining the interpolation method. must be 'bilinear' 
     103 the interpolation method. must be 'bilinear' 
    104104 
    105105     
     
    118118 
    119119     
    120  a 2D array the input data to interpolate 
     120 the input data to interpolate 
    121121 
    122122     
     
    135135 
    136136     
    137  a 2D array defining the longitude of the input data 
     137 the longitude of the input data 
    138138 
    139139     
     
    152152 
    153153     
    154  a 2D array defining the latitude of the input data. 
     154 the latitude of the input data. 
    155155 
    156156     
     
    187187 
    188188     
    189  1D or 2D array defining the longitude of the output data. 
     189 the longitude of the output data. 
    190190 
    191191     
     
    204204 
    205205     
    206  1D or 2D array defining the latitude of the output data. 
     206 the latitude of the output data. 
    207207 
    208208     
     
    289289 IDL> help, a, b 
    290290 
    291  2) use a and b that are now defined to bypass the computation of the weights and addresses  
    292  and speed-up the computation! 
     291 2) use a and b that are now defined to bypass the computation of the weights  
     292 and addresses and speed-up the computation! 
    293293 
    294294 IDL> t2ncep = fromirr('bilinear', topa, WEIG = a, ADDR = b) 
     
    297297     
    298298    <h4>Version</h4> 
    299  $Id: fromirr.pro 231 2007-03-19 17:15:51Z pinsard $ 
     299 $Id: fromirr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    300300 
    301301    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/fromreg.html

    r234 r242  
    6464 interpolate data from a "regular/rectangular grid" to any grid. 
    6565   2 methods available: bilinear and imoms3 
    66    A "regular/rectangular grid" is defined as a grid for which each longitudes lines have 
    67    the same latitude and each latitudes columns have the same longitude. 
     66   A "regular/rectangular grid" is defined as a grid for which  
     67 each longitude lines have the same latitude and each latitude columns  
     68 have the same longitude. 
    6869 
    6970 
     
    103104 
    104105     
    105  a string defining the interpolation method. 
     106 the interpolation method. 
    106107 must be 'bilinear' or 'imoms3' 
    107108 
     
    121122 
    122123     
    123  a 2D array the input data to interpolate 
     124 the input data to interpolate 
    124125 
    125126     
     
    138139 
    139140     
    140  1D or 2D array defining the longitude of the input data 
     141 the longitude of the input data 
    141142 
    142143     
     
    155156 
    156157     
    157  1D or 2D array defining the latitude of the input data 
     158 the latitude of the input data 
    158159 
    159160     
     
    172173 
    173174     
    174  1D or 2D array defining the longitude of the output data 
     175 the longitude of the output data 
    175176 
    176177     
     
    189190 
    190191     
    191  1D or 2D array defining the latitude of the output data 
     192 the latitude of the output data 
    192193 
    193194     
     
    284285  
    285286 1) get back the weights and addresses in variables a and b 
    286    (that must be undefined or equal to 0 before calling fromreg) 
     287   (that must be undefined or equal to 0 before calling fromreg 
    287288 
    288289 IDL> t1opa = fromreg('bilinear', t1ncep, xncep, yncep, glamt, gphit, WEIG = a, ADDR = b) 
     
    297298     
    298299    <h4>Version</h4> 
    299  $Id: fromreg.pro 231 2007-03-19 17:15:51Z pinsard $ 
     300 $Id: fromreg.pro 238 2007-03-27 13:43:18Z pinsard $ 
    300301 
    301302    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/get_gridparams.html

    r234 r242  
    6666 
    6767 or 
    68  2) given longitude and latitude arrays get their dimensions and make 
     68 2) given longitude and latitude arrays, get their dimensions and make 
    6969 sure they are 1D or 2D arrays 
    7070 
     
    104104     
    105105 Case 1: the name of the netcdf file 
    106  Case 2: 1d or 2D arrays defining longitudes and latitudes. 
     106 Case 2: 1d or 2d arrays defining longitudes and latitudes. 
    107107 Out: the variable that will contain the longitudes 
    108108 
     
    123123     
    124124 Case 1: the name of the variable that contains the longitude in the NetCDF file 
    125  Case 2: 1d or 2D arrays defining longitudes and latitudes. 
     125 Case 2: 1d or 2d arrays defining longitudes and latitudes. 
    126126         Note that these arrays are also outputs and can therefore be modified. 
    127127 Out: the variable that will contain the latitudes 
     
    181181 Case 2: 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    182182 arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    183  grid must be regular (each longitudes must be the same for all latitudes 
    184  and each latitudes should be the same for all longitudes). 
     183 grid must be regular (each longitude must be the same for all latitudes 
     184 and each latitude should be the same for all longitudes). 
    185185 
    186186     
     
    270270 IDL> get_gridparams, lon, lat, jpi, jpj, n_dimensions 
    271271 
    272  1) 
    273272 
    274273 
     
    281280     
    282281    <h4>Version</h4> 
    283  $Id: get_gridparams.pro 231 2007-03-19 17:15:51Z pinsard $ 
     282 $Id: get_gridparams.pro 238 2007-03-27 13:43:18Z pinsard $ 
    284283 
    285284    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/imoms3.html

    r234 r242  
    7575 
    7676 
    77  
    7877     
    7978 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/inquad.html

    r234 r242  
    8080 
    8181    <h3>Return value</h3> 
    82  a n element vector. Where n is the number of elements of 
     82 a n elements vector where n is the number of elements of 
    8383 x. res[i]=j means that the point number i is located in the 
    8484 quadrilateral number j with (0 <= j <= n_elements(x0)-1) 
     
    300300     
    301301 the zoom (circle centered on the (x,y) with a radius of 
    302  zoomradius degree where we look for the the quadrilateral which 
     302 zoomradius degree where we look for the quadrilateral which 
    303303 contains the (x,y) point) used for the satellite projection 
    304304 when /ONSPHERE is activated. 
     
    363363     
    364364    <h4>Version</h4> 
    365  $Id: inquad.pro 232 2007-03-20 16:59:36Z pinsard $ 
     365 $Id: inquad.pro 240 2007-03-28 12:17:24Z pinsard $ 
    366366 
    367367    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/inrecgrid.html

    r234 r242  
    7272      <a name="#_inrecgrid"></a> 
    7373 
    74       <h2>inrecgrid  <font size="-1" color="#006633">  
     74      <h2>inrecgrid  <font size="-1" color="#006633"> 
    7575 Without loop 
    7676</font></h2> 
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: inrecgrid.pro 231 2007-03-19 17:15:51Z pinsard $ 
     217 $Id: inrecgrid.pro 238 2007-03-27 13:43:18Z pinsard $ 
    218218 
    219219    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/ll_narcs_distances.html

    r234 r242  
    6464 This function returns the longitude and latitude [lon, lat] of 
    6565 a point a given arc distance (-pi <= Arc_Dist <= pi), and azimuth (Az), 
    66  from a specified location Lon0, lat0. 
    67  Same as LL_ARC_DISTANCE but for n points without do loop. 
     66 from a specified location Lon0, Lat0. 
     67 Same as <proidl>LL_ARC_DISTANCE</proidl> but for n points without do loop. 
    6868 
    6969 Formula from Map Projections - a working manual.  USGS paper 
     
    7676      <a name="#_ll_narcs_distances"></a> 
    7777 
    78       <h2>ll_narcs_distances  <font size="-1" color="#006633">  
     78      <h2>ll_narcs_distances  <font size="-1" color="#006633"> 
    7979 Mapping, geography 
    8080</font></h2> 
     
    8686 
    8787    <h3>Return value</h3> 
    88  a (2, n) array containing the longitude/latitude of the resulting points. 
     88 a (2,n) array containing the longitude/latitude of the resulting points. 
    8989 Values are in radians unless the keyword DEGREES is set. 
    9090 
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: ll_narcs_distances.pro 231 2007-03-19 17:15:51Z pinsard $ 
     217 $Id: ll_narcs_distances.pro 238 2007-03-27 13:43:18Z pinsard $ 
    218218 
    219219    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/map_npoints.html

    r234 r242  
    6666 returns the distances between number n of P0 points and number 
    6767 n of P1 points (in that case, np0 and np1 must be equal). 
    68  Same as map_2points with the meter parameter but for n points 
    69  without do loop. 
     68 Same as <proidl>map_2points</proidl> with the meter parameter but for n 
     69 points without do loop. 
    7070 
    7171 
     
    8888 points P0 and np1 points P1. Element (i,j) of the output is the 
    8989 distance between element P0[i] and P1[j]. 
    90  If keyword /TWO_BY_TWO is given then Map_nPoints returns 
    91  an np-element vector giving the distance in meter between P0[i] 
     90 If keyword /TWO_BY_TWO is given then <a href=".//map_npoints.html">map_npoints</a> returns 
     91 an np-elements vector giving the distance in meter between P0[i] 
    9292 and P1[i] (in that case, we have np0 = np1 = np) ; if /MIDDLE see this keyword. 
    9393 
     
    245245 
    246246     
    247  If given,then Map_nPoints returns the distances between number n of 
    248  P0 points and number n of P1 points 
     247 If given, then <a href=".//map_npoints.html">map_npoints</a> returns the distances between  
     248 number n of P0 points and number n of P1 pointsi. 
    249249 In that case, np0 and np1 must be equal. 
    250250 
     
    301301     
    302302    <h4>Version</h4> 
    303  $Id: map_npoints.pro 231 2007-03-19 17:15:51Z pinsard $ 
     303 $Id: map_npoints.pro 238 2007-03-27 13:43:18Z pinsard $ 
    304304 
    305305    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/neighbor.html

    r234 r242  
    6262 
    6363     
    64  find the closetest point of (P0) within a list of np1 points 
    65  P1 Which can be on a sphere 
     64 find the closest point of (P0) within a list of np1 points 
     65 P1 which can be on a sphere 
    6666 
    6767 
     
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>neighbor(<i><a href="#_neighbor_keyword_p0lon">p0lon</a>, <a href="#_neighbor_keyword_p0lat">p0lat</a>[, <a href="#_neighbor_keyword_neighlon">neighlon</a>][, <a href="#_neighbor_keyword_neighlat">neighlat</a>]</i>, <a href="#_neighbor_keyword_sphere">sphere</a>=<i>sphere</i>, <a href="#_neighbor_keyword_distance">distance</a>=<i>distance</i>, <a href="#_neighbor_keyword_radians">radians</a>=<i>radians</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>neighbor(<i><a href="#_neighbor_keyword_p0lon">p0lon</a>, <a href="#_neighbor_keyword_p0lat">p0lat</a>[, <a href="#_neighbor_keyword_neighlon">neighlon</a>][, <a href="#_neighbor_keyword_neighlat">neighlat</a>]</i>, <a href="#_neighbor_keyword_SPHERE">SPHERE</a>=<i>SPHERE</i>, <a href="#_neighbor_keyword_DISTANCE">DISTANCE</a>=<i>DISTANCE</i>, <a href="#_neighbor_keyword_RADIANS">RADIANS</a>=<i>RADIANS</i>)</font></p> 
    7878 
    7979     
     
    9595      <font size="-1" color="#006633">required</font> 
    9696       
    97        
    98        
    99        
    100     </h4> 
    101  
    102      
    103  scalar. longitudes of point P0. 
     97      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
     98       
     99       
     100    </h4> 
     101 
     102     
     103 longitudes of point P0. 
    104104 
    105105     
     
    112112      <font size="-1" color="#006633">required</font> 
    113113       
    114        
    115        
    116        
    117     </h4> 
    118  
    119      
    120  scalar. latitudes of point P0. 
     114      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
     115       
     116       
     117    </h4> 
     118 
     119     
     120 latitudes of point P0. 
    121121 
    122122     
     
    159159 
    160160     
    161     <a name="#_neighbor_keyword_sphere"></a> 
    162     <h4>sphere&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    163        
    164        
    165        
    166        
    167        
    168        
    169        
    170        
    171     </h4> 
    172  
    173      to activate if points are located on a sphere. 
    174  
    175      
    176     <a name="#_neighbor_keyword_distance"></a> 
    177     <h4>distance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     161    <a name="#_neighbor_keyword_SPHERE"></a> 
     162    <h4>SPHERE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     163       
     164       
     165       
     166       
     167       
     168       
     169       
     170       
     171    </h4> 
     172 
     173     
     174 to activate if points are located on a sphere. 
     175 
     176     
     177    <a name="#_neighbor_keyword_DISTANCE"></a> 
     178    <h4>DISTANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178179       
    179180       
     
    191192 
    192193     
    193     <a name="#_neighbor_keyword_radians"></a> 
    194     <h4>radians&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     194    <a name="#_neighbor_keyword_RADIANS"></a> 
     195    <h4>RADIANS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    195196       
    196197       
     
    219220     
    220221    <h4>Version</h4> 
    221  $Id: neighbor.pro 231 2007-03-19 17:15:51Z pinsard $ 
     222 $Id: neighbor.pro 238 2007-03-27 13:43:18Z pinsard $ 
    222223 
    223224    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/quadrilateral2square.html

    r234 r242  
    9090 
    9191    <h3>Return value</h3> 
    92  
    93  (2,n) array: the new coordinates (xout, yout) of the (xin,yin) point(s) after 
     92 (2,n) array: the new coordinates (xout,yout) of the (xin,yin) point(s) after 
    9493 mapping. 
    9594 If xin is a scalar, then n is equal to the number of elements of x0. 
    96  If xin is an array , then n is equal to the number of elements of xin. 
     95 If xin is an array, then n is equal to the number of elements of xin. 
    9796 
    9897 
     
    299298     
    300299    <h4>Version</h4> 
    301  $Id: quadrilateral2square.pro 231 2007-03-19 17:15:51Z pinsard $ 
     300 $Id: quadrilateral2square.pro 238 2007-03-27 13:43:18Z pinsard $ 
    302301 
    303302    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_fstdrv.html

    r234 r242  
    6262 
    6363     
    64  SPL_FSTDRV returns the values of the first derivative of 
     64 returns the values of the first derivative of 
    6565 the interpolating function at the points X2i. It is a double 
    6666 precision array. 
    6767 
    6868 Given the arrays X and Y, which tabulate a function (with the X[i] 
    69  AND Y[i] in ascending order), and given an input value X2, the 
    70  SPL_INCR function returns an interpolated value for the given values 
    71  of X2. The interpolation method is based on cubic spline, corrected 
    72  in a way that interpolated value are also in ascending order 
     69 and Y[i] in ascending order), and given an input value X2, the 
     70 <a href=".//spl_incr.html">spl_incr</a> function returns an interpolated value for the given 
     71 values of X2. The interpolation method is based on cubic spline, corrected 
     72 in a way that interpolated value are also in ascending order. 
    7373 
    7474 
     
    106106 
    107107     
    108  An n-element (at least 2) input vector that specifies the 
     108 An n-elements (at least 2) input vector that specifies the 
    109109 tabulate points in ascending order. 
    110110 
     
    124124 
    125125     
    126  f(x) = y. An n-element input vector that specifies the values 
     126 f(x) = y. An n-elements input vector that specifies the values 
    127127 of the tabulated function F(Xi) corresponding to Xi. 
    128128 
     
    142142 
    143143     
    144  The output from SPL_INIT for the specified X and Y. 
     144 The output from <proidl>SPL_INIT</pro> for the specified X and Y. 
    145145 
    146146     
     
    153153      <font size="-1" color="#006633">required</font> 
    154154       
    155        
     155      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i> scalar or array</i></font> 
    156156       
    157157       
     
    160160     
    161161 The input values for which the first derivative values are desired. 
    162  X can be scalar or an array of values. 
    163162 
    164163     
     
    173172     
    174173    <h4>Version</h4> 
    175  $Id: spl_fstdrv.pro 231 2007-03-19 17:15:51Z pinsard $ 
     174 $Id: spl_fstdrv.pro 238 2007-03-27 13:43:18Z pinsard $ 
    176175 
    177176    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_incr.html

    r234 r242  
    6262 
    6363     
    64  
    6564 Given the arrays X and Y, which tabulate a function (with the X[i] 
    6665 AND Y[i] in ascending order), and given an input value X2, the 
    67  SPL_INCR function returns an interpolated value for the given values 
     66 spl_incr function returns an interpolated value for the given values 
    6867 of X2. The interpolation method is based on cubic spline, corrected 
    6968 in a way that interpolated values are also monotonically increasing. 
     
    7978       
    8079      <dt><a href="#_pure_convex"><i>result = </i>pure_convex(<i>x1, x2, y1, y2, der2, x</i>)</a><dt> 
    81       <dd><font size="-1"></font></dd> 
     80      <dd><font size="-1"> </font></dd> 
    8281       
    8382      <dt><a href="#_spl_incr"><i>result = </i>spl_incr(<i>x, y, x2</i>, YP0=<i>YP0</i>, YPN_1=<i>YPN_1</i>)</a><dt> 
    84       <dd><font size="-1"></font></dd> 
     83      <dd><font size="-1"> </font></dd> 
    8584       
    8685    </dl> 
     
    10099 
    101100    <h3>Return value</h3> 
    102  
    103     y2: f(x2) = y2. Double precision array 
     101 y2: f(x2) = y2. Double precision array 
    104102 
    105103 
     
    121119 
    122120     
    123  An n-element (at least 2) input vector that specifies the tabulate points in 
     121 An n-elements (at least 2) input vector that specifies the tabulate points in 
    124122 a strict ascending order. 
    125123 
     
    157155 
    158156     
    159  f(x) = y. An n-element input vector that specifies the values 
     157 f(x) = y. An n-elements input vector that specifies the values 
    160158 of the tabulated function F(Xi) corresponding to Xi. As f is 
    161159 supposed to be monotonically increasing, y values must be 
     
    215213 
    216214    <h3>Examples</h3><pre> 
    217  
    218215 IDL> n = 100L 
    219216 IDL> x = (dindgen(n))^2 
     
    238235     
    239236    <h4>Version</h4> 
    240  $Id: spl_incr.pro 231 2007-03-19 17:15:51Z pinsard $ 
     237 $Id: spl_incr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    241238 
    242239    <h4>History</h4> 
     
    273270     
    274271 
     272 
    275273     
    276274 
     
    292290 
    293291     
    294  An n-element (at least 2) input vector that specifies the tabulate points in 
     292 An n-elements (at least 2) input vector that specifies the tabulate points in 
    295293 a strict ascending order. 
    296294 
     
    328326 
    329327     
    330  f(x) = y. An n-element input vector that specifies the values 
     328 f(x) = y. An n-elements input vector that specifies the values 
    331329    of the tabulated function F(Xi) corresponding to Xi. As f is 
    332330    supposed to be monotonically increasing, y values must be 
     
    363361 
    364362     
     363 
    365364     
    366365 
     
    416415     
    417416 
     417 
    418418     
    419419 
     
    484484    </h4> 
    485485 
    486      The first derivative of the interpolating function at the 
     486     
     487 The first derivative of the interpolating function at the 
    487488    point X0. If YP0 is omitted, the second derivative at the 
    488489    boundary is set to zero, resulting in a "natural spline." 
     490 
    489491     
    490492    <a name="#_spl_incr_keyword_YPN_1"></a> 
     
    500502    </h4> 
    501503 
    502      The first derivative of the interpolating function at the 
     504     
     505 The first derivative of the interpolating function at the 
    503506    point Xn-1. If YPN_1 is omitted, the second derivative at the 
    504507    boundary is set to zero, resulting in a "natural spline." 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_keep_mean.html

    r234 r242  
    6262 
    6363     
    64  
    6564 Given the arrays X and Y, which tabulate a function (with the X[i] 
    6665 AND Y[i] in ascending order), and given an input value X2, the 
    67  SPL_INCR function returns an interpolated value for the given values 
     66 <a href=".//spl_incr.html">spl_incr</a> function returns an interpolated value for the given values 
    6867 of X2. The interpolation method is based on cubic spline, corrected 
    6968 in a way that integral of the interpolated values is the same as the 
     
    107106 
    108107     
    109  An n-element (at least 2) input vector that specifies the tabulate points in 
     108 An n-elements (at least 2) input vector that specifies the tabulate points in 
    110109 a strict ascending order. 
    111110 
     
    233232     
    234233    <h4>Version</h4> 
    235  $Id: spl_keep_mean.pro 232 2007-03-20 16:59:36Z pinsard $ 
     234 $Id: spl_keep_mean.pro 238 2007-03-27 13:43:18Z pinsard $ 
    236235 
    237236    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/square2quadrilateral.html

    r234 r242  
    8888 
    8989    <h3>Return value</h3> 
    90  (2,n) array: the new coordinates (xout, yout) of the (xin,yin) 
     90 (2,n) array: the new coordinates (xout,yout) of the (xin,yin) 
    9191 point(s) after mapping. 
    9292 If xin is a scalar, then n is equal to the number of elements of 
    9393 x0. If xin is an array , then n is equal to the number of 
    9494 elements of xin. 
    95  If xin and yin are omited, square2quadrilateral returns the 
     95 If xin and yin are omited, <a href=".//square2quadrilateral.html">square2quadrilateral</a> returns the 
    9696 matrix A which is used for the inverse transformation. 
    9797 
     
    223223 Can be scalar or array. 
    224224 (x0,y0), (x1,y1), (x2,y2) and (x3,y3) are given in the anticlockwise order. 
    225  
    226225 
    227226     
     
    274273     
    275274    <h4>Version</h4> 
    276  $Id: square2quadrilateral.pro 231 2007-03-19 17:15:51Z pinsard $ 
     275 $Id: square2quadrilateral.pro 238 2007-03-27 13:43:18Z pinsard $ 
    277276 
    278277    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/cmapply.html

    r234 r242  
    110110 
    111111   It's worth noting however, that the implementation of user-defined 
    112    functions is not particularly optimized for speed.  Users are 
     112   functions is not particularly optimized for speed. Users are 
    113113   encouraged to implement their own array if the number of output 
    114114   elements is large. 
     
    124124       
    125125      <dt><a href="#_cmapply_redim">cmapply_redim<i>, newarr, dimapply, dimkeep, nkeep, totcol, totkeep</i></a><dt> 
    126       <dd><font size="-1"></font></dd> 
     126      <dd><font size="-1"> </font></dd> 
    127127       
    128128      <dt><a href="#_cmapply"><i>result = </i>cmapply(<i>op, array[, dimapply]</i>, double=<i>double</i>, type=<i>type</i>, functargs=<i>functargs</i>, nocatch=<i>nocatch</i>)</a><dt> 
     
    164164     
    165165 
    166  
    167166     
    168167     
     
    173172    </pre><h3>Version history</h3> 
    174173     
    175     <h4>Version</h4> $Id: cmapply.pro 232 2007-03-20 16:59:36Z pinsard $ 
     174    <h4>Version</h4> 
     175 $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
    176176 
    177177     
     
    203203     
    204204 
     205 
    205206     
    206207 
     
    223224     
    224225 
    225  
    226226     
    227227 
     
    240240     
    241241 
    242  
    243242     
    244243 
     
    257256     
    258257 
    259  
    260258     
    261259 
     
    274272     
    275273 
    276  
    277274     
    278275 
     
    291288     
    292289 
    293  
    294290     
    295291 
     
    308304     
    309305 
    310  
    311306     
    312307     
     
    325320     
    326321    <h4>Todo items</h4> seb 
     322 
    327323     
    328324 
     
    340336      <a name="#_cmapply"></a> 
    341337 
    342       <h2>cmapply  <font size="-1" color="#006633">  
     338      <h2>cmapply  <font size="-1" color="#006633"> 
    343339 Array 
    344340</font></h2> 
     
    393389    </h4> 
    394390 
    395       
     391     
    396392 An array of values to be operated on. 
    397393 Must not be of type STRING (7) or STRUCTURE (8). 
     
    413409     
    414410 An array of dimensions that are to be "collapsed", where 
    415  the the first dimension starts with 1 (ie, same convention 
     411 the first dimension starts with 1 (ie, same convention 
    416412 as IDL function TOTAL).  Whereas TOTAL only allows one 
    417413 dimension to be added, you can specify multiple dimensions 
     
    460456     
    461457 Set this to the IDL code of the desired output type (refer 
    462  to documentation of SIZE()).  Internal results will be 
     458 to documentation of <proidl>SIZE</proidl>()).  Internal results will be 
    463459 rounded to the nearest integer if the output type is an 
    464460 integer type. 
     
    545541    </pre><h3>Version history</h3> 
    546542     
    547     <h4>Version</h4>  
    548  $Id: cmapply.pro 232 2007-03-20 16:59:36Z pinsard $ 
    549  
    550     <h4>History</h4>  
     543    <h4>Version</h4> 
     544 $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
     545 
     546    <h4>History</h4> 
    551547 Mar 1998, Written, CM 
    552548   Changed usage message to not bomb, 24 Mar 2000, CM 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/cmset_op.html

    r234 r242  
    114114      <a name="#_cmset_op"></a> 
    115115 
    116       <h2>cmset_op  <font size="-1" color="#006633">  
     116      <h2>cmset_op  <font size="-1" color="#006633"> 
    117117 Array 
    118118</font></h2> 
     
    359359    </pre><h3>Version history</h3> 
    360360     
    361     <h4>Version</h4> $Id: cmset_op.pro 163 2006-08-29 12:59:46Z navarro $ 
    362  
    363     <h4>History</h4> Written, CM, 23 Feb 2000 
     361    <h4>Version</h4> 
     362 $Id: cmset_op.pro 238 2007-03-27 13:43:18Z pinsard $ 
     363 
     364    <h4>History</h4> 
     365 Written, CM, 23 Feb 2000 
    364366   Added empty set capability, CM, 25 Feb 2000 
    365367   Documentation clarification, CM 02 Mar 2000 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/extrac2.html

    r234 r242  
    9595      <a name="#_extrac2"></a> 
    9696 
    97       <h2>extrac2  <font size="-1" color="#006633">  
     97      <h2>extrac2  <font size="-1" color="#006633"> 
    9898 Utilities 
    9999</font></h2> 
     
    206206 I have a dim 2 matrix named A. I want extract a small intersection 
    207207 matrix 2d of the line 2,3 and 7 and of the column 0 and 1: 
    208   
     208 
    209209 IDL> res=extrac2(A,[2,3,7],[0,1]) 
    210210 
     
    220220    </pre><h3>Version history</h3> 
    221221     
    222     <h4>Version</h4> $Id: extrac2.pro 231 2007-03-19 17:15:51Z pinsard $ 
    223  
    224     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     222    <h4>Version</h4> 
     223 $Id: extrac2.pro 238 2007-03-27 13:43:18Z pinsard $ 
     224 
     225    <h4>History</h4> 
     226 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    225227                       12/1/1999 
    226228                       29/4/1999: correction of a bug and complement of the heading 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/inter.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> tableau 
     81    <h3>Return value</h3> 
     82 tableau 
    8283 
    8384 
     
    9899    </h4> 
    99100 
    100      arrays of positive integers, which need not to be 
     101      
     102 arrays of positive integers, which need not to be 
    101103 sorted. Duplicate elements are ignored, as they have no effect on the 
    102104 result 
     
    116118    </h4> 
    117119 
    118      see a 
     120      
     121 see a 
    119122 
    120123     
     
    131134     
    132135    <h4>Version</h4> 
    133  $Id: inter.pro 232 2007-03-20 16:59:36Z pinsard $ 
     136 $Id: inter.pro 237 2007-03-26 15:37:03Z pinsard $ 
    134137 
    135138    <h4>History</h4> 
     
    142145     
    143146     
    144     <h4>Restrictions</h4> The empty set is denoted by an array with the first element equal to 
     147    <h4>Restrictions</h4>  
     148 The empty set is denoted by an array with the first element equal to 
    145149 -1. 
    146150 
     151  
    147152 These functions will not be efficient on sparse sets with wide 
    148  ranges, as they trade memory for efficiency. The HISTOGRAM function 
     153 ranges, as they trade memory for efficiency.  
     154 The <proidl>HISTOGRAM</proidl> function 
    149155 is used, which creates arrays of size equal to the range of the 
    150156 resulting set. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/union.html

    r234 r242  
    118118    </h4> 
    119119 
    120      see a 
     120      
     121 see a 
    121122 
    122123     
     
    133134     
    134135    <h4>Version</h4> 
    135  $Id: union.pro 232 2007-03-20 16:59:36Z pinsard $ 
     136 $Id: union.pro 237 2007-03-26 15:37:03Z pinsard $ 
    136137 
    137138    <h4>History</h4> 
     
    147148 The empty set is denoted by an array with the first element equal to -1. 
    148149 
     150  
    149151 These functions will not be efficient on sparse sets with wide 
    150  ranges, as they trade memory for efficiency. The HISTOGRAM function 
     152 ranges, as they trade memory for efficiency.  
     153 The <proidl>HISTOGRAM</proidl> function 
    151154 is used, which creates arrays of size equal to the range of the 
    152155 resulting set. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/zero_one.html

    r234 r242  
    6161    </dl> 
    6262 
    63       
     63     
    6464 Send back a vector or a matrix constituted of 0 and 1 in alternation 
    6565 
     
    7070      <a name="#_zero_one"></a> 
    7171 
    72       <h2>zero_one  <font size="-1" color="#006633">  
     72      <h2>zero_one  <font size="-1" color="#006633"> 
    7373 Function, Matrix 
    7474</font></h2> 
     
    7878     
    7979 
    80     <h3>Return value</h3> result 
    81   
     80    <h3>Return value</h3> 
     81 result 
     82 
    8283 
    8384     
     
    9798    </h4> 
    9899 
    99      number of elements in the first dimension 
     100     
     101 number of elements in the first dimension 
     102 
    100103     
    101104 
     
    112115    </h4> 
    113116 
    114      number of elements in the second dimension 
     117     
     118 number of elements in the second dimension 
    115119 
    116120     
     
    122126    </pre><h3>Version history</h3> 
    123127     
    124     <h4>Version</h4> $Id: zero_one.pro 231 2007-03-19 17:15:51Z pinsard $ 
     128    <h4>Version</h4> 
     129 $Id: zero_one.pro 237 2007-03-26 15:37:03Z pinsard $ 
    125130 
    126     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     131    <h4>History</h4> 
     132 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    127133                       1/12/98 
    128134 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/congridseb.html

    r234 r242  
    163163    </pre><h3>Version history</h3> 
    164164     
    165     <h4>Version</h4> $Id: congridseb.pro 232 2007-03-20 16:59:36Z pinsard $ 
     165    <h4>Version</h4> 
     166 $Id: congridseb.pro 238 2007-03-27 13:43:18Z pinsard $ 
    166167 
    167     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     168    <h4>History</h4> 
     169 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    168170                      20/3/98 
    169171                      18/6/1999 supression d''une horrible boucle 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/extrait.html

    r234 r242  
    223223    </pre><h3>Version history</h3> 
    224224     
    225     <h4>Version</h4> $Id: extrait.pro 231 2007-03-19 17:15:51Z pinsard $ 
    226  
    227     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     225    <h4>Version</h4> 
     226 $Id: extrait.pro 238 2007-03-27 13:43:18Z pinsard $ 
     227 
     228    <h4>History</h4> 
     229 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    228230 12/1/1999 
    229231 29/4/1999: correction of a bug and complement of the heading 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/fictype.html

    r234 r242  
    125125    </pre><h3>Version history</h3> 
    126126     
    127     <h4>Version</h4>  
    128  $Id: fictype.pro 232 2007-03-20 16:59:36Z pinsard $ 
     127    <h4>Version</h4> 
     128 $Id: fictype.pro 238 2007-03-27 13:43:18Z pinsard $ 
    129129 
    130     <h4>History</h4>  
     130    <h4>History</h4> 
    131131 Jerome Vialard  (jv@lodyc.jussieu.fr) 
    132132 2/7/98 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/jourdsmois.html

    r236 r242  
    6262 
    6363     
    64  used <a href="../Calendar/daysinmonth.html">daysinmonth</a> instead 
     64 use <a href="..//Calendar/daysinmonth.html">daysinmonth</a> instead 
    6565 
    6666 
     
    122122     
    123123    <h4>Version</h4> 
    124  $Id: jourdsmois.pro 232 2007-03-20 16:59:36Z pinsard $ 
     124 $Id: jourdsmois.pro 237 2007-03-26 15:37:03Z pinsard $ 
    125125 
    126126    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/ncdf_meshlec.html

    r234 r242  
    6262 
    6363     
    64  use <a href=".//../../Grid/ncdf_meshread.html">ncdf_meshread</a> instead 
     64 use <a href="..//Grid/ncdf_meshread.html">ncdf_meshread</a> instead 
    6565 
    6666 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecan.html

    r234 r242  
    7171      <a name="#_nlecan"></a> 
    7272 
    73       <h2>nlecan <font size="-1" color="#FF6633">obsolete</font> <font size="-1" color="#006633">  
     73      <h2>nlecan <font size="-1" color="#FF6633">obsolete</font> <font size="-1" color="#006633"> 
    7474 Reading 
    7575</font></h2> 
     
    8080 
    8181 
    82     <h3>Return value</h3>  
     82    <h3>Return value</h3> 
    8383 tableau 2d (qd la serie ne fait que 1 pas de temps) ou 
    8484 3d (valable ds 1 premier tps que pour les tableaux 2d) 
     
    101101    </h4> 
    102102 
    103       
     103     
    104104 nom du tableau contenant le champ que l'on veut (le 
    105105 trouver avec ncdflec,fichier,/var 
     
    119119    </h4> 
    120120 
    121       
     121     
    122122 le numero du pas de temps que l'on veut sortir du 
    123123 fichier (compte a partir de 1) a partir de 79 
     
    137137    </h4> 
    138138 
    139       
     139     
    140140 nombre de pas de temps a extraire 
    141141 
     
    159159    </h4> 
    160160 
    161        
     161     
    162162 boite sur laquelle integrer (par defaut tt le domaine) 
    163163 
     
    175175    </h4> 
    176176 
    177       
     177     
    178178 impose la grille a laquelle est rapporte le champ. rq permet 
    179179 d'aller plus vite ds la lecture 
     
    192192    </h4> 
    193193 
    194       
     194     
    195195 oblige a lire le tableau entier en non pas celui reduit a domdef 
    196196 
     
    208208    </h4> 
    209209 
    210       
     210     
    211211 Used to pass keywords 
    212212 
     
    219219    </pre><h3>Version history</h3> 
    220220     
    221     <h4>Version</h4>  
    222  $Id: nlecan.pro 232 2007-03-20 16:59:36Z pinsard $ 
    223  
    224     <h4>History</h4>  
     221    <h4>Version</h4> 
     222 $Id: nlecan.pro 238 2007-03-27 13:43:18Z pinsard $ 
     223 
     224    <h4>History</h4> 
    225225 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    226226 
     
    231231     
    232232     
    233     <h4>Restrictions</h4>  
     233    <h4>Restrictions</h4> 
    234234 appele par <a href=".//nlec.html">nlec</a> 
    235235 
     
    238238     
    239239     
    240     <h4>Uses routines</h4>  
     240    <h4>Uses routines</h4> 
    241241 common.pro 
    242242 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/strrepl.html

    r234 r242  
    6363     
    6464 replace one (or more) character(s)/string(s) in a string 
    65  --- OBSOLETE --- you should better use <a href=".//../../ToBeReviewed/STRING/strsed.html">strsed</a> 
     65 --- OBSOLETE --- you should better use <a href="..//ToBeReviewed/STRING/strsed.html">strsed</a> 
    6666 
    6767 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/vairdate.html

    r234 r242  
    6565 sets month, day and year to the corresp values 
    6666 
    67  you better use <a href=".//../../Calendar/jul2date.html">jul2date</a> 
     67 you better use <a href="..//Calendar/jul2date.html">jul2date</a> 
    6868 
    6969 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/zeroun.html

    r234 r242  
    6464 Send back a vector or a matrix constituate of 0 and 1 in alternation 
    6565 
    66  you better use <a href=".//../../Matrix/zero_one.html">zero_one</a> 
     66 you better use <a href="..//Matrix/zero_one.html">zero_one</a> 
    6767 
    6868 
  • trunk/SRC/Documentation/idldoc_assistant_output/Picture/imdisp.html

    r234 r242  
    6363     
    6464    Display an image on the current graphics device. 
    65     IMDISP is an advanced replacement for TV and TVSCL. 
     65    IMDISP is an advanced replacement for <prodil>TV</proidl> and 
     66    <proidl>TVSCL</proidl>. 
    6667 
    6768    - Supports WIN, MAC, X, CGM, PCL, PRINTER, PS, and Z graphics devices, 
     
    614615     
    615616    <h4>Version</h4> 
    616  $Id: imdisp.pro 232 2007-03-20 16:59:36Z pinsard $ 
     617 $Id: imdisp.pro 236 2007-03-21 17:18:44Z pinsard $ 
    617618 
    618619    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Postscript/closeps.html

    r234 r242  
    113113     
    114114    <h4>Version</h4> 
    115  $Id: closeps.pro 232 2007-03-20 16:59:36Z pinsard $ 
     115 $Id: closeps.pro 238 2007-03-27 13:43:18Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
     
    131131     
    132132     
    133     <h4>Uses routines</h4>  
     133    <h4>Uses routines</h4> 
    134134 cm_4ps 
    135135 
  • trunk/SRC/Documentation/idldoc_assistant_output/Postscript/openps.html

    r234 r242  
    246246     
    247247    <h4>Version</h4> 
    248  $Id: openps.pro 232 2007-03-20 16:59:36Z pinsard $ 
    249  
    250     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     248 $Id: openps.pro 238 2007-03-27 13:43:18Z pinsard $ 
     249 
     250    <h4>History</h4> 
     251 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    251252 21/12/98 
    252253 1/2/98: ajout de nameps en input 
     
    265266     
    266267     
    267     <h4>Uses routines</h4>  
     268    <h4>Uses routines</h4> 
    268269 cm_4ps 
    269270 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/ncdf_timeget.html

    r234 r242  
    7171      <a name="#_ncdf_timeget"></a> 
    7272 
    73       <h2>ncdf_timeget  <font size="-1" color="#006633">  
     73      <h2>ncdf_timeget  <font size="-1" color="#006633"> 
    7474 Reading 
    7575</font></h2> 
     
    165165    </pre><h3>Version history</h3> 
    166166     
    167     <h4>Version</h4> $Id: ncdf_timeget.pro 232 2007-03-20 16:59:36Z pinsard $ 
    168     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     167    <h4>Version</h4> 
     168 $Id: ncdf_timeget.pro 238 2007-03-27 13:43:18Z pinsard $ 
     169    <h4>History</h4> 
     170 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    169171                      June 2001 
    170172     
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/read_oasis.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> a 2d array 
     81    <h3>Return value</h3> 
     82 a 2d array 
    8283 
    8384 
     
    9899    </h4> 
    99100 
    100       
     101     
    101102 the filename 
    102103 
     
    115116    </h4> 
    116117 
    117       
     118     
    118119 the name of the variable to be read 
    119120 
     
    226227    </pre><h3>Version history</h3> 
    227228     
    228     <h4>Version</h4> $Id: read_oasis.pro 232 2007-03-20 16:59:36Z pinsard $ 
    229     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     229    <h4>Version</h4> 
     230 $Id: read_oasis.pro 238 2007-03-27 13:43:18Z pinsard $ 
     231 
     232    <h4>History</h4> 
     233 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    230234                      July 01, 2002 
    231235     
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/readbat.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> a 2d array 
     81    <h3>Return value</h3> 
     82 a 2d array 
    8283 
    8384 
     
    128129    </pre><h3>Version history</h3> 
    129130     
    130     <h4>Version</h4> $Id: readbat.pro 232 2007-03-20 16:59:36Z pinsard $ 
     131    <h4>Version</h4> 
     132  $Id: readbat.pro 238 2007-03-27 13:43:18Z pinsard $ 
    131133 
    132     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     134    <h4>History</h4> 
     135 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    133136                      May 31, 2002 
    134137    based on batlec2.pro, written by Maurice Imbard, March 17, 1998 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/readoldopadistcoast.html

    r234 r242  
    6969 
    7070 
    71  
    7271     
    7372    <h2>Routine summary</h2> 
     
    7978       
    8079      <dt><a href="#_readoldopadistcoast"><i>result = </i>readoldopadistcoast(<i>filename, jpiglo, jpjglo, jpk</i>, IBLOC=<i>IBLOC</i>, JPBYT=<i>JPBYT</i>, NUMREC=<i>NUMREC</i>)</a><dt> 
    81       <dd><font size="-1"></font></dd> 
     80      <dd><font size="-1"> </font></dd> 
    8281       
    8382    </dl> 
     
    8988      <a name="#_read3fromopa"></a> 
    9089 
    91       <h2>read3fromopa  <font size="-1" color="#006633">  
     90      <h2>read3fromopa  <font size="-1" color="#006633"> 
    9291 For OPA 
    9392</font></h2> 
     
    9897 
    9998 
    100     <h3>Return value</h3>   
     99    <h3>Return value</h3> 
    101100 a structure that contains two elements: tdistcoast (the 
    102101 distance for the t-points) and fdiscoast (the distance for the 
     
    122121     
    123122 
    124  
    125123     
    126124 
     
    138136 
    139137     
    140   
    141   
     138 
    142139     
    143140 
     
    155152 
    156153     
    157   
    158154 
    159155     
     
    165161    </pre><h3>Version history</h3> 
    166162     
    167     <h4>Version</h4> $Id: readoldopadistcoast.pro 232 2007-03-20 16:59:36Z pinsard $ 
    168     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     163    <h4>Version</h4> 
     164 $Id: readoldopadistcoast.pro 240 2007-03-28 12:17:24Z pinsard $ 
     165 
     166    <h4>History</h4> 
     167 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    169168                      June, 2002 
    170169     
     
    197196     
    198197 
     198 
    199199     
    200200 
     
    234234     
    235235 
    236  
    237236     
    238237 
     
    251250     
    252251 
    253  
    254252     
    255253 
     
    290288     
    291289 Ibloc size 
    292   
     290 
    293291     
    294292    <a name="#_readoldopadistcoast_keyword_JPBYT"></a> 
     
    306304     
    307305 Jpbyt size 
    308   
     306 
    309307     
    310308    <a name="#_readoldopadistcoast_keyword_NUMREC"></a> 
     
    330328     
    331329    <h4>Version</h4> 
    332  $Id: readoldopadistcoast.pro 232 2007-03-20 16:59:36Z pinsard $ 
     330 $Id: readoldopadistcoast.pro 240 2007-03-28 12:17:24Z pinsard $ 
     331 
    333332    <h4>History</h4> 
    334333 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/readoldoparestart.html

    r234 r242  
    159159     
    160160    <h4>Version</h4> 
    161  $Id: readoldoparestart.pro 231 2007-03-19 17:15:51Z pinsard $ 
     161 $Id: readoldoparestart.pro 240 2007-03-28 12:17:24Z pinsard $ 
    162162    <h4>History</h4> 
    163163 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    725725     
    726726    <h4>Version</h4> 
    727  $Id: readoldoparestart.pro 231 2007-03-19 17:15:51Z pinsard $ 
     727 $Id: readoldoparestart.pro 240 2007-03-28 12:17:24Z pinsard $ 
    728728    <h4>History</h4> 
    729729 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/scanctl.html

    r234 r242  
    296296    </h4> 
    297297 
    298       
     298     
    299299 
    300300     
     
    319319    </pre><h3>Version history</h3> 
    320320     
    321     <h4>Version</h4>  
    322  $Id: scanctl.pro 232 2007-03-20 16:59:36Z pinsard $ 
     321    <h4>Version</h4> 
     322 $Id: scanctl.pro 240 2007-03-28 12:17:24Z pinsard $ 
    323323 
    324324     
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/scanoasis.html

    r234 r242  
    9696    </h4> 
    9797 
    98       
     98     
    9999 The file name 
    100100 
     
    109109    </pre><h3>Version history</h3> 
    110110     
    111     <h4>Version</h4> $Id: scanoasis.pro 232 2007-03-20 16:59:36Z pinsard $ 
    112     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     111    <h4>Version</h4> 
     112 $Id: scanoasis.pro 238 2007-03-27 13:43:18Z pinsard $ 
     113 
     114    <h4>History</h4> 
     115 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    113116                            July 01, 2002 
    114117     
     
    118121     
    119122     
    120     <h4>Restrictions</h4>  
     123    <h4>Restrictions</h4> 
    121124 List the variable names included in a Oasis file 
    122125 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/write_oasis.html

    r234 r242  
    9595    </h4> 
    9696 
    97       
     97     
    9898 the filename 
    9999 
     
    112112    </h4> 
    113113 
    114       
     114     
    115115 the name of the variable to be written 
    116116 
     
    129129    </h4> 
    130130 
    131       
     131     
    132132 the variable (2D array) to be written 
    133133 
     
    209209    </h4> 
    210210 
    211       
    212  to open the file with the file pointer at the end of the file, ready for  
     211     
     212 to open the file with the file pointer at the end of the file, ready for 
    213213 data to be appended. 
    214214 
     
    219219    </pre><h3>Version history</h3> 
    220220     
    221     <h4>Version</h4> $Id: write_oasis.pro 231 2007-03-19 17:15:51Z pinsard $ 
    222     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     221    <h4>Version</h4> 
     222 $Id: write_oasis.pro 238 2007-03-27 13:43:18Z pinsard $ 
     223 
     224    <h4>History</h4> 
     225 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    223226                      July 01, 2002 
    224227     
     
    228231     
    229232     
    230     <h4>Restrictions</h4>  
     233    <h4>Restrictions</h4> 
    231234 varname is automatically written as a "character*8" 
    232235 by default z2d is written as an R8 array 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/writebat.html

    r234 r242  
    7070      <a name="#_writebat"></a> 
    7171 
    72       <h2>writebat  <font size="-1" color="#006633">  
     72      <h2>writebat  <font size="-1" color="#006633"> 
    7373 For OPA 
    7474</font></h2> 
     
    9797    </h4> 
    9898 
    99       
     99     
    100100 the bathymetry, a 2d array 
    101101 
     
    125125    </pre><h3>Version history</h3> 
    126126     
    127     <h4>Version</h4> $Id: writebat.pro 231 2007-03-19 17:15:51Z pinsard $ 
    128     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     127    <h4>Version</h4> 
     128 $Id: writebat.pro 238 2007-03-27 13:43:18Z pinsard $ 
     129 
     130    <h4>History</h4> 
     131  Sebastien Masson (smasson@lodyc.jussieu.fr) 
    129132                      Sept 30, 2003 
    130133    based on batsav2.pro, written by Maurice Imbard, March 17, 1998 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/TestsOld/tst_basic_old.html

    r234 r242  
    7777     
    7878 
     79 
    7980     
    8081 
     
    8687    </pre><h3>Version history</h3> 
    8788     
    88     <h4>Version</h4> $Id: tst_basic_old.pro 189 2006-09-21 13:55:54Z pinsard $ 
     89    <h4>Version</h4> 
     90 $Id: tst_basic_old.pro 237 2007-03-26 15:37:03Z pinsard $ 
     91 
    8992    <h4>History</h4> 
    9093 Sebastien Masson may 2005 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/TestsOld/tst_plt_old.html

    r234 r242  
    6464 
    6565 
    66  
    6766     
    6867 
     
    7170 
    7271      <h2>tst_plt_old  <font size="-1" color="#006633"> 
    73   
    74  </font></h2> 
     72</font></h2> 
    7573 
    7674      <p><font face="Courier">tst_plt_old, <a href="#_tst_plt_old_keyword_IMAGE">IMAGE</a>=<i>IMAGE</i></font></p> 
    7775 
    7876     
     77 
    7978 
    8079     
     
    106105    </pre><h3>Version history</h3> 
    107106     
    108     <h4>Version</h4>  
    109  $Id: tst_plt_old.pro 189 2006-09-21 13:55:54Z pinsard $ 
     107    <h4>Version</h4> 
     108 $Id: tst_plt_old.pro 238 2007-03-27 13:43:18Z pinsard $ 
     109 
    110110    <h4>History</h4> 
    111111 Sebastien Masson 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/TestsOld/tst_pltt_old.html

    r234 r242  
    6464 
    6565 
    66  
    6766     
    6867 
     
    7170 
    7271      <h2>tst_pltt_old  <font size="-1" color="#006633"> 
    73  
    7472</font></h2> 
    7573 
     
    7775 
    7876     
     77 
    7978 
    8079     
     
    107106     
    108107    <h4>Version</h4> 
    109  $Id: tst_pltt_old.pro 189 2006-09-21 13:55:54Z pinsard $ 
     108 $Id: tst_pltt_old.pro 237 2007-03-26 15:37:03Z pinsard $ 
     109 
    110110    <h4>History</h4> 
    111111 Sebastien Masson 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/TestsOld/tst_pltz_old.html

    r234 r242  
    6464 
    6565 
    66  
    6766     
    6867 
     
    7170 
    7271      <h2>tst_pltz_old  <font size="-1" color="#006633"> 
    73  
    7472</font></h2> 
    7573 
     
    7775 
    7876     
     77 
    7978 
    8079     
     
    107106     
    108107    <h4>Version</h4> 
    109  $Id: tst_pltz_old.pro 189 2006-09-21 13:55:54Z pinsard $ 
     108 $Id: tst_pltz_old.pro 237 2007-03-26 15:37:03Z pinsard $ 
     109 
    110110    <h4>History</h4> 
    111111 Sebastien Masson 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/tst_basic.html

    r234 r242  
    8787    </pre><h3>Version history</h3> 
    8888     
    89     <h4>Version</h4> $Id: tst_basic.pro 232 2007-03-20 16:59:36Z pinsard $ 
     89    <h4>Version</h4> 
     90 $Id: tst_basic.pro 237 2007-03-26 15:37:03Z pinsard $ 
     91 
    9092    <h4>History</h4> 
    9193 Sebastien Masson may 2005 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/tst_plt.html

    r234 r242  
    7070 
    7171      <h2>tst_plt  <font size="-1" color="#006633"> 
    72  </font></h2> 
     72</font></h2> 
    7373 
    7474      <p><font face="Courier">tst_plt, <a href="#_tst_plt_keyword_IMAGE">IMAGE</a>=<i>IMAGE</i></font></p> 
     
    105105    </pre><h3>Version history</h3> 
    106106     
    107     <h4>Version</h4>  
    108  $Id: tst_plt.pro 232 2007-03-20 16:59:36Z pinsard $ 
     107    <h4>Version</h4> 
     108 $Id: tst_plt.pro 237 2007-03-26 15:37:03Z pinsard $ 
     109 
    109110    <h4>History</h4> 
    110111 Sebastien Masson 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/tst_pltt.html

    r234 r242  
    106106     
    107107    <h4>Version</h4> 
    108  $Id: tst_pltt.pro 232 2007-03-20 16:59:36Z pinsard $ 
     108 $Id: tst_pltt.pro 237 2007-03-26 15:37:03Z pinsard $ 
     109 
    109110    <h4>History</h4> 
    110111 Sebastien Masson 
  • trunk/SRC/Documentation/idldoc_assistant_output/Tests/tst_pltz.html

    r234 r242  
    106106     
    107107    <h4>Version</h4> 
    108  $Id: tst_pltz.pro 232 2007-03-20 16:59:36Z pinsard $ 
     108 $Id: tst_pltz.pro 237 2007-03-26 15:37:03Z pinsard $ 
     109 
    109110    <h4>History</h4> 
    110111 Sebastien Masson 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/grossemoyenne.html

    r234 r242  
    198198 
    199199     
    200  We activate it if we do not want to pass in domdef even if the keyword 
    201  boxzoom is present (like when grossemoyenne is called via checkfield) 
     200 We activate it if we do not want to pass in <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> even if the  
     201 keyword boxzoom is present (like when <a href=".//grossemoyenne.html">grossemoyenne</a> is called via  
     202 <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    202203 
    203204     
     
    279280     
    280281    <h4>Version</h4> 
    281  $Id: grossemoyenne.pro 232 2007-03-20 16:59:36Z pinsard $ 
     282 $Id: grossemoyenne.pro 240 2007-03-28 12:17:24Z pinsard $ 
    282283    <h4>History</h4> 
    283284 Jerome Vialard (jv@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/hdyn.html

    r234 r242  
    179179 Give a depth to this keyword which will be considered as the reference depth 
    180180 (in this case, LEVEL has not any effect). the calculation will be effectuated 
    181  until this depth effecting an interpolation between the the last W level above 
     181 until this depth effecting an interpolation between the last W level above 
    182182 PROFREF and PROFREF. 
    183183 
     
    241241     
    242242    <h4>Version</h4> 
    243  $Id: hdyn.pro 231 2007-03-19 17:15:51Z pinsard $ 
     243 $Id: hdyn.pro 238 2007-03-27 13:43:18Z pinsard $ 
    244244 
    245245    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/moyenne.html

    r234 r242  
    198198 
    199199     
    200  We activate it if we do not want to pass in domdef even if the keyword boxzoom 
    201  is present (like when grossemoyenne is called via checkfield) 
     200 We activate it if we do not want to pass in <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> even if the  
     201 keyword boxzoom is present (like when <a href=".//grossemoyenne.html">grossemoyenne</a> is called  
     202 via <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    202203 
    203204     
     
    239240     
    240241    <h4>Version</h4> 
    241  $Id: moyenne.pro 232 2007-03-20 16:59:36Z pinsard $ 
     242 $Id: moyenne.pro 237 2007-03-26 15:37:03Z pinsard $ 
    242243 
    243244    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/remplit.html

    r234 r242  
    232232     
    233233    <h4>Version</h4> 
    234  $Id: remplit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     234 $Id: remplit.pro 238 2007-03-27 13:43:18Z pinsard $ 
    235235 
    236236; 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/decoupeterre.html

    r234 r242  
    191191 is passed in the variable we have equate at TRI. 
    192192 For example: grille,...,tri=triangulation_reduite. 
    193  This keyword is used in <a href=".//../../../ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
     193 This keyword is used in <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
    194194 
    195195     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/domdef.html

    r234 r242  
    377377     
    378378    <h4>Version</h4> 
    379  $Id: domdef.pro 232 2007-03-20 16:59:36Z pinsard $ 
     379 $Id: domdef.pro 240 2007-03-28 12:17:24Z pinsard $ 
    380380 
    381381    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/grille.html

    r234 r242  
    384384 is passed in the variable we have equate at TRI. 
    385385 For example: grille,...,tri=triangulation_reduite. 
    386  This keyword is used in <a href=".//../../../ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
     386 This keyword is used in <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
    387387 
    388388     
     
    433433 
    434434     
    435  In <a href=".//../../../ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, we want that land points, 
     435 In <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, we want that land points, 
    436436 glam and gphi, be equal to glamt and 
    437437 gphit regardless of the grid. 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/findlineandpointtype.html

    r234 r242  
    156156     
    157157    <h4>Version</h4> 
    158  $Id: findlineandpointtype.pro 231 2007-03-19 17:15:51Z pinsard $ 
     158 $Id: findlineandpointtype.pro 240 2007-03-28 12:17:24Z pinsard $ 
    159159 
    160160    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/read_hope.html

    r234 r242  
    164164 version) 
    165165 
    166  A structure which but be read by <a href=".//../../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and is 
     166 A structure which but be read by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and is 
    167167 necessary to complete the grid associated to the data (see 
    168168 the example). 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/IMAGE/animgif.html

    r234 r242  
    6161    </dl> 
    6262 
    63       
     63     
    6464 Build a gif animation 
    6565 
     
    7070      <a name="#_animgif"></a> 
    7171 
    72       <h2>animgif  <font size="-1" color="#006633">  
     72      <h2>animgif  <font size="-1" color="#006633"> 
    7373 Animated drawings. 
    7474</font></h2> 
     
    9797    </h4> 
    9898 
    99       
     99     
    100100 It is the name of the gif file containing the animation. 
    101101          Comment: this file is placed in the directory defined by iodir. 
     
    109109    </pre><h3>Version history</h3> 
    110110     
    111     <h4>Version</h4>  
    112  $Id: animgif.pro 157 2006-08-21 09:01:50Z navarro $ 
     111    <h4>Version</h4> 
     112 $Id: animgif.pro 238 2007-03-27 13:43:18Z pinsard $ 
    113113 
    114     <h4>History</h4>  
     114    <h4>History</h4> 
    115115 Guillaume Roullet (grlod@ipsl.jussieu.fr) 
    116116          Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    123123     
    124124     
    125     <h4>Restrictions</h4>  
     125    <h4>Restrictions</h4> 
    126126 We use the Z buffer to go faster!. 
    127127              So, if it failed in animgif, you have to do: 
     
    130130              IDL> retall 
    131131 
    132   
     132 
    133133 If we want to delete the @common, 
    134                we have to define manually the picture's size  
     134               we have to define manually the picture's size 
    135135               (variables xsize and ysize) just as iodir. 
    136136 
     
    139139     
    140140     
    141     <h4>Uses routines</h4>  
     141    <h4>Uses routines</h4> 
    142142 common.pro 
    143143 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/INIT/initncdf.html

    r234 r242  
    265265 
    266266     
    267  Used to pass keywords to <a href=".//../../../Grid/computegrid.html">computegrid</a> and  
    268  <a href=".//../../../ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     267 Used to pass keywords to <a href="../..//Grid/computegrid.html">computegrid</a> and  
     268 <a href="../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
    269269 
    270270     
     
    277277     
    278278    <h4>Version</h4> 
    279  $Id: initncdf.pro 232 2007-03-20 16:59:36Z pinsard $ 
     279 $Id: initncdf.pro 238 2007-03-27 13:43:18Z pinsard $ 
    280280 
    281281    <h4>History</h4> 
     
    290290     
    291291    <h4>Restrictions</h4> 
    292  Change the grid parameters (see <a href=".//../../../Grid/computegrid.html">computegrid</a>) 
     292 Change the grid parameters (see <a href="../..//Grid/computegrid.html">computegrid</a>) 
    293293 
    294294 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib.html

    r234 r242  
    161161     
    162162    <h4>Version</h4> 
    163  $Id: read_grib.pro 232 2007-03-20 16:59:36Z pinsard $ 
     163 $Id: read_grib.pro 236 2007-03-21 17:18:44Z pinsard $ 
    164164 
    165165    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/ncdf_lec.html

    r234 r242  
    199199     
    200200    <h4>Version</h4> 
    201  $Id: ncdf_lec.pro 232 2007-03-20 16:59:36Z pinsard $ 
     201 $Id: ncdf_lec.pro 240 2007-03-28 12:17:24Z pinsard $ 
    202202 
    203203    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/read_ncdf.html

    r234 r242  
    367367 
    368368     
    369  For ROMS outputs. The filename of the file where zeta vriable should be read 
     369 For ROMS outputs. The filename of the file where zeta variable should be read 
    370370 
    371371     
     
    408408     
    409409    <h4>Version</h4> 
    410  $Id: read_ncdf.pro 231 2007-03-19 17:15:51Z pinsard $ 
     410 $Id: read_ncdf.pro 240 2007-03-28 12:17:24Z pinsard $ 
    411411    <h4>History</h4> 
    412412 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/MATRICE/colle.html

    r234 r242  
    6161    </dl> 
    6262 
    63       
    64  This concatenation function exist in IDL so long  
    65  as we do not try to stick with a dimension superior or equal at 4.   
     63     
     64 This concatenation function exist in IDL so long 
     65 as we do not try to stick with a dimension superior or equal at 4. 
    6666 
    6767 
     
    7171      <a name="#_colle"></a> 
    7272 
    73       <h2>colle  <font size="-1" color="#006633">  
     73      <h2>colle  <font size="-1" color="#006633"> 
    7474 Utilities 
    7575</font></h2> 
     
    7979     
    8080 
    81     <h3>Return value</h3> res=matrice resultat 
     81    <h3>Return value</h3> 
     82 matrice resultat 
    8283 
    8384 
     
    445446     
    446447 
    447     <h3>Examples</h3><pre> IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2)    
     448    <h3>Examples</h3><pre> 
     449 IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2) 
    448450                1       1 
    449451                1       1 
     
    458460    </pre><h3>Version history</h3> 
    459461     
    460     <h4>Version</h4> $Id: colle.pro 163 2006-08-29 12:59:46Z navarro $ 
    461  
    462     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     462    <h4>Version</h4> 
     463 $Id: colle.pro 238 2007-03-27 13:43:18Z pinsard $ 
     464 
     465    <h4>History</h4> 
     466 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    463467                       13/1/98 
    464468 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/bar_plot.html

    r234 r242  
    417417     
    418418    <h4>Version</h4> 
    419  $Id: bar_plot.pro 232 2007-03-20 16:59:36Z pinsard $ 
     419 $Id: bar_plot.pro 240 2007-03-28 12:17:24Z pinsard $ 
    420420 
    421421    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r234 r242  
    102102         will be automatically performed. 
    103103         2) a structure respecting all criterions specified by 
    104          <a href=".//../../../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     104         <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
    105105 
    106106     
     
    313313     
    314314 It is an integer n. If n different of 0, it choose the label's type 
    315  corresponding to cases n. cf <a href=".//../../../../ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
     315 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    316316 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    317317 For these one traced by a trait, use CONTLABEL. 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r234 r242  
    104104          * 1d:Nevertheless, the type must be specified in order to we know which trace 
    105105          it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    106        2) a structure respecting all criterions specified by <a href=".//../../../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     106       2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    107107          See IDL> xhelp,'litchamp'. The array contained in the structure 
    108108          respecting criterions of case 1) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r234 r242  
    108108            to we know of which trace it is about. 
    109109            To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    110        2) a structure respecting all criterions specified by <a href=".//../../../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     110       2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    111111          See IDL> xhelp,'litchamp'. The array contained in the structure 
    112112          respecting criterions of case 1) 
     
    340340     
    341341 If n different of 0, it choose the label's type 
    342  corresponding to cases n. cf <a href=".//../../../../ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
     342 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    343343 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    344344 For these one traced by a trait, use CONTLABEL. 
     
    738738     
    739739    <h4>Version</h4> 
    740  $Id: pltt.pro 232 2007-03-20 16:59:36Z pinsard $ 
     740 $Id: pltt.pro 240 2007-03-28 12:17:24Z pinsard $ 
    741741 
    742742    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r234 r242  
    103103       (as it is done in plt). 
    104104    2) a structure respecting all criterions specified by 
    105        <a href=".//../../../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     105       <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
    106106 
    107107     
     
    310310 
    311311     
    312  Used to pass keywords to <a href=".//../../../../ToBeReviewed/PLOTS/DIVERS/PLACEDESSIN</pro>, <pro>TV</pro>, <pro>AXE</pro>, <pro>LEGENDE</pro>, <pro>BARRECOULEUR</pro>, <pro>TERMINEDESSIN.html">PLACEDESSIN</pro>, <pro>TV</pro>, <pro>AXE</pro>, <pro>LEGENDE</pro>, <pro>BARRECOULEUR</pro>, <pro>TERMINEDESSIN</a> 
     312 Used to pass keywords to <a href="../../..//ToBeReviewed/PLOTS/DIVERS/PLACEDESSIN</pro>, <pro>TV</pro>, <pro>AXE</pro>, <pro>LEGENDE</pro>, <pro>BARRECOULEUR</pro>, <pro>TERMINEDESSIN.html">PLACEDESSIN</pro>, <pro>TV</pro>, <pro>AXE</pro>, <pro>LEGENDE</pro>, <pro>BARRECOULEUR</pro>, <pro>TERMINEDESSIN</a> 
    313313 
    314314     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r234 r242  
    102102         If the field is 2d, indicate, with the keyword BOXZOOM, geographic delineations of the boxzoom. 
    103103         If the field is 3d, we extract the section on we average possibly before to do the plot. 
    104          2)  a structure respecting all criterions specified by <a href=".//../../../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
     104         2)  a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
    105105          See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    106106 
     
    312312 
    313313     
    314  It choose the label's type corresponding to cases in <a href=".//../../../../ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
     314 It choose the label's type corresponding to cases in <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    315315 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    316316 For these one traced by a trait, use CONTLABEL. 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r234 r242  
    163163 
    164164    <h3>Examples</h3><pre> 
    165       IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
    166       IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
    167       IDL> @ps 
     165 IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
     166 IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
     167 IDL> @ps 
    168168 
    169169    </pre><h3>Version history</h3> 
    170170     
    171171    <h4>Version</h4> 
    172  $Id: sbar_plot.pro 232 2007-03-20 16:59:36Z pinsard $ 
     172 $Id: sbar_plot.pro 237 2007-03-26 15:37:03Z pinsard $ 
    173173 
    174174    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/scontour.html

    r234 r242  
    171171 
    172172    <h3>Examples</h3><pre> 
    173       IDL> z = dist(100) 
    174       IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    175       IDL> @ps 
     173 IDL> z = dist(100) 
     174 IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     175 IDL> @ps 
    176176 
    177177    </pre><h3>Version history</h3> 
    178178     
    179179    <h4>Version</h4> 
    180  $Id: scontour.pro 231 2007-03-19 17:15:51Z pinsard $ 
     180 $Id: scontour.pro 237 2007-03-26 15:37:03Z pinsard $ 
    181181 
    182182    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/splot.html

    r234 r242  
    156156 
    157157    <h3>Examples</h3><pre> 
    158       IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
    159       IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
    160       IDL> @ps 
     158 IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     159 IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
     160 IDL> @ps 
    161161 
    162162    </pre><h3>Version history</h3> 
    163163     
    164164    <h4>Version</h4> 
    165  $Id: splot.pro 231 2007-03-19 17:15:51Z pinsard $ 
     165 $Id: splot.pro 237 2007-03-26 15:37:03Z pinsard $ 
    166166 
    167167    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r234 r242  
    6262 
    6363     
    64  Enhanced version of tvscl 
     64 Enhanced version of <proidl>tvscl</proidl> 
    6565 
    6666 
     
    328328 
    329329     
    330  Used to pass keywords to <proidl>TV</proidl>,  
    331  <proidl>PLOT</proidl>,  
    332  <a href=".//../../../../Colors/COLORBAR.html">COLORBAR</a> 
     330 Used to pass keywords to <proidl>TV</proidl>, 
     331 <proidl>PLOT</proidl>, 
     332 <a href="../../..//Colors/COLORBAR.html">COLORBAR</a> 
    333333 
    334334     
     
    341341     
    342342    <h4>Version</h4> 
    343  $Id: tvplus.pro 232 2007-03-20 16:59:36Z pinsard $ 
     343 $Id: tvplus.pro 236 2007-03-21 17:18:44Z pinsard $ 
    344344 
    345345    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/addaxe.html

    r234 r242  
    6262 
    6363     
    64  Add an axis when we do an oblique section in pltz, pltt 
    65  or plt1d 
     64 Add an axis when we do an oblique section in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>,  
     65 <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> 
     66 or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> 
    6667 
    6768 
     
    163164     
    164165    <h4>Version</h4> 
    165  $Id: addaxe.pro 231 2007-03-19 17:15:51Z pinsard $ 
     166 $Id: addaxe.pro 237 2007-03-26 15:37:03Z pinsard $ 
    166167 
    167168    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/autoscale.html

    r234 r242  
    9393      <font size="-1" color="#006633">required</font> 
    9494       
    95        
     95      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>float</i></font> 
    9696       
    9797       
     
    9999 
    100100     
    101  A reel number specifying above what value we want to trace a contour 
     101 above what value we want to trace a contour 
    102102 
    103103     
     
    110110      <font size="-1" color="#006633">required</font> 
    111111       
    112        
     112      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>float</i></font> 
    113113       
    114114       
     
    116116 
    117117     
    118  A reel number specifying below what value we want to trace a contour 
     118 below what value we want to trace a contour 
    119119 
    120120     
     
    133133 
    134134     
    135  It is a reel number giving the contour interval. Use it in CONTOUR with the keyword LEVEL. 
     135 the contour interval. Use it in <proidl>CONTOUR</proidl> with the  
     136 keyword LEVEL. 
    136137 
    137138     
     
    144145     
    145146    <h4>Version</h4> 
    146  $Id: autoscale.pro 231 2007-03-19 17:15:51Z pinsard $ 
     147 $Id: autoscale.pro 237 2007-03-26 15:37:03Z pinsard $ 
    147148 
    148149    <h4>History</h4> 
     
    157158    <h4>Restrictions</h4> 
    158159 CI is a multiple of the unity in unity log of 10. 
    159  It force the number of contour to be even. 
     160 It force the number of contours to be even. 
    160161 
    161162 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/axis4pltz.html

    r234 r242  
    111111 
    112112     
    113   3d mask 
     113 3d mask 
    114114 
    115115     
     
    184184 
    185185     
    186  to get the xaxis we need to use in pltbase 
     186 to get the xaxis we need to use in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltbase.html">pltbase</a> 
    187187 
    188188     
     
    200200 
    201201     
    202  to get the yaxis we need to use in pltbase 
     202 to get the yaxis we need to use in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltbase.html">pltbase</a> 
    203203 
    204204     
     
    294294 Used to pass keywords 
    295295 
    296   Others: see pltz 
    297  
     296 Others: see pltz 
    298297 
    299298     
     
    304303     
    305304    <h4>Version</h4> 
    306  $Id: axis4pltz.pro 232 2007-03-20 16:59:36Z pinsard $ 
     305 $Id: axis4pltz.pro 237 2007-03-26 15:37:03Z pinsard $ 
    307306 
    308307    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/barrecouleur.html

    r234 r242  
    9999     
    100100 
    101  
    102101     
    103102 
     
    116115     
    117116 
    118  
    119117     
    120118 
     
    133131     
    134132 
    135  
    136133     
    137134 
     
    150147     
    151148 
    152  
    153149     
    154150     
     
    172168     
    173169 
    174  
    175170     
    176171    <a name="#_barrecouleur_keyword_CB_TITLE"></a> 
     
    188183     
    189184 
    190  
    191185     
    192186    <a name="#_barrecouleur_keyword_NOFILL"></a> 
     
    204198     
    205199 
    206  
    207200     
    208201    <a name="#_barrecouleur_keyword_COLOR_c"></a> 
     
    220213     
    221214 
    222  
    223215     
    224216    <a name="#_barrecouleur_keyword_MIN"></a> 
     
    268260     
    269261 
    270  
    271262     
    272263    <a name="#_barrecouleur_keyword_CB_SUBTITLE"></a> 
     
    284275     
    285276 
    286  
    287277     
    288278    <a name="#_barrecouleur_keyword_POST"></a> 
     
    300290     
    301291 
    302  
    303292     
    304293    <a name="#_barrecouleur_keyword__EXTRA"></a> 
     
    324313     
    325314    <h4>Version</h4> 
    326  $Id: barrecouleur.pro 232 2007-03-20 16:59:36Z pinsard $ 
     315 $Id: barrecouleur.pro 237 2007-03-26 15:37:03Z pinsard $ 
    327316 
    328317    <h4>History</h4> 
     
    337326    <h4>Todo items</h4> 
    338327 seb: mettre les keyword et les param 
     328 
    339329    <h4>Restrictions</h4> 
    340330 pass all arguments we want thanks to _EXTRA 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/checkfield.html

    r234 r242  
    8888      <dd><font size="-1"> </font></dd> 
    8989       
    90       <dt><a href="#_checkfield"><i>result = </i>checkfield(<i>field, procedure</i>, TYPE=<i>TYPE</i>, BOXZOOM=<i>vector</i>, DIREC=<i>DIREC</i>, NOQUESTION=<i>NOQUESTION</i>, VECTEUR=<i>vetcor</i>, WDEPTH=<i>WDEPTH</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
     90      <dt><a href="#_checkfield"><i>result = </i>checkfield(<i>field, procedure</i>, TYPE=<i>TYPE</i>, BOXZOOM=<i>vector</i>, DIREC=<i>DIREC</i>, NOQUESTION=<i>NOQUESTION</i>, VECTEUR=<i>vector</i>, WDEPTH=<i>WDEPTH</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
    9191      <dd><font size="-1"> </font></dd> 
    9292       
     
    192192     
    193193    <h4>Version</h4> 
    194  $Id: checkfield.pro 232 2007-03-20 16:59:36Z pinsard $ 
     194 $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
     195 
    195196    <h4>History</h4> 
    196197 
     
    257258       
    258259       
    259       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href=".//../../../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     260      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href="../../..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    260261       
    261262    </h4> 
     
    273274       
    274275       
    275       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href=".//../../../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     276      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href="../../..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    276277       
    277278    </h4> 
     
    289290       
    290291       
    291       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href=".//../../../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     292      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href="../../..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    292293       
    293294    </h4> 
     
    321322     
    322323    <h4>Version</h4> 
    323  $Id: checkfield.pro 232 2007-03-20 16:59:36Z pinsard $ 
     324 $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
     325 
    324326    <h4>History</h4> 
    325327 
     
    386388       
    387389       
    388       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href=".//../../../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     390      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href="../../..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    389391       
    390392    </h4> 
     
    402404       
    403405       
    404       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href=".//../../../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     406      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href="../../..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    405407       
    406408    </h4> 
     
    418420       
    419421       
    420       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href=".//../../../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     422      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>defined by <a href="../../..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    421423       
    422424    </h4> 
     
    450452     
    451453    <h4>Version</h4> 
    452  $Id: checkfield.pro 232 2007-03-20 16:59:36Z pinsard $ 
     454 $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
    453455 
    454456    <h4>History</h4> 
     
    480482</font></h2> 
    481483 
    482       <p><font face="Courier"><i>result = </i>checkfield(<i><a href="#_checkfield_keyword_field">field</a>, <a href="#_checkfield_keyword_procedure">procedure</a></i>, <a href="#_checkfield_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_checkfield_keyword_BOXZOOM">BOXZOOM</a>=<i>vector</i>, <a href="#_checkfield_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_checkfield_keyword_NOQUESTION">NOQUESTION</a>=<i>NOQUESTION</i>, <a href="#_checkfield_keyword_VECTEUR">VECTEUR</a>=<i>vetcor</i>, <a href="#_checkfield_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_checkfield_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     484      <p><font face="Courier"><i>result = </i>checkfield(<i><a href="#_checkfield_keyword_field">field</a>, <a href="#_checkfield_keyword_procedure">procedure</a></i>, <a href="#_checkfield_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_checkfield_keyword_BOXZOOM">BOXZOOM</a>=<i>vector</i>, <a href="#_checkfield_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_checkfield_keyword_NOQUESTION">NOQUESTION</a>=<i>NOQUESTION</i>, <a href="#_checkfield_keyword_VECTEUR">VECTEUR</a>=<i>vector</i>, <a href="#_checkfield_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_checkfield_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    483485 
    484486     
     
    504506 
    505507     
    506  It respect <a href=".//../../../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a>'s criterions. See IDL>xhelp,'litchamp' 
     508 It respect <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>'s criterions. See IDL>xhelp,'litchamp' 
    507509 
    508510     
     
    565567 6 elements: The extraction is made on Boxzoom 
    566568 
    567  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     569 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     570 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    568571 
    569572     
     
    605608       
    606609       
    607       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>vetcor</i></font> 
     610      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>vector</i></font> 
    608611       
    609612       
     
    652655     
    653656    <h4>Version</h4> 
    654  $Id: checkfield.pro 232 2007-03-20 16:59:36Z pinsard $ 
     657 $Id: checkfield.pro 238 2007-03-27 13:43:18Z pinsard $ 
    655658 
    656659    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placecolor.html

    r234 r242  
    6363     
    6464 allows to trace the independently from a graph 
    65  By default, trace a color bar of the same type than the one present in plt 
    66  and pltz. If max, min and divisions are not stipulated, then max=sup,min=inf 
     65 By default, trace a color bar of the same type than the one present in  
     66 <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a> 
     67 and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>. 
     68 If max, min and divisions are not stipulated, then max=sup,min=inf 
    6769 and divisions=div. 
    6870 
     
    133135     
    134136    <h4>Version</h4> 
    135  $Id: placecolor.pro 232 2007-03-20 16:59:36Z pinsard $ 
     137 $Id: placecolor.pro 237 2007-03-26 15:37:03Z pinsard $ 
    136138 
    137139    <h4>History</h4> 
     
    144146     
    145147     
    146      
     148    <h4>Todo items</h4> 
     149 reference to plein2dessin in restriction not understable : 
     150 plein2dessin does'nt exist. 
     151 
    147152    <h4>Restrictions</h4> 
    148153 Only usable for Postscripts effectuated with plein2dessin 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r234 r242  
    9898 
    9999     
    100  It specify what procedure is called by PLACEDESSIN: 'plt', 'pltz' or 'pltt' 
     100 It specify what procedure is called by <a href=".//PLACEDESSIN.html">PLACEDESSIN</a> :  
     101 'plt', 'pltz' or 'pltt' 
    101102 
    102103     
     
    223224 If we want to trace contours of a different field than the one 
    224225 whose we have the colored drawing (by example E-P in color and QSR in contours). 
    225  It must be a field respecting same characteristics than the argument number one of plt. 
     226 It must be a field respecting same characteristics than the argument number  
     227 one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
    226228 
    227229     
     
    290292     If there is 4 elements: 
    291293 then is constituted of coordinates (expressed in cm located from the up and 
    292  left corner of the page or the window (in portrait like in landscape)) of the bottom 
     294 left corner of the page or the window (in portrait like in landscape) of the bottom 
    293295 and left corner and of the up and right corner of the drawing zone. 
    294296     If there is 3 elements: 
     
    332334     /MAP: In this case, map is automatically calculated have the value: 
    333335          map = [0, (lon1+lon2)/2., 0] 
    334  Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
     336 Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    335337 IDL> demo 
    336338 Then choose earth sciences and  mapping. 
    337  Comment2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
     339 Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    338340 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    339341 For example, for a polar projection centered on the south pole: 
     
    372374     
    373375 Make a postscript. Only works if we made one drawing on the page. 
    374  If we make several drawing, use @ps. 
     376 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    375377 
    376378     
     
    525527     
    526528    <h4>Version</h4> 
    527  $Id: placedessin.pro 232 2007-03-20 16:59:36Z pinsard $ 
     529 $Id: placedessin.pro 237 2007-03-26 15:37:03Z pinsard $ 
    528530 
    529531    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r234 r242  
    9999 
    100100     
    101  a structure like the one who read litchamp. 
     101 a structure like the one who read <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
    102102        See IDL> xhelp,'litchamp' 
    103103 
     
    111111     
    112112    <h4>Version</h4> 
    113  $Id: restoreatt.pro 231 2007-03-19 17:15:51Z pinsard $ 
     113 $Id: restoreatt.pro 237 2007-03-26 15:37:03Z pinsard $ 
    114114 
    115115    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/terminedessin.html

    r234 r242  
    101101     
    102102 Make a postscript. Only works if we made one drawing on the page. 
    103  If we make several drawing, use @ps. 
     103 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    104104 
    105105     
     
    153153     
    154154    <h4>Version</h4> 
    155  $Id: terminedessin.pro 232 2007-03-20 16:59:36Z pinsard $ 
     155 $Id: terminedessin.pro 237 2007-03-26 15:37:03Z pinsard $ 
    156156 
    157157    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/LABEL/label_gmt.html

    r234 r242  
    208208     
    209209    <h4>Version</h4> 
    210  $Id: label_gmt.pro 231 2007-03-19 17:15:51Z pinsard $ 
     210 $Id: label_gmt.pro 240 2007-03-28 12:17:24Z pinsard $ 
    211211    <h4>History</h4> 
    212212 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html

    r234 r242  
    196196     
    197197    <h4>Version</h4> 
    198  $Id: ajoutvect.pro 231 2007-03-19 17:15:51Z pinsard $ 
     198 $Id: ajoutvect.pro 241 2007-04-03 19:23:34Z smasson $ 
    199199 
    200200    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/velovect.html

    r234 r242  
    119119 
    120120     
    121  The Y component of the two dimensional field.  Y must have 
    122  the same dimensions as X.  The vector at point [i,j] has a 
     121 The Y component of the two dimensional field. Y must have 
     122 the same dimensions as X. The vector at point [i,j] has a 
    123123 magnitude of: 
    124124 
     
    144144 
    145145     
    146  Optional abscissa values.  X must be a vector with a length 
     146 Optional abscissa values. X must be a vector with a length 
    147147 equal to the first dimension of U and V. 
    148148 
     
    162162 
    163163     
    164  Optional ordinate values.  Y must be a vector with a length 
     164 Optional ordinate values. Y must be a vector with a length 
    165165 equal to the first dimension of U and V. 
    166166 
     
    185185 
    186186     
    187   Missing data value.  Vectors with a LENGTH greater 
     187  Missing data value. Vectors with a LENGTH greater 
    188188 than MISSING are ignored. 
    189189 
     
    202202 
    203203     
    204  Length factor.  The default of 1.0 makes the longest (U,V) 
     204 Length factor. The default of 1.0 makes the longest (U,V) 
    205205 vector the length of a cell. 
    206206 
     
    221221 Set this keyword to 1 to place a dot at each missing point. 
    222222 Set this keyword to 0 or omit it to draw nothing for missing 
    223  points.  Has effect only if MISSING is specified. 
     223 points. Has effect only if MISSING is specified. 
    224224 
    225225     
     
    283283 
    284284     
    285  Set this keyword to make VELOVECT "overplot".  That is, the 
     285 Set this keyword to make VELOVECT "overplot". That is, the 
    286286 current graphics screen is not erased, no axes are drawn, and 
    287287 the previously established scaling remains in effect. 
     
    310310     
    311311    <h4>Version</h4> 
    312  $Id: velovect.pro 231 2007-03-19 17:15:51Z pinsard $ 
     312 $Id: velovect.pro 238 2007-03-27 13:43:18Z pinsard $ 
    313313 
    314314    <h4>History</h4> 
     
    317317        Added TITLE, Oct, 1990. 
    318318        Added POSITION, NOERASE, COLOR, Feb 91, RES. 
    319         August, 1993.  Vince Patrick, Adv. Visualization Lab, U. of Maryland, 
     319        August, 1993. Vince Patrick, Adv. Visualization Lab, U. of Maryland, 
    320320                fixed errors in math. 
    321321        August, 1993. DMS, Added _EXTRA keyword inheritance. 
     
    326326                         OPLOT to PLOTS. 
    327327       September, 1996, GGS. Changed denominator of x_step and y_step vars. 
    328        February, 1998, DLD.  Add support for CLIP and NO_CLIP keywords. 
    329        June, 1998, DLD.  Add support for OVERPLOT keyword. 
    330  
    331  Copyright (c) 1983-1998, Research Systems, Inc.  All rights reserved. 
     328       February, 1998, DLD. Add support for CLIP and NO_CLIP keywords. 
     329       June, 1998, DLD. Add support for OVERPLOT keyword. 
     330 
     331 Copyright (c) 1983-1998, Research Systems, Inc. All rights reserved. 
    332332        Unauthorized reproduction prohibited. 
    333333 
     
    339339     
    340340    <h4>Restrictions</h4> 
    341  Plotting on the selected device is performed.  System 
     341 Plotting on the selected device is performed. System 
    342342 variables concerning plotting are changed. 
    343343 Note:   All other keywords are passed directly to the PLOT procedure 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/POSTSCRIPT/chcolps.html

    r234 r242  
    130130     
    131131    <h4>Version</h4> 
    132  $Id: chcolps.pro 231 2007-03-19 17:15:51Z pinsard $ 
     132 $Id: chcolps.pro 240 2007-03-28 12:17:24Z pinsard $ 
    133133 
    134134    <h4>History</h4> 
     
    195195     
    196196    <h4>Version</h4> 
    197  $Id: chcolps.pro 231 2007-03-19 17:15:51Z pinsard $ 
     197 $Id: chcolps.pro 240 2007-03-28 12:17:24Z pinsard $ 
    198198 
    199199    <h4>History</h4> 
     
    330330     
    331331    <h4>Version</h4> 
    332  $Id: chcolps.pro 231 2007-03-19 17:15:51Z pinsard $ 
     332 $Id: chcolps.pro 240 2007-03-28 12:17:24Z pinsard $ 
    333333 
    334334    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/a_correlate2d.html

    r234 r242  
    7575    <dl> 
    7676       
    77       <dt><a href="#_auto_cov2d"><i>result = </i>auto_cov2d(<i>X, Lag</i>, Double=<i>Double</i>, zero2nan=<i>zero2nan</i>)</a><dt> 
     77      <dt><a href="#_auto_cov2d"><i>result = </i>auto_cov2d(<i>X, Lag</i>, DOUBLE=<i>DOUBLE</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
    7878      <dd><font size="-1"> </font></dd> 
    7979       
     
    9393</font></h2> 
    9494 
    95       <p><font face="Courier"><i>result = </i>auto_cov2d(<i><a href="#_auto_cov2d_keyword_X">X</a>, <a href="#_auto_cov2d_keyword_Lag">Lag</a></i>, <a href="#_auto_cov2d_keyword_Double">Double</a>=<i>Double</i>, <a href="#_auto_cov2d_keyword_zero2nan">zero2nan</a>=<i>zero2nan</i>)</font></p> 
     95      <p><font face="Courier"><i>result = </i>auto_cov2d(<i><a href="#_auto_cov2d_keyword_X">X</a>, <a href="#_auto_cov2d_keyword_Lag">Lag</a></i>, <a href="#_auto_cov2d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_auto_cov2d_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
    9696 
    9797     
     
    145145 
    146146     
    147     <a name="#_auto_cov2d_keyword_Double"></a> 
    148     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     147    <a name="#_auto_cov2d_keyword_DOUBLE"></a> 
     148    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    149149       
    150150       
     
    161161 
    162162     
    163     <a name="#_auto_cov2d_keyword_zero2nan"></a> 
    164     <h4>zero2nan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     163    <a name="#_auto_cov2d_keyword_ZERO2NAN"></a> 
     164    <h4>ZERO2NAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    165165       
    166166       
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/a_timecorrelate.html

    r234 r242  
    6262 
    6363     
    64   
    6564 
    6665 
     
    8382       
    8483      <dt><a href="#_a_timecorrelate"><i>result = </i>a_timecorrelate(<i>X, Lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
    85       <dd><font size="-1"></font></dd> 
     84      <dd><font size="-1"> </font></dd> 
    8685       
    8786    </dl> 
     
    121120 
    122121     
    123  An Array which last dimension is the time dimension so 
     122 An array which last dimension is the time dimension so 
    124123 size n. 
    125124 
     
    140139     
    141140 
    142  
    143141     
    144142 
     
    157155     
    158156 
    159  
    160157     
    161158     
     
    196193     
    197194 
    198  
    199195     
    200196     
    201197 
    202198    <h3>Examples</h3><pre> 
    203  
    204199 
    205200    </pre><h3>Version history</h3> 
     
    209204 
    210205    <h4>History</h4> 
    211  
    212206 
    213207     
     
    240234     
    241235 
     236 
    242237     
    243238 
     
    259254 
    260255     
    261  An Array which last dimension is the time dimension so 
     256 An array which last dimension is the time dimension so 
    262257 size n. 
    263258 
     
    277272 
    278273     
    279  A scalar or n-element vector, in the interval [-(n-2), (n-2)], 
    280  of type integer that specifies the absolute distance(s) between  
     274 A scalar or n-elements vector, in the interval [-(n-2),(n-2)], 
     275 of type integer that specifies the absolute distance(s) between 
    281276 indexed elements of X. 
    282277 
     
    325320 
    326321    <h3>Examples</h3><pre> 
    327        Define an n-element sample population. 
    328          x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    329  
    330        Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
    331          lag = [-3, 0, 1, 3, 4, 8] 
    332          result = a_correlate(x, lag) 
    333  
    334        The result should be: 
    335          [0.0146185, 1.00000, 0.810879, 0.0146185, -0.325279, -0.151684] 
     322 Define an n-elements sample population. 
     323 IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     324 
     325 Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
     326 IDL> lag = [-3, 0, 1, 3, 4, 8] 
     327 IDL> result = a_correlate(x, lag) 
     328 
     329 The result should be: 
     330 [0.0146185, 1.00000, 0.810879, 0.0146185, -0.325279, -0.151684] 
    336331 
    337332    </pre><h3>Version history</h3> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r234 r242  
    7979       
    8080      <dt><a href="#_c_timecorrelate"><i>result = </i>c_timecorrelate(<i>X, Y, Lag</i>, Covariance=<i>Covariance</i>, Double=<i>Double</i>)</a><dt> 
    81       <dd><font size="-1"></font></dd> 
     81      <dd><font size="-1"> </font></dd> 
    8282       
    8383    </dl> 
     
    118118     
    119119 
    120  
    121120     
    122121 
     
    135134     
    136135 
    137  
    138136     
    139137 
     
    152150     
    153151 
    154  
    155152     
    156153 
     
    169166     
    170167 
    171  
    172168     
    173169 
     
    186182     
    187183 
    188  
    189184     
    190185     
     
    225220     
    226221 
    227  
    228222     
    229223     
    230224 
    231225    <h3>Examples</h3><pre> 
    232  
    233226 
    234227    </pre><h3>Version history</h3> 
     
    238231 
    239232    <h4>History</h4> 
    240  
    241233 
    242234     
     
    269261     
    270262 
     263 
    271264     
    272265 
     
    288281 
    289282     
    290  An Array which last dimension is the time dimension of 
     283 An array which last dimension is the time dimension of 
    291284 size n, float or double. 
    292285 
     
    306299 
    307300     
    308  An Array which last dimension is the time dimension of 
     301 An array which last dimension is the time dimension of 
    309302 size n, float or double. 
    310303 
     
    324317 
    325318     
    326  A scalar or n-element vector, in the interval [-(n-2), (n-2)], 
     319 A scalar or n-elements vector, in the interval [-(n-2),(n-2)], 
    327320 of type integer that specifies the absolute distance(s) between 
    328321 indexed elements of X. 
     
    373366    <h3>Examples</h3><pre> 
    374367 
    375        Define two n-element sample populations. 
    376          x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    377          y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    378  
    379        Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    380          lag = [-5, 0, 1, 5, 6, 7] 
    381          result = c_timecorrelate(x, y, lag) 
    382  
    383        The result should be: 
    384          [-0.428246, 0.914755, 0.674547, -0.405140, -0.403100, -0.339685] 
     368 Define two n-elements sample populations. 
     369 IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     370 IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
     371 
     372 Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
     373 IDL> lag = [-5, 0, 1, 5, 6, 7] 
     374 IDL> result = c_timecorrelate(x, y, lag) 
     375 
     376 The result should be: 
     377 [-0.428246, 0.914755, 0.674547, -0.405140, -0.403100, -0.339685] 
    385378 
    386379    </pre><h3>Version history</h3> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/chkeywd.html

    r234 r242  
    6262 
    6363     
    64  In a string containing an order to execute with EXECUTE by example.  
     64 In a string containing an order to execute with EXECUTE by example. 
    6565 We change the value of one of keywords. 
    6666 More generally, in a string, we look for the character chain: ', keywdname= ..., 
     
    7575      <h2>chkeywd  <font size="-1" color="#006633"> 
    7676 String, keywords 
    77  
    78  </font></h2> 
     77</font></h2> 
    7978 
    8079      <p><font face="Courier"><i>result = </i>chkeywd(<i><a href="#_chkeywd_keyword_stringin">stringin</a>, <a href="#_chkeywd_keyword_keywdname">keywdname</a>, <a href="#_chkeywd_keyword_keywdvalue">keywdvalue</a></i>, <a href="#_chkeywd_keyword_SEPARATOR">SEPARATOR</a>=<i>SEPARATOR</i>, <a href="#_chkeywd_keyword_AFTER">AFTER</a>=<i>AFTER</i>)</font></p> 
     
    8382 
    8483 
    85     <h3>Return value</h3>  
     84    <h3>Return value</h3> 
    8685 stringout=stringin modified if keywdname has been found in stringin 
    8786 
     
    137136    </h4> 
    138137 
    139       
     138     
    140139 The new value of the keyword to considerate in STRINGIN 
    141140 
     
    160159 
    161160     
    162  To look for the keyword, we look for the first sign = which follow  
    163  the position of keywdname. By default, we substitute the string  
    164  before the comma. With the keyword SEPARATOR,we can modify the cut  
    165  of the string. SEPARATOR give a Character before the one we have to  
     161 To look for the keyword, we look for the first sign = which follow 
     162 the position of keywdname. By default, we substitute the string 
     163 before the comma. With the keyword SEPARATOR,we can modify the cut 
     164 of the string. SEPARATOR give a Character before the one we have to 
    166165 look for the comma which delimit the keyword in the string. 
    167166 (see examples) 
     
    181180 
    182181     
    183  To look for the keyword, we look for the first sign = which follow  
    184  the position of keywdname. By default, we substitute the string  
    185  before the comma. With the keyword AFTER,we can modify the cut  
    186  of the string. AFTER give a Character after the one we have to  
     182 To look for the keyword, we look for the first sign = which follow 
     183 the position of keywdname. By default, we substitute the string 
     184 before the comma. With the keyword AFTER,we can modify the cut 
     185 of the string. AFTER give a Character after the one we have to 
    187186 look for the comma which delimit the keyword in the string. 
    188187 (see examples) 
     
    209208     
    210209    <h4>Version</h4> 
    211  $Id: chkeywd.pro 232 2007-03-20 16:59:36Z pinsard $ 
     210 $Id: chkeywd.pro 238 2007-03-27 13:43:18Z pinsard $ 
    212211 
    213212    <h4>History</h4> 
     
    215214                      18/10/1999 
    216215                      24/11/1999: adaptation for keywords starting by / 
    217   
     216 
    218217     
    219218 
     
    226225 
    227226 
    228  Beware, this function has loops, ifs ad cases everywhere. So it can  
    229  not be used by big keywords (with a lot of elements which are big  
    230  arrays). The input keyword must not contain Complex floatings, structure,  
    231  Double-precision complex, Pointer, Object reference, Unsigned Integer,  
     227 Beware, this function has loops, ifs ad cases everywhere. So it can 
     228 not be used by big keywords (with a lot of elements which are big 
     229 arrays). The input keyword must not contain Complex floatings, structure, 
     230 Double-precision complex, Pointer, Object reference, Unsigned Integer, 
    232231 Unsigned Longword Integer, 64-bit Integer or Unsigned 64-bit Integer. 
    233   
     232 
    234233 
    235234 
     
    237236     
    238237     
    239     <h4>Uses routines</h4>  
     238    <h4>Uses routines</h4> 
    240239 common.pro 
    241240 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/delchr.html

    r234 r242  
    146146     
    147147    <h4>Version</h4> 
    148  $Id: delchr.pro 232 2007-03-20 16:59:36Z pinsard $ 
     148 $Id: delchr.pro 240 2007-03-28 12:17:24Z pinsard $ 
    149149 
    150150    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getfile.html

    r234 r242  
    195195     
    196196    <h4>Version</h4> 
    197  $Id: getfile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     197 $Id: getfile.pro 240 2007-03-28 12:17:24Z pinsard $ 
    198198 
    199199    <h4>History</h4> 
     
    207207 
    208208       S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
    209        search te file in the all !path directories (use find.pro) 
    210        when using /find keyword. Use spawn, 'cat...' for unix os. 
     209       search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
     210       when using /find keyword. Use <proidl>spawn</proidl>, 'cat...' for  
     211       unix os. 
    211212 
    212213 Copyright (C) 1990, Johns Hopkins University/Applied Physics Laboratory 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strwhere.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> COUNT {out}{optional} 
    82  The number of matches that were found  
     81    <h3>Return value</h3> 
     82 The number of matches that were found 
    8383 
    84   The function returns an index array similar to the  
     84  The function returns an index array similar to the 
    8585  result of the where function 
    8686 
     
    143143 
    144144    <h3>Examples</h3><pre> 
    145        ind = strwhere('abcabcabc','a') 
    146  
    147         ; returns [ 0, 3, 6 ] 
     145 IDL> ind = strwhere('abcabcabc','a') 
     146 IDL> print, ind 
     147 [ 0, 3, 6 ] 
    148148 
    149149    </pre><h3>Version history</h3> 
    150150     
    151151    <h4>Version</h4> 
    152  $Id: strwhere.pro 232 2007-03-20 16:59:36Z pinsard $ 
     152 $Id: strwhere.pro 238 2007-03-27 13:43:18Z pinsard $ 
    153153 
    154154    <h4>History</h4> 
    155155        mgs, 02 Jun 1998: VERSION 1.00 
    156         bmy, 30 Jun 1998: - now returns COUNT, the number  
     156        bmy, 30 Jun 1998: - now returns COUNT, the number 
    157157                            of matches that are found (this is 
    158158                            analogous to the WHERE command) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/struct2string.html

    r234 r242  
    183183     
    184184    <h4>Restrictions</h4> 
    185  Use <a href=".//../../../ToBeReviewed/STRING/tostr.html">tostr</a>, cf this function header! 
     185 Use <a href="../..//ToBeReviewed/STRING/tostr.html">tostr</a>, cf this function header! 
    186186 
    187187 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/section.html

    r234 r242  
    281281     
    282282    <h4>Version</h4> 
    283  $Id: section.pro 232 2007-03-20 16:59:36Z pinsard $ 
     283 $Id: section.pro 237 2007-03-26 15:37:03Z pinsard $ 
    284284 
    285285    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.html

    r234 r242  
    156156     
    157157    <h4>Version</h4> 
    158  $Id: inserthistory.pro 231 2007-03-19 17:15:51Z pinsard $ 
     158 $Id: inserthistory.pro 240 2007-03-28 12:17:24Z pinsard $ 
    159159 
    160160    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html

    r234 r242  
    134134 
    135135     
    136  Used to pass keywords to <a href=".//../../../../Utilities/isafile.html">isafile</a>  
    137  and <a href=".//../../../../ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     136 Used to pass keywords to <a href="../../..//Utilities/isafile.html">isafile</a>  
     137 and <a href="../../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
    138138 
    139139     
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: scanfile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     147 $Id: scanfile.pro 238 2007-03-27 13:43:18Z pinsard $ 
    148148 
    149149    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.html

    r234 r242  
    6262 
    6363     
    64  
    6564 
    6665 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html

    r234 r242  
    6969 
    7070 
    71  
    7271     
    7372    <h2>Routine summary</h2> 
     
    149148     
    150149    <h4>Version</h4> 
    151  $Id: cw_slide_slice.pro 232 2007-03-20 16:59:36Z pinsard $ 
     150 $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
    152151    <h4>History</h4> 
    153152 
     
    215214     
    216215    <h4>Version</h4> 
    217  $Id: cw_slide_slice.pro 232 2007-03-20 16:59:36Z pinsard $ 
     216 $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
    218217    <h4>History</h4> 
    219218 
     
    407406     
    408407    <h4>Version</h4> 
    409  $Id: cw_slide_slice.pro 232 2007-03-20 16:59:36Z pinsard $ 
     408 $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
    410409 
    411410    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/slec.html

    r234 r242  
    189189   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    190190   6 elements: The extraction is made on Boxzoom 
    191  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     191 where lon1,lon2,lat1,lat2 are global variables defined at the last domdef! 
    192192 
    193193     
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: slec.pro 231 2007-03-19 17:15:51Z pinsard $ 
     217 $Id: slec.pro 238 2007-03-27 13:43:18Z pinsard $ 
    218218 
    219219    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xquestion.html

    r234 r242  
    6565 
    6666 A small widget who ask a question and give an answer. 
    67    WARNING: For a binary question with yes/no answer use 
    68    DIALOG_MESSAGE. 
     67   WARNING: For a binary question with yes/no, answer use 
     68   <proidl>DIALOG_MESSAGE</proidl>. 
    6969 
    7070 
     
    177177       
    178178       
    179        
    180        
    181        
    182     </h4> 
    183  
    184      
    185  A scalar string or a array of string. If this 
    186  argument is set to : 
    187       + an array of strings: each array element is 
     179      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>A scalar string or a array of string</i></font> 
     180       
     181       
     182    </h4> 
     183 
     184     
     185 If this argument is set to : 
     186      - an array of strings: each array element is 
    188187        displayed as a separate line of text. 
    189       + a scalar string: we are looking for the "separate line 
     188      - a scalar string: we are looking for the "separate line 
    190189        character" '!C' 
    191190 
     
    205204 
    206205     
    207  A string proposing a answer 
     206 proposing a answer 
    208207 
    209208     
     
    227226 
    228227     
    229  Active this keyword if you want that xquestion 
    230  check if managed widget are present. If not, xquestion do not 
     228 Active this keyword if you want that <a href=".//xquestion.html">xquestion</a> 
     229 check if managed widget are present. If not, <a href=".//xquestion.html">xquestion</a> do not 
    231230 open a widget but print the question in the IDL window. 
    232231 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/createfunc.html

    r234 r242  
    7373      <h2>createfunc  </h2> 
    7474 
    75       <p><font face="Courier"><i>result = </i>createfunc(<i><a href="#_createfunc_keyword_command">command</a></i>, <a href="#_createfunc_keyword_FILENAMEIN">FILENAMEIN</a>=<i>FILENAMEIN</i>, <a href="#_createfunc_keyword_KWDLIST">KWDLIST</a>=<i>KWDLIST</i>, <a href="#_createfunc_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     75      <p><font face="Courier"><i>result = </i>createfunc(<i><a href="#_createfunc_keyword_command">command</a></i>, <a href="#_createfunc_keyword_FILENAMEIN">FILENAMEIN</a>=<i>FILENAMEIN</i>, <a href="#_createfunc_keyword_KWDLIST">KWDLIST</a>=<i>vector string</i>, <a href="#_createfunc_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7676 
    7777     
     
    9191      <font size="-1" color="#006633">required</font> 
    9292       
    93        
    94        
    95        
    96     </h4> 
    97  
    98       
    99  a scalar string defining the result to be given back by the function.  
     93      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
     94       
     95       
     96    </h4> 
     97 
     98     
     99 defining the result to be given back by the function.  
    100100 (see examples) 
    101101 
     
    130130       
    131131       
    132        
     132      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>vector string</i></font> 
    133133       
    134134       
     
    136136 
    137137      
    138  a vector string. to specify a list of keywords that must be included in the  
     138 to specify a list of keywords that must be included in the  
    139139 function definition.  
    140140 Warning: the string must start with a ','  
     
    168168     
    169169    <h4>Version</h4> 
    170  $Id: createfunc.pro 231 2007-03-19 17:15:51Z pinsard $ 
     170 $Id: createfunc.pro 239 2007-03-28 06:50:03Z smasson $ 
    171171 
    172172    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/createpro.html

    r234 r242  
    7272      <h2>createpro  </h2> 
    7373 
    74       <p><font face="Courier">createpro<i>, <a href="#_createpro_keyword_command">command</a></i>, <a href="#_createpro_keyword_FILENAMEIN">FILENAMEIN</a>=<i>FILENAMEIN</i>, <a href="#_createpro_keyword_KWDLIST">KWDLIST</a>=<i>KWDLIST</i>, <a href="#_createpro_keyword_KWDUSED">KWDUSED</a>=<i>KWDUSED</i>, <a href="#_createpro_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     74      <p><font face="Courier">createpro<i>, <a href="#_createpro_keyword_command">command</a></i>, <a href="#_createpro_keyword_FILENAMEIN">FILENAMEIN</a>=<i>FILENAMEIN</i>, <a href="#_createpro_keyword_KWDLIST">KWDLIST</a>=<i>vector string</i>, <a href="#_createpro_keyword_KWDUSED">KWDUSED</a>=<i>KWDUSED</i>, <a href="#_createpro_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7575 
    7676     
     
    9696 
    9797     
    98  a string array defining the procedure to be created.  
     98 array defining the procedure to be created.  
    9999 each element will be a line of the created procedure. 
    100100 
     
    129129       
    130130       
    131        
    132        
    133        
    134     </h4> 
    135  
    136       
    137  a vector string.  
     131      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>vector string</i></font> 
     132       
     133       
     134    </h4> 
     135 
     136     
    138137 to specify a list of keywords that must be included in the procedure  
    139138 definition.  
     
    186185     
    187186    <h4>Version</h4> 
    188  $Id: createpro.pro 232 2007-03-20 16:59:36Z pinsard $ 
     187 $Id: createpro.pro 239 2007-03-28 06:50:03Z smasson $ 
     188 
    189189    <h4>History</h4> 
    190190 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    199199     
    200200    <h4>Restrictions</h4> 
    201  - is not working with functions, use createfunc instead. 
     201 - is not working with functions, use <a href=".//createfunc.html">createfunc</a> instead. 
    202202 - arguments can be given only through keywords. 
    203203 - ends the procedure name with '.pro' if needed. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/def_myuniquetmpdir.html

    r234 r242  
    9292     
    9393    <h4>Version</h4> 
    94  $Id: def_myuniquetmpdir.pro 231 2007-03-19 17:15:51Z pinsard $ 
     94 $Id: def_myuniquetmpdir.pro 239 2007-03-28 06:50:03Z smasson $ 
    9595 
    9696    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/find.html

    r234 r242  
    6767 By default look for files included in !path 
    6868 
    69  all file_search keywords can be used. 
     69 all <proidl>file_search</proidl> keywords can be used. 
    7070 
    7171 
     
    7575      <a name="#_find"></a> 
    7676 
    77       <h2>find  <font size="-1" color="#006633">  
     77      <h2>find  <font size="-1" color="#006633"> 
    7878 find a file 
    7979</font></h2> 
    8080 
    81       <p><font face="Courier"><i>result = </i>find(<i><a href="#_find_keyword_filein">filein</a></i>, <a href="#_find_keyword_IODIRECTORY">IODIRECTORY</a>=<i>IODIRECTORY</i>, <a href="#_find_keyword_RECURSIVE">RECURSIVE</a>=<i>RECURSIVE</i>, <a href="#_find_keyword_REPERTOIRE">REPERTOIRE</a>=<i>REPERTOIRE</i>, <a href="#_find_keyword_NOPRO">NOPRO</a>=<i>NOPRO</i>, <a href="#_find_keyword_ONLYPRO">ONLYPRO</a>=<i>ONLYPRO</i>, <a href="#_find_keyword_ONLYNC">ONLYNC</a>=<i>ONLYNC</i>, <a href="#_find_keyword_UNIQUE">UNIQUE</a>=<i>UNIQUE</i>, <a href="#_find_keyword_FIRSTFOUND">FIRSTFOUND</a>=<i>FIRSTFOUND</i>, <a href="#_find_keyword_LOOKALLDIR">LOOKALLDIR</a>=<i>LOOKALLDIR</i>, <a href="#_find_keyword_TRYFIND">TRYFIND</a>=<i>TRYFIND</i>, <a href="#_find_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    82  
    83      
    84  
    85  
    86     <h3>Return value</h3>  
     81      <p><font face="Courier"><i>result = </i>find(<i><a href="#_find_keyword_filein">filein</a></i>, <a href="#_find_keyword_IODIRECTORY">IODIRECTORY</a>=<i>scalar string or array of strings</i>, <a href="#_find_keyword_RECURSIVE">RECURSIVE</a>=<i>RECURSIVE</i>, <a href="#_find_keyword_REPERTOIRE">REPERTOIRE</a>=<i>REPERTOIRE</i>, <a href="#_find_keyword_NOPRO">NOPRO</a>=<i>NOPRO</i>, <a href="#_find_keyword_ONLYPRO">ONLYPRO</a>=<i>ONLYPRO</i>, <a href="#_find_keyword_ONLYNC">ONLYNC</a>=<i>ONLYNC</i>, <a href="#_find_keyword_UNIQUE">UNIQUE</a>=<i>UNIQUE</i>, <a href="#_find_keyword_FIRSTFOUND">FIRSTFOUND</a>=<i>FIRSTFOUND</i>, <a href="#_find_keyword_LOOKALLDIR">LOOKALLDIR</a>=<i>LOOKALLDIR</i>, <a href="#_find_keyword_TRYFIND">TRYFIND</a>=<i>TRYFIND</i>, <a href="#_find_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     82 
     83     
     84 
     85 
     86    <h3>Return value</h3> 
    8787 A scalar or array variable of string type, containing the 
    8888 name (with the full path of the matching files. If no files 
    89  exist with names matching the input arguments, find returns 
     89 exist with names matching the input arguments, <a href=".//find.html">find</a> returns 
    9090 the scalar string : 'NOT FOUND' 
    9191 
     
    102102      <font size="-1" color="#006633">required</font> 
    103103       
    104        
    105        
    106        
    107     </h4> 
    108  
    109       
    110  A scalar or array variable of string type, containing 
    111  file names to match. Input names specifications may contain 
     104      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string or array of strings</i></font> 
     105       
     106       
     107    </h4> 
     108 
     109     
     110 File name[s] to match. Input names specifications may contain 
    112111 wildcard characters, enabling them to match multiple files 
    113  (see file_search for more informations). By default and if 
    114  necessary, find is looking for filename and also for filename 
     112 (see <proidl>file_search</proidl> for more informations). By default and if 
     113 necessary, <a href=".//find.html">find</a> is looking for filename and also for filename 
    115114 completed with '.pro' 
    116115 
     
    129128       
    130129       
    131        
     130      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string or array of strings</i></font> 
    132131      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>['.',!path]</i></font> 
    133132       
    134133    </h4> 
    135134 
    136       
    137  A scalar or array variable of string type, containing 
    138  directories names where we are looking for the file. 
     135     
     136 Directories names where we are looking for the file. 
    139137 Different directories can be separated by 
    140138 path_sep(/search_path) (':' on unix type machine) as it is done 
     
    156154    </h4> 
    157155 
    158       
     156     
    159157 performs recursive searching of directory hierarchies. 
    160  In a recursive search, find looks recursively for any and all 
     158 In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
    161159 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    162160 
     
    174172    </h4> 
    175173 
    176       
    177  obsolete. keep for compatibility, use directory keyword 
     174     
     175 obsolete. keep for compatibility, use IODIRECTORY keyword 
    178176 
    179177     
     
    190188    </h4> 
    191189 
    192       
     190     
    193191 activate to avoid the automatic search of filename completed with '.pro' 
    194192 
     
    206204    </h4> 
    207205 
    208       
     206     
    209207 force to look only at file ending with .pro 
    210208 
     
    222220    </h4> 
    223221 
    224       
     222     
    225223 force to look only at file ending with .nc 
    226224 
     
    238236    </h4> 
    239237 
    240       
     238     
    241239 activate to make sure that each element of the output vector is unique. 
    242240 
     
    254252    </h4> 
    255253 
    256       
     254     
    257255 activate this keyword to stop looking for the file as soon as we found one. 
    258256 
     
    270268    </h4> 
    271269 
    272       
     270     
    273271 activate to look for the file (with a recursive search if needed) 
    274272 in . iodir, homedir, !path + the DATA:TestsData directory if it exists. 
     
    287285    </h4> 
    288286 
    289       
    290  if the file was not found and this keyword is activated, find will call 
     287     
     288 if the file was not found and this keyword is activated, <a href=".//find.html">find</a>  
     289 will call 
    291290 itself with the keywords /LOOKALLDIR and /FIRSTFOUND to try to find 
    292291 the file we are looking for. Note that if the file was found at the 
    293  first try this keyword as no effect (which is not the case with LOOKALLDIR)  
     292 first try this keyword as no effect (which is not the case with LOOKALLDIR) 
    294293 
    295294     
     
    306305    </h4> 
    307306 
    308       
     307     
    309308 Used to pass keywords 
    310309 
     
    313312 
    314313    <h3>Examples</h3><pre> 
    315  
    316314 IDL> print, find('*loadct') 
    317315   /usr/local/rsi/idl_6.0/lib/utilities/xloadct.pro 
     
    342340     
    343341    <h4>Version</h4> 
    344  $Id: find.pro 232 2007-03-20 16:59:36Z pinsard $ 
     342 $Id: find.pro 239 2007-03-28 06:50:03Z smasson $ 
     343 
    345344    <h4>History</h4> 
    346345 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/fitintobox.html

    r234 r242  
    104104     
    105105 an array or a structure that can be read by the function 
    106  <a href=".//../../ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     106 <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    107107 
    108108     
     
    116116       
    117117       
    118       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     118      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    119119       
    120120    </h4> 
     
    132132       
    133133       
    134       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     134      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    135135       
    136136    </h4> 
     
    148148       
    149149       
    150       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     150      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    151151       
    152152    </h4> 
     
    164164       
    165165       
    166       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     166      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    167167       
    168168    </h4> 
     
    180180       
    181181       
    182       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     182      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    183183       
    184184    </h4> 
     
    196196       
    197197       
    198       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     198      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    199199       
    200200    </h4> 
     
    212212       
    213213       
    214       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     214      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    215215       
    216216    </h4> 
     
    228228       
    229229       
    230       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     230      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    231231       
    232232    </h4> 
     
    244244       
    245245       
    246       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href=".//../../ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
     246      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>define by <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a></i></font> 
    247247       
    248248    </h4> 
     
    281281 Error: 
    282282 the array dimensions [180,148,78] are incompatible 
    283  with the the domain dimensions 
     283 with the domain dimensions 
    284284 [jpi/nx, jpj/ny, jpk/nz, jpt] = [180/41, 148/3, 31/31, 1] 
    285285 <Expression>    INT       =       -1 
     
    288288     
    289289    <h4>Version</h4> 
    290  $Id: fitintobox.pro 231 2007-03-19 17:15:51Z pinsard $ 
     290 $Id: fitintobox.pro 238 2007-03-27 13:43:18Z pinsard $ 
     291 
    291292    <h4>History</h4> 
    292293 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    305306     
    306307     
    307     <h4>Uses routines</h4>  
     308    <h4>Uses routines</h4> 
    308309 cm_4mesh 
    309310 cm_4cal 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/isadirectory.html

    r234 r242  
    103103 a proposed directory. If neither dirname 
    104104 input parameter of IODIRECTORY keyword are defined, 
    105  the ask the user to choose a directory. 
     105 we ask the user to choose a directory. 
    106106 
    107107     
     
    157157 
    158158     
    159  Used to pass keywords 
    160  
    161  all dialog_pickfile keywords (like filter) can be used. 
     159 Used to pass keywords to <proidl>dialog_pickfile</proidl> 
    162160 
    163161     
     
    175173     
    176174    <h4>Version</h4> 
    177  $Id: isadirectory.pro 232 2007-03-20 16:59:36Z pinsard $ 
     175 $Id: isadirectory.pro 237 2007-03-26 15:37:03Z pinsard $ 
     176 
    178177    <h4>History</h4> 
    179178 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/isafile.html

    r234 r242  
    6363     
    6464 same as <a href=".//find.html">find</a> except that as long as the file is 'NOT FOUND', 
    65  isafile calls dialog_pickfile, to ask the user to select a file. 
     65 <a href=".//isafile.html">isafile</a> calls  
     66 <proidl>dialog_pickfile</proidl>, to ask the user to select a file. 
    6667 
    6768 
     
    7172      <a name="#_isafile"></a> 
    7273 
    73       <h2>isafile  <font size="-1" color="#006633">  
     74      <h2>isafile  <font size="-1" color="#006633"> 
    7475 io 
    7576</font></h2> 
     
    102103     
    103104 a proposed name. If neither filein input parameter of filename keyword are 
    104  defined, the ask the user to choose a file. 
     105 defined, we ask the user to choose a file. 
    105106 
    106107     
     
    176177     
    177178 performs recursive searching of directory hierarchies. 
    178  In a recursive search, find looks recursively for any and all 
     179 In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
    179180 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    180181 
     
    225226 
    226227     
    227  Used to pass keywords 
    228  
    229  all find, file_search and dialog_pickfile keywords (like title) can be used 
     228 Used to pass keywords to <a href=".//find.html">find</a>, 
     229 <proidl>file_search</proidl> and 
     230 <proidl>dialog_pickfile</proidl> 
    230231 
    231232     
     
    233234 
    234235    <h3>Examples</h3><pre> 
    235  
    236236 IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
    237237  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     
    249249     
    250250    <h4>Version</h4> 
    251  $Id: isafile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     251 $Id: isafile.pro 237 2007-03-26 15:37:03Z pinsard $ 
     252 
    252253    <h4>History</h4> 
    253254 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/linearequation.html

    r234 r242  
    104104 
    105105     
    106  This is the first point of(the) straight line(s) whose we want to calculate 
     106 This is the first point of (the) straight line(s) whose we want to calculate 
    107107 equation(s) 
    108108 
     
    122122 
    123123     
    124  This is the second point of(the) straight line(s) whose we want to calculate 
     124 This is the second point of (the) straight line(s) whose we want to calculate 
    125125 equation(s) 
    126126 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/lineintersection.html

    r234 r242  
    8484      1) by default: it is a vector of complex whose each element is the coordinates 
    8585                     of the intersection point of a pair of straight lines. 
    86       2) if FLOAT is activated, it is a array of reels of dimension 2, 
     86      2) if FLOAT is activated, it is a array of reals of dimension 2, 
    8787         number_of_pairs_of_straight_lines whose each row is the coordinates 
    8888         of the intersection point of a pair of straight line. 
     
    107107     
    108108 is the first array of dimension 3, number_of_pairs_of_straight_lines, 
    109  whose each line contain the 3 parameters a,b and c of the first linear 
     109 whose each line contain the 3 parameters a, b and c of the first linear 
    110110 equation of the type ax+by+c=0 
    111111 
     
    126126     
    127127 is second array of dimension 3, number_of_pairs_of_straight_lines, 
    128  whose each line contain the 3 parameters a,b and c of the second linear 
     128 whose each line contain the 3 parameters a, b and c of the second linear 
    129129 equation of the type ax+by+c=0 
    130130 
     
    179179     
    180180    <h4>Restrictions</h4> 
    181  If the 2 straight line are parallel, we return coordinates 
     181 If the 2 straight lines are parallel, we return coordinates 
    182182 (!values.f_nan,!values.f_nan) 
    183183 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/mergeonline_help.html

    r234 r242  
    8989     
    9090    <h4>Version</h4> 
    91  $Id: mergeonline_help.pro 231 2007-03-19 17:15:51Z pinsard $ 
     91 $Id: mergeonline_help.pro 239 2007-03-28 06:50:03Z smasson $ 
     92 
    9293    <h4>History</h4> 
    9394 Sept 2006: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/protype.html

    r234 r242  
    125125    <h4>Version</h4> 
    126126 $Id: protype.pro 231 2007-03-19 17:15:51Z pinsard $ 
     127 
    127128    <h4>History</h4> 
    128129 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/report.html

    r234 r242  
    6464 Like <proidl>dialog_message</proidl> if there is already some widget 
    6565 active or like <proidl>message</proidl> if there is not any widget active. 
    66  To ask a question whose answer is not yes/no,use xquestion. 
     66 To ask a question whose answer is not yes/no, use xquestion. 
    6767 
    6868 
     
    9595      <font size="-1" color="#006633">required</font> 
    9696       
    97        
    98        
    99        
    100     </h4> 
    101  
    102      
    103  one string or one vector of string. Si le string ne 
     97      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string or arrays of string</i></font> 
     98       
     99       
     100    </h4> 
     101 
     102     
     103 If TEXT is a scalar string, we look for the line feed characters "!C" 
    104104 comporte qu''un element, on cherche les eventuels caracteres de 
    105105 retour a la ligne: '!C'. If text is set to an array of strings, each 
     
    176176     
    177177 activate to print only the message without the name 
    178  and the line of the routine (defined by calling routine_name) 
    179  
    180  
     178 and the line of the routine (defined by calling <a href=".//routine_name.html">routine_name</a>) 
     179 or++  
    181180 Activate to print the error message without printing the routine name with 
    182181 its full path. 
     
    221220     
    222221    <h4>Version</h4> 
    223  $Id: report.pro 232 2007-03-20 16:59:36Z pinsard $ 
     222 $Id: report.pro 239 2007-03-28 06:50:03Z smasson $ 
    224223 
    225224    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/routine_name.html

    r234 r242  
    137137     
    138138    <h4>Restrictions</h4> 
    139  This function use the keyword OUTPUT in help.pro and it is specified 
     139 This function use the keyword OUTPUT in <proidl>help</proidl> and  
     140 it is specified 
    140141 in the on-line help that the return syntax of this word can change in 
    141142 function of the version of the code. This version works with IDL 5.2. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/testvar.html

    r234 r242  
    6262 
    6363     
    64  A kind of keyword_set but when the value exist, it send it back. 
     64 A kind of <proidl>keyword_set</proidl> but when the value exist, it  
     65 send it back. 
    6566 
    6667 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/text_box.html

    r234 r242  
    6363     
    6464 This procedure writes a short text message within a box-shaped 
    65  area in a graphics window. The message may be split at word 
     65 area in a graphic window. The message may be split at word 
    6666 boundaries into several lines, and the character size and 
    6767 orientation may be adjusted for the text to fit within the box. 
     
    9393      <font size="-1" color="#006633">required</font> 
    9494       
    95        
    96        
    97        
    98     </h4> 
    99  
    100      
    101  ASCII text string containing the message. 
     95      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
     96       
     97       
     98    </h4> 
     99 
     100     
     101 message in ASCII. 
    102102 
    103103     
     
    121121 
    122122     
    123  4 element vector specifying the box position and size 
    124  pos[0],pos[1] specify the lower left corner coordinate 
    125  pos[2],pos[3] specify the upper right corner coordinate 
    126  data window normalized coordinates are use 
     123 4 elements vector specifying the box position and size 
     124 pos[0],pos[1] specify the lower left corner coordinate, 
     125 pos[2],pos[3] specify the upper right corner coordinate, 
     126 data window normalized coordinates are used. 
    127127 
    128128     
     
    208208 
    209209     
    210  activate to show the box on graphics window. 
     210 activate to show the box on graphic window. 
    211211 
    212212     
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/undefine.html

    r234 r242  
    6363     
    6464 erase a variable 
    65  same thing that delvar but usable in a program and usable 
     65 same thing like <proidl>delvar</proidl> but usable in a program and usable 
    6666 for one variable simultaneously 
    6767 
     
    123123 <a href="http://www.dfanning.com"/> : 
    124124QUESTION: How do I make an IDL variable have a type "undefined"? 
    125 ANSWER: At the main IDL level you can use the IDL procedure DELVAR to 
     125ANSWER: At the main IDL level you can use the IDL procedure <proidl>DELVAR</proidl> to 
    126126delete an IDL variable and make it undefined. Inside of procedures 
    127 and functions, I use this little program named UNDEFINE that I got 
     127and functions, I use this little program named <a href=".//UNDEFINE.html">UNDEFINE</a> that I got 
    128128from Andrew Cool at the DSTO High Frequency Radar Division in 
    129129Adelaide, Australia. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/xfile.html

    r234 r242  
    6262 
    6363     
    64  display in a widget an ASCII file. 
    65  It is the same thing that xdisplayfile but here, we use it 
    66  to display the content of a procedure or of a function, 
    67  even if it is not in the current directory (thanks to the path). 
     64 display an ASCII file in a widget. 
     65 It is the same thing that <proidl>xdisplayfile<proidl> but here, we use it 
     66 to display the content of a procedure or of a function located in the !path 
     67 ".pro" suffix will be appended if needed. 
    6868 
    6969 
     
    124124 
    125125     
    126  Used to pass keywords 
     126 Used to pass keywords to <proidl>xdisplayfile</proidl> 
    127127 
    128128     
     
    135135     
    136136    <h4>Version</h4> 
    137  $Id: xfile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     137 $Id: xfile.pro 239 2007-03-28 06:50:03Z smasson $ 
    138138 
    139139    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/xhelp.html

    r234 r242  
    9292      <font size="-1" color="#006633">required</font> 
    9393       
    94        
     94      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
    9595       
    9696       
     
    9898 
    9999     
    100  A scalar string that contains the filename of the file to display. 
    101  If FILENAME does not include a complete path specification, xhelp will 
    102  search for the file in the current working directory and then each of the 
    103  directories listed in !PATH environment variable.  The 
    104  ".pro" file suffix will be appended if it is not supplied. 
     100 the name of the file to display. 
     101 FILENAME should be located in !path. 
     102 ".pro" suffix will be appended if needed. 
    105103 
    106104     
     
    124122 
    125123     
    126  Used to pass keywords 
     124 Used to pass keywords to <proidl>xdisplayfile</proidl> 
    127125 
    128126     
     
    135133     
    136134    <h4>Version</h4> 
    137  $Id: xhelp.pro 232 2007-03-20 16:59:36Z pinsard $ 
     135 $Id: xhelp.pro 239 2007-03-28 06:50:03Z smasson $ 
    138136 
    139137    <h4>History</h4> 
     
    155153     
    156154    <h4>Restrictions</h4> 
    157  Triggers the XMANAGER if it is not already in use. 
     155 Triggers the <proidl>XMANAGER</proidl> if it is not already in use. 
    158156 
    159157 
  • trunk/SRC/Documentation/idldoc_assistant_output/buildinit.html

    r234 r242  
    8282    <dl> 
    8383       
    84       <dt><a href="#_cw_field2"><i>result = </i>cw_field2(<i>Parent</i>, COLUMN=<i>COLUMN</i>, ROW=<i>ROW</i>, EVENT_FUNC=<i>EVENT_FUNC</i>, FLOATING=<i>FLOATING</i>, INTEGER=<i>INTEGER</i>, LONG=<i>LONG</i>, STRING=<i>STRING</i>, FONT=<i>FONT</i>, FRAME=<i>FRAME</i>, TITLE=<i>TITLE</i>, UVALUE=<i>UVALUE</i>, VALUE=<i>VALUE</i>, RETURN_EVENTS=<i>RETURN_EVENTS</i>, ALL_EVENTS=<i>ALL_EVENTS</i>, FIELDFONT=<i>FIELDFONT</i>, NOEDIT=<i>NOEDIT</i>, TEXT_FRAME=<i>TEXT_FRAME</i>, XSIZE=<i>XSIZE</i>, YSIZE=<i>YSIZE</i>, UNAME=<i>UNAME</i>)</a><dt> 
     84      <dt><a href="#_cw_field2"><i>result = </i>cw_field2(<i>parent</i>, COLUMN=<i>COLUMN</i>, ROW=<i>ROW</i>, EVENT_FUNC=<i>EVENT_FUNC</i>, FLOATING=<i>FLOATING</i>, INTEGER=<i>INTEGER</i>, LONG=<i>LONG</i>, STRING=<i>STRING</i>, FONT=<i>FONT</i>, FRAME=<i>FRAME</i>, TITLE=<i>TITLE</i>, UVALUE=<i>UVALUE</i>, VALUE=<i>VALUE</i>, RETURN_EVENTS=<i>RETURN_EVENTS</i>, ALL_EVENTS=<i>ALL_EVENTS</i>, FIELDFONT=<i>FIELDFONT</i>, NOEDIT=<i>NOEDIT</i>, TEXT_FRAME=<i>TEXT_FRAME</i>, XSIZE=<i>XSIZE</i>, YSIZE=<i>YSIZE</i>, UNAME=<i>UNAME</i>)</a><dt> 
    8585      <dd><font size="-1"> </font></dd> 
    8686       
     
    114114</font></h2> 
    115115 
    116       <p><font face="Courier"><i>result = </i>cw_field2(<i><a href="#_cw_field2_keyword_Parent">Parent</a></i>, <a href="#_cw_field2_keyword_COLUMN">COLUMN</a>=<i>COLUMN</i>, <a href="#_cw_field2_keyword_ROW">ROW</a>=<i>ROW</i>, <a href="#_cw_field2_keyword_EVENT_FUNC">EVENT_FUNC</a>=<i>EVENT_FUNC</i>, <a href="#_cw_field2_keyword_FLOATING">FLOATING</a>=<i>FLOATING</i>, <a href="#_cw_field2_keyword_INTEGER">INTEGER</a>=<i>INTEGER</i>, <a href="#_cw_field2_keyword_LONG">LONG</a>=<i>LONG</i>, <a href="#_cw_field2_keyword_STRING">STRING</a>=<i>STRING</i>, <a href="#_cw_field2_keyword_FONT">FONT</a>=<i>FONT</i>, <a href="#_cw_field2_keyword_FRAME">FRAME</a>=<i>FRAME</i>, <a href="#_cw_field2_keyword_TITLE">TITLE</a>=<i>TITLE</i>, <a href="#_cw_field2_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_field2_keyword_VALUE">VALUE</a>=<i>VALUE</i>, <a href="#_cw_field2_keyword_RETURN_EVENTS">RETURN_EVENTS</a>=<i>RETURN_EVENTS</i>, <a href="#_cw_field2_keyword_ALL_EVENTS">ALL_EVENTS</a>=<i>ALL_EVENTS</i>, <a href="#_cw_field2_keyword_FIELDFONT">FIELDFONT</a>=<i>FIELDFONT</i>, <a href="#_cw_field2_keyword_NOEDIT">NOEDIT</a>=<i>NOEDIT</i>, <a href="#_cw_field2_keyword_TEXT_FRAME">TEXT_FRAME</a>=<i>TEXT_FRAME</i>, <a href="#_cw_field2_keyword_XSIZE">XSIZE</a>=<i>XSIZE</i>, <a href="#_cw_field2_keyword_YSIZE">YSIZE</a>=<i>YSIZE</i>, <a href="#_cw_field2_keyword_UNAME">UNAME</a>=<i>UNAME</i>)</font></p> 
     116      <p><font face="Courier"><i>result = </i>cw_field2(<i><a href="#_cw_field2_keyword_parent">parent</a></i>, <a href="#_cw_field2_keyword_COLUMN">COLUMN</a>=<i>COLUMN</i>, <a href="#_cw_field2_keyword_ROW">ROW</a>=<i>ROW</i>, <a href="#_cw_field2_keyword_EVENT_FUNC">EVENT_FUNC</a>=<i>EVENT_FUNC</i>, <a href="#_cw_field2_keyword_FLOATING">FLOATING</a>=<i>FLOATING</i>, <a href="#_cw_field2_keyword_INTEGER">INTEGER</a>=<i>INTEGER</i>, <a href="#_cw_field2_keyword_LONG">LONG</a>=<i>LONG</i>, <a href="#_cw_field2_keyword_STRING">STRING</a>=<i>STRING</i>, <a href="#_cw_field2_keyword_FONT">FONT</a>=<i>FONT</i>, <a href="#_cw_field2_keyword_FRAME">FRAME</a>=<i>FRAME</i>, <a href="#_cw_field2_keyword_TITLE">TITLE</a>=<i>TITLE</i>, <a href="#_cw_field2_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_field2_keyword_VALUE">VALUE</a>=<i>VALUE</i>, <a href="#_cw_field2_keyword_RETURN_EVENTS">RETURN_EVENTS</a>=<i>RETURN_EVENTS</i>, <a href="#_cw_field2_keyword_ALL_EVENTS">ALL_EVENTS</a>=<i>ALL_EVENTS</i>, <a href="#_cw_field2_keyword_FIELDFONT">FIELDFONT</a>=<i>FIELDFONT</i>, <a href="#_cw_field2_keyword_NOEDIT">NOEDIT</a>=<i>NOEDIT</i>, <a href="#_cw_field2_keyword_TEXT_FRAME">TEXT_FRAME</a>=<i>TEXT_FRAME</i>, <a href="#_cw_field2_keyword_XSIZE">XSIZE</a>=<i>XSIZE</i>, <a href="#_cw_field2_keyword_YSIZE">YSIZE</a>=<i>YSIZE</i>, <a href="#_cw_field2_keyword_UNAME">UNAME</a>=<i>UNAME</i>)</font></p> 
    117117 
    118118     
     
    126126     
    127127 
    128     <a name="#_cw_field2_keyword_Parent"></a> 
    129     <h4>Parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     128    <a name="#_cw_field2_keyword_parent"></a> 
     129    <h4>parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    130130      <font size="-1" color="#006633">in</font> 
    131131       
     
    468468     
    469469    <h4>Version</h4> 
    470  $Id: buildinit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     470 $Id: buildinit.pro 237 2007-03-26 15:37:03Z pinsard $ 
    471471    <h4>History</h4> 
    472472 
     
    534534     
    535535    <h4>Version</h4> 
    536  $Id: buildinit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     536 $Id: buildinit.pro 237 2007-03-26 15:37:03Z pinsard $ 
    537537    <h4>History</h4> 
    538538 
     
    599599     
    600600    <h4>Version</h4> 
    601  $Id: buildinit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     601 $Id: buildinit.pro 237 2007-03-26 15:37:03Z pinsard $ 
    602602    <h4>History</h4> 
    603603 
     
    663663     
    664664    <h4>Version</h4> 
    665  $Id: buildinit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     665 $Id: buildinit.pro 237 2007-03-26 15:37:03Z pinsard $ 
    666666    <h4>History</h4> 
    667667 
     
    729729     
    730730    <h4>Version</h4> 
    731  $Id: buildinit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     731 $Id: buildinit.pro 237 2007-03-26 15:37:03Z pinsard $ 
    732732    <h4>History</h4> 
    733733 
     
    825825     
    826826    <h4>Version</h4> 
    827  $Id: buildinit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     827 $Id: buildinit.pro 237 2007-03-26 15:37:03Z pinsard $ 
    828828    <h4>History</h4> 
    829829 
     
    871871     
    872872    <h4>Version</h4> 
    873  $Id: buildinit.pro 232 2007-03-20 16:59:36Z pinsard $ 
     873 $Id: buildinit.pro 237 2007-03-26 15:37:03Z pinsard $ 
    874874    <h4>History</h4> 
    875875 
Note: See TracChangeset for help on using the changeset viewer.