Ignore:
Timestamp:
09/21/07 10:14:31 (17 years ago)
Author:
smasson
Message:

update documentation

Location:
trunk/SRC/Documentation/idldoc_assistant_output
Files:
5 added
182 edited

Legend:

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

    r249 r290  
    6464 Return the calendar date and time given julian date. 
    6565 This is the inverse of the function 
    66  <a href=".//julday.html">julday</a>. 
     66 <a href="..//Calendar/julday.html">julday</a>. 
    6767 3 calendars are available according to the value of key_caltype 
    6868 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
     
    7474      <a name="#_caldat"></a> 
    7575 
    76       <h2>caldat  <font size="-1" color="#006633"> Calendar 
     76      <h2>caldat  <font size="-1" color="#006633">  
     77 Calendar 
    7778</font></h2> 
    7879 
     
    236237     
    237238    <h4>Version</h4> 
    238  $Id: caldat.pro 242 2007-04-06 08:35:17Z pinsard $ 
     239 $Id: caldat.pro 261 2007-08-20 16:08:13Z pinsard $ 
    239240 
    240241    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/date2jul.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>date2jul(<i><a href="#_date2jul_keyword_date">date</a></i>, <a href="#_date2jul_keyword_GRADS">GRADS</a>=<i>GRADS</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>date2jul(<i><a href="#_date2jul_keyword_date">date</a></i>, <a href="#_date2jul_keyword_GRADS">GRADS</a>=<i>GRADS</i>, <a href="#_date2jul_keyword_MONTH">MONTH</a>=<i>MONTH</i>, <a href="#_date2jul_keyword_DAY">DAY</a>=<i>DAY</i>, <a href="#_date2jul_keyword_YEAR">YEAR</a>=<i>YEAR</i>, <a href="#_date2jul_keyword_HOUR">HOUR</a>=<i>HOUR</i>, <a href="#_date2jul_keyword_MINUTE">MINUTE</a>=<i>MINUTE</i>, <a href="#_date2jul_keyword_SECOND">SECOND</a>=<i>SECOND</i>)</font></p> 
    7777 
    7878     
     
    8080 
    8181    <h3>Return value</h3> 
    82  date in Julian day 
     82 Julian day with the same format (long or double) as the input parameter 
    8383 
    8484 
     
    9494      <font size="-1" color="#006633">required</font> 
    9595       
    96       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
    97        
    98        
    99     </h4> 
    100  
    101      
    102  date in yyyymmdd format 
     96      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long or double, sacalr or array</i></font> 
     97       
     98       
     99    </h4> 
     100 
     101     
     102 longword integer with yyyymmdd format or double-precision 
     103 floating-point with yyyymmdd.xx where xx is the fraction of the day 
     104 (xx=0 at 0am and 5 at 12am)  
    103105 
    104106     
     
    126128 
    127129     
     130    <a name="#_date2jul_keyword_MONTH"></a> 
     131    <h4>MONTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     132       
     133       
     134       
     135       
     136       
     137       
     138       
     139       
     140    </h4> 
     141 
     142     
     143 Set this keyword equal to a named variable that will receive a 
     144 longword integer or longword integer array representing the number of 
     145 the desired month (1 = January, ..., 12 = December).  
     146 
     147     
     148    <a name="#_date2jul_keyword_DAY"></a> 
     149    <h4>DAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     150       
     151       
     152       
     153       
     154       
     155       
     156       
     157       
     158    </h4> 
     159 
     160     
     161 Set this keyword equal to a named variable that will receive a 
     162 longword integer or longword integer array representing the number of 
     163 the day of the month (1-31).   
     164 
     165     
     166    <a name="#_date2jul_keyword_YEAR"></a> 
     167    <h4>YEAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     168       
     169       
     170       
     171       
     172       
     173       
     174       
     175       
     176    </h4> 
     177 
     178     
     179 Set this keyword equal to a named variable that will receive a 
     180 longword integer or longword integer array representing the number of 
     181 the desired year (e.g., 1994).   
     182 
     183     
     184    <a name="#_date2jul_keyword_HOUR"></a> 
     185    <h4>HOUR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     186       
     187       
     188       
     189       
     190       
     191       
     192       
     193       
     194    </h4> 
     195 
     196     
     197 Set this keyword equal to a named variable that will receive a 
     198 longword integer or longword integer array representing the number of 
     199 the hour of the day (0-23).   
     200  
     201     
     202    <a name="#_date2jul_keyword_MINUTE"></a> 
     203    <h4>MINUTE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     204       
     205       
     206       
     207       
     208       
     209       
     210       
     211       
     212    </h4> 
     213 
     214     
     215 Set this keyword equal to a named variable that will receive a 
     216 longword integer or longword integer array representing the number of 
     217 the minute of the hour (0-59).   
     218   
     219     
     220    <a name="#_date2jul_keyword_SECOND"></a> 
     221    <h4>SECOND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     222       
     223       
     224       
     225       
     226       
     227       
     228       
     229       
     230    </h4> 
     231 
     232     
     233 Set this keyword equal to a named variable that will receive a 
     234 double-precision floating-point value or a double-precision 
     235 floating-point array representing the number of the second of the 
     236 minute (0-59). 
     237 
     238     
    128239     
    129240 
     
    135246 IDL> print, date2jul(931205,/grads) EQ julday(12,5,1993) 
    136247       1 
     248 IDL> print, date2jul(19931205.5d) EQ julday(12,5,1993,12,0,0) 
     249       1 
     250 IDL> print, date2jul(19931205.0d) EQ julday(12,5,1993,0,0,0) 
     251       1 
    137252 
    138253    </pre><h3>Version history</h3> 
    139254     
    140255    <h4>Version</h4> 
    141  $Id: date2jul.pro 238 2007-03-27 13:43:18Z pinsard $ 
     256 $Id: date2jul.pro 279 2007-09-07 13:40:51Z smasson $ 
    142257 
    143258    <h4>History</h4> 
     
    146261     
    147262 
    148      
    149      
    150      
    151      
    152      
     263    <h3>Known issues</h3> 
     264     
     265     
     266     
     267    <h4>Restrictions</h4> 
     268 Input param must be longword integer or double-precision floating-point 
     269  
    153270 
    154271     
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/jul2date.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>jul2date(<i><a href="#_jul2date_keyword_jday">jday</a></i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>jul2date(<i><a href="#_jul2date_keyword_jday">jday</a></i>, <a href="#_jul2date_keyword_MONTH">MONTH</a>=<i>MONTH</i>, <a href="#_jul2date_keyword_DAY">DAY</a>=<i>DAY</i>, <a href="#_jul2date_keyword_YEAR">YEAR</a>=<i>YEAR</i>, <a href="#_jul2date_keyword_HOUR">HOUR</a>=<i>HOUR</i>, <a href="#_jul2date_keyword_MINUTE">MINUTE</a>=<i>MINUTE</i>, <a href="#_jul2date_keyword_SECOND">SECOND</a>=<i>SECOND</i>)</font></p> 
    7777 
    7878     
     
    8080 
    8181    <h3>Return value</h3> 
    82  date in yyyymmdd format 
     82 the date: longword integer with yyyymmdd format or double-precision 
     83 floating-point with yyyymmdd.xx where xx is the fraction of the day 
     84 (xx=0 at 0am and 5 at 12am)  
    8385 
    8486 
     
    9496      <font size="-1" color="#006633">required</font> 
    9597       
    96       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>double</i></font> 
     98      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>long or double, sacalr or array</i></font> 
    9799       
    98100       
     
    106108 
    107109     
     110    <h3>Keywords</h3> 
     111 
     112     
     113    <a name="#_jul2date_keyword_MONTH"></a> 
     114    <h4>MONTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     115       
     116       
     117       
     118       
     119       
     120       
     121       
     122       
     123    </h4> 
     124 
     125     
     126 Set this keyword equal to a named variable that will receive a 
     127 longword integer or longword integer array representing the number of 
     128 the desired month (1 = January, ..., 12 = December).  
     129 
     130     
     131    <a name="#_jul2date_keyword_DAY"></a> 
     132    <h4>DAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     133       
     134       
     135       
     136       
     137       
     138       
     139       
     140       
     141    </h4> 
     142 
     143     
     144 Set this keyword equal to a named variable that will receive a 
     145 longword integer or longword integer array representing the number of 
     146 the day of the month (1-31).   
     147 
     148     
     149    <a name="#_jul2date_keyword_YEAR"></a> 
     150    <h4>YEAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     151       
     152       
     153       
     154       
     155       
     156       
     157       
     158       
     159    </h4> 
     160 
     161     
     162 Set this keyword equal to a named variable that will receive a 
     163 longword integer or longword integer array representing the number of 
     164 the desired year (e.g., 1994).   
     165 
     166     
     167    <a name="#_jul2date_keyword_HOUR"></a> 
     168    <h4>HOUR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     169       
     170       
     171       
     172       
     173       
     174       
     175       
     176       
     177    </h4> 
     178 
     179     
     180 Set this keyword equal to a named variable that will receive a 
     181 longword integer or longword integer array representing the number of 
     182 the hour of the day (0-23).   
     183  
     184     
     185    <a name="#_jul2date_keyword_MINUTE"></a> 
     186    <h4>MINUTE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     187       
     188       
     189       
     190       
     191       
     192       
     193       
     194       
     195    </h4> 
     196 
     197     
     198 Set this keyword equal to a named variable that will receive a 
     199 longword integer or longword integer array representing the number of 
     200 the minute of the hour (0-59).   
     201   
     202     
     203    <a name="#_jul2date_keyword_SECOND"></a> 
     204    <h4>SECOND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     205       
     206       
     207       
     208       
     209       
     210       
     211       
     212       
     213    </h4> 
     214 
     215     
     216 Set this keyword equal to a named variable that will receive a 
     217 double-precision floating-point value or a double-precision 
     218 floating-point array representing the number of the second of the 
     219 minute (0-59). 
     220 
     221     
     222     
    108223 
    109224    <h3>Examples</h3><pre> 
    110225 
    111226 IDL> print, jul2date(julday(12,23,1999)) 
    112         19991223 
     227     19991223 
     228 IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
     229        19991224. 
     230 IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
     231 19991223.50 
     232 IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
     233 19991223.00 
    113234 
    114235    </pre><h3>Version history</h3> 
    115236     
    116237    <h4>Version</h4> 
    117  $Id: jul2date.pro 231 2007-03-19 17:15:51Z pinsard $ 
     238 $Id: jul2date.pro 279 2007-09-07 13:40:51Z smasson $ 
    118239 
    119240    <h4>History</h4> 
     
    123244     
    124245 
    125      
    126      
    127      
    128      
    129      
     246    <h3>Known issues</h3> 
     247     
     248     
     249     
     250    <h4>Restrictions</h4> 
     251 Input param must be longword integer or double-precision floating-point 
     252  
    130253 
    131254     
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/julday.html

    r249 r290  
    6464 Calculate the Julian Day Number for a given month, day, and year. 
    6565 This is the inverse of the library function 
    66  <a href=".//CALDAT.html">CALDAT</a>. 
     66 <a href="..//Calendar/caldat.html">caldat</a>. 
    6767 3 calendars are available according to the value of key_caltype 
    6868 (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
     
    7878</font></h2> 
    7979 
    80       <p><font face="Courier"><i>result = </i>julday(<i><a href="#_julday_keyword_MONTH">MONTH</a>, <a href="#_julday_keyword_DAY">DAY</a>, <a href="#_julday_keyword_YEARin">YEARin</a>[, <a href="#_julday_keyword_Hour">Hour</a>][, <a href="#_julday_keyword_Minute">Minute</a>][, <a href="#_julday_keyword_Second">Second</a>]</i>, <a href="#_julday_keyword_NDAYSPM">NDAYSPM</a>=<i>integer</i>)</font></p> 
     80      <p><font face="Courier"><i>result = </i>julday(<i><a href="#_julday_keyword_month">month</a>, <a href="#_julday_keyword_day">day</a>, <a href="#_julday_keyword_yearin">yearin</a>[, <a href="#_julday_keyword_hour">hour</a>][, <a href="#_julday_keyword_minute">minute</a>][, <a href="#_julday_keyword_second">second</a>]</i>, <a href="#_julday_keyword_NDAYSPM">NDAYSPM</a>=<i>integer</i>)</font></p> 
    8181 
    8282     
     
    9494     
    9595 
    96     <a name="#_julday_keyword_MONTH"></a> 
    97     <h4>MONTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     96    <a name="#_julday_keyword_month"></a> 
     97    <h4>month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9898      <font size="-1" color="#006633">in</font> 
    9999       
     
    111111     
    112112 
    113     <a name="#_julday_keyword_DAY"></a> 
    114     <h4>DAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     113    <a name="#_julday_keyword_day"></a> 
     114    <h4>day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    115115      <font size="-1" color="#006633">in</font> 
    116116       
     
    128128     
    129129 
    130     <a name="#_julday_keyword_YEARin"></a> 
    131     <h4>YEARin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     130    <a name="#_julday_keyword_yearin"></a> 
     131    <h4>yearin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    132132      <font size="-1" color="#006633">in</font> 
    133133       
     
    148148 1 C.E. (1). 
    149149 Change: However for climatological year, we do accept the year 
    150  O but we change it for year 654321L (the same trick is done in 
    151  caldat so caldat, julday(1,1,0) gives you back Jan 1st of year 0) 
    152  
    153      
    154  
    155     <a name="#_julday_keyword_Hour"></a> 
    156     <h4>Hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     150 0 but we change it for year 654321L (the same trick is done in 
     151 <a href="..//Calendar/caldat.html">caldat</a> so caldat, julday(1,1,0) gives you back Jan 1st of year 0) 
     152 
     153     
     154 
     155    <a name="#_julday_keyword_hour"></a> 
     156    <h4>hour&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    157157      <font size="-1" color="#006633">in</font> 
    158158       
     
    170170     
    171171 
    172     <a name="#_julday_keyword_Minute"></a> 
    173     <h4>Minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     172    <a name="#_julday_keyword_minute"></a> 
     173    <h4>minute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    174174      <font size="-1" color="#006633">in</font> 
    175175       
     
    187187     
    188188 
    189     <a name="#_julday_keyword_Second"></a> 
    190     <h4>Second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     189    <a name="#_julday_keyword_second"></a> 
     190    <h4>second&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    191191      <font size="-1" color="#006633">in</font> 
    192192       
     
    232232     
    233233    <h4>Version</h4> 
    234  $Id: julday.pro 242 2007-04-06 08:35:17Z pinsard $ 
     234 $Id: julday.pro 279 2007-09-07 13:40:51Z smasson $ 
    235235    <h4>History</h4> 
    236236 Translated from "Numerical Recipies in C", by William H. Press, 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/color24.html

    r249 r290  
    6666 This routine was written to be used with routines like 
    6767 COLORS <!--++ COLORS is not a routine--> or 
    68  <a href=".//GETCOLOR.html">GETCOLOR</a>. 
     68 <a href="..//Colors/getcolor.html">getcolor</a>. 
    6969 
    7070 
     
    127127     
    128128    <h4>Version</h4> 
    129  $Id: color24.pro 242 2007-04-06 08:35:17Z pinsard $ 
     129 $Id: color24.pro 258 2007-08-20 09:06:05Z pinsard $ 
    130130 
    131131    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/lct.html

    r249 r290  
    173173 
    174174     
    175  Used to pass keywords to <proidl>loadct</proidl> 
     175 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/LOADCT.html">LOADCT</a> 
    176176 
    177177     
     
    182182     
    183183    <h4>Version</h4> 
    184  $Id: lct.pro 239 2007-03-28 06:50:03Z smasson $ 
     184 $Id: lct.pro 285 2007-09-14 11:05:09Z smasson $ 
    185185 
    186186    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/newpalette.html

    r249 r290  
    154154 
    155155     
    156  Used to pass keywords to <proidl>modifyct</proidl> 
     156 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/MODIFYCT.html">MODIFYCT</a> 
    157157 
    158158     
     
    163163     
    164164    <h4>Version</h4> 
    165  $Id: newpalette.pro 239 2007-03-28 06:50:03Z smasson $ 
     165 $Id: newpalette.pro 285 2007-09-14 11:05:09Z smasson $ 
    166166 
    167167    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/xlct.html

    r249 r290  
    6262 
    6363     
    64  Like <proidl>xloadct<proidl> but fastest to write and call by default  
     64 Like <a href="/Applications/rsi/idl_6.3/help/online_help/XLOADCT.html">XLOADCT</a> but fastest to write and call by default  
    6565 the palette palette.tbl which can be in any directory 
    6666 
     
    280280     
    281281    <h4>Version</h4> 
    282  $Id: xlct.pro 239 2007-03-28 06:50:03Z smasson $ 
     282 $Id: xlct.pro 285 2007-09-14 11:05:09Z smasson $ 
    283283 
    284284    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Colors/xpal.html

    r249 r290  
    7272 
    7373 
    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) 
     74 Like <a href="/Applications/rsi/idl_6.3/help/online_help/XPALETTE.html">XPALETTE</a> but shorter to write and, moreover, 
     75 possess a hotkey save which (thanks to the <a href="..//Colors/newpalette.html">newpalette</a> routine) 
    7676 allows to save the routine that we have just done. Comment: when we 
    77  press the predefined hotkey, it calls <a href=".//xlct.html">xlct</a> instead of 
    78  <proidl>xloadct</proidl> 
     77 press the predefined hotkey, it calls <a href="..//Colors/xlct.html">xlct</a> instead of 
     78 <a href="/Applications/rsi/idl_6.3/help/online_help/XLOADCT.html">XLOADCT</a> 
    7979 No explicit inputs.  The current color table is used as a starting point. 
    8080 
     
    262262     
    263263    <h4>Version</h4> 
    264  $Id: xpal.pro 238 2007-03-27 13:43:18Z pinsard $ 
     264 $Id: xpal.pro 260 2007-08-20 15:24:57Z pinsard $ 
    265265 
    266266    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/curl.html

    r249 r290  
    101101     
    102102 Matrix representing the zonal coordinates (U point) of a field of vectors 
    103  A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     103 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    104104 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. 
     
    121121     
    122122 Matrix representing the meridional coordinates (V point) of a field of vectors 
    123  A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     123 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    124124 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. 
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: curl.pro 248 2007-05-29 08:59:39Z smasson $ 
     161 $Id: curl.pro 268 2007-08-24 14:07:01Z pinsard $ 
    162162 
    163163    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/div.html

    r249 r290  
    101101     
    102102 Matrix representing the zonal coordinates (U point) of a field of vectors 
    103  A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     103 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    104104 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. 
     
    121121     
    122122 Matrix representing the meridional coordinates (V point) of a field of vectors 
    123  A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
     123 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    124124 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. 
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: div.pro 242 2007-04-06 08:35:17Z pinsard $ 
     161 $Id: div.pro 268 2007-08-24 14:07:01Z pinsard $ 
    162162 
    163163    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/grad.html

    r249 r290  
    102102 The field for which we want to compute the gradient. A 2D (xy), 
    103103 3D (xyz or yt) or 4D (xyzt) array or a structure readable by  
    104  <proidl>litchamp</proidl> 
     104 <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    105105 and containing a 2D (xy), 3D (xyz or yt) or 4D (xyzt) array. 
    106106 Note that the dimension of the array must suit the domain dimension. 
     
    136136     
    137137    <h4>Version</h4> 
    138  $Id: grad.pro 242 2007-04-06 08:35:17Z pinsard $ 
     138 $Id: grad.pro 260 2007-08-20 15:24:57Z pinsard $ 
    139139 
    140140    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ForOldVersion/keep_compatibility.html

    r249 r290  
    114114     
    115115    <h4>Version</h4> 
    116  $Id: keep_compatibility.pro 239 2007-03-28 06:50:03Z smasson $ 
     116 $Id: keep_compatibility.pro 281 2007-09-12 15:41:49Z smasson $ 
    117117 
    118118    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/computegrid.html

    r249 r290  
    116116</font></h2> 
    117117 
    118       <p><font face="Courier">computegrid<i>[, <a href="#_computegrid_keyword_startx">startx</a>][, <a href="#_computegrid_keyword_starty">starty</a>][, <a href="#_computegrid_keyword_stepxin">stepxin</a>][, <a href="#_computegrid_keyword_stepyin">stepyin</a>][, <a href="#_computegrid_keyword_nxin">nxin</a>][, <a href="#_computegrid_keyword_nyin">nyin</a>]</i>, <a href="#_computegrid_keyword_XAXIS">XAXIS</a>=<i>1D or 2D array</i>, <a href="#_computegrid_keyword_YAXIS">YAXIS</a>=<i>1D or 2D array</i>, <a href="#_computegrid_keyword_ZAXIS">ZAXIS</a>=<i>1D</i>, <a href="#_computegrid_keyword_MASK">MASK</a>=<i>2D or 3D array</i>, <a href="#_computegrid_keyword_GLAMBOUNDARY">GLAMBOUNDARY</a>=<i>2 elements vector</i>, <a href="#_computegrid_keyword_XMINMESH">XMINMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_XMAXMESH">XMAXMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_YMINMESH">YMINMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_YMAXMESH">YMAXMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_ZMINMESH">ZMINMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_ZMAXMESH">ZMAXMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_ONEARTH">ONEARTH</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_PERIODIC">PERIODIC</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_PLAIN">PLAIN</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_SHIFT">SHIFT</a>=<i>scalar</i>, <a href="#_computegrid_keyword_STRIDE">STRIDE</a>=<i>3 elements vector</i>, <a href="#_computegrid_keyword_FULLCGRID">FULLCGRID</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_XYINDEX">XYINDEX</a>=<i>XYINDEX</i>, <a href="#_computegrid_keyword_UBASE2TBASE">UBASE2TBASE</a>=<i>UBASE2TBASE</i>, <a href="#_computegrid_keyword_VBASE2TBASE">VBASE2TBASE</a>=<i>VBASE2TBASE</i>, <a href="#_computegrid_keyword_FBASE2TBASE">FBASE2TBASE</a>=<i>FBASE2TBASE</i>, <a href="#_computegrid_keyword_STRCALLING">STRCALLING</a>=<i>scalar string</i>, <a href="#_computegrid_keyword_ROMSH">ROMSH</a>=<i>2D array</i>, <a href="#_computegrid_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     118      <p><font face="Courier">computegrid<i>[, <a href="#_computegrid_keyword_startx">startx</a>][, <a href="#_computegrid_keyword_starty">starty</a>][, <a href="#_computegrid_keyword_stepxin">stepxin</a>][, <a href="#_computegrid_keyword_stepyin">stepyin</a>][, <a href="#_computegrid_keyword_nxin">nxin</a>][, <a href="#_computegrid_keyword_nyin">nyin</a>]</i>, <a href="#_computegrid_keyword_XAXIS">XAXIS</a>=<i>1D or 2D array</i>, <a href="#_computegrid_keyword_YAXIS">YAXIS</a>=<i>1D or 2D array</i>, <a href="#_computegrid_keyword_ZAXIS">ZAXIS</a>=<i>1D</i>, <a href="#_computegrid_keyword_MASK">MASK</a>=<i>2D or 3D array</i>, <a href="#_computegrid_keyword_GLAMBOUNDARY">GLAMBOUNDARY</a>=<i>2 elements vector</i>, <a href="#_computegrid_keyword_XMINMESH">XMINMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_XMAXMESH">XMAXMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_YMINMESH">YMINMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_YMAXMESH">YMAXMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_ZMINMESH">ZMINMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_ZMAXMESH">ZMAXMESH</a>=<i>scalar</i>, <a href="#_computegrid_keyword_ONEARTH">ONEARTH</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_PERIODIC">PERIODIC</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_PLAIN">PLAIN</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_SHIFT">SHIFT</a>=<i>scalar</i>, <a href="#_computegrid_keyword_STRIDE">STRIDE</a>=<i>3 elements vector</i>, <a href="#_computegrid_keyword_YREVERSE">YREVERSE</a>=<i>scalar</i>, <a href="#_computegrid_keyword_ZREVERSE">ZREVERSE</a>=<i>scalar</i>, <a href="#_computegrid_keyword_FULLCGRID">FULLCGRID</a>=<i>scalar: 0 or 1</i>, <a href="#_computegrid_keyword_XYINDEX">XYINDEX</a>=<i>XYINDEX</i>, <a href="#_computegrid_keyword_UBASE2TBASE">UBASE2TBASE</a>=<i>UBASE2TBASE</i>, <a href="#_computegrid_keyword_VBASE2TBASE">VBASE2TBASE</a>=<i>VBASE2TBASE</i>, <a href="#_computegrid_keyword_FBASE2TBASE">FBASE2TBASE</a>=<i>FBASE2TBASE</i>, <a href="#_computegrid_keyword_STRCALLING">STRCALLING</a>=<i>scalar string</i>, <a href="#_computegrid_keyword_ROMSH">ROMSH</a>=<i>2D array</i>, <a href="#_computegrid_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    119119 
    120120     
     
    485485 
    486486     
    487        Force PERIODIC = 0, SHIFT = 0, STRIDE = [1, 1, 1] and 
    488        suppress the automatic redefinition of the domain in case of 
    489        x periodicity overlap, y periodicity overlap (ORCA type only) 
    490        and mask border to 0. 
     487       Force YREVERSE = 0, ZREVERSE = 0, PERIODIC = 0, SHIFT = 0, STRIDE = [1, 1, 1] and 
     488       suppress the automatic redefinition of the domain in case of x periodicity overlap, 
     489       y periodicity overlap (ORCA type only) and mask border to 0. 
    491490 
    492491     
     
    524523       Specify the stride in x, y and z direction. The resulting 
    525524       value will be stored in the common (cm_4mesh) variable key_stride 
     525 
     526     
     527    <a name="#_computegrid_keyword_YREVERSE"></a> 
     528    <h4>YREVERSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     529       
     530       
     531       
     532       
     533       
     534      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
     535      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>computed according to gphit[0, 1:jpj-1] LT gphit[0, 0:jpj-2]</i></font> 
     536       
     537    </h4> 
     538 
     539     
     540       Force the manual definition of the y reverse that must be apply to the data. 
     541       The resulting value will be stored in the common (cm_4mesh) variable key_yreverse 
     542 
     543     
     544    <a name="#_computegrid_keyword_ZREVERSE"></a> 
     545    <h4>ZREVERSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     546       
     547       
     548       
     549       
     550       
     551      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
     552      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>computed according to gdept[0] GT gdept[1]</i></font> 
     553       
     554    </h4> 
     555 
     556     
     557       Force the manual definition of the z reverse that must be apply to the data. 
     558       The resulting value will be stored in the common (cm_4mesh) variable key_zreverse 
    526559 
    527560     
     
    699732     
    700733    <h4>Version</h4> 
    701  $Id: computegrid.pro 240 2007-03-28 12:17:24Z pinsard $ 
     734 $Id: computegrid.pro 287 2007-09-21 07:11:49Z smasson $ 
    702735 
    703736    <h4>History</h4> 
     
    733766 cm_4cal 
    734767 
     768 
    735769     
    736770     
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/ncdf_meshread.html

    r249 r290  
    100100    Name of the meshmask file to read. If this name does not contain any "/" 
    101101    and if iodirectory keyword is not specify, then the common variable 
    102     iodir will be use to define the mesh file path. 
     102    iodir will be used to define the mesh file path. 
    103103 
    104104     
     
    142142 
    143143     
    144  Suppressed. Use <a href=".//micromeshmask.html">micromeshmask</a> to create an 
    145     appropriate meshmask. 
     144 Suppressed. Use <a href="..//Grid/micromeshmask.html">micromeshmask</a> to create an appropriate meshmask. 
    146145 
    147146     
     
    181180     
    182181    Activate this keywords if you only want to know the dimension 
    183     of the domain stored in the mesh file. This dimensions will be 
     182    of the domain stored in the mesh file. This dimension will be 
    184183    defined in jpiglo, jpjglo, jpkglo (cm_4mesh common variables) 
    185184 
     
    251250 
    252251     
    253     the calling command used to call computegrid (this is used by <a href="..//ToBeReviewed/WIDGET/xxx.html">xxx</a>) 
     252    the calling command used to call <a href="..//Grid/computegrid.html">computegrid</a> (this is used by <a href="..//ToBeReviewed/WIDGET/xxx.html">xxx</a>) 
    254253 
    255254     
     
    278277     
    279278    <h4>Version</h4> 
    280  $Id: ncdf_meshread.pro 240 2007-03-28 12:17:24Z pinsard $ 
     279 $Id: ncdf_meshread.pro 273 2007-08-30 15:24:50Z smasson $ 
    281280 
    282281    <h4>History</h4> 
     
    296295     
    297296    <h4>Restrictions</h4> 
    298  ixminmesh,ixmaxmesh,iyminmesh,iymaxmesh,izminmesh,izmaxmesh must 
    299  be defined before calling ncdf_meshread. if some of those value 
     297 ixminmesh, ixmaxmesh, iyminmesh, iymaxmesh, izminmesh, izmaxmesh must 
     298 be defined before calling ncdf_meshread. If some of those values 
    300299 are equal to -1 they will be automatically defined 
    301300 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/ncdf_meshroms.html

    r249 r290  
    100100    Name of the meshmask file to read. If this name does not contain any "/" 
    101101    and if iodirectory keyword is not specify, then the common variable 
    102     iodir will be use to define the mesh file path. 
     102    iodir will be used to define the mesh file path. 
    103103 
    104104     
     
    123123     
    124124    Specify the number of rho level that contain the data we want to explore. 
    125     This is mainly useful when using xxx to get access to the deeper levers and vertical sections. 
     125    This is mainly useful when using <a href="..//ToBeReviewed/WIDGET/xxx.html">xxx</a> to get access to the deeper levers and vertical sections. 
    126126 
    127127     
     
    181181     
    182182    Activate this keywords if you only want to know the dimension 
    183     of the domain stored in the mesh file. This dimensions will be 
     183    of the domain stored in the mesh file. This dimension will be 
    184184    defined in jpiglo, jpjglo, jpkglo (cm_4mesh common variables) 
    185185 
     
    251251 
    252252     
    253     the calling command used to call computegrid (this is used by xxx.pro) 
     253    the calling command used to call <a href="..//Grid/computegrid.html">computegrid</a> (this is used by <a href="..//ToBeReviewed/WIDGET/xxx.html">xxx</a>) 
    254254 
    255255     
     
    278278     
    279279    <h4>Version</h4> 
    280  $Id: ncdf_meshroms.pro 240 2007-03-28 12:17:24Z pinsard $ 
     280 $Id: ncdf_meshroms.pro 273 2007-08-30 15:24:50Z smasson $ 
    281281 
    282282    <h4>History</h4> 
     
    290290     
    291291    <h4>Restrictions</h4> 
    292  ixminmesh,ixmaxmesh,iyminmesh,iymaxmesh,izminmesh,izmaxmesh must 
    293  be defined before calling ncdf_meshread. if some of those value 
     292 ixminmesh, ixmaxmesh, iyminmesh, iymaxmesh, izminmesh, izmaxmesh must 
     293 be defined before calling <a href="..//Grid/ncdf_meshread.html">ncdf_meshread</a>. If some of those values 
    294294 are equal to -1 they will be automatically defined 
    295295 
     
    302302 V points and the last line of T and U points. 
    303303 
    304  Scale factors are compuited using the distance between the points 
     304 Scale factors are computed using the distance between the points 
    305305 (which is not the exact definition for irregular grid). 
    306306 
  • trunk/SRC/Documentation/idldoc_assistant_output/Grid/restoreboxparam.html

    r249 r290  
    6363     
    6464 restore all the zoom parameters (defined by calling <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>) 
    65  previously defined by <a href=".//saveboxparam.html">saveboxparam</a> 
     65 previously defined by <a href="..//Grid/saveboxparam.html">saveboxparam</a> 
    6666 
    6767 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/angle.html

    r249 r290  
    289289     
    290290    <h4>Version</h4> 
    291  $Id: angle.pro 247 2007-05-29 08:58:52Z smasson $ 
     291 $Id: angle.pro 262 2007-08-21 14:19:32Z pinsard $ 
    292292 
    293293    <h4>History</h4> 
     
    295295                   98-06 (G. Madec) 
    296296       Feb 2005: IDL adaptation S. Masson 
    297        May 2007: F points + call to <pro>lbcorca.pro</pro> 
     297       May 2007: F points + call to <a href="..//Interpolation/lbcorca.html">lbcorca</a> 
    298298 
    299299     
     
    308308       =>    gcosu[*, 0] = gcosu[*, 1] 
    309309       =>    gsinu[*, 0] = gsinu[*, 1] 
    310      (2) the grid follows OPA x and north pole periodicity rule (see <pro>lbcorca.pro</pro>) 
     310     (2) the grid follows OPA x and north pole periodicity rule (see <a href="..//Interpolation/lbcorca.html">lbcorca</a>) 
    311311 
    312312 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/clickincell.html

    r249 r290  
    191191 
    192192     
    193  Used to pass extra keywords to <a href=".//inquad.html">inquad</a> and 
    194  <proidl>plot</proidl> 
     193 Used to pass extra keywords to <a href="..//Interpolation/inquad.html">inquad</a> and 
     194 <a href="/Applications/rsi/idl_6.3/help/online_help/PLOT.html">PLOT</a> 
    195195 (when /drawcell) 
    196196 
     
    210210     
    211211    <h4>Version</h4> 
    212  $Id: clickincell.pro 242 2007-04-06 08:35:17Z pinsard $ 
     212 $Id: clickincell.pro 260 2007-08-20 15:24:57Z pinsard $ 
    213213 
    214214    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromirr_bilinear_weigaddr.html

    r249 r290  
    235235     
    236236    <h4>Version</h4> 
    237  $Id: compute_fromirr_bilinear_weigaddr.pro 238 2007-03-27 13:43:18Z pinsard $ 
     237 $Id: compute_fromirr_bilinear_weigaddr.pro 282 2007-09-12 15:43:11Z smasson $ 
    238238 
    239239    <h4>History</h4> 
     
    248248    <h4>Restrictions</h4> 
    249249  -  the input grid must be an "irregular 2D grid", defined as a grid made 
    250   of quadrilateral cells which corners positions are defined with olonin and olat 
     250  of quadrilateral cells 
    251251  -  We supposed the data are located on a sphere, with a periodicity along 
    252252  the longitude 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromreg_bilinear_weigaddr.html

    r249 r290  
    236236     
    237237    <h4>Version</h4> 
    238  $Id: compute_fromreg_bilinear_weigaddr.pro 238 2007-03-27 13:43:18Z pinsard $ 
     238 $Id: compute_fromreg_bilinear_weigaddr.pro 282 2007-09-12 15:43:11Z smasson $ 
    239239 
    240240    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/compute_fromreg_imoms3_weigaddr.html

    r249 r290  
    236236     
    237237    <h4>Version</h4> 
    238  $Id: compute_fromreg_imoms3_weigaddr.pro 238 2007-03-27 13:43:18Z pinsard $ 
     238 $Id: compute_fromreg_imoms3_weigaddr.pro 282 2007-09-12 15:43:11Z smasson $ 
    239239 
    240240    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/cutpar.html

    r249 r290  
    209209     
    210210 1d arrays of p elements, giving the edge positions. 
    211  The edges must be given as in <proidl>plot</proidl> to draw the  
     211 The edges must be given as in <a href="/Applications/rsi/idl_6.3/help/online_help/PLOT.html">PLOT</a> to draw the  
    212212 parallelogram. (see example). 
    213213 
     
    291291     
    292292    <h4>Version</h4> 
    293  $Id: cutpar.pro 242 2007-04-06 08:35:17Z pinsard $ 
     293 $Id: cutpar.pro 260 2007-08-20 15:24:57Z pinsard $ 
    294294 
    295295    <h4>History</h4> 
     
    309309     
    310310    <h4>Uses routines</h4> 
    311  <a href=".//cutsegment.html">cutsegment</a> 
     311 <a href="..//Interpolation/cutsegment.html">cutsegment</a> 
    312312 
    313313     
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/directory-overview.html

    r249 r290  
    3030        <li><a href="extrapolate.html" target="file_frame">extrapolate.pro</a></li> 
    3131        <li><a href="extrapsmooth.html" target="file_frame">extrapsmooth.pro</a></li> 
     32        <li><a href="file_interp.html" target="file_frame">file_interp.pro</a></li> 
    3233        <li><a href="fromirr.html" target="file_frame">fromirr.pro</a></li> 
    3334        <li><a href="fromreg.html" target="file_frame">fromreg.pro</a></li> 
     
    4748      </ul> 
    4849 
    49       <div id="tagline">24 files</div> 
     50      <div id="tagline">25 files</div> 
    5051       
    5152 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapolate.html

    r249 r290  
    7676</font></h2> 
    7777 
    78       <p><font face="Courier"><i>result = </i>extrapolate(<i><a href="#_extrapolate_keyword_zinput">zinput</a>, <a href="#_extrapolate_keyword_maskinput">maskinput</a>[, <a href="#_extrapolate_keyword_nb_iteration">nb_iteration</a>]</i>, <a href="#_extrapolate_keyword_x_periodic">x_periodic</a>=<i>scalar, 0 or 1</i>, <a href="#_extrapolate_keyword_MINVAL">MINVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_MAXVAL">MAXVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_GE0">GE0</a>=<i>scalar 0 or 1</i>)</font></p> 
     78      <p><font face="Courier"><i>result = </i>extrapolate(<i><a href="#_extrapolate_keyword_zinput">zinput</a>, <a href="#_extrapolate_keyword_maskinput">maskinput</a>[, <a href="#_extrapolate_keyword_nb_iteration">nb_iteration</a>]</i>, <a href="#_extrapolate_keyword_X_PERIODIC">X_PERIODIC</a>=<i>scalar, 0 or 1</i>, <a href="#_extrapolate_keyword_MINVAL">MINVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_MAXVAL">MAXVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_GE0">GE0</a>=<i>scalar 0 or 1</i>, <a href="#_extrapolate_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7979 
    8080     
     
    131131       
    132132       
    133       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer scalar</i></font> 
    134       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>10.E20</i></font> 
     133      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
     134      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>large enough to fill everything</i></font> 
    135135       
    136136    </h4> 
     
    139139 Maximum number of iterations done in the extrapolation process. If there 
    140140 is no more masked values we exit extrapolate before reaching nb_iteration 
    141  (to be sure to fill everything, you can use a very large value) 
    142141 
    143142     
     
    148147 
    149148     
    150     <a name="#_extrapolate_keyword_x_periodic"></a> 
    151     <h4>x_periodic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     149    <a name="#_extrapolate_keyword_X_PERIODIC"></a> 
     150    <h4>X_PERIODIC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    152151       
    153152       
     
    210209     
    211210 put 1 to force the extrapolated values to be larger than 0, same as using minval=0. 
     211 
     212     
     213    <a name="#_extrapolate_keyword__EXTRA"></a> 
     214    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     215       
     216       
     217       
     218       
     219       
     220       
     221       
     222       
     223    </h4> 
     224 
     225     to be able to call extrapolate with _extra keyword 
    212226 
    213227     
     
    225239     
    226240    <h4>Version</h4> 
    227  $Id: extrapolate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     241 $Id: extrapolate.pro 271 2007-08-30 12:44:23Z smasson $ 
    228242 
    229243    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapsmooth.html

    r249 r290  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="fromirr.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
     52<a href="file_interp.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
     
    6262 
    6363     
    64  similar to <a href=".//extrapolate.html">extrapolate</a> but could to the job in a better way 
     64 similar to <a href="..//Interpolation/extrapolate.html">extrapolate</a> but could to the job in a better way 
    6565 because the extrapolated values are smoothed... 
    66  takes more time than <a href=".//extrapolate.html">extrapolate</a>. 
     66 takes more time than <a href="..//Interpolation/extrapolate.html">extrapolate</a>. 
    6767 extrapolate data where mskin is equal 0 by filling 
    6868 step by step the coastline points with the mean value of the 8 neighbourgs. 
     
    7878</font></h2> 
    7979 
    80       <p><font face="Courier"><i>result = </i>extrapsmooth(<i><a href="#_extrapsmooth_keyword_in">in</a>, <a href="#_extrapsmooth_keyword_mskin">mskin</a></i>, <a href="#_extrapsmooth_keyword_x_periodic">x_periodic</a>=<i>x_periodic</i>, <a href="#_extrapsmooth_keyword_MINVAL">MINVAL</a>=<i>scalar</i>, <a href="#_extrapsmooth_keyword_MAXVAL">MAXVAL</a>=<i>scalar</i>, <a href="#_extrapsmooth_keyword_GE0">GE0</a>=<i>scalar 0 or 1</i>)</font></p> 
     80      <p><font face="Courier"><i>result = </i>extrapsmooth(<i><a href="#_extrapsmooth_keyword_in">in</a>, <a href="#_extrapsmooth_keyword_mskin">mskin</a></i>, <a href="#_extrapsmooth_keyword_X_PERIODIC">X_PERIODIC</a>=<i>X_PERIODIC</i>, <a href="#_extrapsmooth_keyword_MINVAL">MINVAL</a>=<i>scalar</i>, <a href="#_extrapsmooth_keyword_MAXVAL">MAXVAL</a>=<i>scalar</i>, <a href="#_extrapsmooth_keyword_GE0">GE0</a>=<i>scalar 0 or 1</i>, <a href="#_extrapsmooth_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    8181 
    8282     
     
    131131 
    132132     
    133     <a name="#_extrapsmooth_keyword_x_periodic"></a> 
    134     <h4>x_periodic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     133    <a name="#_extrapsmooth_keyword_X_PERIODIC"></a> 
     134    <h4>X_PERIODIC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    135135       
    136136       
     
    191191     
    192192 put 1 to force the extrapolated values to be larger than 0, same as using minval=0. 
     193 
     194     
     195    <a name="#_extrapsmooth_keyword__EXTRA"></a> 
     196    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     197       
     198       
     199       
     200       
     201       
     202       
     203       
     204       
     205    </h4> 
     206 
     207     to be able to call extrapsmooth with _extra keyword 
    193208 
    194209     
     
    205220     
    206221    <h4>Version</h4> 
    207  $Id: extrapsmooth.pro 242 2007-04-06 08:35:17Z pinsard $ 
     222 $Id: extrapsmooth.pro 271 2007-08-30 12:44:23Z smasson $ 
    208223    <h4>History</h4> 
    209224  January 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/fromirr.html

    r249 r290  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="extrapsmooth.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="file_interp.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
     
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>fromirr(<i><a href="#_fromirr_keyword_method">method</a>, <a href="#_fromirr_keyword_datain">datain</a>, <a href="#_fromirr_keyword_lonin">lonin</a>, <a href="#_fromirr_keyword_latin">latin</a>, <a href="#_fromirr_keyword_mskin">mskin</a>, <a href="#_fromirr_keyword_lonout">lonout</a>, <a href="#_fromirr_keyword_latout">latout</a>, <a href="#_fromirr_keyword_mskout">mskout</a></i>, <a href="#_fromirr_keyword_WEIG">WEIG</a>=<i>2d array</i>, <a href="#_fromirr_keyword_ADDR">ADDR</a>=<i>2d array</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>fromirr(<i><a href="#_fromirr_keyword_method">method</a>, <a href="#_fromirr_keyword_datain">datain</a>, <a href="#_fromirr_keyword_lonin">lonin</a>, <a href="#_fromirr_keyword_latin">latin</a>, <a href="#_fromirr_keyword_mskin">mskin</a>, <a href="#_fromirr_keyword_lonout">lonout</a>, <a href="#_fromirr_keyword_latout">latout</a>, <a href="#_fromirr_keyword_mskout">mskout</a></i>, <a href="#_fromirr_keyword_WEIG">WEIG</a>=<i>2d array</i>, <a href="#_fromirr_keyword_ADDR">ADDR</a>=<i>2d array</i>, <a href="#_fromirr_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7878 
    7979     
     
    272272 
    273273     
     274    <a name="#_fromirr_keyword__EXTRA"></a> 
     275    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     276       
     277       
     278       
     279       
     280       
     281       
     282       
     283       
     284    </h4> 
     285 
     286     to be able to call fromirr with _extra keyword 
     287 
     288     
    274289     
    275290 
     
    297312     
    298313    <h4>Version</h4> 
    299  $Id: fromirr.pro 238 2007-03-27 13:43:18Z pinsard $ 
     314 $Id: fromirr.pro 271 2007-08-30 12:44:23Z smasson $ 
    300315 
    301316    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/fromreg.html

    r249 r290  
    7878</font></h2> 
    7979 
    80       <p><font face="Courier"><i>result = </i>fromreg(<i><a href="#_fromreg_keyword_method">method</a>, <a href="#_fromreg_keyword_datain">datain</a>, <a href="#_fromreg_keyword_lonin">lonin</a>, <a href="#_fromreg_keyword_latin">latin</a>, <a href="#_fromreg_keyword_lonout">lonout</a>, <a href="#_fromreg_keyword_latout">latout</a></i>, <a href="#_fromreg_keyword_WEIG">WEIG</a>=<i>2d array or variable name</i>, <a href="#_fromreg_keyword_ADDR">ADDR</a>=<i>2d array or variable name</i>, <a href="#_fromreg_keyword_NONORTHERNLINE">NONORTHERNLINE</a>=<i>NONORTHERNLINE</i>, <a href="#_fromreg_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE</a>=<i>NOSOUTHERNLINE</i>)</font></p> 
     80      <p><font face="Courier"><i>result = </i>fromreg(<i><a href="#_fromreg_keyword_method">method</a>, <a href="#_fromreg_keyword_datain">datain</a>, <a href="#_fromreg_keyword_lonin">lonin</a>, <a href="#_fromreg_keyword_latin">latin</a>, <a href="#_fromreg_keyword_lonout">lonout</a>, <a href="#_fromreg_keyword_latout">latout</a></i>, <a href="#_fromreg_keyword_WEIG">WEIG</a>=<i>2d array or variable name</i>, <a href="#_fromreg_keyword_ADDR">ADDR</a>=<i>2d array or variable name</i>, <a href="#_fromreg_keyword_NONORTHERNLINE">NONORTHERNLINE</a>=<i>NONORTHERNLINE</i>, <a href="#_fromreg_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE</a>=<i>NOSOUTHERNLINE</i>, <a href="#_fromreg_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    8181 
    8282     
     
    274274 
    275275     
     276    <a name="#_fromreg_keyword__EXTRA"></a> 
     277    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     278       
     279       
     280       
     281       
     282       
     283       
     284       
     285       
     286    </h4> 
     287 
     288     to be able to call fromreg with _extra keyword 
     289 
     290     
    276291     
    277292 
     
    298313     
    299314    <h4>Version</h4> 
    300  $Id: fromreg.pro 238 2007-03-27 13:43:18Z pinsard $ 
     315 $Id: fromreg.pro 271 2007-08-30 12:44:23Z smasson $ 
    301316 
    302317    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/get_gridparams.html

    r249 r290  
    6262 
    6363     
    64  1) extract from a NetCDF file the longitude, latitude, and their dimensions 
     64 Case 1: extract from a NetCDF file longitude and latitude arrays, their dimensions 
    6565 and make sure it is 1D or 2D arrays 
    6666 
    67  or 
    68  2) given longitude and latitude arrays, get their dimensions and make 
     67 Case 2: given longitude and latitude arrays, get their dimensions and make 
    6968 sure they are 1D or 2D arrays 
    7069 
     
    7978</font></h2> 
    8079 
    81       <p><font face="Courier">get_gridparams<i>, <a href="#_get_gridparams_keyword_in1">in1</a>, <a href="#_get_gridparams_keyword_in2">in2</a>, <a href="#_get_gridparams_keyword_in3">in3</a>, <a href="#_get_gridparams_keyword_in4">in4</a>, <a href="#_get_gridparams_keyword_in5">in5</a>, <a href="#_get_gridparams_keyword_in6">in6</a>, <a href="#_get_gridparams_keyword_in7">in7</a>, <a href="#_get_gridparams_keyword_in8">in8</a></i>, <a href="#_get_gridparams_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i></font></p> 
     80      <p><font face="Courier">get_gridparams<i>, <a href="#_get_gridparams_keyword_in1">in1</a>, <a href="#_get_gridparams_keyword_in2">in2</a>, <a href="#_get_gridparams_keyword_in3">in3</a>, <a href="#_get_gridparams_keyword_in4">in4</a>, <a href="#_get_gridparams_keyword_in5">in5</a>, <a href="#_get_gridparams_keyword_in6">in6</a>, <a href="#_get_gridparams_keyword_in7">in7</a>, <a href="#_get_gridparams_keyword_in8">in8</a></i>, <a href="#_get_gridparams_keyword_DOUBLE">DOUBLE</a>=<i>scalar: 0 or 1</i></font></p> 
    8281 
    8382     
     
    103102 
    104103     
    105  Case 1: the name of the netcdf file 
    106  Case 2: 1d or 2d arrays defining longitudes and latitudes. 
    107  Out: the variable that will contain the longitudes 
     104 Case 1: name or the id (returned by ncdf_open) of the netcdf file 
     105 Case 2: 1D or 2D arrays defining longitudes, will be forced to have 
     106         n_dimensions dimensions when returned 
    108107 
    109108     
     
    122121 
    123122     
    124  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. 
    126          Note that these arrays are also outputs and can therefore be modified. 
    127  Out: the variable that will contain the latitudes 
     123 Case 1: name of the variable containing the longitude in the NetCDF file 
     124 Case 2: 1D or 2D arrays defining latitudes, will be forced to have 
     125         n_dimensions dimensions when returned 
    128126 
    129127     
     
    131129    <a name="#_get_gridparams_keyword_in3"></a> 
    132130    <h4>in3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    133       <font size="-1" color="#006633">in</font> 
    134        
    135        
    136       <font size="-1" color="#006633">required</font> 
    137        
    138        
    139        
    140        
    141     </h4> 
    142  
    143      
    144  Case 1: the name of the variable that contains the latitude in the NetCDF file 
    145  Case 2: the number of points in the longitudinal direction. 
     131       
     132       
     133       
     134       
     135       
     136       
     137       
     138       
     139    </h4> 
     140 
     141      
     142 Case 1: name of the variable containing the latitude in the NetCDF file 
     143 Case 2: returned number of points in longitudinal direction. 
    146144 
    147145     
     
    160158 
    161159     
    162  Case 1: the number of points in the longitudinal direction 
    163  Case 2: the number of points in the latitudinal direction 
     160 Case 1: returned longitudes array, with n_dimensions dimensions 
     161 Case 2: returned number of points in latitudinal direction 
    164162 
    165163     
     
    168166    <h4>in5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    169167       
    170       <font size="-1" color="#006633">out</font> 
    171        
    172        
    173        
    174        
    175        
    176        
    177     </h4> 
    178  
    179      
    180  Case 1: the number of points in the latitudinal direction 
    181  Case 2: 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    182  arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    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). 
     168       
     169       
     170       
     171       
     172       
     173       
     174       
     175    </h4> 
     176 
     177     
     178 Case 1: returned latitudes array, with n_dimensions dimensions  
     179 Case 2: input scalar (1 or 2) to specify if lon and lat should be returned  
     180         as 1D or 2D arrays. Note that if n_dimensions = 1, the grid must be 
     181         regular (longitude and latitudes can be described as 1D arrays). 
    185182 
    186183     
     
    199196 
    200197     
    201  the variable that will contain the longitudes 
     198 Case 1: returned number of points in longitudinal direction. 
    202199 
    203200     
     
    216213 
    217214     
    218  the variable that will contain the latitudes 
     215 Case 1: returned number of points in latitudinal direction 
    219216 
    220217     
     
    222219    <a name="#_get_gridparams_keyword_in8"></a> 
    223220    <h4>in8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    224        
    225       <font size="-1" color="#006633">out</font> 
    226        
    227        
    228        
    229        
    230        
    231        
    232     </h4> 
    233  
    234      
    235  1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
     221      <font size="-1" color="#006633">in</font> 
     222       
     223       
     224       
     225       
     226       
     227       
     228       
     229    </h4> 
     230 
     231     
     232 Case 1: input scalar (1 or 2) to specify if lon and lat should be returned  
     233         as 1D or 2D arrays. Note that if n_dimensions = 1, the grid must be 
     234         regular (longitude and latitudes can be described as 1D arrays). 
    236235 
    237236     
     
    249248       
    250249       
    251        
    252        
    253        
    254     </h4> 
    255  
    256      
    257  use double precision to perform the computation 
     250      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     251      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     252       
     253    </h4> 
     254 
     255     
     256 activate to force double precision for lon/lat arrays 
    258257 
    259258     
     
    262261    <h3>Examples</h3><pre> 
    263262 
    264  1) 
    265  IDL> get_gridparams, file, lonname, latname, lon, lat, jpi, jpj, n_dimensions 
    266  
    267  or 
    268  
    269  2) 
     263 Case 1: 
     264 IDL> get_gridparams, file name/id, lonname, latname, lon, lat, jpi, jpj, n_dimensions 
     265 
     266 Case 2: 
    270267 IDL> get_gridparams, lon, lat, jpi, jpj, n_dimensions 
    271268 
     
    280277     
    281278    <h4>Version</h4> 
    282  $Id: get_gridparams.pro 242 2007-04-06 08:35:17Z pinsard $ 
     279 $Id: get_gridparams.pro 271 2007-08-30 12:44:23Z smasson $ 
    283280 
    284281    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/inquad.html

    r249 r290  
    358358 
    359359 On a sphere see 
    360  <a href=".//clickincell.html">clickincell</a> ... 
     360 <a href="..//Interpolation/clickincell.html">clickincell</a> ... 
    361361 
    362362    </pre><h3>Version history</h3> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/lbcorca.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>lbcorca(<i><a href="#_lbcorca_keyword_arr">arr</a>, <a href="#_lbcorca_keyword_grid">grid</a>[, <a href="#_lbcorca_keyword_psign">psign</a>]</i>[, <a href="#_lbcorca_keyword_verbose">verbose</a>=<i>0 or 1</i>][, <a href="#_lbcorca_keyword_correction">correction</a>=<i>0 or 1</i>])</font></p> 
     77      <p><font face="Courier"><i>result = </i>lbcorca(<i><a href="#_lbcorca_keyword_arr">arr</a>, <a href="#_lbcorca_keyword_grid">grid</a>[, <a href="#_lbcorca_keyword_psign">psign</a>]</i>[, <a href="#_lbcorca_keyword_VERBOSE">VERBOSE</a>=<i>0 or 1</i>][, <a href="#_lbcorca_keyword_CORRECTION">CORRECTION</a>=<i>0 or 1</i>])</font></p> 
    7878 
    7979     
     
    143143 
    144144     
    145     <a name="#_lbcorca_keyword_verbose"></a> 
    146     <h4>verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145    <a name="#_lbcorca_keyword_VERBOSE"></a> 
     146    <h4>VERBOSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    147147       
    148148       
     
    159159 
    160160     
    161     <a name="#_lbcorca_keyword_correction"></a> 
    162     <h4>correction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     161    <a name="#_lbcorca_keyword_CORRECTION"></a> 
     162    <h4>CORRECTION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    163163       
    164164       
     
    178178 
    179179    <h3>Examples</h3><pre> 
     180    IDL> @tst_initorca2 
     181    IDL> a = dist(jpiglo, jpjglo) 
     182    IDL> print, lbcorca(a, 'T') 
     183    IDL> dummy = lbcorca(a, 'T', /correction) 
     184    IDL> print, lbcorca(a, 'T') 
     185 
    180186    </pre><h3>Version history</h3> 
    181187     
    182188    <h4>Version</h4> 
    183  $Id: lbcorca.pro 247 2007-05-29 08:58:52Z smasson $ 
     189 $Id: lbcorca.pro 262 2007-08-21 14:19:32Z pinsard $ 
    184190 
    185191    <h4>History</h4> 
     192    Mai 2007: Creation, smasson@locean-ipsl.upmc.fr 
     193 
    186194     
    187195 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/ll_narcs_distances.html

    r249 r290  
    6565 a point a given arc distance (-pi <= Arc_Dist <= pi), and azimuth (Az), 
    6666 from a specified location Lon0, Lat0. 
    67  Same as <proidl>LL_ARC_DISTANCE</proidl> but for n points without do loop. 
     67 Same as <a href="/Applications/rsi/idl_6.3/help/online_help/LL_ARC_DISTANCE.html">LL_ARC_DISTANCE</a> but for n points without do loop. 
    6868 
    6969 Formula from Map Projections - a working manual.  USGS paper 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/map_npoints.html

    r249 r290  
    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 <proidl>map_2points</proidl> with the meter parameter but for n 
     68 Same as <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_2POINTS.html">MAP_2POINTS</a> with the meter parameter but for n 
    6969 points without do loop. 
    7070 
     
    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 <a href=".//map_npoints.html">map_npoints</a> returns 
     90 If keyword /TWO_BY_TWO is given then <a href="..//Interpolation/map_npoints.html">map_npoints</a> returns 
    9191 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. 
     
    245245 
    246246     
    247  If given, then <a href=".//map_npoints.html">map_npoints</a> returns the distances between  
     247 If given, then <a href="..//Interpolation/map_npoints.html">map_npoints</a> returns the distances between  
    248248 number n of P0 points and number n of P1 pointsi. 
    249249 In that case, np0 and np1 must be equal. 
     
    301301     
    302302    <h4>Version</h4> 
    303  $Id: map_npoints.pro 242 2007-04-06 08:35:17Z pinsard $ 
     303 $Id: map_npoints.pro 260 2007-08-20 15:24:57Z pinsard $ 
    304304 
    305305    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/quadrilateral2square.html

    r249 r290  
    6868       (x2,y2) -> (1,1) 
    6969       (x3,y3) -> (0,1) 
    70  This is the inverse function of <a href=".//square2quadrilateral.html">square2quadrilateral</a>. 
     70 This is the inverse function of <a href="..//Interpolation/square2quadrilateral.html">square2quadrilateral</a>. 
    7171 
    7272 The mapping is done using perspective transformation which preserve 
     
    8484</font></h2> 
    8585 
    86       <p><font face="Courier"><i>result = </i>quadrilateral2square(<i><a href="#_quadrilateral2square_keyword_x0in">x0in</a>, <a href="#_quadrilateral2square_keyword_y0in">y0in</a>, <a href="#_quadrilateral2square_keyword_x1in">x1in</a>, <a href="#_quadrilateral2square_keyword_y1in">y1in</a>, <a href="#_quadrilateral2square_keyword_x2in">x2in</a>, <a href="#_quadrilateral2square_keyword_y2in">y2in</a>, <a href="#_quadrilateral2square_keyword_x3in">x3in</a>, <a href="#_quadrilateral2square_keyword_y3in">y3in</a>, <a href="#_quadrilateral2square_keyword_xxin">xxin</a>, <a href="#_quadrilateral2square_keyword_yyin">yyin</a></i>, <a href="#_quadrilateral2square_keyword_PERF">PERF</a>=<i>PERF</i>)</font></p> 
     86      <p><font face="Courier"><i>result = </i>quadrilateral2square(<i><a href="#_quadrilateral2square_keyword_x0in">x0in</a>, <a href="#_quadrilateral2square_keyword_y0in">y0in</a>, <a href="#_quadrilateral2square_keyword_x1in">x1in</a>, <a href="#_quadrilateral2square_keyword_y1in">y1in</a>, <a href="#_quadrilateral2square_keyword_x2in">x2in</a>, <a href="#_quadrilateral2square_keyword_y2in">y2in</a>, <a href="#_quadrilateral2square_keyword_x3in">x3in</a>, <a href="#_quadrilateral2square_keyword_y3in">y3in</a>, <a href="#_quadrilateral2square_keyword_xxin">xxin</a>, <a href="#_quadrilateral2square_keyword_yyin">yyin</a></i>, <a href="#_quadrilateral2square_keyword_PERF">PERF</a>=<i>salar 0 or 1</i>, <a href="#_quadrilateral2square_keyword_DOUBLE">DOUBLE</a>=<i>salar 0 or 1</i>)</font></p> 
    8787 
    8888     
     
    273273       
    274274       
    275        
    276        
    277        
    278     </h4> 
    279  
    280      
     275      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>salar 0 or 1</i></font> 
     276      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     277       
     278    </h4> 
     279 
     280     
     281 activate to print the elapsed time spent within quadrilateral2square 
     282 
     283     
     284    <a name="#_quadrilateral2square_keyword_DOUBLE"></a> 
     285    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     286       
     287       
     288       
     289       
     290       
     291      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>salar 0 or 1</i></font> 
     292      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     293       
     294    </h4> 
     295 
     296     
     297 activate to perform double precision computation 
    281298 
    282299     
     
    298315     
    299316    <h4>Version</h4> 
    300  $Id: quadrilateral2square.pro 242 2007-04-06 08:35:17Z pinsard $ 
     317 $Id: quadrilateral2square.pro 282 2007-09-12 15:43:11Z smasson $ 
    301318 
    302319    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_fstdrv.html

    r249 r290  
    6868 Given the arrays X and Y, which tabulate a function (with the X[i] 
    6969 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 
     70 <a href="..//Interpolation/spl_incr.html">spl_incr</a> function returns an interpolated value for the given 
    7171 values of X2. The interpolation method is based on cubic spline, corrected 
    7272 in a way that interpolated value are also in ascending order. 
     
    142142 
    143143     
    144  The output from <proidl>SPL_INIT</pro> for the specified X and Y. 
     144 The output from <a href="/Applications/rsi/idl_6.3/help/online_help/SPL_INIT.html">SPL_INIT</a> for the specified X and Y. 
    145145 
    146146     
     
    172172     
    173173    <h4>Version</h4> 
    174  $Id: spl_fstdrv.pro 242 2007-04-06 08:35:17Z pinsard $ 
     174 $Id: spl_fstdrv.pro 262 2007-08-21 14:19:32Z pinsard $ 
    175175 
    176176    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/spl_keep_mean.html

    r249 r290  
    6464 Given the arrays X and Y, which tabulate a function (with the X[i] 
    6565 AND Y[i] in ascending order), and given an input value X2, the 
    66  <a href=".//spl_incr.html">spl_incr</a> function returns an interpolated value for the given values 
     66 <a href="..//Interpolation/spl_incr.html">spl_incr</a> function returns an interpolated value for the given values 
    6767 of X2. The interpolation method is based on cubic spline, corrected 
    6868 in a way that integral of the interpolated values is the same as the 
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/square2quadrilateral.html

    r249 r290  
    8282</font></h2> 
    8383 
    84       <p><font face="Courier"><i>result = </i>square2quadrilateral(<i><a href="#_square2quadrilateral_keyword_x0in">x0in</a>, <a href="#_square2quadrilateral_keyword_y0in">y0in</a>, <a href="#_square2quadrilateral_keyword_x1in">x1in</a>, <a href="#_square2quadrilateral_keyword_y1in">y1in</a>, <a href="#_square2quadrilateral_keyword_x2in">x2in</a>, <a href="#_square2quadrilateral_keyword_y2in">y2in</a>, <a href="#_square2quadrilateral_keyword_x3in">x3in</a>, <a href="#_square2quadrilateral_keyword_y3in">y3in</a>[, <a href="#_square2quadrilateral_keyword_xxin">xxin</a>][, <a href="#_square2quadrilateral_keyword_yyin">yyin</a>]</i>)</font></p> 
     84      <p><font face="Courier"><i>result = </i>square2quadrilateral(<i><a href="#_square2quadrilateral_keyword_x0in">x0in</a>, <a href="#_square2quadrilateral_keyword_y0in">y0in</a>, <a href="#_square2quadrilateral_keyword_x1in">x1in</a>, <a href="#_square2quadrilateral_keyword_y1in">y1in</a>, <a href="#_square2quadrilateral_keyword_x2in">x2in</a>, <a href="#_square2quadrilateral_keyword_y2in">y2in</a>, <a href="#_square2quadrilateral_keyword_x3in">x3in</a>, <a href="#_square2quadrilateral_keyword_y3in">y3in</a>[, <a href="#_square2quadrilateral_keyword_xxin">xxin</a>][, <a href="#_square2quadrilateral_keyword_yyin">yyin</a>]</i>, <a href="#_square2quadrilateral_keyword_DOUBLE">DOUBLE</a>=<i>salar 0 or 1</i>)</font></p> 
    8585 
    8686     
     
    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, <a href=".//square2quadrilateral.html">square2quadrilateral</a> returns the 
     95 If xin and yin are omited, <a href="..//Interpolation/square2quadrilateral.html">square2quadrilateral</a> returns the 
    9696 matrix A which is used for the inverse transformation. 
    9797 
     
    239239 
    240240     
     241 first coordinates of the point(s) for which we want to do the mapping. 
    241242     
    242243 
     
    254255 
    255256     
    256  the coordinates of the point(s) for which we want to do the mapping. 
    257  
    258      
    259      
    260  
     257 second coordinates of the point(s) for which we want to do the mapping. 
     258 
     259     
     260     
     261 
     262     
     263    <h3>Keywords</h3> 
     264 
     265     
     266    <a name="#_square2quadrilateral_keyword_DOUBLE"></a> 
     267    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     268       
     269       
     270       
     271       
     272       
     273      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>salar 0 or 1</i></font> 
     274      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     275       
     276    </h4> 
     277 
     278     
     279 activate to perform double precision computation 
     280 
     281     
    261282     
    262283 
     
    273294     
    274295    <h4>Version</h4> 
    275  $Id: square2quadrilateral.pro 242 2007-04-06 08:35:17Z pinsard $ 
     296 $Id: square2quadrilateral.pro 282 2007-09-12 15:43:11Z smasson $ 
    276297 
    277298    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/cmapply.html

    r249 r290  
    126126      <dd><font size="-1"> </font></dd> 
    127127       
    128       <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> 
     128      <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> 
    129129      <dd><font size="-1"> </font></dd> 
    130130       
     
    173173     
    174174    <h4>Version</h4> 
    175  $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
     175 $Id: cmapply.pro 262 2007-08-21 14:19:32Z pinsard $ 
    176176 
    177177     
     
    340340</font></h2> 
    341341 
    342       <p><font face="Courier"><i>result = </i>cmapply(<i><a href="#_cmapply_keyword_op">op</a>, <a href="#_cmapply_keyword_array">array</a>[, <a href="#_cmapply_keyword_dimapply">dimapply</a>]</i>, <a href="#_cmapply_keyword_double">double</a>=<i>double</i>, <a href="#_cmapply_keyword_type">type</a>=<i>type</i>, <a href="#_cmapply_keyword_functargs">functargs</a>=<i>functargs</i>, <a href="#_cmapply_keyword_nocatch">nocatch</a>=<i>nocatch</i>)</font></p> 
     342      <p><font face="Courier"><i>result = </i>cmapply(<i><a href="#_cmapply_keyword_op">op</a>, <a href="#_cmapply_keyword_array">array</a>[, <a href="#_cmapply_keyword_dimapply">dimapply</a>]</i>, <a href="#_cmapply_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_cmapply_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_cmapply_keyword_FUNCTARGS">FUNCTARGS</a>=<i>FUNCTARGS</i>, <a href="#_cmapply_keyword_NOCATCH">NOCATCH</a>=<i>NOCATCH</i>)</font></p> 
    343343 
    344344     
     
    424424 
    425425     
    426     <a name="#_cmapply_keyword_double"></a> 
    427     <h4>double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     426    <a name="#_cmapply_keyword_DOUBLE"></a> 
     427    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    428428       
    429429       
     
    442442 
    443443     
    444     <a name="#_cmapply_keyword_type"></a> 
    445     <h4>type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     444    <a name="#_cmapply_keyword_TYPE"></a> 
     445    <h4>TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    446446       
    447447       
     
    456456     
    457457 Set this to the IDL code of the desired output type (refer 
    458  to documentation of <proidl>SIZE</proidl>()). Internal results will be 
     458 to documentation of <a href="/Applications/rsi/idl_6.3/help/online_help/SIZE.html">SIZE</a>). Internal results will be 
    459459 rounded to the nearest integer if the output type is an 
    460460 integer type. 
    461461 
    462462     
    463     <a name="#_cmapply_keyword_functargs"></a> 
    464     <h4>functargs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     463    <a name="#_cmapply_keyword_FUNCTARGS"></a> 
     464    <h4>FUNCTARGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    465465       
    466466       
     
    482482 
    483483     
    484     <a name="#_cmapply_keyword_nocatch"></a> 
    485     <h4>nocatch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     484    <a name="#_cmapply_keyword_NOCATCH"></a> 
     485    <h4>NOCATCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    486486       
    487487       
     
    500500    <h3>Examples</h3><pre> 
    501501 
    502    First example:  Shows how CMAPPLY can be used to total the second dimension of the 
    503    array called IN.  This is equivalent to OUT = TOTAL(IN, 2) 
     502   First example:   
     503   Shows how <a href="..//Matrix/cmapply.html">cmapply</a> can be used to total the second dimension of  
     504   the array called IN. This is equivalent to OUT = TOTAL(IN, 2) 
    504505 
    505506   IDL> IN  = INDGEN(5,5) 
     
    542543     
    543544    <h4>Version</h4> 
    544  $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
     545 $Id: cmapply.pro 262 2007-08-21 14:19:32Z pinsard $ 
    545546 
    546547    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/cmset_op.html

    r249 r290  
    118118</font></h2> 
    119119 
    120       <p><font face="Courier"><i>result = </i>cmset_op(<i><a href="#_cmset_op_keyword_a">a</a>, <a href="#_cmset_op_keyword_op0">op0</a>, <a href="#_cmset_op_keyword_b">b</a></i>, <a href="#_cmset_op_keyword_not1">not1</a>=<i>not1</i>, <a href="#_cmset_op_keyword_not2">not2</a>=<i>not2</i>, <a href="#_cmset_op_keyword_count">count</a>=<i>count</i>, <a href="#_cmset_op_keyword_empty1">empty1</a>=<i>empty1</i>, <a href="#_cmset_op_keyword_empty2">empty2</a>=<i>empty2</i>, <a href="#_cmset_op_keyword_maxarray">maxarray</a>=<i>maxarray</i>, <a href="#_cmset_op_keyword_index">index</a>=<i>index</i>)</font></p> 
     120      <p><font face="Courier"><i>result = </i>cmset_op(<i><a href="#_cmset_op_keyword_a">a</a>, <a href="#_cmset_op_keyword_op0">op0</a>, <a href="#_cmset_op_keyword_b">b</a></i>, <a href="#_cmset_op_keyword_NOT1">NOT1</a>=<i>NOT1</i>, <a href="#_cmset_op_keyword_NOT2">NOT2</a>=<i>NOT2</i>, <a href="#_cmset_op_keyword_COUNT">COUNT</a>=<i>COUNT</i>, <a href="#_cmset_op_keyword_EMPTY1">EMPTY1</a>=<i>EMPTY1</i>, <a href="#_cmset_op_keyword_EMPTY2">EMPTY2</a>=<i>EMPTY2</i>, <a href="#_cmset_op_keyword_MAXARRAY">MAXARRAY</a>=<i>MAXARRAY</i>, <a href="#_cmset_op_keyword_INDEX">INDEX</a>=<i>INDEX</i>)</font></p> 
    121121 
    122122     
     
    203203 
    204204     
    205     <a name="#_cmset_op_keyword_not1"></a> 
    206     <h4>not1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     205    <a name="#_cmset_op_keyword_NOT1"></a> 
     206    <h4>NOT1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    207207       
    208208       
     
    221221 
    222222     
    223     <a name="#_cmset_op_keyword_not2"></a> 
    224     <h4>not2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     223    <a name="#_cmset_op_keyword_NOT2"></a> 
     224    <h4>NOT2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    225225       
    226226       
     
    237237 
    238238     
    239     <a name="#_cmset_op_keyword_count"></a> 
    240     <h4>count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     239    <a name="#_cmset_op_keyword_COUNT"></a> 
     240    <h4>COUNT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    241241       
    242242       
     
    255255 
    256256     
    257     <a name="#_cmset_op_keyword_empty1"></a> 
    258     <h4>empty1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     257    <a name="#_cmset_op_keyword_EMPTY1"></a> 
     258    <h4>EMPTY1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    259259       
    260260       
     
    273273 
    274274     
    275     <a name="#_cmset_op_keyword_empty2"></a> 
    276     <h4>empty2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     275    <a name="#_cmset_op_keyword_EMPTY2"></a> 
     276    <h4>EMPTY2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    277277       
    278278       
     
    289289 
    290290     
    291     <a name="#_cmset_op_keyword_maxarray"></a> 
    292     <h4>maxarray&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    293        
    294        
    295        
    296        
    297        
    298        
    299        
    300        
    301     </h4> 
    302  
    303      
    304      
    305     <a name="#_cmset_op_keyword_index"></a> 
    306     <h4>index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     291    <a name="#_cmset_op_keyword_MAXARRAY"></a> 
     292    <h4>MAXARRAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     293       
     294       
     295       
     296       
     297       
     298       
     299       
     300       
     301    </h4> 
     302 
     303     
     304     
     305    <a name="#_cmset_op_keyword_INDEX"></a> 
     306    <h4>INDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    307307       
    308308       
     
    360360     
    361361    <h4>Version</h4> 
    362  $Id: cmset_op.pro 238 2007-03-27 13:43:18Z pinsard $ 
     362 $Id: cmset_op.pro 262 2007-08-21 14:19:32Z pinsard $ 
    363363 
    364364    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/inter.html

    r249 r290  
    152152 These functions will not be efficient on sparse sets with wide 
    153153 ranges, as they trade memory for efficiency.  
    154  The <proidl>HISTOGRAM</proidl> function 
     154 The <a href="/Applications/rsi/idl_6.3/help/online_help/HISTOGRAM.html">HISTOGRAM</a> function 
    155155 is used, which creates arrays of size equal to the range of the 
    156156 resulting set. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/make_selection.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>make_selection(<i><a href="#_make_selection_keyword_names">names</a>, <a href="#_make_selection_keyword_selnames">selnames</a></i>, <a href="#_make_selection_keyword_only_valid">only_valid</a>=<i>only_valid</i>, <a href="#_make_selection_keyword_required">required</a>=<i>required</i>, <a href="#_make_selection_keyword_quiet">quiet</a>=<i>quiet</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>make_selection(<i><a href="#_make_selection_keyword_names">names</a>, <a href="#_make_selection_keyword_selnames">selnames</a></i>, <a href="#_make_selection_keyword_ONLY_VALID">ONLY_VALID</a>=<i>ONLY_VALID</i>, <a href="#_make_selection_keyword_REQUIRED">REQUIRED</a>=<i>REQUIRED</i>, <a href="#_make_selection_keyword_QUIET">QUIET</a>=<i>QUIET</i>)</font></p> 
    7878 
    7979     
     
    128128 
    129129     
    130     <a name="#_make_selection_keyword_only_valid"></a> 
    131     <h4>only_valid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     130    <a name="#_make_selection_keyword_ONLY_VALID"></a> 
     131    <h4>ONLY_VALID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    132132       
    133133       
     
    149149 
    150150     
    151     <a name="#_make_selection_keyword_required"></a> 
    152     <h4>required&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     151    <a name="#_make_selection_keyword_REQUIRED"></a> 
     152    <h4>REQUIRED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    153153       
    154154       
     
    169169 
    170170     
    171     <a name="#_make_selection_keyword_quiet"></a> 
    172     <h4>quiet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     171    <a name="#_make_selection_keyword_QUIET"></a> 
     172    <h4>QUIET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    173173       
    174174       
     
    211211     
    212212    <h4>Version</h4> 
    213  $Id: make_selection.pro 232 2007-03-20 16:59:36Z pinsard $ 
     213 $Id: make_selection.pro 262 2007-08-21 14:19:32Z pinsard $ 
    214214 
    215215    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Matrix/union.html

    r249 r290  
    151151 These functions will not be efficient on sparse sets with wide 
    152152 ranges, as they trade memory for efficiency.  
    153  The <proidl>HISTOGRAM</proidl> function 
     153 The <a href="/Applications/rsi/idl_6.3/help/online_help/HISTOGRAM.html">HISTOGRAM</a> function 
    154154 is used, which creates arrays of size equal to the range of the 
    155155 resulting set. 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/lec.html

    r249 r290  
    8888    <h3>Return value</h3> 
    8989 un tableau 2 ou 3d. sans le mot cle /TOUT, sa taille est 
    90  celle du sous domaine definit par domdef (nx,ny,nz). avec /TOUT le 
     90 celle du sous domaine definit par <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>(nx,ny,nz). avec /TOUT le 
    9191 champ a la taille du  domaine qui a etait selectionne pour la 
    9292 cession en cours (jpi,jpj,jpk). 
     
    309309     
    310310    <h4>Version</h4> 
    311  $Id: lec.pro 232 2007-03-20 16:59:36Z pinsard $ 
     311 $Id: lec.pro 254 2007-06-26 15:58:20Z pinsard $ 
    312312    <h4>History</h4> 
    313313 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/meshlec.html

    r249 r290  
    182182     
    183183    <h4>Version</h4> 
    184  $Id: meshlec.pro 231 2007-03-19 17:15:51Z pinsard $ 
     184 $Id: meshlec.pro 261 2007-08-20 16:08:13Z pinsard $ 
    185185 
    186186    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlec.html

    r249 r290  
    221221 
    222222     
    223  oblige a lire le tableau entier en non pas celui reduit a domdef 
     223 oblige a lire le tableau entier en non pas celui reduit a <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    224224 
    225225     
     
    306306     
    307307    <h4>Version</h4> 
    308  $Id: nlec.pro 232 2007-03-20 16:59:36Z pinsard $ 
     308 $Id: nlec.pro 254 2007-06-26 15:58:20Z pinsard $ 
    309309 
    310310    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlec5j.html

    r249 r290  
    194194 
    195195     
    196  oblige a lire le tableau entier en non pas celui reduit a domdef 
     196 oblige a lire le tableau entier en non pas celui reduit a <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    197197 
    198198     
     
    221221     
    222222    <h4>Version</h4> 
    223  $Id: nlec5j.pro 232 2007-03-20 16:59:36Z pinsard $ 
     223 $Id: nlec5j.pro 254 2007-06-26 15:58:20Z pinsard $ 
    224224 
    225225    <h4>History</h4> 
     
    234234     
    235235    <h4>Restrictions</h4> 
    236  appele par <a href=".//nlec.html">nlec</a> 
     236 appele par <a href="..//Obsolete/nlec.html">nlec</a> 
    237237 
    238238 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecan.html

    r249 r290  
    193193 
    194194     
    195  oblige a lire le tableau entier en non pas celui reduit a domdef 
     195 oblige a lire le tableau entier en non pas celui reduit a <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    196196 
    197197     
     
    220220     
    221221    <h4>Version</h4> 
    222  $Id: nlecan.pro 238 2007-03-27 13:43:18Z pinsard $ 
     222 $Id: nlecan.pro 254 2007-06-26 15:58:20Z pinsard $ 
    223223 
    224224    <h4>History</h4> 
     
    232232     
    233233    <h4>Restrictions</h4> 
    234  appele par <a href=".//nlec.html">nlec</a> 
     234 appele par <a href="..//Obsolete/nlec.html">nlec</a> 
    235235 
    236236 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecmois.html

    r249 r290  
    181181 
    182182     
    183  oblige a lire le tableau entier en non pas celui reduit a domdef 
     183 oblige a lire le tableau entier en non pas celui reduit a <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    184184 
    185185     
     
    206206     
    207207    <h4>Version</h4> 
    208  $Id: nlecmois.pro 231 2007-03-19 17:15:51Z pinsard $ 
     208 $Id: nlecmois.pro 254 2007-06-26 15:58:20Z pinsard $ 
    209209 
    210210    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecsaison.html

    r249 r290  
    193193 
    194194     
    195  oblige a lire le tableau entier en non pas celui reduit a domdef 
     195 oblige a lire le tableau entier en non pas celui reduit a <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    196196 
    197197     
     
    220220     
    221221    <h4>Version</h4> 
    222  $Id: nlecsaison.pro 232 2007-03-20 16:59:36Z pinsard $ 
     222 $Id: nlecsaison.pro 254 2007-06-26 15:58:20Z pinsard $ 
    223223 
    224224    <h4>History</h4> 
     
    233233     
    234234    <h4>Restrictions</h4> 
    235  appele par <a href=".//nlec.html">nlec</a> 
     235 appele par <a href="..//Obsolete/nlec.html">nlec</a> 
    236236 
    237237 
  • trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/nlecserie.html

    r249 r290  
    190190 
    191191     
    192  oblige a lire le tableau entier en non pas celui reduit a domdef 
     192 oblige a lire le tableau entier en non pas celui reduit a <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    193193 
    194194     
     
    217217     
    218218    <h4>Version</h4> 
    219  $Id: nlecserie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     219 $Id: nlecserie.pro 254 2007-06-26 15:58:20Z pinsard $ 
    220220 
    221221    <h4>History</h4> 
     
    230230     
    231231    <h4>Restrictions</h4> 
    232  appele par <a href=".//nlec.html">nlec</a> 
     232 appele par <a href="..//Obsolete/nlec.html">nlec</a> 
    233233 
    234234 
  • trunk/SRC/Documentation/idldoc_assistant_output/Picture/imdisp.html

    r249 r290  
    6363     
    6464    Display an image on the current graphics device. 
    65     IMDISP is an advanced replacement for <prodil>TV</proidl> and 
    66     <proidl>TVSCL</proidl>. 
     65    IMDISP is an advanced replacement for <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a> and 
     66    <a href="/Applications/rsi/idl_6.3/help/online_help/TVSCL.html">TVSCL</a>. 
    6767 
    6868    - Supports WIN, MAC, X, CGM, PCL, PRINTER, PS, and Z graphics devices, 
     
    615615     
    616616    <h4>Version</h4> 
    617  $Id: imdisp.pro 242 2007-04-06 08:35:17Z pinsard $ 
     617 $Id: imdisp.pro 262 2007-08-21 14:19:32Z pinsard $ 
    618618 
    619619    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Postscript/closeps.html

    r249 r290  
    103103 
    104104     
    105  id of the information widget (created by <a href=".//OPENPS.html">OPENPS</a>) 
     105 id of the information widget (created by <a href="..//Postscript/openps.html">openps</a>) 
    106106 that we have to destroy at the end of closeps (when the postscript is done). 
    107107 
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: closeps.pro 238 2007-03-27 13:43:18Z pinsard $ 
     115 $Id: closeps.pro 259 2007-08-20 14:03:17Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Postscript/openps.html

    r249 r290  
    140140 the widget giving information about the postscript creation is stored as a 
    141141 long integer. 
    142  This id is needed by <a href=".//closeps.html">closeps</a> to kill the information widget. 
     142 This id is needed by <a href="..//Postscript/closeps.html">closeps</a> to kill the information widget. 
    143143 
    144144     
     
    237237 
    238238     
    239  Used to pass keywords to <proidl>device</proidl>. 
     239 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/DEVICE.html">DEVICE</a>. 
    240240 
    241241     
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: openps.pro 238 2007-03-27 13:43:18Z pinsard $ 
     248 $Id: openps.pro 260 2007-08-20 15:24:57Z pinsard $ 
    249249 
    250250    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/directory-overview.html

    r249 r290  
    2121      <ul> 
    2222         
     23        <li><a href="ncdf_getatt.html" target="file_frame">ncdf_getatt.pro</a></li> 
    2324        <li><a href="ncdf_getaxis.html" target="file_frame">ncdf_getaxis.pro</a></li> 
    24         <li><a href="ncdf_timeget.html" target="file_frame">ncdf_timeget.pro</a></li> 
     25        <li><a href="ncdf_getmask.html" target="file_frame">ncdf_getmask.pro</a></li> 
     26        <li><a href="ncdf_gettime.html" target="file_frame">ncdf_gettime.pro</a></li> 
    2527        <li><a href="read_grads.html" target="file_frame">read_grads.pro</a></li> 
    2628        <li><a href="read_oasis.html" target="file_frame">read_oasis.pro</a></li> 
     
    3436      </ul> 
    3537 
    36       <div id="tagline">11 files</div> 
     38      <div id="tagline">13 files</div> 
    3739       
    3840 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/ncdf_getaxis.html

    r249 r290  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href=""><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="ncdf_getatt.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="ncdf_timeget.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
     52<a href="ncdf_getmask.html"><img src="./../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
     
    7171 
    7272      <h2>ncdf_getaxis  <font size="-1" color="#006633"> 
    73  Reading 
     73 Read NetCDF file 
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">ncdf_getaxis<i>, <a href="#_ncdf_getaxis_keyword_cdfid">cdfid</a>, <a href="#_ncdf_getaxis_keyword_dimidx">dimidx</a>, <a href="#_ncdf_getaxis_keyword_dimidy">dimidy</a>, <a href="#_ncdf_getaxis_keyword_xaxis">xaxis</a>, <a href="#_ncdf_getaxis_keyword_yaxis">yaxis</a></i>, <a href="#_ncdf_getaxis_keyword_XAXISNAME">XAXISNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_YAXISNAME">YAXISNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_XDIMNAME">XDIMNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_YDIMNAME">YDIMNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_ncdf_getaxis_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_ncdf_getaxis_keyword_ROMSGRID">ROMSGRID</a>=<i>variable</i>, <a href="#_ncdf_getaxis_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">ncdf_getaxis<i>, <a href="#_ncdf_getaxis_keyword_fileid">fileid</a>, <a href="#_ncdf_getaxis_keyword_dimidx">dimidx</a>, <a href="#_ncdf_getaxis_keyword_dimidy">dimidy</a>, <a href="#_ncdf_getaxis_keyword_xaxis">xaxis</a>, <a href="#_ncdf_getaxis_keyword_yaxis">yaxis</a></i>, <a href="#_ncdf_getaxis_keyword_XAXISNAME">XAXISNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_YAXISNAME">YAXISNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_XDIMNAME">XDIMNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_YDIMNAME">YDIMNAME</a>=<i>scalar string</i>, <a href="#_ncdf_getaxis_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_ncdf_getaxis_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_ncdf_getaxis_keyword_ROMSGRID">ROMSGRID</a>=<i>variable</i>, <a href="#_ncdf_getaxis_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    8585     
    8686 
    87     <a name="#_ncdf_getaxis_keyword_cdfid"></a> 
    88     <h4>cdfid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    89       <font size="-1" color="#006633">in</font> 
    90        
    91        
    92       <font size="-1" color="#006633">required</font> 
    93        
    94       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
    95        
    96        
    97     </h4> 
    98  
    99      
    100  the id of the netcdf file 
    101  
     87    <a name="#_ncdf_getaxis_keyword_fileid"></a> 
     88    <h4>fileid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     89       
     90       
     91       
     92       
     93       
     94       
     95       
     96       
     97    </h4> 
     98 
     99     
    102100     
    103101 
     
    189187     
    190188 A string giving the name of the variable in the file 
    191  that contains the [xyz]axis. 
     189 that contains the x axis or/and a named variable 
     190 in which this variable name is returned. 
    192191 
    193192     
     
    206205     
    207206 A string giving the name of the variable in the file 
    208  that contains the [xyz]axis. 
     207 that contains the y axis or/and a named variable 
     208 in which this variable name is returned. 
    209209 
    210210     
     
    222222 
    223223     
    224  A string giving the name of the x dimension 
     224 A string giving the name of the x dimension or/and a named variable 
     225 in which x dimension name is returned. 
    225226 
    226227     
     
    238239 
    239240     
    240  A string giving the name of the y dimension 
     241 A string giving the name of the y dimension or/and a named variable 
     242 in which y dimension name is returned. 
    241243 
    242244     
     
    258260 x/yaxis = keyword_set(start1) + findgen(jpi/jpj) 
    259261 
    260  
    261  
    262262     
    263263    <a name="#_ncdf_getaxis_keyword_START1"></a> 
     
    315315     
    316316    <h4>Version</h4> 
    317  $Id: ncdf_getaxis.pro 232 2007-03-20 16:59:36Z pinsard $ 
     317 $Id: ncdf_getaxis.pro 271 2007-08-30 12:44:23Z smasson $ 
    318318    <h4>History</h4> 
    319319 March 2007: Sebastien Masson (smasson@locean-ipsl.upmc.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/ncdf_timeget.html

    r249 r290  
    163163 
    164164     
    165     </pre><h3>Version history</h3> 
     165    </pre></pre><h3>Version history</h3> 
    166166     
    167167    <h4>Version</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/read_grads.html

    r249 r290  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="ncdf_timeget.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="ncdf_gettime.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/readoldoparestart.html

    r249 r290  
    7777      <dd><font size="-1"></font></dd> 
    7878       
    79       <dt><a href="#_readoldoparestart">readoldoparestart<i>, filename, jpiglo, jpjglo, jpk</i>, IBLOC=<i>IBLOC</i>, JPBYT=<i>JPBYT</i>, NUMREC=<i>NUMREC</i>, ub=<i>ub</i>, vb=<i>vb</i>, tb=<i>tb</i>, sb=<i>sb</i>, rotb=<i>rotb</i>, hdivb=<i>hdivb</i>, un=<i>un</i>, vn=<i>vn</i>, tn=<i>tn</i>, sn=<i>sn</i>, rotn=<i>rotn</i>, hdivn=<i>hdivn</i>, gcx=<i>gcx</i>, gcxb=<i>gcxb</i>, etab=<i>etab</i>, etan=<i>etan</i>, bsfb=<i>bsfb</i>, bsfn=<i>bsfn</i>, bsfd=<i>bsfd</i>, en=<i>en</i></a><dt> 
     79      <dt><a href="#_readoldoparestart">readoldoparestart<i>, filename, jpiglo, jpjglo, jpk</i>, IBLOC=<i>IBLOC</i>, JPBYT=<i>JPBYT</i>, NUMREC=<i>NUMREC</i>, UB=<i>UB</i>, VB=<i>VB</i>, TB=<i>TB</i>, SB=<i>SB</i>, ROTB=<i>ROTB</i>, HDIVB=<i>HDIVB</i>, UN=<i>UN</i>, VN=<i>VN</i>, TN=<i>TN</i>, SN=<i>SN</i>, ROTN=<i>ROTN</i>, HDIVN=<i>HDIVN</i>, GCX=<i>GCX</i>, GCXB=<i>GCXB</i>, ETAB=<i>ETAB</i>, ETAN=<i>ETAN</i>, BSFB=<i>BSFB</i>, BSFN=<i>BSFN</i>, BSFD=<i>BSFD</i>, EN=<i>EN</i></a><dt> 
    8080      <dd><font size="-1"></font></dd> 
    8181       
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: readoldoparestart.pro 240 2007-03-28 12:17:24Z pinsard $ 
     161 $Id: readoldoparestart.pro 262 2007-08-21 14:19:32Z pinsard $ 
    162162    <h4>History</h4> 
    163163 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    285285</font></h2> 
    286286 
    287       <p><font face="Courier">readoldoparestart<i>, <a href="#_readoldoparestart_keyword_filename">filename</a>, <a href="#_readoldoparestart_keyword_jpiglo">jpiglo</a>, <a href="#_readoldoparestart_keyword_jpjglo">jpjglo</a>, <a href="#_readoldoparestart_keyword_jpk">jpk</a></i>, <a href="#_readoldoparestart_keyword_IBLOC">IBLOC</a>=<i>IBLOC</i>, <a href="#_readoldoparestart_keyword_JPBYT">JPBYT</a>=<i>JPBYT</i>, <a href="#_readoldoparestart_keyword_NUMREC">NUMREC</a>=<i>NUMREC</i>, <a href="#_readoldoparestart_keyword_ub">ub</a>=<i>ub</i>, <a href="#_readoldoparestart_keyword_vb">vb</a>=<i>vb</i>, <a href="#_readoldoparestart_keyword_tb">tb</a>=<i>tb</i>, <a href="#_readoldoparestart_keyword_sb">sb</a>=<i>sb</i>, <a href="#_readoldoparestart_keyword_rotb">rotb</a>=<i>rotb</i>, <a href="#_readoldoparestart_keyword_hdivb">hdivb</a>=<i>hdivb</i>, <a href="#_readoldoparestart_keyword_un">un</a>=<i>un</i>, <a href="#_readoldoparestart_keyword_vn">vn</a>=<i>vn</i>, <a href="#_readoldoparestart_keyword_tn">tn</a>=<i>tn</i>, <a href="#_readoldoparestart_keyword_sn">sn</a>=<i>sn</i>, <a href="#_readoldoparestart_keyword_rotn">rotn</a>=<i>rotn</i>, <a href="#_readoldoparestart_keyword_hdivn">hdivn</a>=<i>hdivn</i>, <a href="#_readoldoparestart_keyword_gcx">gcx</a>=<i>gcx</i>, <a href="#_readoldoparestart_keyword_gcxb">gcxb</a>=<i>gcxb</i>, <a href="#_readoldoparestart_keyword_etab">etab</a>=<i>etab</i>, <a href="#_readoldoparestart_keyword_etan">etan</a>=<i>etan</i>, <a href="#_readoldoparestart_keyword_bsfb">bsfb</a>=<i>bsfb</i>, <a href="#_readoldoparestart_keyword_bsfn">bsfn</a>=<i>bsfn</i>, <a href="#_readoldoparestart_keyword_bsfd">bsfd</a>=<i>bsfd</i>, <a href="#_readoldoparestart_keyword_en">en</a>=<i>en</i></font></p> 
     287      <p><font face="Courier">readoldoparestart<i>, <a href="#_readoldoparestart_keyword_filename">filename</a>, <a href="#_readoldoparestart_keyword_jpiglo">jpiglo</a>, <a href="#_readoldoparestart_keyword_jpjglo">jpjglo</a>, <a href="#_readoldoparestart_keyword_jpk">jpk</a></i>, <a href="#_readoldoparestart_keyword_IBLOC">IBLOC</a>=<i>IBLOC</i>, <a href="#_readoldoparestart_keyword_JPBYT">JPBYT</a>=<i>JPBYT</i>, <a href="#_readoldoparestart_keyword_NUMREC">NUMREC</a>=<i>NUMREC</i>, <a href="#_readoldoparestart_keyword_UB">UB</a>=<i>UB</i>, <a href="#_readoldoparestart_keyword_VB">VB</a>=<i>VB</i>, <a href="#_readoldoparestart_keyword_TB">TB</a>=<i>TB</i>, <a href="#_readoldoparestart_keyword_SB">SB</a>=<i>SB</i>, <a href="#_readoldoparestart_keyword_ROTB">ROTB</a>=<i>ROTB</i>, <a href="#_readoldoparestart_keyword_HDIVB">HDIVB</a>=<i>HDIVB</i>, <a href="#_readoldoparestart_keyword_UN">UN</a>=<i>UN</i>, <a href="#_readoldoparestart_keyword_VN">VN</a>=<i>VN</i>, <a href="#_readoldoparestart_keyword_TN">TN</a>=<i>TN</i>, <a href="#_readoldoparestart_keyword_SN">SN</a>=<i>SN</i>, <a href="#_readoldoparestart_keyword_ROTN">ROTN</a>=<i>ROTN</i>, <a href="#_readoldoparestart_keyword_HDIVN">HDIVN</a>=<i>HDIVN</i>, <a href="#_readoldoparestart_keyword_GCX">GCX</a>=<i>GCX</i>, <a href="#_readoldoparestart_keyword_GCXB">GCXB</a>=<i>GCXB</i>, <a href="#_readoldoparestart_keyword_ETAB">ETAB</a>=<i>ETAB</i>, <a href="#_readoldoparestart_keyword_ETAN">ETAN</a>=<i>ETAN</i>, <a href="#_readoldoparestart_keyword_BSFB">BSFB</a>=<i>BSFB</i>, <a href="#_readoldoparestart_keyword_BSFN">BSFN</a>=<i>BSFN</i>, <a href="#_readoldoparestart_keyword_BSFD">BSFD</a>=<i>BSFD</i>, <a href="#_readoldoparestart_keyword_EN">EN</a>=<i>EN</i></font></p> 
    288288 
    289289     
     
    416416 
    417417     
    418     <a name="#_readoldoparestart_keyword_ub"></a> 
    419     <h4>ub&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    420        
    421        
    422        
    423        
    424        
    425        
    426        
    427        
    428     </h4> 
    429  
    430      
    431  
    432  
    433      
    434     <a name="#_readoldoparestart_keyword_vb"></a> 
    435     <h4>vb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    436        
    437        
    438        
    439        
    440        
    441        
    442        
    443        
    444     </h4> 
    445  
    446      
    447  
    448  
    449      
    450     <a name="#_readoldoparestart_keyword_tb"></a> 
    451     <h4>tb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    452        
    453        
    454        
    455        
    456        
    457        
    458        
    459        
    460     </h4> 
    461  
    462      
    463  
    464      
    465     <a name="#_readoldoparestart_keyword_sb"></a> 
    466     <h4>sb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    467        
    468        
    469        
    470        
    471        
    472        
    473        
    474        
    475     </h4> 
    476  
    477      
    478  
    479      
    480     <a name="#_readoldoparestart_keyword_rotb"></a> 
    481     <h4>rotb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    482        
    483        
    484        
    485        
    486        
    487        
    488        
    489        
    490     </h4> 
    491  
    492      
    493  
    494      
    495     <a name="#_readoldoparestart_keyword_hdivb"></a> 
    496     <h4>hdivb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    497        
    498        
    499        
    500        
    501        
    502        
    503        
    504        
    505     </h4> 
    506  
    507      
    508  
    509      
    510     <a name="#_readoldoparestart_keyword_un"></a> 
    511     <h4>un&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    512        
    513        
    514        
    515        
    516        
    517        
    518        
    519        
    520     </h4> 
    521  
    522      
    523  
    524      
    525     <a name="#_readoldoparestart_keyword_vn"></a> 
    526     <h4>vn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    527        
    528        
    529        
    530        
    531        
    532        
    533        
    534        
    535     </h4> 
    536  
    537      
    538  
    539      
    540     <a name="#_readoldoparestart_keyword_tn"></a> 
    541     <h4>tn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    542        
    543        
    544        
    545        
    546        
    547        
    548        
    549        
    550     </h4> 
    551  
    552      
    553  
    554      
    555     <a name="#_readoldoparestart_keyword_sn"></a> 
    556     <h4>sn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    557        
    558        
    559        
    560        
    561        
    562        
    563        
    564        
    565     </h4> 
    566  
    567      
    568  
    569      
    570     <a name="#_readoldoparestart_keyword_rotn"></a> 
    571     <h4>rotn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    572        
    573        
    574        
    575        
    576        
    577        
    578        
    579        
    580     </h4> 
    581  
    582      
    583  
    584      
    585     <a name="#_readoldoparestart_keyword_hdivn"></a> 
    586     <h4>hdivn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    587        
    588        
    589        
    590        
    591        
    592        
    593        
    594        
    595     </h4> 
    596  
    597      
    598  
    599      
    600     <a name="#_readoldoparestart_keyword_gcx"></a> 
    601     <h4>gcx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    602        
    603        
    604        
    605        
    606        
    607        
    608        
    609        
    610     </h4> 
    611  
    612      
    613  
    614      
    615     <a name="#_readoldoparestart_keyword_gcxb"></a> 
    616     <h4>gcxb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    617        
    618        
    619        
    620        
    621        
    622        
    623        
    624        
    625     </h4> 
    626  
    627      
    628  
    629      
    630     <a name="#_readoldoparestart_keyword_etab"></a> 
    631     <h4>etab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    632        
    633        
    634        
    635        
    636        
    637        
    638        
    639        
    640     </h4> 
    641  
    642      
    643  
    644      
    645     <a name="#_readoldoparestart_keyword_etan"></a> 
    646     <h4>etan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    647        
    648        
    649        
    650        
    651        
    652        
    653        
    654        
    655     </h4> 
    656  
    657      
    658  
    659      
    660     <a name="#_readoldoparestart_keyword_bsfb"></a> 
    661     <h4>bsfb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    662        
    663        
    664        
    665        
    666        
    667        
    668        
    669        
    670     </h4> 
    671  
    672      
    673  
    674      
    675     <a name="#_readoldoparestart_keyword_bsfn"></a> 
    676     <h4>bsfn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    677        
    678        
    679        
    680        
    681        
    682        
    683        
    684        
    685     </h4> 
    686  
    687      
    688  
    689      
    690     <a name="#_readoldoparestart_keyword_bsfd"></a> 
    691     <h4>bsfd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    692        
    693        
    694        
    695        
    696        
    697        
    698        
    699        
    700     </h4> 
    701  
    702      
    703  
    704      
    705     <a name="#_readoldoparestart_keyword_en"></a> 
    706     <h4>en&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     418    <a name="#_readoldoparestart_keyword_UB"></a> 
     419    <h4>UB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     420       
     421       
     422       
     423       
     424       
     425       
     426       
     427       
     428    </h4> 
     429 
     430     
     431 
     432 
     433     
     434    <a name="#_readoldoparestart_keyword_VB"></a> 
     435    <h4>VB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     436       
     437       
     438       
     439       
     440       
     441       
     442       
     443       
     444    </h4> 
     445 
     446     
     447 
     448 
     449     
     450    <a name="#_readoldoparestart_keyword_TB"></a> 
     451    <h4>TB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     452       
     453       
     454       
     455       
     456       
     457       
     458       
     459       
     460    </h4> 
     461 
     462     
     463 
     464     
     465    <a name="#_readoldoparestart_keyword_SB"></a> 
     466    <h4>SB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     467       
     468       
     469       
     470       
     471       
     472       
     473       
     474       
     475    </h4> 
     476 
     477     
     478 
     479     
     480    <a name="#_readoldoparestart_keyword_ROTB"></a> 
     481    <h4>ROTB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     482       
     483       
     484       
     485       
     486       
     487       
     488       
     489       
     490    </h4> 
     491 
     492     
     493 
     494     
     495    <a name="#_readoldoparestart_keyword_HDIVB"></a> 
     496    <h4>HDIVB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     497       
     498       
     499       
     500       
     501       
     502       
     503       
     504       
     505    </h4> 
     506 
     507     
     508 
     509     
     510    <a name="#_readoldoparestart_keyword_UN"></a> 
     511    <h4>UN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     512       
     513       
     514       
     515       
     516       
     517       
     518       
     519       
     520    </h4> 
     521 
     522     
     523 
     524     
     525    <a name="#_readoldoparestart_keyword_VN"></a> 
     526    <h4>VN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     527       
     528       
     529       
     530       
     531       
     532       
     533       
     534       
     535    </h4> 
     536 
     537     
     538 
     539     
     540    <a name="#_readoldoparestart_keyword_TN"></a> 
     541    <h4>TN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     542       
     543       
     544       
     545       
     546       
     547       
     548       
     549       
     550    </h4> 
     551 
     552     
     553 
     554     
     555    <a name="#_readoldoparestart_keyword_SN"></a> 
     556    <h4>SN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     557       
     558       
     559       
     560       
     561       
     562       
     563       
     564       
     565    </h4> 
     566 
     567     
     568 
     569     
     570    <a name="#_readoldoparestart_keyword_ROTN"></a> 
     571    <h4>ROTN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     572       
     573       
     574       
     575       
     576       
     577       
     578       
     579       
     580    </h4> 
     581 
     582     
     583 
     584     
     585    <a name="#_readoldoparestart_keyword_HDIVN"></a> 
     586    <h4>HDIVN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     587       
     588       
     589       
     590       
     591       
     592       
     593       
     594       
     595    </h4> 
     596 
     597     
     598 
     599     
     600    <a name="#_readoldoparestart_keyword_GCX"></a> 
     601    <h4>GCX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     602       
     603       
     604       
     605       
     606       
     607       
     608       
     609       
     610    </h4> 
     611 
     612     
     613 
     614     
     615    <a name="#_readoldoparestart_keyword_GCXB"></a> 
     616    <h4>GCXB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     617       
     618       
     619       
     620       
     621       
     622       
     623       
     624       
     625    </h4> 
     626 
     627     
     628 
     629     
     630    <a name="#_readoldoparestart_keyword_ETAB"></a> 
     631    <h4>ETAB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     632       
     633       
     634       
     635       
     636       
     637       
     638       
     639       
     640    </h4> 
     641 
     642     
     643 
     644     
     645    <a name="#_readoldoparestart_keyword_ETAN"></a> 
     646    <h4>ETAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     647       
     648       
     649       
     650       
     651       
     652       
     653       
     654       
     655    </h4> 
     656 
     657     
     658 
     659     
     660    <a name="#_readoldoparestart_keyword_BSFB"></a> 
     661    <h4>BSFB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     662       
     663       
     664       
     665       
     666       
     667       
     668       
     669       
     670    </h4> 
     671 
     672     
     673 
     674     
     675    <a name="#_readoldoparestart_keyword_BSFN"></a> 
     676    <h4>BSFN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     677       
     678       
     679       
     680       
     681       
     682       
     683       
     684       
     685    </h4> 
     686 
     687     
     688 
     689     
     690    <a name="#_readoldoparestart_keyword_BSFD"></a> 
     691    <h4>BSFD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     692       
     693       
     694       
     695       
     696       
     697       
     698       
     699       
     700    </h4> 
     701 
     702     
     703 
     704     
     705    <a name="#_readoldoparestart_keyword_EN"></a> 
     706    <h4>EN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    707707       
    708708       
     
    725725     
    726726    <h4>Version</h4> 
    727  $Id: readoldoparestart.pro 240 2007-03-28 12:17:24Z pinsard $ 
     727 $Id: readoldoparestart.pro 262 2007-08-21 14:19:32Z pinsard $ 
    728728    <h4>History</h4> 
    729729 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/depth2floatlevel.html

    r249 r290  
    102102 
    103103     
    104  2d depth array (or a structure respecting litchamp criterion) 
     104 2d depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterion) 
    105105 
    106106     
     
    138138     
    139139    <h4>Version</h4> 
    140  $Id: depth2floatlevel.pro 231 2007-03-19 17:15:51Z pinsard $ 
     140 $Id: depth2floatlevel.pro 268 2007-08-24 14:07:01Z pinsard $ 
    141141 
    142142    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/depth2level.html

    r249 r290  
    100100 
    101101     
    102  2d depth array (or a structure respecting litchamp criterions) 
     102 2d depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    103103 
    104104     
     
    193193     
    194194    <h4>Version</h4> 
    195  $Id: depth2level.pro 232 2007-03-20 16:59:36Z pinsard $ 
     195 $Id: depth2level.pro 268 2007-08-24 14:07:01Z pinsard $ 
    196196    <h4>History</h4> 
    197197 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/depth2mask.html

    r249 r290  
    101101 
    102102     
    103  2d sill depth array (or a structure respecting litchamp criterions) 
     103 2d sill depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    104104 
    105105     
     
    132132     
    133133    <h4>Version</h4> 
    134  $Id: depth2mask.pro 232 2007-03-20 16:59:36Z pinsard $ 
     134 $Id: depth2mask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    135135 
    136136    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/determ2.html

    r249 r290  
    165165 IDL> a=findgen(2,2,5) 
    166166 IDL> print, determ2(a) 
    167  IDL> FOR i=0,4 DO print, determ(a[*,*,i]) ; IDL solution 
     167 IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
    168168 
    169169    </pre><h3>Version history</h3> 
    170170     
    171171    <h4>Version</h4> 
    172  $Id: determ2.pro 223 2007-03-14 17:13:39Z pinsard $ 
     172 $Id: determ2.pro 268 2007-08-24 14:07:01Z pinsard $ 
    173173 
    174174    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/floatlevel2depth.html

    r249 r290  
    6262 
    6363     
    64  Rather comparable to <a href=".//level2depth.html">level2depth</a>. 
    65  It is the invert function of <a href=".//depth2floatlevel.html">depth2floatlevel</a>. 
     64 Rather comparable to <a href="../..//ToBeReviewed/CALCULS/level2depth.html">level2depth</a>. 
     65 It is the invert function of <a href="../..//ToBeReviewed/CALCULS/depth2floatlevel.html">depth2floatlevel</a>. 
    6666 
    6767 
     
    101101 
    102102     
    103  2d array of sill levels (or a structure respecting litchamp criterions) 
     103 2d array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    104104 
    105105     
     
    137137     
    138138    <h4>Version</h4> 
    139  $Id: floatlevel2depth.pro 232 2007-03-20 16:59:36Z pinsard $ 
     139 $Id: floatlevel2depth.pro 268 2007-08-24 14:07:01Z pinsard $ 
    140140 
    141141    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/grossemoyenne.html

    r249 r290  
    6363     
    6464 averages a 3- or 4-d time series field over a selected 
    65  geographical area or along the time axis. For one ore more 
     65 geographical area or along the time axis. For one or more 
    6666 selected axes (x, y, z, t) 
    6767 
     
    139139 
    140140     
    141  [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see domdef 
    142  boxzoom can have 5 forms: 
     141 [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     142 boxzoom can have 5 forms : 
    143143 [vert2], [vert1, vert2],[lon1, lon2, lat1, lat2], 
    144144 [lon1, lon2, lat1, lat2, vert2],[lon1, lon2, lat1, lat2, vert1,vert2] 
     
    181181 corresponding to nan = !values.f_nan and of 0, which desactivate nan). 
    182182 We have to put NAN=a. 
    183  Comment: In output, rsult points which are NAN will be valued a or 
     183 Comment: In output, result points which are NAN will be valued a or 
    184184 !values.f_nan. 
    185185 
     
    199199     
    200200 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  
     201 keyword boxzoom is present (like when <a href="../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> is called via  
    202202 <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    203203 
     
    280280     
    281281    <h4>Version</h4> 
    282  $Id: grossemoyenne.pro 245 2007-05-25 14:14:17Z smasson $ 
     282 $Id: grossemoyenne.pro 268 2007-08-24 14:07:01Z pinsard $ 
    283283    <h4>History</h4> 
    284284 Jerome Vialard (jv@lodyc.jussieu.fr) 
     
    306306 result:un tableau 
    307307 common 
    308  domdef 
     308 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    309309 
    310310     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/level2depth.html

    r249 r290  
    6262 
    6363     
    64  Allows to pass from a 2d level array to a 2d depth array corresponding o these levels 
     64 Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
    6565 
    6666 
     
    100100 
    101101     
    102  2d level array of sill levels (or a structure respecting litchamp criterions) 
     102 2d level array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    103103 
    104104     
     
    131131     
    132132    <h4>Version</h4> 
    133  $Id: level2depth.pro 231 2007-03-19 17:15:51Z pinsard $ 
     133 $Id: level2depth.pro 268 2007-08-24 14:07:01Z pinsard $ 
    134134 
    135135    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/level2mask.html

    r249 r290  
    101101 
    102102     
    103  2d level array of sill level (or a structure respecting litchamp criterions) 
     103 2d level array of sill level (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>  
     104 criterions) 
    104105 
    105106     
     
    112113     
    113114    <h4>Version</h4> 
    114  $Id: level2mask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: level2mask.pro 266 2007-08-24 12:27:48Z pinsard $ 
    115116 
    116117    <h4>History</h4> 
    117118 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    118119                       17/6/1999 
    119  Setp 2004: boundary level have 0 values and not 1 (as it was 
     120 Sept 2004: boundary level have 0 values and not 1 (as it was 
    120121 explained before in the header). see: 
    121122 print, array_equal(niveau, total(level2mask(niveau),3)) 
    122  
    123123 
    124124     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/moyenne.html

    r249 r290  
    6363     
    6464 averages a 2- or 3-d field over a selected 
    65            geographical area and along one ore more 
     65           geographical area and along one or more 
    6666            selected axes (x, y or z) 
    6767 
     
    140140 
    141141     
    142  [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see domdef 
     142 [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    143143 boxzoom can have 5 forms: 
    144144  [vert2], 
     
    199199     
    200200 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  
     201 keyword boxzoom is present (like when <a href="../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> is called  
    202202 via <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    203203 
     
    240240     
    241241    <h4>Version</h4> 
    242  $Id: moyenne.pro 237 2007-03-26 15:37:03Z pinsard $ 
     242 $Id: moyenne.pro 268 2007-08-24 14:07:01Z pinsard $ 
    243243 
    244244    <h4>History</h4> 
     
    266266    <h4>Uses routines</h4> 
    267267 common 
    268  domdef 
     268 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    269269 
    270270     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/norme.html

    r249 r290  
    146146     
    147147 boxzoom on which do the average (by default the domain selected 
    148  by the last domdef done) 
     148 by the last <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> done) 
    149149 
    150150     
     
    184184    <h3>Examples</h3><pre> 
    185185 To calculate the average of the norme of streams on all the domain 
    186  between 0 et 50: 
     186 between 0 and 50: 
    187187      IDL> res=norme(un,vn,boxzoom=[0,50],dir='xyz') 
    188188 
     
    190190     
    191191    <h4>Version</h4> 
    192  $Id: norme.pro 232 2007-03-20 16:59:36Z pinsard $ 
     192 $Id: norme.pro 264 2007-08-22 14:30:29Z pinsard $ 
    193193 
    194194    <h4>History</h4> 
     
    203203     
    204204    <h4>Restrictions</h4> 
    205  The norm is calculated on points TTo do this calculation, we average 
    206  field U and Von points T before calculate the norme. At the edge of 
     205 The norm is calculated on points T. To do this calculation, we average 
     206 field U and V on points T before calculate the norme. At the edge of 
    207207 coast and of domain, we can not calculate fields U and V at points T, 
    208208 that is why these points are at value !values.f_nan. 
     
    210210 When we calculate on a reduce geographic domain, field U and V have not 
    211211 necessarily the same number of point. In this case, we recut U and V to 
    212  keep only common points. We profit of this to redo a domdef which redefine 
     212 keep only common points. We profit of this to redo a <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> which redefine 
    213213 a geographic domain on which fields U and V are extracted on same points 
    214214 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/remplit.html

    r249 r290  
    7272</font></h2> 
    7373 
    74       <p><font face="Courier"><i>result = </i>remplit(<i><a href="#_remplit_keyword_zinput">zinput</a></i>, <a href="#_remplit_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_remplit_keyword_NITER">NITER</a>=<i>NITER</i>, <a href="#_remplit_keyword_BASIQUE">BASIQUE</a>=<i>BASIQUE</i>, <a href="#_remplit_keyword_mask">mask</a>=<i>mask</i>, <a href="#_remplit_keyword_FILLXDIR">FILLXDIR</a>=<i>FILLXDIR</i>, <a href="#_remplit_keyword_FILLYDIR">FILLYDIR</a>=<i>FILLYDIR</i>, <a href="#_remplit_keyword_FILLVAL">FILLVAL</a>=<i>FILLVAL</i>, <a href="#_remplit_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     74      <p><font face="Courier"><i>result = </i>remplit(<i><a href="#_remplit_keyword_zinput">zinput</a></i>, <a href="#_remplit_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_remplit_keyword_NITER">NITER</a>=<i>NITER</i>, <a href="#_remplit_keyword_BASIQUE">BASIQUE</a>=<i>BASIQUE</i>, <a href="#_remplit_keyword_MASK">MASK</a>=<i>MASK</i>, <a href="#_remplit_keyword_FILLXDIR">FILLXDIR</a>=<i>FILLXDIR</i>, <a href="#_remplit_keyword_FILLYDIR">FILLYDIR</a>=<i>FILLYDIR</i>, <a href="#_remplit_keyword_FILLVAL">FILLVAL</a>=<i>FILLVAL</i>, <a href="#_remplit_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7575 
    7676     
     
    149149 
    150150     
    151     <a name="#_remplit_keyword_mask"></a> 
    152     <h4>mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     151    <a name="#_remplit_keyword_MASK"></a> 
     152    <h4>MASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    153153       
    154154       
     
    232232     
    233233    <h4>Version</h4> 
    234  $Id: remplit.pro 238 2007-03-27 13:43:18Z pinsard $ 
     234 $Id: remplit.pro 262 2007-08-21 14:19:32Z pinsard $ 
    235235 
    236236; 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/decoupeterre.html

    r249 r290  
    6262 
    6363     
    64  Similar to grille. Here, when vargrid is not 'T' or 'W', we have to 
    65  recuperate Tmask, glamt, gphit and the array of triangulation on the 
    66  considered sub-domain for the drawing. The specificity of decoupeterre 
    67  in comparaison with grille, is that we take, if possible, a sub-domain 
    68  just a little bit bigger than the one defined by domdef in order to be 
     64 Similar to <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>.  
     65 Here, when vargrid is not 'T' or 'W', we have to 
     66 recuperate tmask, glamt, gphit and the array of triangulation on the 
     67 considered sub-domain for the drawing.  
     68 The specificity of decoupeterre, in comparaison with <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>, is  
     69 that we take, if possible, a sub-domain just a little bit bigger than the  
     70 one defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> in order to be 
    6971 sure that the mask we draw will cover over all the drawing. 
    7072 
     
    7678 
    7779      <h2>decoupeterre  <font size="-1" color="#006633"> 
    78  Utilities 
     80 Grid 
    7981</font></h2> 
    8082 
     
    187189 
    188190     
    189  This keyword serve to obtain, thanks to grille, the triangulation which 
    190  refer to the grid but only on the part of the zoom. This of triangulation 
     191 This keyword serve to obtain, thanks to <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>, the triangulation which 
     192 refer to the grid but only on the part of the zoom. This array of triangulation 
    191193 is passed in the variable we have equate at TRI. 
    192194 For example: grille,...,tri=triangulation_reduite. 
     
    308310     
    309311    <h4>Version</h4> 
    310  $Id: decoupeterre.pro 232 2007-03-20 16:59:36Z pinsard $ 
     312 $Id: decoupeterre.pro 268 2007-08-24 14:07:01Z pinsard $ 
    311313 
    312314    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/domdef.html

    r249 r290  
    7272 
    7373      <h2>domdef  <font size="-1" color="#006633"> 
     74 Grid 
    7475</font></h2> 
    7576 
     
    241242 
    242243     
    243  It is possible that points t,u,v and F correspond to a same geographic 
     244 It is possible that points T, U, V and F correspond to a same geographic 
    244245 box which do not concern the same array indexes. This is sometimes a 
    245246 problem (or at least serious complications) in programs where several 
    246  type of grid intervene (see norme, curl...). Activate MEMEINDICE to 
    247  force domdef to take same indexes -those of the grid T- for all other 
    248  grids. 
     247 type of grid intervene (see <a href="../..//ToBeReviewed/CALCULS/norme.html">norme</a>, <a href="../..//Computation/curl.html">curl</a>...). 
     248 Activate MEMEINDICES to force <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> to take same indexes - those 
     249 of the grid T- for all other grids. 
    249250 
    250251     
     
    262263 
    263264     
    264  We activate it if we want that all elements passed in input of domdef 
     265 We activate it if we want that all elements passed in input of 
     266 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    265267 and concerning the X dimension refer to indexes of glam arrays rather 
    266268 than to values of these arrays. 
     
    280282 
    281283     
    282  We activate it if we want that all elements passed in input of domdef 
     284 We activate it if we want that all elements passed in input of 
     285 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    283286 and concerning the X dimension refer to indexes of gphi arrays rather 
    284287 than to values of these arrays. 
     
    298301 
    299302     
    300  We activate it if we want that all elements passed in input of domdef 
     303 We activate it if we want that all elements passed in input of 
     304 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    301305 and concerning the X dimension refer to indexes of gdep arrays rather 
    302306 than to values of these arrays. 
     
    317321     
    318322 A four elements vector [x1,y1,x2,y2] used to specify 
    319  that domdef must define the box used to make a plot (pltz, pltt, 
    320  plt1d) done strictly along the line (that can have any direction) 
     323 that <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> must define the box used to make a plot 
     324 (<a href="../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>, <a href="../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a>, <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a>) done strictly along the line (that can have any direction) 
    321325 starting at (x1, y1) ending at (x2, y2). When defining endpoints, 
    322326 you must also define TYPE which define the type of plots 
     
    352356 
    353357     
    354  We activate it if we want that all elements passed in input of domdef 
    355  refer to indexes of glam, gphi and gdep arrays rather than to values 
    356  of these arrays. 
     358 We activate it if we want that all elements passed in input of 
     359 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> refer to indexes of glam, gphi and gdep arrays rather 
     360 than to values of these arrays. 
    357361 
    358362     
     
    377381     
    378382    <h4>Version</h4> 
    379  $Id: domdef.pro 240 2007-03-28 12:17:24Z pinsard $ 
     383 $Id: domdef.pro 280 2007-09-12 15:40:51Z smasson $ 
    380384 
    381385    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/f2v.html

    r249 r290  
    8282 
    8383    <h3>Return value</h3> 
    84  res, a 2, 3 or 4d array 
     84 a 2d, 3d or 4d array 
    8585 
    8686 
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: f2v.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: f2v.pro 268 2007-08-24 14:07:01Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/fmask.html

    r249 r290  
    7171 
    7272      <h2>fmask  <font size="-1" color="#006633"> 
    73  Utilities 
     73 Grid  
    7474</font></h2> 
    7575 
     
    9494     
    9595    <h4>Version</h4> 
    96  $Id: fmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: fmask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    9797 
    9898    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/grille.html

    r249 r290  
    6464 Choose the grid which must be used to do the graph in function of 
    6565 vargrid and send back corresponding parameters calculated in 
    66  <a href=".//domdef.html">domdef</a> and reduced at the domain defined by 
    67  <a href=".//domdef.html">domdef</a> (contrarily to  
     66 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and reduced at the domain defined by 
     67 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> (contrarily to  
    6868 <pro>grandegrille</pro>) 
    6969 BEWARE!! The choice of the grid is made from the value of the 
     
    7777 
    7878      <h2>grille  <font size="-1" color="#006633"> 
     79 Grid 
    7980</font></h2> 
    8081 
     
    103104 
    104105     
    105  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     106 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    106107 
    107108     
     
    120121 
    121122     
    122  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     123 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    123124 
    124125     
     
    137138 
    138139     
    139  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     140 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    140141 
    141142     
     
    154155 
    155156     
    156  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     157 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    157158 
    158159     
     
    171172 
    172173     
    173  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     174 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    174175 
    175176     
     
    188189 
    189190     
    190  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     191 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    191192 
    192193     
     
    205206 
    206207     
    207  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     208 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    208209 
    209210     
     
    222223 
    223224     
    224  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     225 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    225226 
    226227     
     
    239240 
    240241     
    241  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     242 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    242243 
    243244     
     
    256257 
    257258     
    258  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     259 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    259260 
    260261     
     
    273274 
    274275     
    275  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     276 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    276277 
    277278     
     
    290291 
    291292     
    292  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     293 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    293294 
    294295     
     
    307308 
    308309     
    309  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     310 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    310311 
    311312     
     
    324325 
    325326     
    326  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     327 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    327328 
    328329     
     
    341342 
    342343     
    343  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     344 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    344345 
    345346     
     
    358359 
    359360     
    360  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     361 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    361362 
    362363     
     
    380381 
    381382     
    382  This keyword serve to obtain, thanks to grille, the triangulation which 
    383  refer to the grid but only on the part of the zoom. This of triangulation 
     383 This keyword serve to obtain the triangulation which 
     384 refer to the grid but only on the part of the zoom. This array of triangulation 
    384385 is passed in the variable we have equate at TRI. 
    385386 For example: grille,...,tri=triangulation_reduite. 
     
    400401 
    401402     
    402  Useful only when TRI is activated. In this case, grill send back -1 in the 
     403 Useful only when TRI is activated. In this case, grille send back -1 in the 
    403404 variable tri even if the variable of the common triangles_list is defined 
    404405 and different of -1 
     
    491492     
    492493    <h4>Version</h4> 
    493  $Id: grille.pro 232 2007-03-20 16:59:36Z pinsard $ 
     494 $Id: grille.pro 268 2007-08-24 14:07:01Z pinsard $ 
    494495 
    495496    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/t2v.html

    r249 r290  
    8181 
    8282    <h3>Return value</h3> 
    83  res, a 2, 3 or 4d array 
     83 a 2d, 3d or 4d array 
    8484 
    8585 
     
    101101 
    102102     
    103  A 2, 3 or 4d array 
     103 A 2d, 3d or 4d array 
    104104 
    105105     
     
    112112     
    113113    <h4>Version</h4> 
    114  $Id: t2v.pro 231 2007-03-19 17:15:51Z pinsard $ 
     114 $Id: t2v.pro 268 2007-08-24 14:07:01Z pinsard $ 
    115115 
    116116    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/tracegrille.html

    r249 r290  
    7171 
    7272      <h2>tracegrille  <font size="-1" color="#006633"> 
     73 Grid 
    7374</font></h2> 
    7475 
     
    9293       
    9394      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>1d or 2d array</i></font> 
    94       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>glam specified by vargrid, on the domain defined by domdef</i></font> 
     95      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>glam specified by vargrid, on the domain defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a></i></font> 
    9596       
    9697    </h4> 
     
    109110       
    110111      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>1d or 2d array</i></font> 
    111       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>gphi specified by vargrid, on the domain defined by domdef</i></font> 
     112      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>gphi specified by vargrid, on the domain defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a></i></font> 
    112113       
    113114    </h4> 
     
    235236     
    236237    <h4>Version</h4> 
    237  $Id: tracegrille.pro 248 2007-05-29 08:59:39Z smasson $ 
     238 $Id: tracegrille.pro 268 2007-08-24 14:07:01Z pinsard $ 
    238239 
    239240    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/u2t.html

    r249 r290  
    8282 
    8383    <h3>Return value</h3> 
    84  res, a 2, 3 or 4d array 
     84 a 2d, 3d or 4d array 
    8585 
    8686 
     
    102102 
    103103     
    104  A 2, 3 or 4d array 
     104 A 2d, 3d or 4d array 
    105105 
    106106     
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: u2t.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: u2t.pro 268 2007-08-24 14:07:01Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/umask.html

    r249 r290  
    7171 
    7272      <h2>umask  <font size="-1" color="#006633"> 
    73  Utilities 
     73 Grid  
    7474</font></h2> 
    7575 
     
    8989    <h3>Examples</h3><pre> 
    9090 Used like if umask was a known array by substituing umask by (umask()) 
    91  For example: Instaed of write umask[domainef] we have to write (umask())[domainef] 
     91 For example: Instead of write umask[domainef] we have to write (umask())[domainef] 
    9292 
    9393    </pre><h3>Version history</h3> 
    9494     
    9595    <h4>Version</h4> 
    96  $Id: umask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: umask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    9797 
    9898    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/v2t.html

    r249 r290  
    8282 
    8383    <h3>Return value</h3> 
    84  res, a 2, 3 or 4d array 
     84 a 2d, 3d or 4d array 
    8585 
    8686 
     
    102102 
    103103     
    104  A 2, 3 or 4d array 
     104 A 2d, 3d or 4d array 
    105105 
    106106     
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: v2t.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: v2t.pro 268 2007-08-24 14:07:01Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/vmask.html

    r249 r290  
    7171 
    7272      <h2>vmask  <font size="-1" color="#006633"> 
    73  Utilities 
     73 Grid  
    7474</font></h2> 
    7575 
     
    8989    <h3>Examples</h3><pre> 
    9090 Used like if vmask was a known array by substituing vmask by (vmask()) 
    91  For example: Instaed of write vmask[domainef] we have to write (vmask())[domainef] 
     91 For example: Instead of write vmask[domainef] we have to write (vmask())[domainef] 
    9292 
    9393    </pre><h3>Version history</h3> 
    9494     
    9595    <h4>Version</h4> 
    96  $Id: vmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: vmask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    9797 
    9898    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/read_hope.html

    r249 r290  
    125125     
    126126    <h4>Version</h4> 
    127  $Id: read_hope.pro 232 2007-03-20 16:59:36Z pinsard $ 
     127 $Id: read_hope.pro 271 2007-08-30 12:44:23Z smasson $ 
    128128 
    129129    <h4>History</h4> 
     
    395395     
    396396    <h4>Version</h4> 
    397  $Id: read_hope.pro 232 2007-03-20 16:59:36Z pinsard $ 
     397 $Id: read_hope.pro 271 2007-08-30 12:44:23Z smasson $ 
    398398 
    399399    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/xrh.html

    r249 r290  
    6262 
    6363     
    64  procedure to call <a href=".//read_hope.html">read_hope</a> in the widget mode 
     64 procedure to call <a href="../..//ToBeReviewed/HOPE/read_hope.html">read_hope</a> in the widget mode 
    6565 
    6666 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/INIT/initncdf.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">initncdf<i>, <a href="#_initncdf_keyword_ncfilein">ncfilein</a></i>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MASKNAME">MASKNAME</a>=<i>string</i>, <a href="#_initncdf_keyword_INVMASK">INVMASK</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_USEASMASK">USEASMASK</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MISSING_VALUE">MISSING_VALUE</a>=<i>scalar</i>, <a href="#_initncdf_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     77      <p><font face="Courier">initncdf<i>, <a href="#_initncdf_keyword_ncfilein">ncfilein</a></i>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7878 
    7979     
     
    123123 A string giving the name of the variable in the file 
    124124 that contains the [xyz]axis. 
    125  
    126      
    127     <a name="#_initncdf_keyword_MASKNAME"></a> 
    128     <h4>MASKNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129        
    130        
    131        
    132        
    133        
    134       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
    135        
    136        
    137     </h4> 
    138  
    139      
    140  A string giving the name of the variable in the file 
    141  that contains the land/sea mask 
    142  
    143      
    144     <a name="#_initncdf_keyword_INVMASK"></a> 
    145     <h4>INVMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    146        
    147        
    148        
    149        
    150        
    151       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
    152       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
    153        
    154     </h4> 
    155  
    156      
    157  Inverse the land/sea mask (that should have 0/1 values for land/sea): mask = 1-mask 
    158  
    159      
    160     <a name="#_initncdf_keyword_USEASMASK"></a> 
    161     <h4>USEASMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    162        
    163        
    164        
    165        
    166        
    167       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
    168        
    169        
    170     </h4> 
    171  
    172      
    173  A string giving the name of the variable in the file 
    174  that will be used to build the land/sea mask. In this case the 
    175  mask is based on the first record (if record dimension 
    176  exists). The mask is build according to : 
    177     1 the keyword missing_value if existing 
    178     2 the attribute 'missing_value' if existing 
    179     3 NaN values if existing 
    180  
    181      
    182     <a name="#_initncdf_keyword_MISSING_VALUE"></a> 
    183     <h4>MISSING_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    184        
    185        
    186        
    187        
    188        
    189       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
    190        
    191        
    192     </h4> 
    193  
    194      
    195  To define (or redefine if the attribute is 
    196  already existing) the missing values used with USEASMASK 
    197  keyword 
    198125 
    199126     
     
    265192 
    266193     
    267  Used to pass keywords to <a href="../..//Grid/computegrid.html">computegrid</a> and  
    268  <a href="../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     194 Used to pass keywords to <a href="../..//Grid/computegrid.html">computegrid</a>,  
     195 <a href="../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a>, <a href="../..//ReadWrite/ncdf_getmask.html">ncdf_getmask</a> and <a href="../..//Utilities/isafile.html">isafile</a> 
    269196 
    270197     
     
    277204     
    278205    <h4>Version</h4> 
    279  $Id: initncdf.pro 238 2007-03-27 13:43:18Z pinsard $ 
     206 $Id: initncdf.pro 271 2007-08-30 12:44:23Z smasson $ 
    280207 
    281208    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/bit2int.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>bit2int(<i><a href="#_bit2int_keyword_bitin">bitin</a></i>, <a href="#_bit2int_keyword_checkneg">checkneg</a>=<i>checkneg</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>bit2int(<i><a href="#_bit2int_keyword_bitin">bitin</a></i>, <a href="#_bit2int_keyword_CHECKNEG">CHECKNEG</a>=<i>CHECKNEG</i>)</font></p> 
    7777 
    7878     
     
    108108 
    109109     
    110     <a name="#_bit2int_keyword_checkneg"></a> 
    111     <h4>checkneg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     110    <a name="#_bit2int_keyword_CHECKNEG"></a> 
     111    <h4>CHECKNEG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    112112       
    113113       
     
    132132     
    133133    <h4>Version</h4> 
    134  $Id: bit2int.pro 163 2006-08-29 12:59:46Z navarro $ 
     134 $Id: bit2int.pro 262 2007-08-21 14:19:32Z pinsard $ 
    135135 
    136136    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib.html

    r249 r290  
    7272</font></h2> 
    7373 
    74       <p><font face="Courier"><i>result = </i>read_grib(<i><a href="#_read_grib_keyword_varcode">varcode</a>[, <a href="#_read_grib_keyword_date1">date1</a>][, <a href="#_read_grib_keyword_date2">date2</a>]</i>, <a href="#_read_grib_keyword_file">file</a>=<i>array or string</i>)</font></p> 
     74      <p><font face="Courier"><i>result = </i>read_grib(<i><a href="#_read_grib_keyword_varcode">varcode</a>[, <a href="#_read_grib_keyword_date1">date1</a>][, <a href="#_read_grib_keyword_date2">date2</a>]</i>, <a href="#_read_grib_keyword_FILE">FILE</a>=<i>array or string</i>)</font></p> 
    7575 
    7676     
     
    138138 
    139139     
    140     <a name="#_read_grib_keyword_file"></a> 
    141     <h4>file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     140    <a name="#_read_grib_keyword_FILE"></a> 
     141    <h4>FILE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142142       
    143143       
     
    161161     
    162162    <h4>Version</h4> 
    163  $Id: read_grib.pro 236 2007-03-21 17:18:44Z pinsard $ 
     163 $Id: read_grib.pro 262 2007-08-21 14:19:32Z pinsard $ 
    164164 
    165165    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_bds.html

    r249 r290  
    163163     
    164164    <h4>Version</h4> 
    165  $Id: read_grib_bds.pro 157 2006-08-21 09:01:50Z navarro $ 
     165 $Id: read_grib_bds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    166166    <h4>History</h4> 
    167167  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_end.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_end.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_end.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_gds.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_gds.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_gds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_is.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_is.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_is.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_pds.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_pds.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_pds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_gribtable.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">read_gribtable<i>, <a href="#_read_gribtable_keyword_tablename">tablename</a></i>, <a href="#_read_gribtable_keyword_parmtabl">parmtabl</a>=<i>parmtabl</i>, <a href="#_read_gribtable_keyword_center">center</a>=<i>center</i>, <a href="#_read_gribtable_keyword_subcenter">subcenter</a>=<i>subcenter</i>, <a href="#_read_gribtable_keyword_tablnum">tablnum</a>=<i>tablnum</i></font></p> 
     77      <p><font face="Courier">read_gribtable<i>, <a href="#_read_gribtable_keyword_tablename">tablename</a></i>, <a href="#_read_gribtable_keyword_PARMTABL">PARMTABL</a>=<i>PARMTABL</i>, <a href="#_read_gribtable_keyword_CENTER">CENTER</a>=<i>CENTER</i>, <a href="#_read_gribtable_keyword_SUBCENTER">SUBCENTER</a>=<i>SUBCENTER</i>, <a href="#_read_gribtable_keyword_TABLNUM">TABLNUM</a>=<i>TABLNUM</i></font></p> 
    7878 
    7979     
     
    109109 
    110110     
    111     <a name="#_read_gribtable_keyword_parmtabl"></a> 
    112     <h4>parmtabl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    113        
    114        
    115        
    116        
    117        
    118        
    119        
    120        
    121     </h4> 
    122  
    123      
    124  
    125  
    126      
    127     <a name="#_read_gribtable_keyword_center"></a> 
    128     <h4>center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129        
    130        
    131        
    132        
    133        
    134        
    135        
    136        
    137     </h4> 
    138  
    139      
    140  
    141  
    142      
    143     <a name="#_read_gribtable_keyword_subcenter"></a> 
    144     <h4>subcenter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    145        
    146        
    147        
    148        
    149        
    150        
    151        
    152        
    153     </h4> 
    154  
    155      
    156  
    157  
    158      
    159     <a name="#_read_gribtable_keyword_tablnum"></a> 
    160     <h4>tablnum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     111    <a name="#_read_gribtable_keyword_PARMTABL"></a> 
     112    <h4>PARMTABL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     113       
     114       
     115       
     116       
     117       
     118       
     119       
     120       
     121    </h4> 
     122 
     123     
     124 
     125 
     126     
     127    <a name="#_read_gribtable_keyword_CENTER"></a> 
     128    <h4>CENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129       
     130       
     131       
     132       
     133       
     134       
     135       
     136       
     137    </h4> 
     138 
     139     
     140 
     141 
     142     
     143    <a name="#_read_gribtable_keyword_SUBCENTER"></a> 
     144    <h4>SUBCENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145       
     146       
     147       
     148       
     149       
     150       
     151       
     152       
     153    </h4> 
     154 
     155     
     156 
     157 
     158     
     159    <a name="#_read_gribtable_keyword_TABLNUM"></a> 
     160    <h4>TABLNUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    161161       
    162162       
     
    176176 
    177177    <h3>Examples</h3><pre> 
    178  tablename='ectab_128' 
     178 IDL> tablename='ectab_128' 
    179179 
    180180    </pre><h3>Version history</h3> 
    181181     
    182182    <h4>Version</h4> 
    183  $Id: read_gribtable.pro 226 2007-03-16 09:22:26Z pinsard $ 
     183 $Id: read_gribtable.pro 262 2007-08-21 14:19:32Z pinsard $ 
    184184    <h4>History</h4> 
    185185 Dominik Brunner, Apr 2000 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_code.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_code.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_code.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_date.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_date.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_date.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_messize.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_messize.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_nbits.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_nbits.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html

    r249 r290  
    112112     
    113113    <h4>Version</h4> 
    114  $Id: scan_grib_recstart.pro 157 2006-08-21 09:01:50Z navarro $ 
     114 $Id: scan_grib_recstart.pro 262 2007-08-21 14:19:32Z pinsard $ 
    115115    <h4>History</h4> 
    116116  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/inverse_binary.html

    r249 r290  
    6262 
    6363     
    64  Inverse function of the <a href=".//binary.html">binary</a> function => given a 
     64 Inverse function of the <a href="../..//ToBeReviewed/LECTURE/binary.html">binary</a> function => given a 
    6565 input array of 0/1, return its corresponding byte/integer/long 
    6666 representation 
     
    102102     
    103103 Must be a binary type array containing only 0 and 1. 
    104  According to <a href=".//binary.html">binary</a> outputs, binnum array must have the 
     104 According to <a href="../..//ToBeReviewed/LECTURE/binary.html">binary</a> outputs, binnum array must have the 
    105105 following dimensions values: (8, t, d1, d2...) 
    106106 t gives the output type: t = 1 -> byte 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/ncdf_lec.html

    r249 r290  
    190190     
    191191 Used to pass keywords defined by IDL to functions NETCDF (especially OFFSET 
    192  and COUNT in <proidl>ncdf_varget</proidl>) 
     192 and COUNT in <a href="/Applications/rsi/idl_6.3/help/online_help/NCDF_VARGET.html">NCDF_VARGET</a>) 
    193193 
    194194     
     
    199199     
    200200    <h4>Version</h4> 
    201  $Id: ncdf_lec.pro 240 2007-03-28 12:17:24Z pinsard $ 
     201 $Id: ncdf_lec.pro 260 2007-08-20 15:24:57Z pinsard $ 
    202202 
    203203    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/read_ncdf.html

    r249 r290  
    8080</font></h2> 
    8181 
    82       <p><font face="Courier"><i>result = </i>read_ncdf(<i><a href="#_read_ncdf_keyword_name">name</a>, <a href="#_read_ncdf_keyword_beginning">beginning</a>, <a href="#_read_ncdf_keyword_ending">ending</a>[, <a href="#_read_ncdf_keyword_compatibility">compatibility</a>]</i>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<i>PARENTIN</i>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_TIMEVAR">TIMEVAR</a>=<i>string</i>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<i>GRID</i>, <a href="#_read_ncdf_keyword_CALLITSELF">CALLITSELF</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_ZETAFILENAME">ZETAFILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_ZETAZERO">ZETAZERO</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     82      <p><font face="Courier"><i>result = </i>read_ncdf(<i><a href="#_read_ncdf_keyword_name">name</a>, <a href="#_read_ncdf_keyword_beginning">beginning</a>, <a href="#_read_ncdf_keyword_ending">ending</a>[, <a href="#_read_ncdf_keyword_compatibility">compatibility</a>]</i>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<i>PARENTIN</i>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_ADDSCL_BEFORE">ADDSCL_BEFORE</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<i>GRID</i>, <a href="#_read_ncdf_keyword_CALLITSELF">CALLITSELF</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_read_ncdf_keyword_ZETAFILENAME">ZETAFILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_ZETAZERO">ZETAZERO</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    8383 
    8484     
     
    8686 
    8787    <h3>Return value</h3> 
    88  Structure readable by <a href=".//litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
     88 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
    8989 
    9090 
     
    234234 
    235235     
    236     <a name="#_read_ncdf_keyword_TIMEVAR"></a> 
    237     <h4>TIMEVAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    238        
    239        
    240        
    241        
    242        
    243       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
    244        
    245        
    246     </h4> 
    247  
    248      
    249  It define the name of the variable that 
    250  contains the time axis. This keyword can be useful if there 
    251  is no unlimited dimension or if the time axis selected by default 
    252  (the first 1D array with unlimited dimension) is not the good one. 
     236    <a name="#_read_ncdf_keyword_ADDSCL_BEFORE"></a> 
     237    <h4>ADDSCL_BEFORE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     238       
     239       
     240       
     241       
     242       
     243      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     244      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     245       
     246    </h4> 
     247 
     248     
     249 put 1 to apply add_offset ad scale factor on data before looking for 
     250 missing values 
    253251 
    254252     
     
    315313 
    316314     
    317  To call automatically initncdf, filename and thus 
     315 To call automatically initncdf with filename as input argument and thus 
    318316 redefine all the grid parameters 
    319317 
     
    354352 
    355353     
     354    <a name="#_read_ncdf_keyword_DIREC"></a> 
     355    <h4>DIREC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     356       
     357       
     358       
     359       
     360       
     361       
     362       
     363       
     364    </h4> 
     365 
     366     
     367 a string used to specify the direction along which we want to make 
     368 spatial and/or temporal mean. It could be: 'x' 'y' 'z' 't' 'xy' 'xz' 
     369 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt'  
     370 
     371     
    356372    <a name="#_read_ncdf_keyword_ZETAFILENAME"></a> 
    357373    <h4>ZETAFILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    399415 
    400416     
    401  Used to pass keywords 
     417 Used to pass keywords to <a href="../..//Utilities/isafile.html">isafile</a>, <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a>, 
     418 <a href="../..//ReadWrite/ncdf_gettime.html">ncdf_gettime</a> and <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    402419 
    403420     
     
    408425     
    409426    <h4>Version</h4> 
    410  $Id: read_ncdf.pro 240 2007-03-28 12:17:24Z pinsard $ 
     427 $Id: read_ncdf.pro 284 2007-09-13 15:34:43Z smasson $ 
    411428    <h4>History</h4> 
    412429 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/bar_plot.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">bar_plot<i>, <a href="#_bar_plot_keyword_values">values</a></i>, <a href="#_bar_plot_keyword_baselines">baselines</a>=<i>vector</i>, <a href="#_bar_plot_keyword_colors">colors</a>=<i>vector</i>, <a href="#_bar_plot_keyword_barnames">barnames</a>=<i>string</i>, <a href="#_bar_plot_keyword_title">title</a>=<i>string</i>, <a href="#_bar_plot_keyword_xtitle">xtitle</a>=<i>string</i>, <a href="#_bar_plot_keyword_ytitle">ytitle</a>=<i>string</i>, <a href="#_bar_plot_keyword_baserange">baserange</a>=<i>float</i>, <a href="#_bar_plot_keyword_barwidth">barwidth</a>=<i>float</i>, <a href="#_bar_plot_keyword_barspace">barspace</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_baroffset">baroffset</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_outline">outline</a>=<i>outline</i>, <a href="#_bar_plot_keyword_overplot">overplot</a>=<i>overplot</i>, <a href="#_bar_plot_keyword_background">background</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_rotate">rotate</a>=<i>rotate</i>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">bar_plot<i>, <a href="#_bar_plot_keyword_values">values</a></i>, <a href="#_bar_plot_keyword_BASELINES">BASELINES</a>=<i>vector</i>, <a href="#_bar_plot_keyword_COLORS">COLORS</a>=<i>vector</i>, <a href="#_bar_plot_keyword_BARNAMES">BARNAMES</a>=<i>string</i>, <a href="#_bar_plot_keyword_TITLE">TITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_XTITLE">XTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_YTITLE">YTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_BASERANGE">BASERANGE</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARWIDTH">BARWIDTH</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARSPACE">BARSPACE</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_BAROFFSET">BAROFFSET</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_OUTLINE">OUTLINE</a>=<i>OUTLINE</i>, <a href="#_bar_plot_keyword_OVERPLOt">OVERPLOt</a>=<i>OVERPLOt</i>, <a href="#_bar_plot_keyword_BACKGROUND">BACKGROUND</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_ROTATE">ROTATE</a>=<i>ROTATE</i>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    109109 
    110110     
    111     <a name="#_bar_plot_keyword_baselines"></a> 
    112     <h4>baselines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     111    <a name="#_bar_plot_keyword_BASELINES"></a> 
     112    <h4>BASELINES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    113113       
    114114       
     
    127127 
    128128     
    129     <a name="#_bar_plot_keyword_colors"></a> 
    130     <h4>colors&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129    <a name="#_bar_plot_keyword_COLORS"></a> 
     130    <h4>COLORS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    131131       
    132132       
     
    146146 
    147147     
    148     <a name="#_bar_plot_keyword_barnames"></a> 
    149     <h4>barnames&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     148    <a name="#_bar_plot_keyword_BARNAMES"></a> 
     149    <h4>BARNAMES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    150150       
    151151       
     
    165165 
    166166     
    167     <a name="#_bar_plot_keyword_title"></a> 
    168     <h4>title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     167    <a name="#_bar_plot_keyword_TITLE"></a> 
     168    <h4>TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    169169       
    170170       
     
    181181 
    182182     
    183     <a name="#_bar_plot_keyword_xtitle"></a> 
    184     <h4>xtitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     183    <a name="#_bar_plot_keyword_XTITLE"></a> 
     184    <h4>XTITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    185185       
    186186       
     
    197197 
    198198     
    199     <a name="#_bar_plot_keyword_ytitle"></a> 
    200     <h4>ytitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     199    <a name="#_bar_plot_keyword_YTITLE"></a> 
     200    <h4>YTITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    201201       
    202202       
     
    213213 
    214214     
    215     <a name="#_bar_plot_keyword_baserange"></a> 
    216     <h4>baserange&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     215    <a name="#_bar_plot_keyword_BASERANGE"></a> 
     216    <h4>BASERANGE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    217217       
    218218       
     
    232232 
    233233     
    234     <a name="#_bar_plot_keyword_barwidth"></a> 
    235     <h4>barwidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     234    <a name="#_bar_plot_keyword_BARWIDTH"></a> 
     235    <h4>BARWIDTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    236236       
    237237       
     
    253253 
    254254     
    255     <a name="#_bar_plot_keyword_barspace"></a> 
    256     <h4>barspace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     255    <a name="#_bar_plot_keyword_BARSPACE"></a> 
     256    <h4>BARSPACE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    257257       
    258258       
     
    273273 
    274274     
    275     <a name="#_bar_plot_keyword_baroffset"></a> 
    276     <h4>baroffset&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     275    <a name="#_bar_plot_keyword_BAROFFSET"></a> 
     276    <h4>BAROFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    277277       
    278278       
     
    292292 
    293293     
    294     <a name="#_bar_plot_keyword_outline"></a> 
    295     <h4>outline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     294    <a name="#_bar_plot_keyword_OUTLINE"></a> 
     295    <h4>OUTLINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    296296       
    297297       
     
    309309 
    310310     
    311     <a name="#_bar_plot_keyword_overplot"></a> 
    312     <h4>overplot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     311    <a name="#_bar_plot_keyword_OVERPLOt"></a> 
     312    <h4>OVERPLOt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    313313       
    314314       
     
    326326 
    327327     
    328     <a name="#_bar_plot_keyword_background"></a> 
    329     <h4>background&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     328    <a name="#_bar_plot_keyword_BACKGROUND"></a> 
     329    <h4>BACKGROUND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    330330       
    331331       
     
    343343 
    344344     
    345     <a name="#_bar_plot_keyword_rotate"></a> 
    346     <h4>rotate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     345    <a name="#_bar_plot_keyword_ROTATE"></a> 
     346    <h4>ROTATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    347347       
    348348       
     
    417417     
    418418    <h4>Version</h4> 
    419  $Id: bar_plot.pro 240 2007-03-28 12:17:24Z pinsard $ 
     419 $Id: bar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
    420420 
    421421    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r249 r290  
    6262 
    6363     
    64  Draw horizontal graph (map) with CONTOUR procedure 
     64 Draw horizontal graph (map) with <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> procedure 
    6565 
    6666 
     
    178178 
    179179     
    180  Allow to draw continents defined in IDL. REALCONT can have 2 form: 
     180 Allow to draw continents defined in IDL. REALCONT can have 2 forms: 
    181181           /REALCONT: we draw continents in place of the mask 
    182182           REALCONT=2 we draw continent's contour over the mask (this allows 
     
    199199 If we want to trace contours of a different field than the one 
    200200 whose we have the colored drawing (by example E-P in color and QSR in contours). 
    201  It must be a field respecting same characteristics than the argument number one of plt. 
     201 It must be a field respecting same characteristics than the argument number one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
    202202 
    203203     
     
    215215 
    216216     
    217  Value of an internal between to isoline. If there is none specified min, 
    218  we choose a min contour which goes well with the specified interval!. If this keyword is not 
    219  specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    220  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     217 Value of an interval between to isoline. If there is none specified min, 
     218 we choose a min contour which goes well with the specified interval! 
     219 If this keyword is not specified, we trace 20 isolines from the min 
     220 to the max. 
     221 Comment: When CONTOUR is activated, INTERVALLE only specify the interval 
     222 between 2 colored isolines. To specify the interval 
    221223 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    222224 
     
    251253    </h4> 
    252254 
    253      'U','T','V','W' or 'F' to specify possibly the grid on which the field is joined. 
     255     
     256 'U','T','V','W' or 'F' 
     257 to specify possibly the grid on which the field is joined. 
    254258 Comment: In this case, we should use a structure like field. 
    255259 
     
    276280 6 elements: The extraction is made on Boxzoom 
    277281 
    278  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     282 Where lon1, lon2, lat1, lat2 are global variables defined at the last 
     283 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    279284 
    280285     
     
    400405 
    401406     
    402  Number of contour to draw by default =20. active if 
    403  LABEL=0 or is not specified. 
     407 Number of contour to draw. Active if LABEL=0 or is not specified. 
    404408 
    405409     
     
    417421 
    418422     
    419  When  CONTOUR is activated, it is the number of contours 
     423 When CONTOUR is activated, it is the number of contours 
    420424 traced by a trait for drawing (active if 
    421425 CONTLABEL=0) 
     
    452456 We use it when we want to do a projection. 
    453457 This keyword can be of two types: 
    454      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     458     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_SET.html">MAP_SET</a>). 
    455459     /MAP: In this case, map is automatically calculated have the value: 
    456460          map = [0, (lon1+lon2)/2., 0] 
    457461 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    458462 IDL> demo 
    459  Then choose earth sciences and  mapping. 
    460  Comment2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
     463 Then choose "earth sciences and mappinA"g 
     464 Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    461465 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    462466 For example, for a polar projection centered on the south pole: 
     
    664668 
    665669     
    666  Corresponds to label keywords of map_set. 
     670 Corresponds to LABEL keyword of <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_SET.html">MAP_SET</a>. 
    667671 
    668672     
     
    689693     
    690694    <h4>Version</h4> 
    691  $Id: plt.pro 246 2007-05-29 08:57:28Z smasson $ 
     695 $Id: plt.pro 264 2007-08-22 14:30:29Z pinsard $ 
    692696 
    693697    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r249 r290  
    191191 6 elements: The extraction is made on Boxzoom 
    192192 
    193  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last domdef! 
     193 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
     194 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    194195 
    195196     
     
    463464     
    464465    <h4>Version</h4> 
    465  $Id: plt1d.pro 232 2007-03-20 16:59:36Z pinsard $ 
     466 $Id: plt1d.pro 254 2007-06-26 15:58:20Z pinsard $ 
    466467 
    467468    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">pltbase<i>, <a href="#_pltbase_keyword_z2d">z2d</a>, <a href="#_pltbase_keyword_x">x</a>, <a href="#_pltbase_keyword_y">y</a>, <a href="#_pltbase_keyword_mask">mask</a>, <a href="#_pltbase_keyword_xm">xm</a>, <a href="#_pltbase_keyword_ym">ym</a>[, <a href="#_pltbase_keyword_levels">levels</a>][, <a href="#_pltbase_keyword_colors">colors</a>]</i>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<i>UNSUR2</i>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<i>NOCONTOUR</i>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<i>TRICHAMP</i>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<i>TRIMSK</i>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<i>REALCONT</i>, <a href="#_pltbase_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_pltbase_keyword_usetri">usetri</a>=<i>usetri</i>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<i>COLORTRICHAMP</i>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<i>COLORTRIMASK</i>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<i>COLORTRINAN</i>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<i>COLORPOINTS</i>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<i>DRAWPOINTS</i>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<i>TH_TRICHAMP</i>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<i>TH_TRIMASK</i>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<i>DESSTRICHAMP</i>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<i>DESSTRIMASK</i>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<i>DESSTRINAN</i>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<i>COLOR_C</i>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<i>vector</i>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<i>CONT_COLOR</i>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<i>integer</i>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<i>COINMONTEMASK</i>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<i>COINDESCENDMASK</i>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<i>COINMONTENAN</i>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<i>COINDESCENDNAN</i>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<i>INDICEZOOMMASK</i>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<i>INDICEZOOMNAN</i>, <a href="#_pltbase_keyword_MASKORG">MASKORG</a>=<i>MASKORG</i>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<i>MASKNAN</i>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<i>TRINAN</i>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<i>FORPLT</i>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_pltbase_keyword_MORE">MORE</a>=<i>MORE</i>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<i>EXCHANGE_XY</i>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     77      <p><font face="Courier">pltbase<i>, <a href="#_pltbase_keyword_z2d">z2d</a>, <a href="#_pltbase_keyword_x">x</a>, <a href="#_pltbase_keyword_y">y</a>, <a href="#_pltbase_keyword_mask">mask</a>, <a href="#_pltbase_keyword_xm">xm</a>, <a href="#_pltbase_keyword_ym">ym</a>[, <a href="#_pltbase_keyword_levels">levels</a>][, <a href="#_pltbase_keyword_colors">colors</a>]</i>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<i>UNSUR2</i>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<i>NOCONTOUR</i>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<i>TRICHAMP</i>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<i>TRIMSK</i>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<i>REALCONT</i>, <a href="#_pltbase_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_pltbase_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<i>COLORTRICHAMP</i>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<i>COLORTRIMASK</i>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<i>COLORTRINAN</i>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<i>COLORPOINTS</i>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<i>DRAWPOINTS</i>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<i>TH_TRICHAMP</i>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<i>TH_TRIMASK</i>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<i>DESSTRICHAMP</i>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<i>DESSTRIMASK</i>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<i>DESSTRINAN</i>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<i>COLOR_C</i>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<i>vector</i>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<i>CONT_COLOR</i>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<i>integer</i>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<i>COINMONTEMASK</i>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<i>COINDESCENDMASK</i>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<i>COINMONTENAN</i>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<i>COINDESCENDNAN</i>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<i>INDICEZOOMMASK</i>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<i>INDICEZOOMNAN</i>, <a href="#_pltbase_keyword_MASKORG">MASKORG</a>=<i>MASKORG</i>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<i>MASKNAN</i>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<i>TRINAN</i>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<i>FORPLT</i>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_pltbase_keyword_MORE">MORE</a>=<i>MORE</i>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<i>EXCHANGE_XY</i>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7878 
    7979     
     
    352352     
    353353     
    354     <a name="#_pltbase_keyword_usetri"></a> 
    355     <h4>usetri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     354    <a name="#_pltbase_keyword_USETRI"></a> 
     355    <h4>USETRI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    356356       
    357357       
     
    809809     
    810810    <h4>Version</h4> 
    811  $Id: pltbase.pro 246 2007-05-29 08:57:28Z smasson $ 
     811 $Id: pltbase.pro 262 2007-08-21 14:19:32Z pinsard $ 
    812812 
    813813    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltsc.html

    r249 r290  
    290290     
    291291    <h4>Version</h4> 
    292  $Id: pltsc.pro 232 2007-03-20 16:59:36Z pinsard $ 
     292 $Id: pltsc.pro 262 2007-08-21 14:19:32Z pinsard $ 
    293293 
    294294    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r249 r290  
    100100        1) An array which can be: 
    101101          * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    102             pass in grossemoyenne to be averaged and become an 1d or 2d array. 
     102            pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
    103103          * 2d: If the array is already 2d, it is not modified (beware, lands must 
    104             be masked at the value valmask) and nevertheless,type must be specified 
     104            be masked at the value valmask) and nevertheless, type must be specified 
    105105            to we know of which trace it is about. 
    106             To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     106            To have a correct caption, respecify the extraction zone via BOXZOOM. 
    107107          * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    108108            to we know of which trace it is about. 
     
    112112          respecting criterions of case 1) 
    113113 
    114  PARAM:  
    115        MAX: valeur maximum que l''on veut prendre en compte dans le trace 
    116  des contours. Par defaut on prend le max de tableau (sur les pts mer) 
    117  
    118         MIN: valeur minimum que l''on veut prendre en compte dans le trace 
    119  des contours. Par defaut on prend le min de tableau (sur les pts 
    120  mer) 
    121  
    122        DATMIN: c''est la borne inf de l''axe temporel. c''est un 
    123        longinteger de la forme yyyymmdd (ou bien yymmdd). 
    124  
    125        DATMAX: c''est la borne max de l''axe temporel. c''est un 
    126        longinteger de la forme yyyymmdd (ou bien yymmdd) 
    127  
     114  
    128115     
    129116 
     
    141128 
    142129     
     130 
    143131     
    144132 
     
    156144 
    157145     
     146 valeur minimum que l''on veut prendre en compte dans le trace 
     147 des contours. Par defaut on prend le min de tableau (sur les pts mer) 
     148 
    158149     
    159150 
     
    171162 
    172163     
     164 valeur maximum que l''on veut prendre en compte dans le trace 
     165 des contours. Par defaut on prend le max de tableau (sur les pts mer) 
     166 
    173167     
    174168 
     
    186180 
    187181     
     182 c''est la borne inf de l''axe temporel. c''est un 
     183       longinteger de la forme yyyymmdd (ou bien yymmdd). 
     184 
    188185     
    189186 
     
    201198 
    202199     
     200 c''est la borne max de l''axe temporel. c''est un 
     201       longinteger de la forme yyyymmdd (ou bien yymmdd) 
     202 
    203203     
    204204     
     
    230230 6 elements: The extraction is made on Boxzoom 
    231231 
    232  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last domdef! 
     232 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
     233 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    233234 
    234235     
     
    282283 
    283284     
    284  Value of an internal between to isoline. If there is none specified min, 
     285 Value of an interval between two isolines. If there is none specified min, 
    285286 we choose a min contour which goes well with the specified interval!. If this keyword is not 
    286287 specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    287  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     288 INTERVALLE only specify the interval between 2 colored isolines. To specify the interval 
    288289 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    289290 
     
    443444 
    444445     
    445  Number of contour to draw by default =20. active if 
     446 Number of contours to draw. active if 
    446447 LABEL=0 or is not specified. 
    447448 
     
    465466 
    466467 
    467  When  CONTOUR is activated, it is the number of contours 
     468 When CONTOUR is activated, it is the number of contours 
    468469 traced by a trait for drawing (active if 
    469470 CONTLABEL=0). 
     
    754755     
    755756    <h4>Version</h4> 
    756  $Id: pltt.pro 246 2007-05-29 08:57:28Z smasson $ 
     757 $Id: pltt.pro 265 2007-08-24 10:24:46Z smasson $ 
    757758 
    758759    <h4>History</h4> 
     
    776777     
    777778     
    778     <h4>Todo items</h4> seb: L.24 à 36, L.426 à 427, L. 492 à 493 
     779    <h4>Todo items</h4>  
     780 seb: definition of parameters, L.426 à 427, L. 492 à 493 
    779781     
    780782 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">pltv<i>, <a href="#_pltv_keyword_data">data</a>[, <a href="#_pltv_keyword_min">min</a>][, <a href="#_pltv_keyword_max">max</a>]</i>, <a href="#_pltv_keyword_BOTTOM">BOTTOM</a>=<i>BOTTOM</i>, <a href="#_pltv_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_pltv_keyword_C_MASK">C_MASK</a>=<i>C_MASK</i>, <a href="#_pltv_keyword_C_NAN">C_NAN</a>=<i>C_NAN</i>, <a href="#_pltv_keyword_MININ">MININ</a>=<i>MININ</i>, <a href="#_pltv_keyword_MAXIN">MAXIN</a>=<i>MAXIN</i>, <a href="#_pltv_keyword_MASKVAL">MASKVAL</a>=<i>MASKVAL</i>, <a href="#_pltv_keyword_NCOLORS">NCOLORS</a>=<i>NCOLORS</i>, <a href="#_pltv_keyword_NOINTERP">NOINTERP</a>=<i>NOINTERP</i>, <a href="#_pltv_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">pltv<i>, <a href="#_pltv_keyword_data">data</a>[, <a href="#_pltv_keyword_min">min</a>][, <a href="#_pltv_keyword_max">max</a>]</i>, <a href="#_pltv_keyword_BOTTOM">BOTTOM</a>=<i>BOTTOM</i>, <a href="#_pltv_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_pltv_keyword_C_MASK">C_MASK</a>=<i>C_MASK</i>, <a href="#_pltv_keyword_C_NAN">C_NAN</a>=<i>C_NAN</i>, <a href="#_pltv_keyword_INV">INV</a>=<i>INV</i>, <a href="#_pltv_keyword_MININ">MININ</a>=<i>MININ</i>, <a href="#_pltv_keyword_MAXIN">MAXIN</a>=<i>MAXIN</i>, <a href="#_pltv_keyword_MASKVAL">MASKVAL</a>=<i>MASKVAL</i>, <a href="#_pltv_keyword_NCOLORS">NCOLORS</a>=<i>NCOLORS</i>, <a href="#_pltv_keyword_NOINTERP">NOINTERP</a>=<i>NOINTERP</i>, <a href="#_pltv_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    152152       
    153153       
    154       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
    155        
    156     </h4> 
    157  
    158      
    159  The lowest color index of the colors to be used 
     154      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>1</i></font> 
     155       
     156    </h4> 
     157 
     158     
     159 The lowest color index of the colors to be used. 
    160160 
    161161     
     
    181181 6 elements: The extraction is made on Boxzoom 
    182182 
    183  Where lon1, lon2, lat1, lat2 are global variables defined at the last domdef! 
     183 Where lon1, lon2, lat1, lat2 are global variables defined at the last  
     184 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    184185 
    185186     
     
    214215     
    215216 The color number that should be used for the NaN values. 
     217 
     218     
     219    <a name="#_pltv_keyword_INV"></a> 
     220    <h4>INV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     221       
     222       
     223       
     224       
     225       
     226       
     227       
     228       
     229    </h4> 
     230 
     231     
     232 Reverse the color order 
    216233 
    217234     
     
    310327 
    311328     
    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> 
     329 Used to pass keywords to <a href="../../..//ToBeReviewed/PLOTS/DIVERS/placedessin.html">placedessin</a>, <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a>, 
     330 <a href="../../..//ToBeReviewed/PLOTS/axe.html">axe</a>, <a href="../../..//ToBeReviewed/PLOTS/legende.html">legende</a>, <a href="../../..//ToBeReviewed/PLOTS/DIVERS/barrecouleur.html">barrecouleur</a>,  
     331 <a href="../../..//ToBeReviewed/PLOTS/DIVERS/terminedessin.html">terminedessin</a> 
    313332 
    314333     
     
    321340     
    322341    <h4>Version</h4> 
    323  $Id: pltv.pro 231 2007-03-19 17:15:51Z pinsard $ 
     342 $Id: pltv.pro 286 2007-09-14 13:19:43Z smasson $ 
    324343 
    325344    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r249 r290  
    105105          See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    106106 
    107  ces arguments ne sont pas obligatoires: 
    108  
    109         MAX: valeur maximum que l'on veut prendre en compte dans le trace 
    110  des contours. Par defaut on prend le max de tab1 (sur les pts mer) 
    111  
    112         MIN: valeur minimum que l'on veut prendre en compte dans le trace 
    113  des contours. Par defaut on prend le min de tab1 (sur les pts mer) 
    114107 
    115108     
     
    128121 
    129122     
     123 
    130124     
    131125 
     
    135129       
    136130       
    137        
    138        
    139        
    140        
    141        
    142     </h4> 
    143  
    144      
     131      <font size="-1" color="#006633">required</font> 
     132       
     133       
     134       
     135       
     136    </h4> 
     137 
     138     
     139 valeur minimum que l'on veut prendre en compte dans le trace 
     140 des contours. Par defaut on prend le min de tab1 (sur les pts mer) 
     141 
    145142     
    146143 
     
    150147       
    151148       
    152        
    153        
    154        
    155        
    156        
    157     </h4> 
    158  
    159      
     149      <font size="-1" color="#006633">required</font> 
     150       
     151       
     152       
     153       
     154    </h4> 
     155 
     156     
     157 valeur maximum que l'on veut prendre en compte dans le trace 
     158 des contours. Par defaut on prend le max de tab1 (sur les pts mer) 
     159 
    160160     
    161161     
     
    186186 6 elements: The extraction is made on Boxzoom 
    187187 
    188  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     188 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     189 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    189190 
    190191     
     
    238239 
    239240     
    240  Value of an internal between to isoline. If there is none specified min, 
     241 Value of an interval between two isolines. If there is none specified min, 
    241242 we choose a min contour which goes well with the specified interval!. If this keyword is not 
    242243 specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    243  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     244 INTERVALLE only specify the interval between 2 colored isolines. To specify the interval 
    244245 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    245246 
     
    430431 
    431432     
    432  Number of contour to draw by default =20. active if 
     433 Number of contours to draw. active if 
    433434 LABEL=0 or is not specified. 
    434435 
     
    701702     
    702703    <h4>Version</h4> 
    703  $Id: pltz.pro 246 2007-05-29 08:57:28Z smasson $ 
     704 $Id: pltz.pro 265 2007-08-24 10:24:46Z smasson $ 
    704705 
    705706    <h4>History</h4> 
     
    714715     
    715716     
    716     <h4>Todo items</h4> seb L.20 à 26, L.215 à 221 
     717    <h4>Todo items</h4>  
     718 seb definition of parmaters L.215 à 221 
    717719 
    718720     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier">sbar_plot<i>, <a href="#_sbar_plot_keyword_Values">Values</a></i>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<i>integer</i>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<i>NOREINITPLT</i>, <a href="#_sbar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     75      <p><font face="Courier">sbar_plot<i>, <a href="#_sbar_plot_keyword_values">values</a></i>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<i>integer</i>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<i>NOREINITPLT</i>, <a href="#_sbar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7676 
    7777     
     
    8484     
    8585 
    86     <a name="#_sbar_plot_keyword_Values"></a> 
    87     <h4>Values&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     86    <a name="#_sbar_plot_keyword_values"></a> 
     87    <h4>values&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    8888       
    8989       
     
    170170     
    171171    <h4>Version</h4> 
    172  $Id: sbar_plot.pro 237 2007-03-26 15:37:03Z pinsard $ 
     172 $Id: sbar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
    173173 
    174174    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r249 r290  
    6262 
    6363     
    64  Enhanced version of <proidl>tvscl</proidl> 
     64 Enhanced version of <a href="/Applications/rsi/idl_6.3/help/online_help/TVSCL.html">TVSCL</a> 
    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 <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a>, 
     331 <a href="/Applications/rsi/idl_6.3/help/online_help/PLOT.html">PLOT</a>, 
     332 <a href="../../..//Colors/colorbar.html">colorbar</a> 
    333333 
    334334     
     
    341341     
    342342    <h4>Version</h4> 
    343  $Id: tvplus.pro 236 2007-03-21 17:18:44Z pinsard $ 
     343 $Id: tvplus.pro 260 2007-08-20 15:24:57Z pinsard $ 
    344344 
    345345    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/autoscale.html

    r249 r290  
    133133 
    134134     
    135  the contour interval. Use it in <proidl>CONTOUR</proidl> with the  
     135 the contour interval. Use it in <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> with the  
    136136 keyword LEVEL. 
    137137 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/determineminmax.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">determineminmax<i>, <a href="#_determineminmax_keyword_tab">tab</a>, <a href="#_determineminmax_keyword_mask">mask</a>, <a href="#_determineminmax_keyword_vraimin">vraimin</a>, <a href="#_determineminmax_keyword_vraimax">vraimax</a>, <a href="#_determineminmax_keyword_glam">glam</a>, <a href="#_determineminmax_keyword_gphi">gphi</a></i>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<i>INTERVALLE</i>, <a href="#_determineminmax_keyword_usetri">usetri</a>=<i>usetri</i>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<i>ZEROMIDDLE</i>, <a href="#_determineminmax_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">determineminmax<i>, <a href="#_determineminmax_keyword_tab">tab</a>, <a href="#_determineminmax_keyword_mask">mask</a>, <a href="#_determineminmax_keyword_vraimin">vraimin</a>, <a href="#_determineminmax_keyword_vraimax">vraimax</a>, <a href="#_determineminmax_keyword_glam">glam</a>, <a href="#_determineminmax_keyword_gphi">gphi</a></i>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<i>INTERVALLE</i>, <a href="#_determineminmax_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<i>ZEROMIDDLE</i>, <a href="#_determineminmax_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    234234     
    235235     
    236     <a name="#_determineminmax_keyword_usetri"></a> 
    237     <h4>usetri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     236    <a name="#_determineminmax_keyword_USETRI"></a> 
     237    <h4>USETRI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    238238       
    239239       
     
    289289     
    290290    <h4>Version</h4> 
    291  $Id: determineminmax.pro 232 2007-03-20 16:59:36Z pinsard $ 
     291 $Id: determineminmax.pro 262 2007-08-21 14:19:32Z pinsard $ 
    292292 
    293293    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">placedessin<i>, <a href="#_placedessin_keyword_typedessin">typedessin</a>, <a href="#_placedessin_keyword_posfenetre">posfenetre</a>, <a href="#_placedessin_keyword_posbar">posbar</a></i>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<i>BARMARGES</i>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<i>NOCOLORBAR</i>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<i>COLOR_c</i>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<i>vector</i>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<i>PORTRAIT</i>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<i>LANDSCAPE</i>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<i>SMALL</i>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<i>MARGES</i>, <a href="#_placedessin_keyword_MAP">MAP</a>=<i>MAP</i>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<i>REMPLI</i>, <a href="#_placedessin_keyword_POST">POST</a>=<i>POST</i>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<i>WINDOW</i>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<i>ENDPOINTS</i>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<i>BASICMARGES</i>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<i>NOERASE</i>, <a href="#_placedessin_keyword_LCT">LCT</a>=<i>integer</i>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<i>CB_TITLE</i>, <a href="#_placedessin_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">placedessin<i>, <a href="#_placedessin_keyword_typedessin">typedessin</a>, <a href="#_placedessin_keyword_posfenetre">posfenetre</a>, <a href="#_placedessin_keyword_posbar">posbar</a>[, <a href="#_placedessin_keyword_dtasize">dtasize</a>]</i>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<i>BARMARGES</i>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<i>NOCOLORBAR</i>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<i>COLOR_c</i>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<i>vector</i>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<i>PORTRAIT</i>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<i>LANDSCAPE</i>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<i>SMALL</i>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<i>MARGES</i>, <a href="#_placedessin_keyword_MAP">MAP</a>=<i>MAP</i>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<i>REMPLI</i>, <a href="#_placedessin_keyword_POST">POST</a>=<i>POST</i>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<i>WINDOW</i>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<i>ENDPOINTS</i>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<i>BASICMARGES</i>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<i>NOERASE</i>, <a href="#_placedessin_keyword_LCT">LCT</a>=<i>integer</i>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<i>CB_TITLE</i>, <a href="#_placedessin_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    9898 
    9999     
    100  It specify what procedure is called by <a href=".//PLACEDESSIN.html">PLACEDESSIN</a> :  
     100 It specify what procedure is called by <a href="../../..//ToBeReviewed/PLOTS/DIVERS/placedessin.html">placedessin</a> :  
    101101 'plt', 'pltz' or 'pltt' 
    102102 
     
    138138 Like POSFENETRE but for the color bar. 
    139139 Same comment to position the color bar, !p.position=posbar 
     140 
     141     
     142 
     143    <a name="#_placedessin_keyword_dtasize"></a> 
     144    <h4>dtasize&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145      <font size="-1" color="#006633">in</font> 
     146       
     147      <font size="-1" color="#006633">optional</font> 
     148       
     149       
     150      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>2 elements vector</i></font> 
     151       
     152       
     153    </h4> 
     154 
     155     
     156 used by pltv to specify the size of the array that wil be plotted 
     157 and therefore the default yxaspect to be used. 
    140158 
    141159     
     
    527545     
    528546    <h4>Version</h4> 
    529  $Id: placedessin.pro 237 2007-03-26 15:37:03Z pinsard $ 
     547 $Id: placedessin.pro 259 2007-08-20 14:03:17Z pinsard $ 
    530548 
    531549    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r249 r290  
    6363     
    6464 Allows to reattribute global variables associated with a field 
    65  when we give a structure created by <a href=".//saveatt.html">saveatt</a> by example. 
     65 when we give a structure created by <a href="../../..//ToBeReviewed/PLOTS/DIVERS/saveatt.html">saveatt</a> by example. 
    6666 
    6767 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/velovect.html

    r249 r290  
    7777</font></h2> 
    7878 
    79       <p><font face="Courier">velovect<i>, <a href="#_velovect_keyword_U">U</a>, <a href="#_velovect_keyword_V">V</a>[, <a href="#_velovect_keyword_X">X</a>][, <a href="#_velovect_keyword_Y">Y</a>]</i>, <a href="#_velovect_keyword_Missing">Missing</a>=<i>Missing</i>, <a href="#_velovect_keyword_Length">Length</a>=<i>Length</i>, <a href="#_velovect_keyword_Dots">Dots</a>=<i>Dots</i>, <a href="#_velovect_keyword_Color">Color</a>=<i>Color</i>, <a href="#_velovect_keyword_CLIP">CLIP</a>=<i>CLIP</i>, <a href="#_velovect_keyword_NOCLIP">NOCLIP</a>=<i>NOCLIP</i>, <a href="#_velovect_keyword_OVERPLOT">OVERPLOT</a>=<i>OVERPLOT</i>, <a href="#_velovect_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     79      <p><font face="Courier">velovect<i>, <a href="#_velovect_keyword_u">u</a>, <a href="#_velovect_keyword_v">v</a>[, <a href="#_velovect_keyword_x">x</a>][, <a href="#_velovect_keyword_y">y</a>]</i>, <a href="#_velovect_keyword_MISSING">MISSING</a>=<i>MISSING</i>, <a href="#_velovect_keyword_LENGTH">LENGTH</a>=<i>LENGTH</i>, <a href="#_velovect_keyword_DOTS">DOTS</a>=<i>DOTS</i>, <a href="#_velovect_keyword_COLOR">COLOR</a>=<i>COLOR</i>, <a href="#_velovect_keyword_CLIP">CLIP</a>=<i>CLIP</i>, <a href="#_velovect_keyword_NOCLIP">NOCLIP</a>=<i>NOCLIP</i>, <a href="#_velovect_keyword_OVERPLOT">OVERPLOT</a>=<i>OVERPLOT</i>, <a href="#_velovect_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    8080 
    8181     
     
    8888     
    8989 
    90     <a name="#_velovect_keyword_U"></a> 
    91     <h4>U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     90    <a name="#_velovect_keyword_u"></a> 
     91    <h4>u&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9292      <font size="-1" color="#006633">in</font> 
    9393       
     
    106106     
    107107 
    108     <a name="#_velovect_keyword_V"></a> 
    109     <h4>V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     108    <a name="#_velovect_keyword_v"></a> 
     109    <h4>v&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    110110      <font size="-1" color="#006633">in</font> 
    111111       
     
    131131     
    132132 
    133     <a name="#_velovect_keyword_X"></a> 
    134     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     133    <a name="#_velovect_keyword_x"></a> 
     134    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    135135      <font size="-1" color="#006633">in</font> 
    136136       
     
    149149     
    150150 
    151     <a name="#_velovect_keyword_Y"></a> 
    152     <h4>Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     151    <a name="#_velovect_keyword_y"></a> 
     152    <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    153153      <font size="-1" color="#006633">in</font> 
    154154       
     
    172172 
    173173     
    174     <a name="#_velovect_keyword_Missing"></a> 
    175     <h4>Missing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     174    <a name="#_velovect_keyword_MISSING"></a> 
     175    <h4>MISSING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    176176       
    177177       
     
    189189 
    190190     
    191     <a name="#_velovect_keyword_Length"></a> 
    192     <h4>Length&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     191    <a name="#_velovect_keyword_LENGTH"></a> 
     192    <h4>LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    193193       
    194194       
     
    206206 
    207207     
    208     <a name="#_velovect_keyword_Dots"></a> 
    209     <h4>Dots&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     208    <a name="#_velovect_keyword_DOTS"></a> 
     209    <h4>DOTS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    210210       
    211211       
     
    224224 
    225225     
    226     <a name="#_velovect_keyword_Color"></a> 
    227     <h4>Color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     226    <a name="#_velovect_keyword_COLOR"></a> 
     227    <h4>COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    228228       
    229229       
     
    310310     
    311311    <h4>Version</h4> 
    312  $Id: velovect.pro 238 2007-03-27 13:43:18Z pinsard $ 
     312 $Id: velovect.pro 262 2007-08-21 14:19:32Z pinsard $ 
    313313 
    314314    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/axe.html

    r249 r290  
    247247     
    248248    <h4>Version</h4> 
    249  $Id: axe.pro 231 2007-03-19 17:15:51Z pinsard $ 
     249 $Id: axe.pro 262 2007-08-21 14:19:32Z pinsard $ 
    250250 
    251251    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/plotsym.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>plotsym(<a href="#_plotsym_keyword_circle">circle</a>=<i>circle</i>, <a href="#_plotsym_keyword_triangle">triangle</a>=<i>triangle</i>, <a href="#_plotsym_keyword_diamond">diamond</a>=<i>diamond</i>, <a href="#_plotsym_keyword_angle">angle</a>=<i>angle</i>, <a href="#_plotsym_keyword_box">box</a>=<i>box</i>, <a href="#_plotsym_keyword_line">line</a>=<i>line</i>, <a href="#_plotsym_keyword_scale">scale</a>=<i>scale</i>, <a href="#_plotsym_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>plotsym(<a href="#_plotsym_keyword_CIRCLE">CIRCLE</a>=<i>CIRCLE</i>, <a href="#_plotsym_keyword_TRIANGLE">TRIANGLE</a>=<i>TRIANGLE</i>, <a href="#_plotsym_keyword_DIAMOND">DIAMOND</a>=<i>DIAMOND</i>, <a href="#_plotsym_keyword_ANGLE">ANGLE</a>=<i>ANGLE</i>, <a href="#_plotsym_keyword_BOX">BOX</a>=<i>BOX</i>, <a href="#_plotsym_keyword_LINE">LINE</a>=<i>LINE</i>, <a href="#_plotsym_keyword_SCALE">SCALE</a>=<i>SCALE</i>, <a href="#_plotsym_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7777 
    7878     
     
    8787 
    8888     
    89     <a name="#_plotsym_keyword_circle"></a> 
    90     <h4>circle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     89    <a name="#_plotsym_keyword_CIRCLE"></a> 
     90    <h4>CIRCLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9191       
    9292       
     
    103103 
    104104     
    105     <a name="#_plotsym_keyword_triangle"></a> 
    106     <h4>triangle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     105    <a name="#_plotsym_keyword_TRIANGLE"></a> 
     106    <h4>TRIANGLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    107107       
    108108       
     
    119119 
    120120     
    121     <a name="#_plotsym_keyword_diamond"></a> 
    122     <h4>diamond&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     121    <a name="#_plotsym_keyword_DIAMOND"></a> 
     122    <h4>DIAMOND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    123123       
    124124       
     
    135135 
    136136     
    137     <a name="#_plotsym_keyword_angle"></a> 
    138     <h4>angle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     137    <a name="#_plotsym_keyword_ANGLE"></a> 
     138    <h4>ANGLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    139139       
    140140       
     
    151151 
    152152     
    153     <a name="#_plotsym_keyword_box"></a> 
    154     <h4>box&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     153    <a name="#_plotsym_keyword_BOX"></a> 
     154    <h4>BOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    155155       
    156156       
     
    167167 
    168168     
    169     <a name="#_plotsym_keyword_line"></a> 
    170     <h4>line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     169    <a name="#_plotsym_keyword_LINE"></a> 
     170    <h4>LINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    171171       
    172172       
     
    183183 
    184184     
    185     <a name="#_plotsym_keyword_scale"></a> 
    186     <h4>scale&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     185    <a name="#_plotsym_keyword_SCALE"></a> 
     186    <h4>SCALE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    187187       
    188188       
     
    212212 
    213213     
    214  Used to pass keywords to <proidl>usersym</proidl>. 
     214 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/USERSYM.html">USERSYM</a>. 
    215215 These are thick, color and fill. 
    216216 
     
    222222     
    223223    <h4>Version</h4> 
    224  $Id: plotsym.pro 232 2007-03-20 16:59:36Z pinsard $ 
     224 $Id: plotsym.pro 262 2007-08-21 14:19:32Z pinsard $ 
    225225 
    226226    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/reinitplt.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">reinitplt, <a href="#_reinitplt_keyword_all">all</a>=<i>all</i>, <a href="#_reinitplt_keyword_x">x</a>=<i>x</i>, <a href="#_reinitplt_keyword_y">y</a>=<i>y</i>, <a href="#_reinitplt_keyword_z">z</a>=<i>z</i>, <a href="#_reinitplt_keyword_p">p</a>=<i>p</i>, <a href="#_reinitplt_keyword_invert">invert</a>=<i>invert</i></font></p> 
     77      <p><font face="Courier">reinitplt, <a href="#_reinitplt_keyword_ALL">ALL</a>=<i>ALL</i>, <a href="#_reinitplt_keyword_X">X</a>=<i>X</i>, <a href="#_reinitplt_keyword_Y">Y</a>=<i>Y</i>, <a href="#_reinitplt_keyword_Z">Z</a>=<i>Z</i>, <a href="#_reinitplt_keyword_P">P</a>=<i>P</i>, <a href="#_reinitplt_keyword_INVERT">INVERT</a>=<i>INVERT</i></font></p> 
    7878 
    7979     
     
    8888 
    8989     
    90     <a name="#_reinitplt_keyword_all"></a> 
    91     <h4>all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     90    <a name="#_reinitplt_keyword_ALL"></a> 
     91    <h4>ALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9292       
    9393       
     
    104104                 
    105105     
    106     <a name="#_reinitplt_keyword_x"></a> 
    107     <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    108        
    109        
    110        
    111        
    112        
    113        
    114        
    115        
    116     </h4> 
    117  
    118      
    119  clear the appropriate variable 
    120  
    121      
    122     <a name="#_reinitplt_keyword_y"></a> 
    123     <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     106    <a name="#_reinitplt_keyword_X"></a> 
     107    <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     108       
     109       
     110       
     111       
     112       
     113       
     114       
     115       
     116    </h4> 
     117 
     118     
     119 clear the appropriate variable 
     120 
     121     
     122    <a name="#_reinitplt_keyword_Y"></a> 
     123    <h4>Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    124124       
    125125       
     
    136136         
    137137     
    138     <a name="#_reinitplt_keyword_z"></a> 
    139     <h4>z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     138    <a name="#_reinitplt_keyword_Z"></a> 
     139    <h4>Z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    140140       
    141141       
     
    152152 
    153153     
    154     <a name="#_reinitplt_keyword_p"></a> 
    155     <h4>p&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     154    <a name="#_reinitplt_keyword_P"></a> 
     155    <h4>P&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156156       
    157157       
     
    168168                 
    169169     
    170     <a name="#_reinitplt_keyword_invert"></a> 
    171     <h4>invert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     170    <a name="#_reinitplt_keyword_INVERT"></a> 
     171    <h4>INVERT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    172172       
    173173       
     
    191191     
    192192    <h4>Version</h4> 
    193  $Id: reinitplt.pro 231 2007-03-19 17:15:51Z pinsard $ 
     193 $Id: reinitplt.pro 262 2007-08-21 14:19:32Z pinsard $ 
    194194 
    195195    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/style.html

    r249 r290  
    168168     
    169169    <h4>Version</h4> 
    170  $Id: style.pro 231 2007-03-19 17:15:51Z pinsard $ 
     170 $Id: style.pro 262 2007-08-21 14:19:32Z pinsard $ 
    171171 
    172172    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/symbols.html

    r249 r290  
    7272      <h2>symbols  </h2> 
    7373 
    74       <p><font face="Courier">symbols<i>, <a href="#_symbols_keyword_nsym">nsym</a>, <a href="#_symbols_keyword_scale">scale</a></i>, <a href="#_symbols_keyword_color">color</a>=<i>color</i></font></p> 
     74      <p><font face="Courier">symbols<i>, <a href="#_symbols_keyword_nsym">nsym</a>, <a href="#_symbols_keyword_scale">scale</a></i>, <a href="#_symbols_keyword_COLOR">COLOR</a>=<i>COLOR</i></font></p> 
    7575 
    7676     
     
    140140 
    141141     
    142     <a name="#_symbols_keyword_color"></a> 
    143     <h4>color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     142    <a name="#_symbols_keyword_COLOR"></a> 
     143    <h4>COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    144144       
    145145       
     
    162162     
    163163    <h4>Version</h4> 
    164  $Id: symbols.pro 231 2007-03-19 17:15:51Z pinsard $ 
     164 $Id: symbols.pro 262 2007-08-21 14:19:32Z pinsard $ 
    165165 
    166166    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/a_correlate2d.html

    r249 r290  
    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       
    80       <dt><a href="#_a_correlate2d"><i>result = </i>a_correlate2d(<i>X, Lag</i>, Covariance=<i>Covariance</i>, Double=<i>Double</i>)</a><dt> 
     80      <dt><a href="#_a_correlate2d"><i>result = </i>a_correlate2d(<i>x, lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
     
    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     
     
    104104     
    105105 
    106     <a name="#_auto_cov2d_keyword_X"></a> 
    107     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     106    <a name="#_auto_cov2d_keyword_x"></a> 
     107    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    108108      <font size="-1" color="#006633">in</font> 
    109109       
     
    121121     
    122122 
    123     <a name="#_auto_cov2d_keyword_Lag"></a> 
    124     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     123    <a name="#_auto_cov2d_keyword_lag"></a> 
     124    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    125125      <font size="-1" color="#006633">in</font> 
    126126       
     
    182182     
    183183    <h4>Version</h4> 
    184  $Id: a_correlate2d.pro 242 2007-04-06 08:35:17Z pinsard $ 
     184 $Id: a_correlate2d.pro 262 2007-08-21 14:19:32Z pinsard $ 
    185185 
    186186    <h4>History</h4> 
     
    213213</font></h2> 
    214214 
    215       <p><font face="Courier"><i>result = </i>a_correlate2d(<i><a href="#_a_correlate2d_keyword_X">X</a>, <a href="#_a_correlate2d_keyword_Lag">Lag</a></i>, <a href="#_a_correlate2d_keyword_Covariance">Covariance</a>=<i>Covariance</i>, <a href="#_a_correlate2d_keyword_Double">Double</a>=<i>Double</i>)</font></p> 
     215      <p><font face="Courier"><i>result = </i>a_correlate2d(<i><a href="#_a_correlate2d_keyword_x">x</a>, <a href="#_a_correlate2d_keyword_lag">lag</a></i>, <a href="#_a_correlate2d_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_a_correlate2d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
    216216 
    217217     
     
    224224     
    225225 
    226     <a name="#_a_correlate2d_keyword_X"></a> 
    227     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     226    <a name="#_a_correlate2d_keyword_x"></a> 
     227    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    228228      <font size="-1" color="#006633">in</font> 
    229229       
     
    241241     
    242242 
    243     <a name="#_a_correlate2d_keyword_Lag"></a> 
    244     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     243    <a name="#_a_correlate2d_keyword_lag"></a> 
     244    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    245245      <font size="-1" color="#006633">in</font> 
    246246       
     
    265265 
    266266     
    267     <a name="#_a_correlate2d_keyword_Covariance"></a> 
    268     <h4>Covariance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     267    <a name="#_a_correlate2d_keyword_COVARIANCE"></a> 
     268    <h4>COVARIANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    269269       
    270270       
     
    281281 
    282282     
    283     <a name="#_a_correlate2d_keyword_Double"></a> 
    284     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     283    <a name="#_a_correlate2d_keyword_DOUBLE"></a> 
     284    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    285285       
    286286       
     
    303303     
    304304    <h4>Version</h4> 
    305  $Id: a_correlate2d.pro 242 2007-04-06 08:35:17Z pinsard $ 
     305 $Id: a_correlate2d.pro 262 2007-08-21 14:19:32Z pinsard $ 
    306306 
    307307    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/a_timecorrelate.html

    r249 r290  
    7878    <dl> 
    7979       
    80       <dt><a href="#_timeauto_cov"><i>result = </i>timeauto_cov(<i>X, M, nT</i>, Double=<i>Double</i>, zero2nan=<i>zero2nan</i>)</a><dt> 
     80      <dt><a href="#_timeauto_cov"><i>result = </i>timeauto_cov(<i>x, m, nt</i>, DOUBLE=<i>DOUBLE</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
    83       <dt><a href="#_a_timecorrelate"><i>result = </i>a_timecorrelate(<i>X, Lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
     83      <dt><a href="#_a_timecorrelate"><i>result = </i>a_timecorrelate(<i>x, lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
    8484      <dd><font size="-1"> </font></dd> 
    8585       
     
    9696</font></h2> 
    9797 
    98       <p><font face="Courier"><i>result = </i>timeauto_cov(<i><a href="#_timeauto_cov_keyword_X">X</a>, <a href="#_timeauto_cov_keyword_M">M</a>, <a href="#_timeauto_cov_keyword_nT">nT</a></i>, <a href="#_timeauto_cov_keyword_Double">Double</a>=<i>Double</i>, <a href="#_timeauto_cov_keyword_zero2nan">zero2nan</a>=<i>zero2nan</i>)</font></p> 
     98      <p><font face="Courier"><i>result = </i>timeauto_cov(<i><a href="#_timeauto_cov_keyword_x">x</a>, <a href="#_timeauto_cov_keyword_m">m</a>, <a href="#_timeauto_cov_keyword_nt">nt</a></i>, <a href="#_timeauto_cov_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_timeauto_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
    9999 
    100100     
     
    107107     
    108108 
    109     <a name="#_timeauto_cov_keyword_X"></a> 
    110     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     109    <a name="#_timeauto_cov_keyword_x"></a> 
     110    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    111111      <font size="-1" color="#006633">in</font> 
    112112       
     
    125125     
    126126 
    127     <a name="#_timeauto_cov_keyword_M"></a> 
    128     <h4>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129        
    130        
    131        
    132        
    133        
    134        
    135        
    136        
    137     </h4> 
    138  
    139      
    140  
    141      
    142  
    143     <a name="#_timeauto_cov_keyword_nT"></a> 
    144     <h4>nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     127    <a name="#_timeauto_cov_keyword_m"></a> 
     128    <h4>m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129       
     130       
     131       
     132       
     133       
     134       
     135       
     136       
     137    </h4> 
     138 
     139     
     140 
     141     
     142 
     143    <a name="#_timeauto_cov_keyword_nt"></a> 
     144    <h4>nt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    145145       
    146146       
     
    162162 
    163163     
    164     <a name="#_timeauto_cov_keyword_Double"></a> 
    165     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     164    <a name="#_timeauto_cov_keyword_DOUBLE"></a> 
     165    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    166166       
    167167       
     
    179179 
    180180     
    181     <a name="#_timeauto_cov_keyword_zero2nan"></a> 
    182     <h4>zero2nan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     181    <a name="#_timeauto_cov_keyword_ZERO2NAN"></a> 
     182    <h4>ZERO2NAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    183183       
    184184       
     
    201201     
    202202    <h4>Version</h4> 
    203  $Id: a_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     203 $Id: a_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    204204 
    205205    <h4>History</h4> 
     
    230230</font></h2> 
    231231 
    232       <p><font face="Courier"><i>result = </i>a_timecorrelate(<i><a href="#_a_timecorrelate_keyword_X">X</a>, <a href="#_a_timecorrelate_keyword_Lag">Lag</a></i>, <a href="#_a_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_a_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
     232      <p><font face="Courier"><i>result = </i>a_timecorrelate(<i><a href="#_a_timecorrelate_keyword_x">x</a>, <a href="#_a_timecorrelate_keyword_lag">lag</a></i>, <a href="#_a_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_a_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
    233233 
    234234     
     
    241241     
    242242 
    243     <a name="#_a_timecorrelate_keyword_X"></a> 
    244     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     243    <a name="#_a_timecorrelate_keyword_x"></a> 
     244    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    245245      <font size="-1" color="#006633">in</font> 
    246246       
     
    259259     
    260260 
    261     <a name="#_a_timecorrelate_keyword_Lag"></a> 
    262     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     261    <a name="#_a_timecorrelate_keyword_lag"></a> 
     262    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    263263      <font size="-1" color="#006633">in</font> 
    264264       
     
    333333     
    334334    <h4>Version</h4> 
    335  $Id: a_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     335 $Id: a_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    336336 
    337337    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r249 r290  
    7575    <dl> 
    7676       
    77       <dt><a href="#_timecross_cov"><i>result = </i>timecross_cov(<i>Xd, Yd, M, nT, Ndim</i>, Double=<i>Double</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
     77      <dt><a href="#_timecross_cov"><i>result = </i>timecross_cov(<i>xd, yd, m, nt, ndim</i>, DOUBLE=<i>DOUBLE</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
    7878      <dd><font size="-1"> </font></dd> 
    7979       
    80       <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> 
     80      <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> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
     
    9393</font></h2> 
    9494 
    95       <p><font face="Courier"><i>result = </i>timecross_cov(<i><a href="#_timecross_cov_keyword_Xd">Xd</a>, <a href="#_timecross_cov_keyword_Yd">Yd</a>, <a href="#_timecross_cov_keyword_M">M</a>, <a href="#_timecross_cov_keyword_nT">nT</a>, <a href="#_timecross_cov_keyword_Ndim">Ndim</a></i>, <a href="#_timecross_cov_keyword_Double">Double</a>=<i>Double</i>, <a href="#_timecross_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
     95      <p><font face="Courier"><i>result = </i>timecross_cov(<i><a href="#_timecross_cov_keyword_xd">xd</a>, <a href="#_timecross_cov_keyword_yd">yd</a>, <a href="#_timecross_cov_keyword_m">m</a>, <a href="#_timecross_cov_keyword_nt">nt</a>, <a href="#_timecross_cov_keyword_ndim">ndim</a></i>, <a href="#_timecross_cov_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_timecross_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
    9696 
    9797     
     
    104104     
    105105 
    106     <a name="#_timecross_cov_keyword_Xd"></a> 
    107     <h4>Xd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    108        
    109        
    110        
    111        
    112        
    113        
    114        
    115        
    116     </h4> 
    117  
    118      
    119  
    120      
    121  
    122     <a name="#_timecross_cov_keyword_Yd"></a> 
    123     <h4>Yd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    124        
    125        
    126        
    127        
    128        
    129        
    130        
    131        
    132     </h4> 
    133  
    134      
    135  
    136      
    137  
    138     <a name="#_timecross_cov_keyword_M"></a> 
    139     <h4>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    140        
    141        
    142        
    143        
    144        
    145        
    146        
    147        
    148     </h4> 
    149  
    150      
    151  
    152      
    153  
    154     <a name="#_timecross_cov_keyword_nT"></a> 
    155     <h4>nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156        
    157        
    158        
    159        
    160        
    161        
    162        
    163        
    164     </h4> 
    165  
    166      
    167  
    168      
    169  
    170     <a name="#_timecross_cov_keyword_Ndim"></a> 
    171     <h4>Ndim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     106    <a name="#_timecross_cov_keyword_xd"></a> 
     107    <h4>xd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     108       
     109       
     110       
     111       
     112       
     113       
     114       
     115       
     116    </h4> 
     117 
     118     
     119 
     120     
     121 
     122    <a name="#_timecross_cov_keyword_yd"></a> 
     123    <h4>yd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124       
     125       
     126       
     127       
     128       
     129       
     130       
     131       
     132    </h4> 
     133 
     134     
     135 
     136     
     137 
     138    <a name="#_timecross_cov_keyword_m"></a> 
     139    <h4>m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     140       
     141       
     142       
     143       
     144       
     145       
     146       
     147       
     148    </h4> 
     149 
     150     
     151 
     152     
     153 
     154    <a name="#_timecross_cov_keyword_nt"></a> 
     155    <h4>nt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156       
     157       
     158       
     159       
     160       
     161       
     162       
     163       
     164    </h4> 
     165 
     166     
     167 
     168     
     169 
     170    <a name="#_timecross_cov_keyword_ndim"></a> 
     171    <h4>ndim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    172172       
    173173       
     
    189189 
    190190     
    191     <a name="#_timecross_cov_keyword_Double"></a> 
    192     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     191    <a name="#_timecross_cov_keyword_DOUBLE"></a> 
     192    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    193193       
    194194       
     
    228228     
    229229    <h4>Version</h4> 
    230  $Id: c_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     230 $Id: c_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    231231 
    232232    <h4>History</h4> 
     
    257257</font></h2> 
    258258 
    259       <p><font face="Courier"><i>result = </i>c_timecorrelate(<i><a href="#_c_timecorrelate_keyword_X">X</a>, <a href="#_c_timecorrelate_keyword_Y">Y</a>, <a href="#_c_timecorrelate_keyword_Lag">Lag</a></i>, <a href="#_c_timecorrelate_keyword_Covariance">Covariance</a>=<i>Covariance</i>, <a href="#_c_timecorrelate_keyword_Double">Double</a>=<i>Double</i>)</font></p> 
     259      <p><font face="Courier"><i>result = </i>c_timecorrelate(<i><a href="#_c_timecorrelate_keyword_x">x</a>, <a href="#_c_timecorrelate_keyword_y">y</a>, <a href="#_c_timecorrelate_keyword_lag">lag</a></i>, <a href="#_c_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_c_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
    260260 
    261261     
     
    268268     
    269269 
    270     <a name="#_c_timecorrelate_keyword_X"></a> 
    271     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     270    <a name="#_c_timecorrelate_keyword_x"></a> 
     271    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    272272      <font size="-1" color="#006633">in</font> 
    273273       
     
    286286     
    287287 
    288     <a name="#_c_timecorrelate_keyword_Y"></a> 
    289     <h4>Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     288    <a name="#_c_timecorrelate_keyword_y"></a> 
     289    <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    290290      <font size="-1" color="#006633">in</font> 
    291291       
     
    304304     
    305305 
    306     <a name="#_c_timecorrelate_keyword_Lag"></a> 
    307     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     306    <a name="#_c_timecorrelate_keyword_lag"></a> 
     307    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    308308      <font size="-1" color="#006633">in</font> 
    309309       
     
    328328 
    329329     
    330     <a name="#_c_timecorrelate_keyword_Covariance"></a> 
    331     <h4>Covariance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     330    <a name="#_c_timecorrelate_keyword_COVARIANCE"></a> 
     331    <h4>COVARIANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    332332       
    333333       
     
    345345 
    346346     
    347     <a name="#_c_timecorrelate_keyword_Double"></a> 
    348     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     347    <a name="#_c_timecorrelate_keyword_DOUBLE"></a> 
     348    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    349349       
    350350       
     
    380380     
    381381    <h4>Version</h4> 
    382  $Id: c_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     382 $Id: c_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    383383 
    384384    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/delchr.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier"><i>result = </i>delchr(<i><a href="#_delchr_keyword_OLD">OLD</a>, <a href="#_delchr_keyword_C">C</a></i>, <a href="#_delchr_keyword_help">help</a>=<i>help</i>)</font></p> 
     75      <p><font face="Courier"><i>result = </i>delchr(<i><a href="#_delchr_keyword_old">old</a>, <a href="#_delchr_keyword_c">c</a></i>, <a href="#_delchr_keyword_HELP">HELP</a>=<i>HELP</i>)</font></p> 
    7676 
    7777     
     
    8686     
    8787 
    88     <a name="#_delchr_keyword_OLD"></a> 
    89     <h4>OLD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     88    <a name="#_delchr_keyword_old"></a> 
     89    <h4>old&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9090      <font size="-1" color="#006633">in</font> 
    9191       
     
    103103     
    104104 
    105     <a name="#_delchr_keyword_C"></a> 
    106     <h4>C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     105    <a name="#_delchr_keyword_c"></a> 
     106    <h4>c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    107107      <font size="-1" color="#006633">in</font> 
    108108       
     
    125125 
    126126     
    127     <a name="#_delchr_keyword_help"></a> 
    128     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     127    <a name="#_delchr_keyword_HELP"></a> 
     128    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129129       
    130130       
     
    146146     
    147147    <h4>Version</h4> 
    148  $Id: delchr.pro 240 2007-03-28 12:17:24Z pinsard $ 
     148 $Id: delchr.pro 262 2007-08-21 14:19:32Z pinsard $ 
    149149 
    150150    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getfile.html

    r249 r290  
    7272      <h2>getfile  </h2> 
    7373 
    74       <p><font face="Courier"><i>result = </i>getfile(<i><a href="#_getfile_keyword_filein">filein</a></i>, <a href="#_getfile_keyword_error">error</a>=<i>error</i>, <a href="#_getfile_keyword_help">help</a>=<i>help</i>, <a href="#_getfile_keyword_quiet">quiet</a>=<i>quiet</i>, <a href="#_getfile_keyword_lines">lines</a>=<i>lines</i>, <a href="#_getfile_keyword_find">find</a>=<i>find</i>)</font></p> 
     74      <p><font face="Courier"><i>result = </i>getfile(<i><a href="#_getfile_keyword_filein">filein</a></i>, <a href="#_getfile_keyword_error">error</a>=<i>error</i>, <a href="#_getfile_keyword_HELP">HELP</a>=<i>HELP</i>, <a href="#_getfile_keyword_QUIET">QUIET</a>=<i>QUIET</i>, <a href="#_getfile_keyword_LINES">LINES</a>=<i>LINES</i>, <a href="#_getfile_keyword_FIND">FIND</a>=<i>FIND</i>)</font></p> 
    7575 
    7676     
     
    123123 
    124124     
    125     <a name="#_getfile_keyword_help"></a> 
    126     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127        
    128        
    129        
    130        
    131        
    132        
    133        
    134        
    135     </h4> 
    136  
    137      
    138  
    139      
    140     <a name="#_getfile_keyword_quiet"></a> 
    141     <h4>quiet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125    <a name="#_getfile_keyword_HELP"></a> 
     126    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     127       
     128       
     129       
     130       
     131       
     132       
     133       
     134       
     135    </h4> 
     136 
     137     
     138 
     139     
     140    <a name="#_getfile_keyword_QUIET"></a> 
     141    <h4>QUIET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142142       
    143143       
     
    154154 
    155155     
    156     <a name="#_getfile_keyword_lines"></a> 
    157     <h4>lines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156    <a name="#_getfile_keyword_LINES"></a> 
     157    <h4>LINES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    158158       
    159159       
     
    172172 
    173173     
    174     <a name="#_getfile_keyword_find"></a> 
    175     <h4>find&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     174    <a name="#_getfile_keyword_FIND"></a> 
     175    <h4>FIND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    176176       
    177177       
     
    195195     
    196196    <h4>Version</h4> 
    197  $Id: getfile.pro 240 2007-03-28 12:17:24Z pinsard $ 
     197 $Id: getfile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    198198 
    199199    <h4>History</h4> 
     
    208208       S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
    209209       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  
     210       when using /find keyword. Use <a href="/Applications/rsi/idl_6.3/help/online_help/SPAWN.html">SPAWN</a>, 'cat...' for  
    211211       unix os. 
    212212 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getwrd.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>getwrd(<i><a href="#_getwrd_keyword_TXTSTR">TXTSTR</a>, <a href="#_getwrd_keyword_NTH">NTH</a>[, <a href="#_getwrd_keyword_MTH">MTH</a>]</i>, <a href="#_getwrd_keyword_help">help</a>=<i>help</i>, <a href="#_getwrd_keyword_location">location</a>=<i>location</i>, <a href="#_getwrd_keyword_delimiter">delimiter</a>=<i>delimiter</i>, <a href="#_getwrd_keyword_notrim">notrim</a>=<i>notrim</i>, <a href="#_getwrd_keyword_last">last</a>=<i>last</i>, <a href="#_getwrd_keyword_nwords">nwords</a>=<i>nwords</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>getwrd(<i><a href="#_getwrd_keyword_txtstr">txtstr</a>, <a href="#_getwrd_keyword_nth">nth</a>[, <a href="#_getwrd_keyword_mth">mth</a>]</i>, <a href="#_getwrd_keyword_HELP">HELP</a>=<i>HELP</i>, <a href="#_getwrd_keyword_LOCATION">LOCATION</a>=<i>LOCATION</i>, <a href="#_getwrd_keyword_DELIMITER">DELIMITER</a>=<i>DELIMITER</i>, <a href="#_getwrd_keyword_NOTRIM">NOTRIM</a>=<i>NOTRIM</i>, <a href="#_getwrd_keyword_LAST">LAST</a>=<i>LAST</i>, <a href="#_getwrd_keyword_NWORDS">NWORDS</a>=<i>NWORDS</i>)</font></p> 
    7777 
    7878     
     
    8787     
    8888 
    89     <a name="#_getwrd_keyword_TXTSTR"></a> 
    90     <h4>TXTSTR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     89    <a name="#_getwrd_keyword_txtstr"></a> 
     90    <h4>txtstr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9191      <font size="-1" color="#006633">in</font> 
    9292       
     
    105105     
    106106 
    107     <a name="#_getwrd_keyword_NTH"></a> 
    108     <h4>NTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     107    <a name="#_getwrd_keyword_nth"></a> 
     108    <h4>nth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    109109      <font size="-1" color="#006633">in</font> 
    110110       
     
    122122     
    123123 
    124     <a name="#_getwrd_keyword_MTH"></a> 
    125     <h4>MTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124    <a name="#_getwrd_keyword_mth"></a> 
     125    <h4>mth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    126126      <font size="-1" color="#006633">in</font> 
    127127       
     
    144144 
    145145     
    146     <a name="#_getwrd_keyword_help"></a> 
    147     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    148        
    149        
    150        
    151        
    152        
    153        
    154        
    155        
    156     </h4> 
    157  
    158      
    159      
    160     <a name="#_getwrd_keyword_location"></a> 
    161     <h4>location&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     146    <a name="#_getwrd_keyword_HELP"></a> 
     147    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     148       
     149       
     150       
     151       
     152       
     153       
     154       
     155       
     156    </h4> 
     157 
     158     
     159     
     160    <a name="#_getwrd_keyword_LOCATION"></a> 
     161    <h4>LOCATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    162162       
    163163       
     
    174174 
    175175     
    176     <a name="#_getwrd_keyword_delimiter"></a> 
    177     <h4>delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     176    <a name="#_getwrd_keyword_DELIMITER"></a> 
     177    <h4>DELIMITER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178178       
    179179       
     
    190190 
    191191     
    192     <a name="#_getwrd_keyword_notrim"></a> 
    193     <h4>notrim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     192    <a name="#_getwrd_keyword_NOTRIM"></a> 
     193    <h4>NOTRIM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    194194       
    195195       
     
    206206 
    207207     
    208     <a name="#_getwrd_keyword_last"></a> 
    209     <h4>last&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     208    <a name="#_getwrd_keyword_LAST"></a> 
     209    <h4>LAST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    210210       
    211211       
     
    224224 
    225225     
    226     <a name="#_getwrd_keyword_nwords"></a> 
    227     <h4>nwords&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     226    <a name="#_getwrd_keyword_NWORDS"></a> 
     227    <h4>NWORDS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    228228       
    229229       
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: getwrd.pro 232 2007-03-20 16:59:36Z pinsard $ 
     248 $Id: getwrd.pro 262 2007-08-21 14:19:32Z pinsard $ 
    249249 
    250250    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/isnumber.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier"><i>result = </i>isnumber(<i><a href="#_isnumber_keyword_txt0">txt0</a>, <a href="#_isnumber_keyword_x">x</a></i>, <a href="#_isnumber_keyword_help">help</a>=<i>help</i>)</font></p> 
     75      <p><font face="Courier"><i>result = </i>isnumber(<i><a href="#_isnumber_keyword_txt0">txt0</a>, <a href="#_isnumber_keyword_x">x</a></i>, <a href="#_isnumber_keyword_HELP">HELP</a>=<i>HELP</i>)</font></p> 
    7676 
    7777     
     
    130130 
    131131     
    132     <a name="#_isnumber_keyword_help"></a> 
    133     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     132    <a name="#_isnumber_keyword_HELP"></a> 
     133    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    134134       
    135135       
     
    151151     
    152152    <h4>Version</h4> 
    153  $Id: isnumber.pro 232 2007-03-20 16:59:36Z pinsard $ 
     153 $Id: isnumber.pro 262 2007-08-21 14:19:32Z pinsard $ 
    154154 
    155155    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/lenstr.html

    r249 r290  
    135135    <h4>Todo items</h4> seb  
    136136 
    137 ;- 
    138  
    139137     
    140138 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/nwrds.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier"><i>result = </i>nwrds(<i><a href="#_nwrds_keyword_txtstr">txtstr</a></i>, <a href="#_nwrds_keyword_help">help</a>=<i>help</i>, <a href="#_nwrds_keyword_delimiter">delimiter</a>=<i>delimiter</i>)</font></p> 
     75      <p><font face="Courier"><i>result = </i>nwrds(<i><a href="#_nwrds_keyword_txtstr">txtstr</a></i>, <a href="#_nwrds_keyword_HELP">HELP</a>=<i>HELP</i>, <a href="#_nwrds_keyword_DELIMITER">DELIMITER</a>=<i>DELIMITER</i>)</font></p> 
    7676 
    7777     
     
    108108 
    109109     
    110     <a name="#_nwrds_keyword_help"></a> 
    111     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     110    <a name="#_nwrds_keyword_HELP"></a> 
     111    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    112112       
    113113       
     
    123123 
    124124     
    125     <a name="#_nwrds_keyword_delimiter"></a> 
    126     <h4>delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125    <a name="#_nwrds_keyword_DELIMITER"></a> 
     126    <h4>DELIMITER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127127       
    128128       
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: nwrds.pro 232 2007-03-20 16:59:36Z pinsard $ 
     147 $Id: nwrds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    148148 
    149149    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/putfile.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier">putfile<i>, <a href="#_putfile_keyword_file">file</a>, <a href="#_putfile_keyword_s">s</a></i>, <a href="#_putfile_keyword_error">error</a>=<i>error</i>, <a href="#_putfile_keyword_help">help</a>=<i>help</i></font></p> 
     75      <p><font face="Courier">putfile<i>, <a href="#_putfile_keyword_file">file</a>, <a href="#_putfile_keyword_s">s</a></i>, <a href="#_putfile_keyword_ERROR">ERROR</a>=<i>ERROR</i>, <a href="#_putfile_keyword_HELP">HELP</a>=<i>HELP</i></font></p> 
    7676 
    7777     
     
    123123 
    124124     
    125     <a name="#_putfile_keyword_error"></a> 
    126     <h4>error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125    <a name="#_putfile_keyword_ERROR"></a> 
     126    <h4>ERROR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127127       
    128128       
     
    139139  
    140140     
    141     <a name="#_putfile_keyword_help"></a> 
    142     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     141    <a name="#_putfile_keyword_HELP"></a> 
     142    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    143143       
    144144       
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: putfile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     161 $Id: putfile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    162162 
    163163    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/str_size.html

    r249 r290  
    7878</font></h2> 
    7979 
    80       <p><font face="Courier"><i>result = </i>str_size(<i><a href="#_str_size_keyword_string">string</a>[, <a href="#_str_size_keyword_targetWidth">targetWidth</a>]</i>, <a href="#_str_size_keyword_INITSIZE">INITSIZE</a>=<i>INITSIZE</i>, <a href="#_str_size_keyword_STEP">STEP</a>=<i>STEP</i>)</font></p> 
     80      <p><font face="Courier"><i>result = </i>str_size(<i><a href="#_str_size_keyword_string">string</a>[, <a href="#_str_size_keyword_targetwidth">targetwidth</a>]</i>, <a href="#_str_size_keyword_INITSIZE">INITSIZE</a>=<i>INITSIZE</i>, <a href="#_str_size_keyword_STEP">STEP</a>=<i>STEP</i>)</font></p> 
    8181 
    8282     
     
    112112     
    113113 
    114     <a name="#_str_size_keyword_targetWidth"></a> 
    115     <h4>targetWidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     114    <a name="#_str_size_keyword_targetwidth"></a> 
     115    <h4>targetwidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    116116      <font size="-1" color="#006633">in</font> 
    117117       
     
    183183     
    184184    <h4>Version</h4> 
    185  $Id: str_size.pro 226 2007-03-16 09:22:26Z pinsard $ 
     185 $Id: str_size.pro 262 2007-08-21 14:19:32Z pinsard $ 
    186186 
    187187    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/string2struct.html

    r249 r290  
    130130     
    131131    <h4>Version</h4> 
    132  $Id: string2struct.pro 232 2007-03-20 16:59:36Z pinsard $ 
     132 $Id: string2struct.pro 262 2007-08-21 14:19:32Z pinsard $ 
    133133    <h4>History</h4> 
    134134 
     
    218218     
    219219    <h4>Version</h4> 
    220  $Id: string2struct.pro 232 2007-03-20 16:59:36Z pinsard $ 
     220 $Id: string2struct.pro 262 2007-08-21 14:19:32Z pinsard $ 
    221221 
    222222    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strright.html

    r249 r290  
    132132     
    133133    <h4>Version</h4> 
    134  $Id: strright.pro 232 2007-03-20 16:59:36Z pinsard $ 
     134 $Id: strright.pro 262 2007-08-21 14:19:32Z pinsard $ 
    135135 
     136 Copyright (C) 1997, Martin Schultz, Harvard University 
     137 This software is provided as is without any warranty 
     138 whatsoever. It may be freely used, copied or distributed 
     139 for non-commercial purposes. This copyright notice must be 
     140 kept with any copy of this software. If this software shall 
     141 be used commercially or sold as part of a larger package, 
     142 please contact the author to arrange payment. 
     143 Bugs and comments should be directed to mgs@io.harvard.edu 
     144 with subject "IDL routine strright" 
    136145    <h4>History</h4> 
    137146        mgs, 19 Nov 1997: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strsci.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>strsci(<i><a href="#_strsci_keyword_Data">Data</a></i>, <a href="#_strsci_keyword_Format">Format</a>=<i>Format</i>, <a href="#_strsci_keyword_POT_Only">POT_Only</a>=<i>POT_Only</i>, <a href="#_strsci_keyword_MANTISSA_ONLY">MANTISSA_ONLY</a>=<i>MANTISSA_ONLY</i>, <a href="#_strsci_keyword_SHORT">SHORT</a>=<i>SHORT</i>, <a href="#_strsci_keyword_TRIM">TRIM</a>=<i>TRIM</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>strsci(<i><a href="#_strsci_keyword_data">data</a></i>, <a href="#_strsci_keyword_FORMAT">FORMAT</a>=<i>FORMAT</i>, <a href="#_strsci_keyword_POT_ONLY">POT_ONLY</a>=<i>POT_ONLY</i>, <a href="#_strsci_keyword_MANTISSA_ONLY">MANTISSA_ONLY</a>=<i>MANTISSA_ONLY</i>, <a href="#_strsci_keyword_SHORT">SHORT</a>=<i>SHORT</i>, <a href="#_strsci_keyword_TRIM">TRIM</a>=<i>TRIM</i>)</font></p> 
    7878 
    7979     
     
    8686     
    8787 
    88     <a name="#_strsci_keyword_Data"></a> 
    89     <h4>Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     88    <a name="#_strsci_keyword_data"></a> 
     89    <h4>data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9090      <font size="-1" color="#006633">in</font> 
    9191       
     
    109109 
    110110     
    111     <a name="#_strsci_keyword_Format"></a> 
    112     <h4>Format&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     111    <a name="#_strsci_keyword_FORMAT"></a> 
     112    <h4>FORMAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    113113       
    114114       
     
    127127 
    128128     
    129     <a name="#_strsci_keyword_POT_Only"></a> 
    130     <h4>POT_Only&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129    <a name="#_strsci_keyword_POT_ONLY"></a> 
     130    <h4>POT_ONLY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    131131       
    132132       
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: strsci.pro 232 2007-03-20 16:59:36Z pinsard $ 
    218  
     217 $Id: strsci.pro 262 2007-08-21 14:19:32Z pinsard $ 
     218 
     219 Copyright (C) 1998, 1999 Bob Yantosca and Martin Schultz,  
     220 Harvard University 
     221 This software is provided as is without any warranty 
     222 whatsoever. It may be freely used, copied or distributed 
     223 for non-commercial purposes. This copyright notice must be 
     224 kept with any copy of this software. If this software shall 
     225 be used commercially or sold as part of a larger package, 
     226 please contact the author to arrange payment. 
     227 Bugs and comments should be directed to bmy@io.harvard.edu 
     228 or mgs@io.harvard.edu with subject "IDL routine strsci" 
    219229    <h4>History</h4> 
    220230        bmy, 28 May 1998: VERSION 1.00            B 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strtok.html

    r249 r290  
    172172     
    173173    <h4>Version</h4> 
    174  $Id: strtok.pro 232 2007-03-20 16:59:36Z pinsard $ 
     174 $Id: strtok.pro 262 2007-08-21 14:19:32Z pinsard $ 
    175175 
    176176    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strwhere.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>strwhere(<i><a href="#_strwhere_keyword_str">str</a>, <a href="#_strwhere_keyword_schar">schar</a>, <a href="#_strwhere_keyword_Count">Count</a></i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>strwhere(<i><a href="#_strwhere_keyword_str">str</a>, <a href="#_strwhere_keyword_schar">schar</a>, <a href="#_strwhere_keyword_count">count</a></i>)</font></p> 
    7777 
    7878     
     
    124124     
    125125 
    126     <a name="#_strwhere_keyword_Count"></a> 
    127     <h4>Count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     126    <a name="#_strwhere_keyword_count"></a> 
     127    <h4>count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    128128       
    129129       
     
    150150     
    151151    <h4>Version</h4> 
    152  $Id: strwhere.pro 238 2007-03-27 13:43:18Z pinsard $ 
     152 $Id: strwhere.pro 262 2007-08-21 14:19:32Z pinsard $ 
    153153 
     154 Copyright (C) 1998, Martin Schultz, Harvard University 
     155 This software is provided as is without any warranty 
     156 whatsoever. It may be freely used, copied or distributed 
     157 for non-commercial purposes. This copyright notice must be 
     158 kept with any copy of this software. If this software shall 
     159 be used commercially or sold as part of a larger package, 
     160 please contact the author to arrange payment. 
     161 Bugs and comments should be directed to mgs@io.harvard.edu 
     162 with subject "IDL routine strwhere" 
    154163    <h4>History</h4> 
    155164        mgs, 02 Jun 1998: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/chkstru.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>chkstru(<i><a href="#_chkstru_keyword_structure">structure</a>, <a href="#_chkstru_keyword_fields">fields</a></i>, <a href="#_chkstru_keyword_index">index</a>=<i>string</i>, <a href="#_chkstru_keyword_verbose">verbose</a>=<i>verbose</i>, <a href="#_chkstru_keyword_extract">extract</a>=<i>extract</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>chkstru(<i><a href="#_chkstru_keyword_structure">structure</a>, <a href="#_chkstru_keyword_fields">fields</a></i>, <a href="#_chkstru_keyword_INDEX">INDEX</a>=<i>string</i>, <a href="#_chkstru_keyword_VERBOSE">VERBOSE</a>=<i>VERBOSE</i>, <a href="#_chkstru_keyword_EXTRACT">EXTRACT</a>=<i>EXTRACT</i>)</font></p> 
    7878 
    7979     
     
    130130 
    131131     
    132     <a name="#_chkstru_keyword_index"></a> 
    133     <h4>index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     132    <a name="#_chkstru_keyword_INDEX"></a> 
     133    <h4>INDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    134134       
    135135       
     
    150150 
    151151     
    152     <a name="#_chkstru_keyword_verbose"></a> 
    153     <h4>verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     152    <a name="#_chkstru_keyword_VERBOSE"></a> 
     153    <h4>VERBOSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    154154       
    155155       
     
    167167 
    168168     
    169     <a name="#_chkstru_keyword_extract"></a> 
    170     <h4>extract&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     169    <a name="#_chkstru_keyword_EXTRACT"></a> 
     170    <h4>EXTRACT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    171171       
    172172       
     
    199199     
    200200    <h4>Version</h4> 
    201  $Id: chkstru.pro 232 2007-03-20 16:59:36Z pinsard $ 
    202  
     201 $Id: chkstru.pro 262 2007-08-21 14:19:32Z pinsard $ 
     202 
     203 Copyright (C) 1998, Martin Schultz, Harvard University 
     204 This software is provided as is without any warranty 
     205 whatsoever. It may be freely used, copied or distributed 
     206 for non-commercial purposes. This copyright notice must be 
     207 kept with any copy of this software. If this software shall 
     208 be used commercially or sold as part of a larger package, 
     209 please contact the author to arrange payment. 
     210 Bugs and comments should be directed to mgs@io.harvard.edu 
     211 with subject "IDL routine chkstru" 
    203212    <h4>History</h4> 
    204213        mgs, 02 Mar 1998: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/where_tag.html

    r249 r290  
    238238     
    239239    <h4>Version</h4> 
    240  $Id: where_tag.pro 232 2007-03-20 16:59:36Z pinsard $ 
     240 $Id: where_tag.pro 262 2007-08-21 14:19:32Z pinsard $ 
    241241  
    242242    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/ciseauxtri.html

    r249 r290  
    162162     
    163163    <h4>Version</h4> 
    164  $Id: ciseauxtri.pro 231 2007-03-19 17:15:51Z pinsard $ 
     164 $Id: ciseauxtri.pro 262 2007-08-21 14:19:32Z pinsard $ 
    165165 
    166166    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/completecointerre.html

    r249 r290  
    252252     
    253253 To obtain the array of "ascending land corner" 
    254  to be treated with <a href=".//completecointerre.html">completecointerre</a> in the variable array 
     254 to be treated with <a href="../..//ToBeReviewed/TRIANGULATION/completecointerre.html">completecointerre</a> in the variable array 
    255255 instead of make it pass by the global variable twin_corners_up. 
    256256 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/definetri.html

    r249 r290  
    6262 
    6363     
    64  Define a triangulation array like <proidl>TRIANGULATE</proidl>. 
     64 Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>. 
    6565         But in a VERY SIMPLE CASE: 
    6666 the points are regulary-gridded on nx*ny array. 
     
    200200     
    201201    <h4>Version</h4> 
    202  $Id: definetri.pro 232 2007-03-20 16:59:36Z pinsard $ 
     202 $Id: definetri.pro 262 2007-08-21 14:19:32Z pinsard $ 
    203203    <h4>History</h4> 
    204204 sebastien Masson (smlod@ipsl.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/definetri_e.html

    r249 r290  
    6464 
    6565 
    66  Define a triangulation array like <proidl>TRIANGULATE</proidl> but for a 
     66 Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a> but for a 
    6767 E-grid type 
    6868 
     
    161161     
    162162    <h4>Version</h4> 
    163  $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $ 
     163 $Id: definetri_e.pro 262 2007-08-21 14:19:32Z pinsard $ 
    164164    <h4>History</h4> 
    165165 
     
    197197    <h3>Return value</h3> 
    198198 Triangles is a 2d array and is dimensions are 3 and (nx-1)*(ny-1). 
    199  Triangles is defined like in the <proidl>TRIANGULATE</proidl> procedure. 
     199 Triangles is defined like in the <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a> procedure. 
    200200 
    201201 
     
    286286     
    287287    <h4>Version</h4> 
    288  $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $ 
     288 $Id: definetri_e.pro 262 2007-08-21 14:19:32Z pinsard $ 
    289289 
    290290    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/dessinetri.html

    r249 r290  
    9898 
    9999     
    100  Array which define the triangulation (provided by <a href=".//triangule.html">triangule</a> or 
    101  <proidl>triangulate</proidl>) 
     100 Array which define the triangulation (provided by <a href="../..//ToBeReviewed/TRIANGULATION/triangule.html">triangule</a> or 
     101 <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>) 
    102102 
    103103     
     
    229229     
    230230    <h4>Version</h4> 
    231  $Id: dessinetri.pro 232 2007-03-20 16:59:36Z pinsard $ 
     231 $Id: dessinetri.pro 260 2007-08-20 15:24:57Z pinsard $ 
    232232 
    233233    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/drawcoast_e.html

    r249 r290  
    7272</font></h2> 
    7373 
    74       <p><font face="Courier">drawcoast_e<i>, <a href="#_drawcoast_e_keyword_mask">mask</a>, <a href="#_drawcoast_e_keyword_xf">xf</a>, <a href="#_drawcoast_e_keyword_yf">yf</a>, <a href="#_drawcoast_e_keyword_nx">nx</a>, <a href="#_drawcoast_e_keyword_ny">ny</a></i>, <a href="#_drawcoast_e_keyword_COAST_COLOR">COAST_COLOR</a>=<i>COAST_COLOR</i>, <a href="#_drawcoast_e_keyword_COAST_THICK">COAST_THICK</a>=<i>COAST_THICK</i>, <a href="#_drawcoast_e_keyword_YSEUIL">YSEUIL</a>=<i>YSEUIL</i>, <a href="#_drawcoast_e_keyword_XSEUIL">XSEUIL</a>=<i>XSEUIL</i>, <a href="#_drawcoast_e_keyword_onemore">onemore</a>=<i>onemore</i>, <a href="#_drawcoast_e_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     74      <p><font face="Courier">drawcoast_e<i>, <a href="#_drawcoast_e_keyword_mask">mask</a>, <a href="#_drawcoast_e_keyword_xf">xf</a>, <a href="#_drawcoast_e_keyword_yf">yf</a>, <a href="#_drawcoast_e_keyword_nx">nx</a>, <a href="#_drawcoast_e_keyword_ny">ny</a></i>, <a href="#_drawcoast_e_keyword_COAST_COLOR">COAST_COLOR</a>=<i>COAST_COLOR</i>, <a href="#_drawcoast_e_keyword_COAST_THICK">COAST_THICK</a>=<i>COAST_THICK</i>, <a href="#_drawcoast_e_keyword_YSEUIL">YSEUIL</a>=<i>YSEUIL</i>, <a href="#_drawcoast_e_keyword_XSEUIL">XSEUIL</a>=<i>XSEUIL</i>, <a href="#_drawcoast_e_keyword_ONEMORE">ONEMORE</a>=<i>ONEMORE</i>, <a href="#_drawcoast_e_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7575 
    7676     
     
    237237 
    238238     
    239     <a name="#_drawcoast_e_keyword_onemore"></a> 
    240     <h4>onemore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     239    <a name="#_drawcoast_e_keyword_ONEMORE"></a> 
     240    <h4>ONEMORE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    241241       
    242242       
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/triangule_e.html

    r249 r290  
    123123     
    124124 To obtain the array of "ascending land corner" to be treated with 
    125  <a href=".//completecointerre.html">completecointerre</a> in the variable array instead of make it pass  
     125 <a href="../..//ToBeReviewed/TRIANGULATION/completecointerre.html">completecointerre</a> in the variable array instead of make it pass  
    126126 by the global variable twin_corners_up. 
    127127 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html

    r249 r290  
    125125   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    126126   6 elements: The extraction is made on Boxzoom 
    127  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     127 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     128 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    128129 
    129130     
     
    149150     
    150151    <h4>Version</h4> 
    151  $Id: buildcmd.pro 231 2007-03-19 17:15:51Z pinsard $ 
     152 $Id: buildcmd.pro 262 2007-08-21 14:19:32Z pinsard $ 
    152153 
    153154    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html

    r249 r290  
    171171   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    172172   6 elements: The extraction is made on Boxzoom 
    173  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     173 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     174 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    174175 
    175176     
     
    210211     
    211212    <h4>Version</h4> 
    212  $Id: buildreadcmd.pro 231 2007-03-19 17:15:51Z pinsard $ 
     213 $Id: buildreadcmd.pro 279 2007-09-07 13:40:51Z smasson $ 
    213214 
    214215    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html

    r249 r290  
    142142   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    143143   6 elements: The extraction is made on Boxzoom 
    144  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     144 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     145 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    145146 
    146147     
     
    152153     
    153154    <h4>Version</h4> 
    154  $Id: changefield.pro 231 2007-03-19 17:15:51Z pinsard $ 
     155 $Id: changefield.pro 262 2007-08-21 14:19:32Z pinsard $ 
    155156 
    156157    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html

    r249 r290  
    142142   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    143143   6 elements: The extraction is made on Boxzoom 
    144  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     144 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     145 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    145146 
    146147     
     
    197198     
    198199    <h4>Version</h4> 
    199  $Id: changefile.pro 231 2007-03-19 17:15:51Z pinsard $ 
     200 $Id: changefile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    200201 
    201202    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html

    r249 r290  
    135135     
    136136    <h4>Version</h4> 
    137  $Id: createhistory.pro 231 2007-03-19 17:15:51Z pinsard $ 
     137 $Id: createhistory.pro 262 2007-08-21 14:19:32Z pinsard $ 
    138138 
    139139    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html

    r249 r290  
    108108     
    109109    <h4>Version</h4> 
    110  $Id: doubleclickaction.pro 231 2007-03-19 17:15:51Z pinsard $ 
     110 $Id: doubleclickaction.pro 262 2007-08-21 14:19:32Z pinsard $ 
    111111 
    112112    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html

    r249 r290  
    128128     
    129129    <h4>Version</h4> 
    130  $Id: loadgrid.pro 232 2007-03-20 16:59:36Z pinsard $ 
     130 $Id: loadgrid.pro 285 2007-09-14 11:05:09Z smasson $ 
    131131 
    132132    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html

    r249 r290  
    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  
     192 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    192193 
    193194     
     
    215216     
    216217    <h4>Version</h4> 
    217  $Id: read_vermair.pro 231 2007-03-19 17:15:51Z pinsard $ 
     218 $Id: read_vermair.pro 254 2007-06-26 15:58:20Z pinsard $ 
    218219 
    219220    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html

    r249 r290  
    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 <a href="../../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> and <a href="../../..//ReadWrite/ncdf_gettime.html">ncdf_gettime</a> 
    138138 
    139139     
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: scanfile.pro 238 2007-03-27 13:43:18Z pinsard $ 
     147 $Id: scanfile.pro 271 2007-08-30 12:44:23Z smasson $ 
    148148 
    149149    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html

    r249 r290  
    124124     
    125125    <h4>Version</h4> 
    126  $Id: selectfile.pro 243 2007-04-12 08:52:32Z smasson $ 
     126 $Id: selectfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    127127 
    128128    <h4>History</h4> 
     
    245245     
    246246    <h4>Version</h4> 
    247  $Id: selectfile.pro 243 2007-04-12 08:52:32Z smasson $ 
     247 $Id: selectfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    248248 
    249249    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">tracecadre<i>, <a href="#_tracecadre_keyword_small">small</a></i>, <a href="#_tracecadre_keyword_out">out</a>=<i>out</i>, <a href="#_tracecadre_keyword_erase">erase</a>=<i>erase</i>, <a href="#_tracecadre_keyword_fill">fill</a>=<i>fill</i></font></p> 
     76      <p><font face="Courier">tracecadre<i>, <a href="#_tracecadre_keyword_small">small</a></i>, <a href="#_tracecadre_keyword_OUT">OUT</a>=<i>OUT</i>, <a href="#_tracecadre_keyword_ERASE">ERASE</a>=<i>ERASE</i>, <a href="#_tracecadre_keyword_FILL">FILL</a>=<i>FILL</i></font></p> 
    7777 
    7878     
     
    107107 
    108108     
    109     <a name="#_tracecadre_keyword_out"></a> 
    110     <h4>out&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     109    <a name="#_tracecadre_keyword_OUT"></a> 
     110    <h4>OUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    111111       
    112112       
     
    122122 
    123123     
    124     <a name="#_tracecadre_keyword_erase"></a> 
    125     <h4>erase&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124    <a name="#_tracecadre_keyword_ERASE"></a> 
     125    <h4>ERASE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    126126       
    127127       
     
    137137 
    138138     
    139     <a name="#_tracecadre_keyword_fill"></a> 
    140     <h4>fill&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     139    <a name="#_tracecadre_keyword_FILL"></a> 
     140    <h4>FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    141141       
    142142       
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: tracecadre.pro 231 2007-03-19 17:15:51Z pinsard $ 
     161 $Id: tracecadre.pro 262 2007-08-21 14:19:32Z pinsard $ 
    162162 
    163163    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html

    r249 r290  
    108108     
    109109    <h4>Version</h4> 
    110  $Id: xxxmenubar_event.pro 231 2007-03-19 17:15:51Z pinsard $ 
     110 $Id: xxxmenubar_event.pro 267 2007-08-24 12:42:30Z pinsard $ 
    111111 
    112112    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html

    r249 r290  
    164164     
    165165    <h4>Version</h4> 
    166  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     166 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    167167    <h4>History</h4> 
    168168 
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     248 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    249249    <h4>History</h4> 
    250250 
     
    311311     
    312312    <h4>Version</h4> 
    313  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     313 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    314314    <h4>History</h4> 
    315315 
     
    902902     
    903903    <h4>Version</h4> 
    904  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     904 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    905905 
    906906    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html

    r249 r290  
    9999      <dd><font size="-1"></font></dd> 
    100100       
    101       <dt><a href="#_move">move<i>, event, casename</i></a><dt> 
     101      <dt><a href="#_cw_cal_move">cw_cal_move<i>, event, casename</i></a><dt> 
    102102      <dd><font size="-1"></font></dd> 
    103103       
     
    173173     
    174174    <h4>Version</h4> 
    175  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     175 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    176176    <h4>History</h4> 
    177177 
     
    239239     
    240240    <h4>Version</h4> 
    241  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     241 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    242242    <h4>History</h4> 
    243243 
     
    322322     
    323323    <h4>Version</h4> 
    324  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     324 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    325325    <h4>History</h4> 
    326326 
     
    422422     
    423423    <h4>Version</h4> 
    424  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     424 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    425425    <h4>History</h4> 
    426426 
     
    431431     
    432432     
    433     <h4>Restrictions</h4> 
     433    <h4>Restrictions</h4>< 
    434434 
    435435 
     
    446446    <hr size="1" color="#CCCCCC"/> 
    447447       
    448       <a name="#_move"></a> 
    449  
    450       <h2>move  <font size="-1" color="#006633"> 
     448      <a name="#_cw_cal_move"></a> 
     449 
     450      <h2>cw_cal_move  <font size="-1" color="#006633"> 
    451451 Compound widget 
    452452</font></h2> 
    453453 
    454       <p><font face="Courier">move<i>, <a href="#_move_keyword_event">event</a>, <a href="#_move_keyword_casename">casename</a></i></font></p> 
     454      <p><font face="Courier">cw_cal_move<i>, <a href="#_cw_cal_move_keyword_event">event</a>, <a href="#_cw_cal_move_keyword_casename">casename</a></i></font></p> 
    455455 
    456456     
     
    463463     
    464464 
    465     <a name="#_move_keyword_event"></a> 
     465    <a name="#_cw_cal_move_keyword_event"></a> 
    466466    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    467467       
     
    480480     
    481481 
    482     <a name="#_move_keyword_casename"></a> 
     482    <a name="#_cw_cal_move_keyword_casename"></a> 
    483483    <h4>casename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    484484       
     
    505505     
    506506    <h4>Version</h4> 
    507  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     507 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    508508    <h4>History</h4> 
    509509 
     
    571571     
    572572    <h4>Version</h4> 
    573  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     573 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    574574    <h4>History</h4> 
    575575 
     
    752752     
    753753    <h4>Version</h4> 
    754  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     754 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    755755 
    756756    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html

    r249 r290  
    153153     
    154154    <h4>Version</h4> 
    155  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     155 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    156156    <h4>History</h4> 
    157157 
     
    219219     
    220220    <h4>Version</h4> 
    221  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     221 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    222222    <h4>History</h4> 
    223223 
     
    285285     
    286286    <h4>Version</h4> 
    287  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     287 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    288288    <h4>History</h4> 
    289289 
     
    369369   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    370370   6 elements: The extraction is made on Boxzoom 
    371  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     371 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     372 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a>! 
    372373 
    373374     
     
    457458     
    458459    <h4>Version</h4> 
    459  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     460 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    460461 
    461462    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html

    r249 r290  
    8080      <dd><font size="-1"> </font></dd> 
    8181       
    82       <dt><a href="#_cw_slide_slice"><i>result = </i>cw_slide_slice(<i>parent</i>, boxzoom=<i>boxzoom</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, FRAME=<i>FRAME</i>, ROW=<i>ROW</i>, COLUMN=<i>COLUMN</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
     82      <dt><a href="#_cw_slide_slice"><i>result = </i>cw_slide_slice(<i>parent</i>, BOXZOOM=<i>BOXZOOM</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, FRAME=<i>FRAME</i>, ROW=<i>ROW</i>, COLUMN=<i>COLUMN</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
    8383      <dd><font size="-1"> </font></dd> 
    8484       
     
    148148     
    149149    <h4>Version</h4> 
    150  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
     150 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $ 
    151151    <h4>History</h4> 
    152152 
     
    214214     
    215215    <h4>Version</h4> 
    216  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
     216 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $ 
    217217    <h4>History</h4> 
    218218 
     
    244244</font></h2> 
    245245 
    246       <p><font face="Courier"><i>result = </i>cw_slide_slice(<i><a href="#_cw_slide_slice_keyword_parent">parent</a></i>, <a href="#_cw_slide_slice_keyword_boxzoom">boxzoom</a>=<i>boxzoom</i>, <a href="#_cw_slide_slice_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slide_slice_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slide_slice_keyword_FRAME">FRAME</a>=<i>FRAME</i>, <a href="#_cw_slide_slice_keyword_ROW">ROW</a>=<i>ROW</i>, <a href="#_cw_slide_slice_keyword_COLUMN">COLUMN</a>=<i>COLUMN</i>, <a href="#_cw_slide_slice_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     246      <p><font face="Courier"><i>result = </i>cw_slide_slice(<i><a href="#_cw_slide_slice_keyword_parent">parent</a></i>, <a href="#_cw_slide_slice_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_cw_slide_slice_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slide_slice_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slide_slice_keyword_FRAME">FRAME</a>=<i>FRAME</i>, <a href="#_cw_slide_slice_keyword_ROW">ROW</a>=<i>ROW</i>, <a href="#_cw_slide_slice_keyword_COLUMN">COLUMN</a>=<i>COLUMN</i>, <a href="#_cw_slide_slice_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    247247 
    248248     
     
    278278 
    279279     
    280     <a name="#_cw_slide_slice_keyword_boxzoom"></a> 
    281     <h4>boxzoom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     280    <a name="#_cw_slide_slice_keyword_BOXZOOM"></a> 
     281    <h4>BOXZOOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    282282       
    283283       
     
    298298   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    299299   6 elements: The extraction is made on Boxzoom 
    300  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     300 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     301 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    301302 
    302303     
     
    406407     
    407408    <h4>Version</h4> 
    408  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
     409 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $ 
    409410 
    410411    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html

    r249 r290  
    9696      <dd><font size="-1"> </font></dd> 
    9797       
    98       <dt><a href="#_cw_slider_pm"><i>result = </i>cw_slider_pm(<i>parent</i>, MAXIMUM=<i>MAXIMUM</i>, MINIMUM=<i>MINIMUM</i>, STRMINLEN=<i>STRMINLEN</i>, VALUE=<i>VALUE</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, title=<i>title</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
     98      <dt><a href="#_cw_slider_pm"><i>result = </i>cw_slider_pm(<i>parent</i>, MAXIMUM=<i>MAXIMUM</i>, MINIMUM=<i>MINIMUM</i>, STRMINLEN=<i>STRMINLEN</i>, VALUE=<i>VALUE</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, TITLE=<i>TITLE</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
    9999      <dd><font size="-1"> </font></dd> 
    100100       
     
    148148     
    149149    <h4>Version</h4> 
    150  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     150 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    151151    <h4>History</h4> 
    152152 
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     217 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    218218    <h4>History</h4> 
    219219 
     
    298298     
    299299    <h4>Version</h4> 
    300  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     300 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    301301    <h4>History</h4> 
    302302 
     
    364364     
    365365    <h4>Version</h4> 
    366  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     366 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    367367    <h4>History</h4> 
    368368 
     
    430430     
    431431    <h4>Version</h4> 
    432  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     432 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    433433    <h4>History</h4> 
    434434 
     
    460460</font></h2> 
    461461 
    462       <p><font face="Courier"><i>result = </i>cw_slider_pm(<i><a href="#_cw_slider_pm_keyword_parent">parent</a></i>, <a href="#_cw_slider_pm_keyword_MAXIMUM">MAXIMUM</a>=<i>MAXIMUM</i>, <a href="#_cw_slider_pm_keyword_MINIMUM">MINIMUM</a>=<i>MINIMUM</i>, <a href="#_cw_slider_pm_keyword_STRMINLEN">STRMINLEN</a>=<i>STRMINLEN</i>, <a href="#_cw_slider_pm_keyword_VALUE">VALUE</a>=<i>VALUE</i>, <a href="#_cw_slider_pm_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slider_pm_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slider_pm_keyword_title">title</a>=<i>title</i>, <a href="#_cw_slider_pm_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     462      <p><font face="Courier"><i>result = </i>cw_slider_pm(<i><a href="#_cw_slider_pm_keyword_parent">parent</a></i>, <a href="#_cw_slider_pm_keyword_MAXIMUM">MAXIMUM</a>=<i>MAXIMUM</i>, <a href="#_cw_slider_pm_keyword_MINIMUM">MINIMUM</a>=<i>MINIMUM</i>, <a href="#_cw_slider_pm_keyword_STRMINLEN">STRMINLEN</a>=<i>STRMINLEN</i>, <a href="#_cw_slider_pm_keyword_VALUE">VALUE</a>=<i>VALUE</i>, <a href="#_cw_slider_pm_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slider_pm_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slider_pm_keyword_TITLE">TITLE</a>=<i>TITLE</i>, <a href="#_cw_slider_pm_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    463463 
    464464     
     
    588588 
    589589     
    590     <a name="#_cw_slider_pm_keyword_title"></a> 
    591     <h4>title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     590    <a name="#_cw_slider_pm_keyword_TITLE"></a> 
     591    <h4>TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    592592       
    593593       
     
    626626     
    627627    <h4>Version</h4> 
    628  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     628 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    629629 
    630630    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html

    r249 r290  
    152152     
    153153    <h4>Version</h4> 
    154  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     154 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    155155    <h4>History</h4> 
    156156 
     
    218218     
    219219    <h4>Version</h4> 
    220  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     220 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    221221 
    222222    <h4>History</h4> 
     
    285285     
    286286    <h4>Version</h4> 
    287  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     287 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    288288 
    289289    <h4>History</h4> 
     
    469469     
    470470    <h4>Version</h4> 
    471  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     471 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    472472 
    473473    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/findtopid.html

    r249 r290  
    7676      <h2>findtopid  </h2> 
    7777 
    78       <p><font face="Courier"><i>result = </i>findtopid(<i><a href="#_findtopid_keyword_WIDGET_ID">WIDGET_ID</a></i>)</font></p> 
     78      <p><font face="Courier"><i>result = </i>findtopid(<i><a href="#_findtopid_keyword_widget_id">widget_id</a></i>)</font></p> 
    7979 
    8080     
     
    8989     
    9090 
    91     <a name="#_findtopid_keyword_WIDGET_ID"></a> 
    92     <h4>WIDGET_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     91    <a name="#_findtopid_keyword_widget_id"></a> 
     92    <h4>widget_id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9393       
    9494       
     
    114114     
    115115    <h4>Version</h4> 
    116  $Id: findtopid.pro 231 2007-03-19 17:15:51Z pinsard $ 
     116 $Id: findtopid.pro 262 2007-08-21 14:19:32Z pinsard $ 
    117117 
    118118    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/slec.html

    r249 r290  
    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  
     192 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    192193 
    193194     
     
    215216     
    216217    <h4>Version</h4> 
    217  $Id: slec.pro 238 2007-03-27 13:43:18Z pinsard $ 
     218 $Id: slec.pro 262 2007-08-21 14:19:32Z pinsard $ 
    218219 
    219220    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xquestion.html

    r249 r290  
    6666 A small widget who ask a question and give an answer. 
    6767   WARNING: For a binary question with yes/no, answer use 
    68    <proidl>DIALOG_MESSAGE</proidl>. 
     68   <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a>. 
    6969 
    7070 
     
    226226 
    227227     
    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 
     228 Active this keyword if you want that <a href="../..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a> 
     229 check if managed widget are present. If not, <a href="../..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a> do not 
    230230 open a widget but print the question in the IDL window. 
    231231 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xxx.html

    r249 r290  
    126126     
    127127    <h4>Version</h4> 
    128  $Id: xxx.pro 231 2007-03-19 17:15:51Z pinsard $ 
     128 $Id: xxx.pro 262 2007-08-21 14:19:32Z pinsard $ 
    129129    <h4>History</h4> 
    130130 
     
    327327     
    328328    <h4>Version</h4> 
    329  $Id: xxx.pro 231 2007-03-19 17:15:51Z pinsard $ 
     329 $Id: xxx.pro 262 2007-08-21 14:19:32Z pinsard $ 
    330330 
    331331    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/createfunc.html

    r249 r290  
    161161 
    162162    <h3>Examples</h3><pre> 
    163  IDL> print, createfunc('3*2', filename='test') 
    164  IDL> print, createfunc('3*two', filename = 'test' $ 
    165  IDL>                          , kwdlist ='two = two', two = 2) 
     163 IDL> print, createfunc('3*2', FILENAMEIN='test') 
     164 IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
     165 IDL>                          , KWDLIST='two = two', TWO=2) 
    166166 
    167167    </pre><h3>Version history</h3> 
    168168     
    169169    <h4>Version</h4> 
    170  $Id: createfunc.pro 243 2007-04-12 08:52:32Z smasson $ 
     170 $Id: createfunc.pro 269 2007-08-27 09:46:41Z pinsard $ 
    171171 
    172172    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/createpro.html

    r249 r290  
    176176 
    177177    <h3>Examples</h3><pre> 
    178  IDL> createpro, ['print,''OK'''], filename='test' 
     178 IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
    179179 IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    180  IDL>   , filename = 'test', kwdlist =', ok = ok' 
     180 IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
    181181 IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    182  IDL>   , filename = 'test', kwdlist = ', ok = ok', /ok 
     182 IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
    183183 
    184184    </pre><h3>Version history</h3> 
    185185     
    186186    <h4>Version</h4> 
    187  $Id: createpro.pro 243 2007-04-12 08:52:32Z smasson $ 
     187 $Id: createpro.pro 269 2007-08-27 09:46:41Z pinsard $ 
    188188 
    189189    <h4>History</h4> 
     
    199199     
    200200    <h4>Restrictions</h4> 
    201  - is not working with functions, use <a href=".//createfunc.html">createfunc</a> instead. 
     201 - is not working with functions, use <a href="..//Utilities/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/demomode_compatibility.html

    r249 r290  
    8787     
    8888    <h4>Version</h4> 
    89  $Id: demomode_compatibility.pro 231 2007-03-19 17:15:51Z pinsard $ 
     89 $Id: demomode_compatibility.pro 274 2007-08-31 08:06:58Z smasson $ 
    9090     
    9191     
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/find.html

    r249 r290  
    6262 
    6363     
    64  based on <proidl>file_search</proidl>, but it is possible to specify 
     64 based on <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify 
    6565 a set of possibles names and a different set of 
    6666 possibles directories names. 
    6767 By default look for files included in !path 
    6868 
    69  all <proidl>file_search</proidl> keywords can be used. 
     69 all <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> keywords can be used. 
    7070 
    7171 
     
    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, <a href=".//find.html">find</a> returns 
     89 exist with names matching the input arguments, <a href="..//Utilities/find.html">find</a> returns 
    9090 the scalar string : 'NOT FOUND' 
    9191 
     
    110110 File name[s] to match. Input names specifications may contain 
    111111 wildcard characters, enabling them to match multiple files 
    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 
     112 (see <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> for more informations). By default and if 
     113 necessary, <a href="..//Utilities/find.html">find</a> is looking for filename and also for filename 
    114114 completed with '.pro' 
    115115 
     
    156156     
    157157 performs recursive searching of directory hierarchies. 
    158  In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
     158 In a recursive search, <a href="..//Utilities/find.html">find</a> looks recursively for any and all 
    159159 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    160160 
     
    253253 
    254254     
    255  activate this keyword to stop looking for the file as soon as we found one. 
     255 activate this keyword to stop looking for the file as soon as we 
     256 found one. Return a scalar string containing the first file found 
    256257 
    257258     
     
    286287 
    287288     
    288  if the file was not found and this keyword is activated, <a href=".//find.html">find</a>  
     289 if the file was not found and this keyword is activated, <a href="..//Utilities/find.html">find</a>  
    289290 will call 
    290291 itself with the keywords /LOOKALLDIR and /FIRSTFOUND to try to find 
     
    340341     
    341342    <h4>Version</h4> 
    342  $Id: find.pro 242 2007-04-06 08:35:17Z pinsard $ 
     343 $Id: find.pro 285 2007-09-14 11:05:09Z smasson $ 
    343344 
    344345    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/fitintobox.html

    r249 r290  
    6464 Check that the input array has size and dimensions 
    6565 compatible with the domain that was defined with the previous call 
    66  of domdef. 
     66 of <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>. 
    6767 
    6868 
     
    288288     
    289289    <h4>Version</h4> 
    290  $Id: fitintobox.pro 238 2007-03-27 13:43:18Z pinsard $ 
     290 $Id: fitintobox.pro 254 2007-06-26 15:58:20Z pinsard $ 
    291291 
    292292    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/isadirectory.html

    r249 r290  
    157157 
    158158     
    159  Used to pass keywords to <proidl>dialog_pickfile</proidl> 
     159 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
    160160 
    161161     
     
    173173     
    174174    <h4>Version</h4> 
    175  $Id: isadirectory.pro 243 2007-04-12 08:52:32Z smasson $ 
     175 $Id: isadirectory.pro 260 2007-08-20 15:24:57Z pinsard $ 
    176176 
    177177    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/isafile.html

    r249 r290  
    6262 
    6363     
    64  same as <a href=".//find.html">find</a> except that as long as the file is 'NOT FOUND', 
    65  <a href=".//isafile.html">isafile</a> calls  
    66  <proidl>dialog_pickfile</proidl>, to ask the user to select a file. 
     64 same as <a href="..//Utilities/find.html">find</a> except that as long as the file is 'NOT FOUND', 
     65 <a href="..//Utilities/isafile.html">isafile</a> calls  
     66 <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file. 
    6767 
    6868 
     
    177177     
    178178 performs recursive searching of directory hierarchies. 
    179  In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
     179 In a recursive search, <a href="..//Utilities/find.html">find</a> looks recursively for any and all 
    180180 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    181181 
     
    226226 
    227227     
    228  Used to pass keywords to <a href=".//find.html">find</a>, 
    229  <proidl>file_search</proidl> and 
    230  <proidl>dialog_pickfile</proidl> 
     228 Used to pass keywords to <a href="..//Utilities/find.html">find</a>, 
     229 <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> and 
     230 <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
    231231 
    232232     
     
    249249     
    250250    <h4>Version</h4> 
    251  $Id: isafile.pro 248 2007-05-29 08:59:39Z smasson $ 
     251 $Id: isafile.pro 260 2007-08-20 15:24:57Z pinsard $ 
    252252 
    253253    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/protype.html

    r249 r290  
    124124     
    125125    <h4>Version</h4> 
    126  $Id: protype.pro 242 2007-04-06 08:35:17Z pinsard $ 
     126 $Id: protype.pro 285 2007-09-14 11:05:09Z smasson $ 
    127127 
    128128    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/report.html

    r249 r290  
    6262 
    6363     
    64  Like <proidl>dialog_message</proidl> if there is already some widget 
    65  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. 
     64 Like <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget 
     65 active or like <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active. 
     66 To ask a question whose answer is not yes/no, use <a href="..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a>. 
    6767 
    6868 
     
    7474      <h2>report  </h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>report(<i><a href="#_report_keyword_text">text</a></i>, <a href="#_report_keyword_DEFAULT_NO">DEFAULT_NO</a>=<i>DEFAULT_NO</i>, <a href="#_report_keyword_PARENT">PARENT</a>=<i>PARENT</i>, <a href="#_report_keyword_QUESTION">QUESTION</a>=<i>QUESTION</i>, <a href="#_report_keyword_SIMPLE">SIMPLE</a>=<i>SIMPLE</i>, <a href="#_report_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>report(<i><a href="#_report_keyword_textin">textin</a></i>, <a href="#_report_keyword_DEFAULT_NO">DEFAULT_NO</a>=<i>DEFAULT_NO</i>, <a href="#_report_keyword_PARENT">PARENT</a>=<i>PARENT</i>, <a href="#_report_keyword_QUESTION">QUESTION</a>=<i>QUESTION</i>, <a href="#_report_keyword_SIMPLE">SIMPLE</a>=<i>SIMPLE</i>, <a href="#_report_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7777 
    7878     
     
    8888     
    8989 
    90     <a name="#_report_keyword_text"></a> 
    91     <h4>text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     90    <a name="#_report_keyword_textin"></a> 
     91    <h4>textin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9292      <font size="-1" color="#006633">in</font> 
    9393       
     
    101101 
    102102     
    103  If TEXT is a scalar string, we look for the line feed characters "!C" 
    104  comporte qu''un element, on cherche les eventuels caracteres de 
    105  retour a la ligne: '!C'. If text is set to an array of strings, each 
     103 If TEXTIN is a scalar string, we look for the line feed character "!C". 
     104 If TEXTIN is set to an array of strings, each 
    106105 array element is displayed as a separate line of text. 
    107106 
     
    143142 
    144143     
    145  same as DIALOG_PARENT of <proidl>dialog_message</proidl> 
     144 same as DIALOG_PARENT of <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> 
    146145 
    147146     
     
    176175     
    177176 activate to print only the message without the name 
    178  and the line of the routine (defined by calling <a href=".//routine_name.html">routine_name</a>) 
     177 and the line of the routine (defined by calling <a href="..//Utilities/routine_name.html">routine_name</a>) 
    179178 or++  
    180179 Activate to print the error message without printing the routine name with 
     
    195194 
    196195     
    197  Used to pass keywords to <proidl>dialog_message</proidl> and  
    198  <proidl>message</proidl> 
     196 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> and  
     197 <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> 
    199198 
    200199     
     
    220219     
    221220    <h4>Version</h4> 
    222  $Id: report.pro 242 2007-04-06 08:35:17Z pinsard $ 
     221 $Id: report.pro 277 2007-09-04 12:30:58Z smasson $ 
    223222 
    224223    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/routine_name.html

    r249 r290  
    124124     
    125125    <h4>Version</h4> 
    126  $Id: routine_name.pro 242 2007-04-06 08:35:17Z pinsard $ 
     126 $Id: routine_name.pro 260 2007-08-20 15:24:57Z pinsard $ 
    127127 
    128128    <h4>History</h4> 
     
    137137     
    138138    <h4>Restrictions</h4> 
    139  This function use the keyword OUTPUT in <proidl>help</proidl> and  
     139 This function use the keyword OUTPUT in <a href="/Applications/rsi/idl_6.3/help/online_help/HELP.html">HELP</a> and  
    140140 it is specified 
    141141 in the on-line help that the return syntax of this word can change in 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/testvar.html

    r249 r290  
    6262 
    6363     
    64  A kind of <proidl>keyword_set</proidl> but when the value exist, it  
     64 A kind of <a href="/Applications/rsi/idl_6.3/help/online_help/KEYWORD_SET.html">KEYWORD_SET</a> but when the value exist, it  
    6565 send it back. 
    6666 
     
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>testvar(<a href="#_testvar_keyword_var">var</a>=<i>var</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>testvar(<a href="#_testvar_keyword_VAR">VAR</a>=<i>VAR</i>)</font></p> 
    7878 
    7979     
     
    9090 
    9191     
    92     <a name="#_testvar_keyword_var"></a> 
    93     <h4>var&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     92    <a name="#_testvar_keyword_VAR"></a> 
     93    <h4>VAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9494       
    9595       
     
    117117     
    118118    <h4>Version</h4> 
    119  $Id: testvar.pro 242 2007-04-06 08:35:17Z pinsard $ 
     119 $Id: testvar.pro 262 2007-08-21 14:19:32Z pinsard $ 
    120120 
    121121    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/text_box.html

    r249 r290  
    7575      <h2>text_box  </h2> 
    7676 
    77       <p><font face="Courier">text_box<i>, <a href="#_text_box_keyword_text">text</a></i>, <a href="#_text_box_keyword_pos">pos</a>=<i>pos</i>, <a href="#_text_box_keyword_fg_color">fg_color</a>=<i>fg_color</i>, <a href="#_text_box_keyword_bg_color">bg_color</a>=<i>bg_color</i>, <a href="#_text_box_keyword_center">center</a>=<i>center</i>, <a href="#_text_box_keyword_right">right</a>=<i>right</i>, <a href="#_text_box_keyword_box">box</a>=<i>box</i>, <a href="#_text_box_keyword_vert_space">vert_space</a>=<i>vert_space</i>, <a href="#_text_box_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     77      <p><font face="Courier">text_box<i>, <a href="#_text_box_keyword_text">text</a></i>, <a href="#_text_box_keyword_POS">POS</a>=<i>POS</i>, <a href="#_text_box_keyword_FG_COLOR">FG_COLOR</a>=<i>FG_COLOR</i>, <a href="#_text_box_keyword_BG_COLOR">BG_COLOR</a>=<i>BG_COLOR</i>, <a href="#_text_box_keyword_CENTER">CENTER</a>=<i>CENTER</i>, <a href="#_text_box_keyword_RIGHT">RIGHT</a>=<i>RIGHT</i>, <a href="#_text_box_keyword_BOX">BOX</a>=<i>BOX</i>, <a href="#_text_box_keyword_VERT_SPACE">VERT_SPACE</a>=<i>VERT_SPACE</i>, <a href="#_text_box_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7878 
    7979     
     
    108108 
    109109     
    110     <a name="#_text_box_keyword_pos"></a> 
    111     <h4>pos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     110    <a name="#_text_box_keyword_POS"></a> 
     111    <h4>POS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    112112       
    113113       
     
    127127 
    128128     
    129     <a name="#_text_box_keyword_fg_color"></a> 
    130     <h4>fg_color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129    <a name="#_text_box_keyword_FG_COLOR"></a> 
     130    <h4>FG_COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    131131       
    132132       
     
    143143 
    144144     
    145     <a name="#_text_box_keyword_bg_color"></a> 
    146     <h4>bg_color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145    <a name="#_text_box_keyword_BG_COLOR"></a> 
     146    <h4>BG_COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    147147       
    148148       
     
    163163 
    164164     
    165     <a name="#_text_box_keyword_center"></a> 
    166     <h4>center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     165    <a name="#_text_box_keyword_CENTER"></a> 
     166    <h4>CENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    167167       
    168168       
     
    179179 
    180180     
    181     <a name="#_text_box_keyword_right"></a> 
    182     <h4>right&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     181    <a name="#_text_box_keyword_RIGHT"></a> 
     182    <h4>RIGHT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    183183       
    184184       
     
    195195 
    196196     
    197     <a name="#_text_box_keyword_box"></a> 
    198     <h4>box&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     197    <a name="#_text_box_keyword_BOX"></a> 
     198    <h4>BOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    199199       
    200200       
     
    211211 
    212212     
    213     <a name="#_text_box_keyword_vert_space"></a> 
    214     <h4>vert_space&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     213    <a name="#_text_box_keyword_VERT_SPACE"></a> 
     214    <h4>VERT_SPACE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    215215       
    216216       
     
    249249     
    250250    <h4>Version</h4> 
    251  $Id: text_box.pro 242 2007-04-06 08:35:17Z pinsard $ 
     251 $Id: text_box.pro 262 2007-08-21 14:19:32Z pinsard $ 
    252252 
    253253    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/undefine.html

    r249 r290  
    6363     
    6464 erase a variable 
    65  same thing like <proidl>delvar</proidl> but usable in a program and usable 
     65 same thing like <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    6666 for one variable simultaneously 
    6767 
     
    117117     
    118118    <h4>Version</h4> 
    119  $Id: undefine.pro 242 2007-04-06 08:35:17Z pinsard $ 
     119 $Id: undefine.pro 260 2007-08-20 15:24:57Z pinsard $ 
    120120 
    121121    <h4>History</h4> 
     
    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 <proidl>DELVAR</proidl> to 
     125ANSWER: At the main IDL level you can use the IDL procedure <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> to 
    126126delete an IDL variable and make it undefined. Inside of procedures 
    127 and functions, I use this little program named <a href=".//UNDEFINE.html">UNDEFINE</a> that I got 
     127and functions, I use this little program named <a href="..//Utilities/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

    r249 r290  
    6363     
    6464 display an ASCII file in a widget. 
    65  It is the same thing that <proidl>xdisplayfile<proidl> but here, we use it 
     65 It is the same thing that <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> but here, we use it 
    6666 to display the content of a procedure or of a function located in the !path 
    6767 ".pro" suffix will be appended if needed. 
     
    7474 
    7575      <h2>xfile  <font size="-1" color="#006633"> 
    76  Utilities 
     76 Utilities Widget 
    7777</font></h2> 
    7878 
     
    9595      <font size="-1" color="#006633">required</font> 
    9696       
    97        
     97      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
    9898       
    9999       
     
    103103 It is the name of the procedure or of the function 
    104104 we want to display (with or without .pro at the end). 
     105 FILENAME should be located in !path. 
     106 ".pro" suffix will be appended if needed. 
    105107 
    106108     
     
    124126 
    125127     
    126  Used to pass keywords to <proidl>xdisplayfile</proidl> 
     128 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
    127129 
    128130     
     
    135137     
    136138    <h4>Version</h4> 
    137  $Id: xfile.pro 242 2007-04-06 08:35:17Z pinsard $ 
     139 $Id: xfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    138140 
    139141    <h4>History</h4> 
     
    144146     
    145147 
     148    <h3>Known issues</h3> 
    146149     
    147150     
    148151     
    149      
    150      
     152    <h4>Restrictions</h4> 
     153 Triggers the <a href="/Applications/rsi/idl_6.3/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
     154 
    151155 
    152156     
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/xhelp.html

    r249 r290  
    7171 
    7272      <h2>xhelp  <font size="-1" color="#006633"> 
    73  Widget 
     73 Utilities Widget 
    7474</font></h2> 
    7575 
     
    9898 
    9999     
    100  the name of the file to display. 
     100 It is the name of the procedure or of the function 
     101 we want to display (with or without .pro at the end). 
    101102 FILENAME should be located in !path. 
    102103 ".pro" suffix will be appended if needed. 
     
    122123 
    123124     
    124  Used to pass keywords to <proidl>xdisplayfile</proidl> 
     125 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
    125126 
    126127     
     
    133134     
    134135    <h4>Version</h4> 
    135  $Id: xhelp.pro 242 2007-04-06 08:35:17Z pinsard $ 
     136 $Id: xhelp.pro 285 2007-09-14 11:05:09Z smasson $ 
    136137 
    137138    <h4>History</h4> 
     
    143144       University of California, Santa Barbara 
    144145  7/1/99 : legeres mofification par Sebastien Masson : utilisation de 
    145   xdisplayfile, de findfile et de _extra. 
     146  <proidl>xdisplayfile</proidl>, de <pro>findfile</pro> et de _extra. 
    146147  6/7/1999: compatibility mac and windows 
    147148 
     
    153154     
    154155    <h4>Restrictions</h4> 
    155  Triggers the <proidl>XMANAGER</proidl> if it is not already in use. 
     156 Triggers the <a href="/Applications/rsi/idl_6.3/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
    156157 
    157158 
  • trunk/SRC/Documentation/idldoc_assistant_output/idldoc-lib.adp

    r249 r290  
    233233      <keyword ref="./Interpolation/extrapsmooth.html#_extrapsmooth">extrapsmooth</keyword> 
    234234    </section> 
     235    <section ref="./Interpolation/file_interp.html" title="file_interp.pro"> 
     236      <section ref="./Interpolation/file_interp.html#_call_interp2d" title="call_interp2d"> 
     237      <keyword ref="./Interpolation/file_interp.html#_call_interp2d">call_interp2d</keyword> 
     238      </section> 
     239      <section ref="./Interpolation/file_interp.html#_file_interp" title="file_interp"> 
     240      <keyword ref="./Interpolation/file_interp.html#_file_interp">file_interp</keyword> 
     241      </section> 
     242    </section> 
    235243    <section ref="./Interpolation/fromirr.html" title="fromirr.pro"> 
    236244      <keyword ref="./Interpolation/fromirr.html#_fromirr">fromirr</keyword> 
     
    512520      <keyword ref="./ReadWrite/idl-NetCDF/ncdf_struct_free.html#_ncdf_struct_free">ncdf_struct_free</keyword> 
    513521    </section> 
     522    <section ref="./ReadWrite/ncdf_getatt.html" title="ncdf_getatt.pro"> 
     523      <keyword ref="./ReadWrite/ncdf_getatt.html#_ncdf_getatt">ncdf_getatt</keyword> 
     524    </section> 
    514525    <section ref="./ReadWrite/ncdf_getaxis.html" title="ncdf_getaxis.pro"> 
    515526      <keyword ref="./ReadWrite/ncdf_getaxis.html#_ncdf_getaxis">ncdf_getaxis</keyword> 
    516527    </section> 
    517     <section ref="./ReadWrite/ncdf_timeget.html" title="ncdf_timeget.pro"> 
    518       <keyword ref="./ReadWrite/ncdf_timeget.html#_ncdf_timeget">ncdf_timeget</keyword> 
     528    <section ref="./ReadWrite/ncdf_getmask.html" title="ncdf_getmask.pro"> 
     529      <keyword ref="./ReadWrite/ncdf_getmask.html#_ncdf_getmask">ncdf_getmask</keyword> 
     530    </section> 
     531    <section ref="./ReadWrite/ncdf_gettime.html" title="ncdf_gettime.pro"> 
     532      <keyword ref="./ReadWrite/ncdf_gettime.html#_ncdf_gettime">ncdf_gettime</keyword> 
    519533    </section> 
    520534    <section ref="./ReadWrite/read_grads.html" title="read_grads.pro"> 
     
    13451359      <keyword ref="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html#_set_cal_combobox">set_cal_combobox</keyword> 
    13461360      </section> 
    1347       <section ref="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html#_move" title="move"> 
    1348       <keyword ref="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html#_move">move</keyword> 
     1361      <section ref="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html#_cw_cal_move" title="cw_cal_move"> 
     1362      <keyword ref="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html#_cw_cal_move">cw_cal_move</keyword> 
    13491363      </section> 
    13501364      <section ref="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html#_cw_calendar_event" title="cw_calendar_event"> 
Note: See TracChangeset for help on using the changeset viewer.