1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>The Defaults Window</TITLE>
<META NAME="description" CONTENT="The Defaults Window">
<META NAME="keywords" CONTENT="userman">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="userman.css">
<LINK REL="next" HREF="node24.html">
<LINK REL="previous" HREF="node22.html">
<LINK REL="up" HREF="node5.html">
<LINK REL="next" HREF="node24.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html827"
HREF="node24.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/lib/latex2html/icons.gif/next_motif.gif"></A>
<A NAME="tex2html824"
HREF="node5.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/lib/latex2html/icons.gif/up_motif.gif"></A>
<A NAME="tex2html818"
HREF="node22.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/lib/latex2html/icons.gif/previous_motif.gif"></A>
<A NAME="tex2html826"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
SRC="/usr/lib/latex2html/icons.gif/contents_motif.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html828"
HREF="node24.html">The Browser Window</A>
<B> Up:</B> <A NAME="tex2html825"
HREF="node5.html">Attributes of Interface Windows</A>
<B> Previous:</B> <A NAME="tex2html819"
HREF="node22.html">The Function Values Window</A>
<BR>
<BR>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION004180000000000000000"> </A><A NAME="window__defaults"> </A><A NAME="912"> </A><A NAME="913"> </A>
<BR>
The Defaults Window
</H1>
<BR>
<DIV ALIGN="CENTER"><A NAME="defaults"> </A><A NAME="937"> </A>
<TABLE WIDTH="50%">
<CAPTION><STRONG>Figure 2.18:</STRONG>
The Defaults window.</CAPTION>
<TR><TD>31#31</TD></TR>
</TABLE>
</DIV>
<BR>
<P>
<DL>
<DD><P>
<DT><STRONG>Window title:</STRONG>
<DD>DsTool: Defaults
<DT><STRONG>Function:</STRONG>
<DD>The Defaults window allows the user to change
some of DsTool's default settings.
<DT><STRONG>Description:</STRONG>
<DD>The Defaults window is opened by selecting the
Defaults option from the Panels menu button located in the
Command window. The user can change some of DsTool's values which control the
computation and display of data. Changing a default value
will not change data which has been previously computed, but
will be used to compute future data, and to display all data.
<DT><STRONG>Panel items:</STRONG>
<DD>
<UL>
<LI>Save points exclusive setting:<A NAME="921"> </A><A NAME="922"> </A>
Allows the user to choose whether data is recorded or not.
The default is to record data.
<LI>Auto refresh 2-D View windows exclusive setting:<A NAME="923"> </A>
Allows the user to choose whether 2-D View windows will
be automatically updated when points are cleared from memory (via the ``clear last'' or
``clear all'' buttons in the Orbits window or the ``delete'' button in the Browser
window), or the variables of the 2-D View window are changed. If it is set to off, the
2-D View windows will not be updated when the previous events occur. In either case,
when new points are computed, the new points will be plotted on all existing 2-D View windows.
The default is to auto refresh 2-D View windows.
<LI>Plotting symbol stack setting:<A NAME="924"> </A><A NAME="925"> </A>
Allows the user to choose the symbol with which trajectories are plotted.
It is possible to choose to plot with a dot, a cross, a triangle, and a box. Each
of these types come in three sizes: small, medium, and large. The default symbol is ``medium dot''.
<LI>Display points after computing numeric field:<A NAME="926"> </A>
Displays the number of points to compute before
storing and displaying points. Smaller values will cause slower plotting, due to
the overhead of using X windows routines. Higher values will cause faster plotting, at the expense
of not seeing the trajectory evolve in time. The default value is 100.
<LI>Diverging orbit cutoff read-write text field:<A NAME="927"> </A><A NAME="928"> </A>
Displays the number DsTool will use to decide whether an orbit has diverged to infinity.
If the distance from a point to the origin is greater than this number,
the orbit containing that point is deemed to have diverged, and DsTool will stop
calculation. The default value is 10<SUP>8</SUP>.
<LI>Auto-scaling factor read-write text field:<A NAME="930"> </A><A NAME="931"> </A>
Displays the padding factor which determines how the auto-scaling feature on
2-D View windows sets the horizontal and vertical ranges.
To find the auto-scaled range for a variable, DsTool first computes
the minimum interval <I>R</I> required to plot all previously computed data points for that variable.
DsTool then resets the range to be the interval centered at the midpoint of <I>R</I> with length given
by the auto-scaling factor times the length of <I>R</I>.
Consequently, an auto-scaling factor
greater than 1 will allow all of the currently computed data to be plotted, whereas
an auto-scaling factor less than 1 will exclude some of the data. The default
value is 1.1.
<LI><EM>Name</EM> Minimum read-write text field:
Displays the default minimum value for viewing the variable, parameter, or auxiliary function.
<LI><EM>Name</EM> Maximum read-write text field:
Displays the default maximum value for viewing the variable, parameter, or auxiliary function.
<LI>Dismiss command button:
Closes the Defaults window.
</UL></DL>
<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html827"
HREF="node24.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/lib/latex2html/icons.gif/next_motif.gif"></A>
<A NAME="tex2html824"
HREF="node5.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/lib/latex2html/icons.gif/up_motif.gif"></A>
<A NAME="tex2html818"
HREF="node22.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/lib/latex2html/icons.gif/previous_motif.gif"></A>
<A NAME="tex2html826"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
SRC="/usr/lib/latex2html/icons.gif/contents_motif.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html828"
HREF="node24.html">The Browser Window</A>
<B> Up:</B> <A NAME="tex2html825"
HREF="node5.html">Attributes of Interface Windows</A>
<B> Previous:</B> <A NAME="tex2html819"
HREF="node22.html">The Function Values Window</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I>John Lapeyre</I>
<BR><I>1998-09-04</I>
</ADDRESS>
</BODY>
</HTML>
|