source: trunk/SRC/Documentation/idldoc_html_output/Utilities/directory-overview.html

Last change on this file was 402, checked in by smasson, 15 years ago

update documentation

File size: 5.5 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>Utilities/ (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" href="../main_files.css" media="all"/>
13    <link rel="stylesheet" type="text/css" href="../main_files_print.css" media="print"/>
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="Utilities/ (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23
24  <body onload="setTitle();">
25
26    <div id="navbar_title">
27  <h1>SAXO Documentation</h1>
28</div>
29
30
31<div id="main_navbar">
32
33  <table cellspacing="0">
34    <tr>
35     
36      <td><a href="../overview.html" title="Overview of library">Overview</a></td>
37     
38
39     
40      <td id="selected">Directory</td>
41     
42
43     
44      <td><a href="../idldoc-categories.html" title="Browse library by category">Categories</a></td>
45     
46
47     
48      <td><a href="../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
49     
50
51     
52      <td><a href="../search-page.html" title="Search library">Search</a></td>
53     
54
55      <td >File</td>
56
57     
58      <td >Source</td>
59     
60
61     
62      <td><a href="../idldoc-help.html" title="Help on IDLdoc">Help</a></td>
63     
64
65      <td >Etc</td>
66
67      <td id="flexible">Developer&nbsp;documentation</td>
68    </tr>
69  </table>
70
71</div>
72
73<div id="secondary_navbar">
74
75&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="./directory-overview.html" target="_TOP">view single page</a> | <a href="../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
76
77</div>
78
79
80    <div id="container">
81
82      <h1>Directory overview for Utilities/</h1>
83
84     
85
86     
87      <h2>File summary</h2>
88
89      <dl>
90     
91        <dt><a href="createfunc.html">createfunc.pro</a></dt>
92        <dd>  write an IDL function, compile it and execute it.</dd>
93     
94        <dt><a href="createpro.html">createpro.pro</a></dt>
95        <dd>  write an idl procedure, compile it and execute it.</dd>
96     
97        <dt><a href="def_myuniquetmpdir.html">def_myuniquetmpdir.pro</a></dt>
98        <dd>  if needed, define and create myuniquetmpdir  (common variable from cm_general) and add it to !path </dd>
99     
100        <dt><a href="demomode_compatibility.html">demomode_compatibility.pro</a></dt>
101        <dd></dd>
102     
103        <dt><a href="find.html">find.pro</a></dt>
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>
105     
106        <dt><a href="fitintobox.html">fitintobox.pro</a></dt>
107        <dd>  Check that the input array has size and dimensions  compatible with the domain that was defined with the previous call  of <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>.</dd>
108     
109        <dt><a href="isadirectory.html">isadirectory.pro</a></dt>
110        <dd>  check if a directory exists and make sure that it ends  with the directory separator mark.</dd>
111     
112        <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/itt/idl64/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file.</dd>
114     
115        <dt><a href="linearequation.html">linearequation.pro</a></dt>
116        <dd>  Calculate a linear equation of the type ax+by+c=0  thanks to coordinates of 2 points.</dd>
117     
118        <dt><a href="lineintersection.html">lineintersection.pro</a></dt>
119        <dd>  Calculate coordinates of the intersection between 2 straight lines  or of a succession of 2 straight lines.</dd>
120     
121        <dt><a href="mergeonline_help.html">mergeonline_help.pro</a></dt>
122        <dd>  Have one unique online help for IDL and SAXO </dd>
123     
124        <dt><a href="protype.html">protype.pro</a></dt>
125        <dd>  test is a ".</dd>
126     
127        <dt><a href="pwd.html">pwd.pro</a></dt>
128        <dd>  print the current directory </dd>
129     
130        <dt><a href="report.html">report.pro</a></dt>
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>
132     
133        <dt><a href="routine_name.html">routine_name.pro</a></dt>
134        <dd>  Give us the name of the routine (procedure or function) where we are.</dd>
135     
136        <dt><a href="testvar.html">testvar.pro</a></dt>
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>
138     
139        <dt><a href="text_box.html">text_box.pro</a></dt>
140        <dd>  This procedure writes a short text message within a box-shaped  area in a graphic window.</dd>
141     
142        <dt><a href="undefine.html">undefine.pro</a></dt>
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>
144     
145        <dt><a href="xfile.html">xfile.pro</a></dt>
146        <dd>  display an ASCII file in a widget.</dd>
147     
148        <dt><a href="xhelp.html">xhelp.pro</a></dt>
149        <dd>  Display an IDL procedure header using widgets and the widget manager.</dd>
150     
151      </dl>
152     
153
154     
155
156     
157
158      <div id="tagline">Produced by IDLdoc 2.0.</div>
159
160    </div>
161
162  </body>
163</html>
Note: See TracBrowser for help on using the repository browser.