Ignore:
Timestamp:
03/20/08 23:06:02 (16 years ago)
Author:
smasson
Message:

update documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/Utilities
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createfunc.html

    r290 r338  
    172172 function definition.  
    173173 Warning: the string must start with a ','  
    174  for example: KWDLIST = ', TOTO = toto' 
     174 for example: KWDLIST=', TOTO=toto' 
    175175</div> 
    176176             
     
    200200           
    201201          <h4>Version</h4><div class="preformat"> 
    202  $Id: createfunc.pro 269 2007-08-27 09:46:41Z pinsard $ 
     202 $Id: createfunc.pro 327 2007-12-13 16:22:35Z pinsard $ 
    203203</div> 
    204204          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createpro.html

    r290 r338  
    171171 definition.  
    172172 Warning: the string must start with a ','  
    173  for example: KWDLIST = ', TOTO = toto' 
     173 for example: KWDLIST=', TOTO = toto' 
    174174</div> 
    175175             
     
    216216           
    217217          <h4>Version</h4><div class="preformat"> 
    218  $Id: createpro.pro 269 2007-08-27 09:46:41Z pinsard $ 
     218 $Id: createpro.pro 327 2007-12-13 16:22:35Z pinsard $ 
    219219</div> 
    220220          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/def_myuniquetmpdir.html

    r321 r338  
    127127           
    128128          <h4>Version</h4><div class="preformat"> 
    129  $Id: def_myuniquetmpdir.pro 317 2007-12-03 14:20:41Z smasson $ 
     129 $Id: def_myuniquetmpdir.pro 325 2007-12-06 10:04:53Z pinsard $ 
    130130</div> 
    131131          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/demomode_compatibility.html

    r290 r338  
    122122           
    123123          <h4>Version</h4><div class="preformat"> 
    124  $Id: demomode_compatibility.pro 274 2007-08-31 08:06:58Z smasson $</div> 
     124 $Id: demomode_compatibility.pro 325 2007-12-06 10:04:53Z pinsard $ 
     125</div> 
    125126           
    126127           
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/directory-overview.html

    r290 r338  
    102102       
    103103        <dt><a href="find.html">find.pro</a></dt> 
    104         <dd>  based on <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify  a set of possibles names and a different set of  possibles directories names.</dd> 
     104        <dd>  based on <a href="/Applications/itt/idl64/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify  a set of possibles names and a different set of  possibles directories names.</dd> 
    105105       
    106106        <dt><a href="fitintobox.html">fitintobox.pro</a></dt> 
     
    111111       
    112112        <dt><a href="isafile.html">isafile.pro</a></dt> 
    113         <dd>  same as <a href="..//Utilities/find.html">find</a> except that as long as the file is 'NOT FOUND',  <a href="..//Utilities/isafile.html">isafile</a> calls   <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file.</dd> 
     113        <dd>  same as <a href="..//Utilities/find.html">find</a> except that as long as the file is 'NOT FOUND',  <a href="..//Utilities/isafile.html">isafile</a> calls   <a href="/Applications/itt/idl64/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file.</dd> 
    114114       
    115115        <dt><a href="linearequation.html">linearequation.pro</a></dt> 
     
    129129       
    130130        <dt><a href="report.html">report.pro</a></dt> 
    131         <dd>  Like <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget  active or like <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active.</dd> 
     131        <dd>  Like <a href="/Applications/itt/idl64/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget  active or like <a href="/Applications/itt/idl64/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active.</dd> 
    132132       
    133133        <dt><a href="routine_name.html">routine_name.pro</a></dt> 
     
    135135       
    136136        <dt><a href="testvar.html">testvar.pro</a></dt> 
    137         <dd>  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   send it back.</dd> 
     137        <dd>  A kind of <a href="/Applications/itt/idl64/help/online_help/KEYWORD_SET.html">KEYWORD_SET</a> but when the value exist, it   send it back.</dd> 
    138138       
    139139        <dt><a href="text_box.html">text_box.pro</a></dt> 
     
    141141       
    142142        <dt><a href="undefine.html">undefine.pro</a></dt> 
    143         <dd>  erase a variable  same thing like <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable  for one variable simultaneously </dd> 
     143        <dd>  erase a variable  same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable  for one variable simultaneously </dd> 
    144144       
    145145        <dt><a href="xfile.html">xfile.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/find.html

    r290 r338  
    8888 
    8989      <div id="file_comments"> 
    90  based on <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify 
     90 based on <a href="/Applications/itt/idl64/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify 
    9191 a set of possibles names and a different set of 
    9292 possibles directories names. 
    9393 By default look for files included in !path 
    9494 
    95  all <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> keywords can be used. 
     95 all <a href="/Applications/itt/idl64/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> keywords can be used. 
    9696</div> 
    9797 
     
    144144 File name[s] to match. Input names specifications may contain 
    145145 wildcard characters, enabling them to match multiple files 
    146  (see <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> for more informations). By default and if 
     146 (see <a href="/Applications/itt/idl64/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> for more informations). By default and if 
    147147 necessary, <a href="..//Utilities/find.html">find</a> is looking for filename and also for filename 
    148148 completed with '.pro' 
     
    365365           
    366366          <h4>Version</h4><div class="preformat"> 
    367  $Id: find.pro 285 2007-09-14 11:05:09Z smasson $ 
     367 $Id: find.pro 327 2007-12-13 16:22:35Z pinsard $ 
    368368</div> 
    369369          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/fitintobox.html

    r290 r338  
    304304           
    305305          <h4>Version</h4><div class="preformat"> 
    306  $Id: fitintobox.pro 254 2007-06-26 15:58:20Z pinsard $ 
     306 $Id: fitintobox.pro 327 2007-12-13 16:22:35Z pinsard $ 
    307307</div> 
    308308          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isadirectory.html

    r290 r338  
    106106 
    107107          <h2><a class="top" href="#container">top</a>isadirectory <span class="categories"> 
    108  io 
     108 Input/Output  
    109109</span></h2> 
    110110         
     
    189189         
    190190            <div class="comments"> 
    191  Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
     191 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
    192192</div> 
    193193             
     
    205205           
    206206          <h4>Version</h4><div class="preformat"> 
    207  $Id: isadirectory.pro 260 2007-08-20 15:24:57Z pinsard $ 
     207 $Id: isadirectory.pro 327 2007-12-13 16:22:35Z pinsard $ 
    208208</div> 
    209209          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isafile.html

    r290 r338  
    9090 same as <a href="..//Utilities/find.html">find</a> except that as long as the file is 'NOT FOUND', 
    9191 <a href="..//Utilities/isafile.html">isafile</a> calls  
    92  <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file. 
     92 <a href="/Applications/itt/idl64/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file. 
    9393</div> 
    9494 
     
    107107 
    108108          <h2><a class="top" href="#container">top</a>isafile <span class="categories"> 
    109  io 
     109 Input/Output 
    110110</span></h2> 
    111111         
     
    136136         
    137137          <div class="comments"> 
    138  a proposed name. If neither filein input parameter of filename keyword are 
     138 a proposed name. If neither filein input parameter or filename keyword are 
    139139 defined, we ask the user to choose a file. 
    140140</div> 
     
    255255            <div class="comments"> 
    256256 Used to pass keywords to <a href="..//Utilities/find.html">find</a>, 
    257  <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> and 
    258  <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
     257 <a href="/Applications/itt/idl64/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> and 
     258 <a href="/Applications/itt/idl64/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
    259259</div> 
    260260             
     
    277277           
    278278          <h4>Version</h4><div class="preformat"> 
    279  $Id: isafile.pro 260 2007-08-20 15:24:57Z pinsard $ 
     279 $Id: isafile.pro 327 2007-12-13 16:22:35Z pinsard $ 
    280280</div> 
    281281          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/linearequation.html

    r249 r338  
    176176           
    177177          <h4>Version</h4><div class="preformat"> 
    178  $Id: linearequation.pro 242 2007-04-06 08:35:17Z pinsard $ 
     178 $Id: linearequation.pro 325 2007-12-06 10:04:53Z pinsard $ 
    179179</div> 
    180180          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/lineintersection.html

    r249 r338  
    198198           
    199199          <h4>Version</h4><div class="preformat"> 
    200  $Id: lineintersection.pro 242 2007-04-06 08:35:17Z pinsard $ 
     200 $Id: lineintersection.pro 327 2007-12-13 16:22:35Z pinsard $ 
    201201</div> 
    202202          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/mergeonline_help.html

    r249 r338  
    124124           
    125125          <h4>Version</h4><div class="preformat"> 
    126  $Id: mergeonline_help.pro 242 2007-04-06 08:35:17Z pinsard $ 
     126 $Id: mergeonline_help.pro 325 2007-12-06 10:04:53Z pinsard $ 
    127127</div> 
    128128          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/protype.html

    r290 r338  
    159159           
    160160          <h4>Version</h4><div class="preformat"> 
    161  $Id: protype.pro 285 2007-09-14 11:05:09Z smasson $ 
     161 $Id: protype.pro 325 2007-12-06 10:04:53Z pinsard $ 
    162162</div> 
    163163          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/pwd.html

    r249 r338  
    124124           
    125125          <h4>Version</h4><div class="preformat"> 
    126  $Id: pwd.pro 231 2007-03-19 17:15:51Z pinsard $ 
     126 $Id: pwd.pro 325 2007-12-06 10:04:53Z pinsard $ 
    127127</div> 
    128128          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/report.html

    r321 r338  
    8888 
    8989      <div id="file_comments"> 
    90  Like <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget 
    91  active or like <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active. 
     90 Like <a href="/Applications/itt/idl64/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget 
     91 active or like <a href="/Applications/itt/idl64/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active. 
    9292 To ask a question whose answer is not yes/no, use <a href="..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a>. 
    9393</div> 
     
    135135         
    136136          <div class="comments"> 
    137  If TEXTIN is a scalar string, we look for the line feed character "!C". 
    138  If TEXTIN is set to an array of strings, each 
     137 If textin is a scalar string, we look for the line feed character "!C". 
     138 If textin is set to an array of strings, each 
    139139 array element is displayed as a separate line of text. 
    140140</div> 
     
    175175         
    176176            <div class="comments"> 
    177  same as DIALOG_PARENT of <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> 
     177 same as DIALOG_PARENT of <a href="/Applications/itt/idl64/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> 
    178178</div> 
    179179             
     
    224224         
    225225            <div class="comments"> 
    226  Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> and  
    227  <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> 
     226 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> and  
     227 <a href="/Applications/itt/idl64/help/online_help/MESSAGE.html">MESSAGE</a> 
    228228</div> 
    229229             
     
    249249           
    250250          <h4>Version</h4><div class="preformat"> 
    251  $Id: report.pro 316 2007-12-03 14:18:11Z smasson $ 
     251 $Id: report.pro 327 2007-12-13 16:22:35Z pinsard $ 
    252252</div> 
    253253          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/routine_name.html

    r290 r338  
    159159           
    160160          <h4>Version</h4><div class="preformat"> 
    161  $Id: routine_name.pro 260 2007-08-20 15:24:57Z pinsard $ 
     161 $Id: routine_name.pro 325 2007-12-06 10:04:53Z pinsard $ 
    162162</div> 
    163163          <h4>History</h4><div class="preformat"> 
     
    172172           
    173173          <h4>Restrictions</h4><div class="preformat"> 
    174  This function use the keyword OUTPUT in <a href="/Applications/rsi/idl_6.3/help/online_help/HELP.html">HELP</a> and  
     174 This function use the keyword OUTPUT in <a href="/Applications/itt/idl64/help/online_help/HELP.html">HELP</a> and  
    175175 it is specified 
    176176 in the on-line help that the return syntax of this word can change in 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/testvar.html

    r290 r338  
    8888 
    8989      <div id="file_comments"> 
    90  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  
     90 A kind of <a href="/Applications/itt/idl64/help/online_help/KEYWORD_SET.html">KEYWORD_SET</a> but when the value exist, it  
    9191 send it back. 
    9292</div> 
     
    151151           
    152152          <h4>Version</h4><div class="preformat"> 
    153  $Id: testvar.pro 262 2007-08-21 14:19:32Z pinsard $ 
     153 $Id: testvar.pro 327 2007-12-13 16:22:35Z pinsard $ 
    154154</div> 
    155155          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/text_box.html

    r290 r338  
    276276           
    277277          <h4>Version</h4><div class="preformat"> 
    278  $Id: text_box.pro 262 2007-08-21 14:19:32Z pinsard $ 
     278 $Id: text_box.pro 327 2007-12-13 16:22:35Z pinsard $ 
    279279</div> 
    280280          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/undefine.html

    r290 r338  
    8989      <div id="file_comments"> 
    9090 erase a variable 
    91  same thing like <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
     91 same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    9292 for one variable simultaneously 
    9393</div> 
     
    152152           
    153153          <h4>Version</h4><div class="preformat"> 
    154  $Id: undefine.pro 260 2007-08-20 15:24:57Z pinsard $ 
     154 $Id: undefine.pro 325 2007-12-06 10:04:53Z pinsard $ 
    155155</div> 
    156156          <h4>History</h4><div class="preformat"> 
     
    158158 <a href="http://www.dfanning.com"/> : 
    159159QUESTION: How do I make an IDL variable have a type "undefined"? 
    160 ANSWER: 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 
     160ANSWER: At the main IDL level you can use the IDL procedure <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> to 
    161161delete an IDL variable and make it undefined. Inside of procedures 
    162162and functions, I use this little program named <a href="..//Utilities/undefine.html">undefine</a> that I got 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/xfile.html

    r290 r338  
    8989      <div id="file_comments"> 
    9090 display an ASCII file in a widget. 
    91  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 
     91 It is the same thing that <a href="/Applications/itt/idl64/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> but here, we use it 
    9292 to display the content of a procedure or of a function located in the !path 
    9393 ".pro" suffix will be appended if needed. 
     
    160160         
    161161            <div class="comments"> 
    162  Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
     162 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
    163163</div> 
    164164             
     
    171171           
    172172          <h4>Version</h4><div class="preformat"> 
    173  $Id: xfile.pro 285 2007-09-14 11:05:09Z smasson $ 
     173 $Id: xfile.pro 327 2007-12-13 16:22:35Z pinsard $ 
    174174</div> 
    175175          <h4>History</h4><div class="preformat"> 
     
    185185           
    186186          <h4>Restrictions</h4><div class="preformat"> 
    187  Triggers the <a href="/Applications/rsi/idl_6.3/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
     187 Triggers the <a href="/Applications/itt/idl64/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
    188188</div> 
    189189         
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/xhelp.html

    r321 r338  
    157157         
    158158            <div class="comments"> 
    159  Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
     159 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
    160160</div> 
    161161             
     
    168168           
    169169          <h4>Version</h4><div class="preformat"> 
    170  $Id: xhelp.pro 296 2007-09-25 10:51:30Z pinsard $ 
     170 $Id: xhelp.pro 327 2007-12-13 16:22:35Z pinsard $ 
    171171</div> 
    172172          <h4>History</h4><div class="preformat"> 
     
    188188           
    189189          <h4>Restrictions</h4><div class="preformat"> 
    190  Triggers the <a href="/Applications/rsi/idl_6.3/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
     190 Triggers the <a href="/Applications/itt/idl64/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
    191191</div> 
    192192         
Note: See TracChangeset for help on using the changeset viewer.