Mercurial > hg > ltpda
diff m-toolbox/html_help/help/ug/gui_constructor.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/m-toolbox/html_help/help/ug/gui_constructor.html Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,101 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> + +<html lang="en"> +<head> + <meta name="generator" content= + "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org"> + <meta http-equiv="Content-Type" content= + "text/html; charset=us-ascii"> + + <title>The constructor helper (LTPDA Toolbox)</title> + <link rel="stylesheet" href="docstyle.css" type="text/css"> + <meta name="generator" content="DocBook XSL Stylesheets V1.52.2"> + <meta name="description" content= + "Presents an overview of the features, system requirements, and starting the toolbox."> + </head> + +<body> + <a name="top_of_page" id="top_of_page"></a> + + <p style="font-size:1px;"> </p> + + <table class="nav" summary="Navigation aid" border="0" width= + "100%" cellpadding="0" cellspacing="0"> + <tr> + <td valign="baseline"><b>LTPDA Toolbox</b></td><td><a href="../helptoc.html">contents</a></td> + + <td valign="baseline" align="right"><a href= + "gui_specwin.html"><img src="b_prev.gif" border="0" align= + "bottom" alt="The Spectral Window GUI"></a> <a href= + "gui_explorer.html"><img src="b_next.gif" border="0" align= + "bottom" alt="The LTPDA object explorer"></a></td> + </tr> + </table> + + <h1 class="title"><a name="f3-12899" id="f3-12899"></a>The constructor helper</h1> + <hr> + + <p> + <p> + Since LTPDA is an object-oriented system, the user must create objects of different + types using the appropriate constructors. The various constructor forms for each + different LTPDA class can be explored using the <it>constructor helper</it>. +</p> +<p> + To start the constructor helper GUI: +</p> +<div class="fragment"><pre> + >> ltpda_constructor_helper +</pre></div> +<p> + or click the appropriate button on the Launch Bay. +</p> +<p> + You should then be presented with the following figure: +</p> +<br> +<img src="images/constructor_helper.png" alt="LTPDA Constructor Helper" border="3"> +<br> +<br> +<p> + Selecting a class from the drop-down list reveals the possible parameter sets for that + class constructor. Selecting a parameter set reveals the default parameter list constructor + string for constructing that class object in this way. For example, if we want to construct + and Analysis Object using the time-series constructor, select the AO class then click on + "From Time-series Function". You should then see: +</p> +<br> +<img src="images/constructor_helper_eg1.png" alt="LTPDA Constructor Helper" border="3"> +<br> +<br> +<p> + You can then edit the parameter list and build the object by clicking on <tt>Build</tt>. +</p> + + </p> + + <br> + <br> + <table class="nav" summary="Navigation aid" border="0" width= + "100%" cellpadding="0" cellspacing="0"> + <tr valign="top"> + <td align="left" width="20"><a href="gui_specwin.html"><img src= + "b_prev.gif" border="0" align="bottom" alt= + "The Spectral Window GUI"></a> </td> + + <td align="left">The Spectral Window GUI</td> + + <td> </td> + + <td align="right">The LTPDA object explorer</td> + + <td align="right" width="20"><a href= + "gui_explorer.html"><img src="b_next.gif" border="0" align= + "bottom" alt="The LTPDA object explorer"></a></td> + </tr> + </table><br> + + <p class="copy">©LTP Team</p> +</body> +</html>