Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 79aa700fb313c8058f07224ec56386c7 > files > 897

munipack-2.0.8-2.mga4.x86_64.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Profiles &mdash; C-Munipack 2.0.8 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '2.0.8',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="C-Munipack 2.0.8 documentation" href="index.html" />
    <link rel="up" title="Using Muniwin" href="using_muniwin.html" />
    <link rel="next" title="Light curve" href="light_curve.html" />
    <link rel="prev" title="Projects" href="projects.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="light_curve.html" title="Light curve"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="projects.html" title="Projects"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">C-Munipack 2.0.8 documentation</a> &raquo;</li>
          <li><a href="using_muniwin.html" accesskey="U">Using Muniwin</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="profiles">
<span id="index-0"></span><span id="id1"></span><h1>Profiles<a class="headerlink" href="#profiles" title="Permalink to this headline">¶</a></h1>
<p>Profiles have been introduced to provide way efficient way of coping with a situation where using
multiple distinct project settings is necessary, e.g. an observer uses multiple cameras or telescopes.</p>
<p>A profile keeps a set of configuration parameters that are presented in the <a class="reference internal" href="project_settings_dialog.html#project-settings-dialog"><em>Project settings dialog</em></a>. In general, all parameters that affect the data processing in some way are
handled by profiles.</p>
<p>Each profile is stored in the file system as a separate file. They might be stored in any directory, the
programs keeps track of the last folder used, but it is recommended to keep all your profiles in a single
directory. Profiles are distinguished by their name, the name is derived from the file name by trimming
the &#8220;cfg&#8221; extension.</p>
<p>The most frequent use of profiles is at a time of creating of a new project, where an initial set
of configuration parameters are loaded from a profile. A profiles can be created and updated using the
<a class="reference internal" href="project_settings_dialog.html#project-settings-dialog"><em>Project settings dialog</em></a>.</p>
<div class="section" id="creating-and-updating-profiles">
<span id="index-1"></span><h2>Creating and updating profiles<a class="headerlink" href="#creating-and-updating-profiles" title="Permalink to this headline">¶</a></h2>
<p>A new profile can be created using the following steps:</p>
<p>(1) Start with a project - create a new project or open an existing one. Set up the parameters.</p>
<p>(2) From the main menu select <em class="menuselection">Project ‣ Edit properties</em>.</p>
<p>(3) Go to the root page (called <cite>Project ...</cite>).</p>
<div class="figure align-center">
<img alt="Load profile dialog" src="_images/project_profiles_couts1.png" />
<p class="caption">Saving settings to profile</p>
</div>
<p>(4) Click the <cite>Save to profile</cite> button (11). A new dialog appears. Enter the name of the profile. You
can also change the location of the target file; if you do so, the program updates the location where
profiles will be searched for.</p>
<p>(5) Confirm the dialog.</p>
<p>To update an existing profile, use the same steps as above and enter a name of the profile that shall
be updated.</p>
</div>
<div class="section" id="using-profiles-when-making-a-new-project">
<span id="index-2"></span><h2>Using profiles when making a new project<a class="headerlink" href="#using-profiles-when-making-a-new-project" title="Permalink to this headline">¶</a></h2>
<p>Parameters can be loaded from the project when one is creating a new project.</p>
<p>(1) From the main menu select : <em class="menuselection">Project ‣ New</em>. A new dialog appears.</p>
<p>(2) Enter a project name. Adjust location of the new project if necessary. Choose project type.
Click the &#8216;OK&#8217; button to proceed to the next page. See <a class="reference internal" href="new_project_dialog.html#new-project-dialog"><em>this topis</em></a>
for details.</p>
<p>(3) Select the option <em class="guilabel">Import settings from a profile</em>.</p>
<div class="figure align-center">
<img alt="Load profile dialog" src="_images/loadprofile_couts2.png" />
<p class="caption">Loading settings from a profile</p>
</div>
<p>(4) List of existing profiles is shown in the table (1). Select a profile that shall be used
to set up an initial parameters from the new project. See <a class="reference internal" href="load_profile_dialog.html#load-profile-dialog"><em>this topic</em></a> for
details.</p>
</div>
<div class="section" id="applying-profiles-on-an-existing-projects">
<h2>Applying profiles on an existing projects<a class="headerlink" href="#applying-profiles-on-an-existing-projects" title="Permalink to this headline">¶</a></h2>
<p>To load a the settings from a profile into an existing project:</p>
<p>(1) From the main menu select <em class="menuselection">Project ‣ Edit properties</em>.</p>
<p>(2) Go to the root page (called <cite>Project ...</cite>).</p>
<div class="figure align-center">
<img alt="Load profile dialog" src="_images/project_profiles_couts1.png" />
<p class="caption">Loading settings from profile</p>
</div>
<p>(3) Click the <cite>Load from profile</cite> button (12). A new dialog appears. Choose the profile that shall
be loaded into the current project. You can also choose a file from another location; if you do so,
the program updates the location where profiles will be searched for.</p>
<p>(4) Confirm the dialog.</p>
<div class="admonition-see-also admonition seealso">
<p class="first admonition-title">See also</p>
<p class="last"><a class="reference internal" href="projects.html#projects"><em>Projects</em></a>, <a class="reference internal" href="project_settings_dialog.html#project-settings-dialog"><em>Project settings (dialog)</em></a>, <a class="reference internal" href="new_project_dialog.html#new-project-dialog"><em>New project (dialog)</em></a>, <a class="reference internal" href="load_profile_dialog.html#load-profile-dialog"><em>Load profile (dialog)</em></a></p>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Profiles</a><ul>
<li><a class="reference internal" href="#creating-and-updating-profiles">Creating and updating profiles</a></li>
<li><a class="reference internal" href="#using-profiles-when-making-a-new-project">Using profiles when making a new project</a></li>
<li><a class="reference internal" href="#applying-profiles-on-an-existing-projects">Applying profiles on an existing projects</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="projects.html"
                        title="previous chapter">Projects</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="light_curve.html"
                        title="next chapter">Light curve</a></p>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="light_curve.html" title="Light curve"
             >next</a> |</li>
        <li class="right" >
          <a href="projects.html" title="Projects"
             >previous</a> |</li>
        <li><a href="index.html">C-Munipack 2.0.8 documentation</a> &raquo;</li>
          <li><a href="using_muniwin.html" >Using Muniwin</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2012, David Motl.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>