Sophie

Sophie

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

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>munilist (command) &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="Toolkit reference" href="toolkit_reference.html" />
    <link rel="next" title="munimatch (command)" href="munimatch_command.html" />
    <link rel="prev" title="munifind (command)" href="munifind_command.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="munimatch_command.html" title="munimatch (command)"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="munifind_command.html" title="munifind (command)"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">C-Munipack 2.0.8 documentation</a> &raquo;</li>
          <li><a href="command_line_tools.html" >Command line tools</a> &raquo;</li>
          <li><a href="toolkit_reference.html" accesskey="U">Toolkit reference</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="munilist-command">
<span id="index-0"></span><span id="id1"></span><h1>munilist (command)<a class="headerlink" href="#munilist-command" title="Permalink to this headline">¶</a></h1>
<p>utility for making listings from a set of photometry files</p>
<div class="section" id="synopsis">
<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
<p>munilist [ options ] <em>output-file</em> <em>input-files</em> ...</p>
</div>
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
<p>The <strong class="command">munilist</strong> command reads matched photometry files and creates the table
of magnitudes of selected stars in the dependence on a time. The table is written to a output file in
text format. The format of the table depends on given parameters and on the number of selected stars.
It is usually the last step of reduction process.
The list of stars is given on command line, the stars are identified by index number according
to their cross-reference identifiers.</p>
</div>
<div class="section" id="input-files">
<span id="munilist-input-files"></span><h2>Input files<a class="headerlink" href="#input-files" title="Permalink to this headline">¶</a></h2>
<p>Names of input files can be specified directly on a command-line as command arguments; it is allowed to use the
usual wild-card notation. In case the input files are placed outside the working directory, you have to specify
the proper path relative to the current working directory.</p>
<p>Alternatively, you can also prepare a list of input file names in a text file, each input file on a separate line.
It is not allowed to use the wild-card notation here. Use the -i option to instruct the program to read the file.</p>
</div>
<div class="section" id="options">
<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
<p>Options are used to provide extra information to customize the execution of a command. They are specified as command
arguments.</p>
<p>Each option has a full form starting with two dashes and an optional short form starting with one dash only. Options
are case-sensitive. It is allowed to merge two or more successive short options together. Some options require a value;
in this case a value is taken from a subsequent argument. When a full form is used, an option and its value can also
be separated by an equal sign. When a short form is used, its value can immediately follow the option.</p>
<p>Whenever there is a conflict between a configuration file parameter and an option of the same meaning, the option
always take precedence.</p>
<dl class="option">
<dt id="cmdoption-munilist--diff-mag">
<tt class="descname">--diff-mag</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist--diff-mag" title="Permalink to this definition">¶</a></dt>
<dd><p>make table of differential instrumental magnitudes (default)</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist--inst-mag">
<tt class="descname">--inst-mag</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist--inst-mag" title="Permalink to this definition">¶</a></dt>
<dd><p>make table of absolute instrumental magnitudes</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist--track-list">
<tt class="descname">--track-list</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist--track-list" title="Permalink to this definition">¶</a></dt>
<dd><p>make table of frame offsets</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-s">
<tt class="descname">-s</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--set</tt><tt class="descclassname"> &lt;name=value&gt;</tt><a class="headerlink" href="#cmdoption-munilist-s" title="Permalink to this definition">¶</a></dt>
<dd><p>set value of configuration parameter</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-a">
<tt class="descname">-a</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--aperture</tt><tt class="descclassname"> &lt;value&gt;</tt><a class="headerlink" href="#cmdoption-munilist-a" title="Permalink to this definition">¶</a></dt>
<dd><p>Aperture identifier (default=1)</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-v">
<tt class="descname">-v</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--variable-stars</tt><tt class="descclassname"> &lt;star,star,...&gt;</tt><a class="headerlink" href="#cmdoption-munilist-v" title="Permalink to this definition">¶</a></dt>
<dd><p>comma separated list of identifier(s) of the variable star(s)</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-c">
<tt class="descname">-c</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--comparison-stars</tt><tt class="descclassname"> &lt;star,star,...&gt;</tt><a class="headerlink" href="#cmdoption-munilist-c" title="Permalink to this definition">¶</a></dt>
<dd><p>comma separated list of identifier(s) of the comparison star(s)</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-e">
<tt class="descname">-e</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--check-stars</tt><tt class="descclassname">  star...</tt><a class="headerlink" href="#cmdoption-munilist-e" title="Permalink to this definition">¶</a></dt>
<dd><p>comma separated list of identifier(s) of the check star(s)</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-i">
<tt class="descname">-i</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--read-dirfile</tt><tt class="descclassname"> &lt;filepath&gt;</tt><a class="headerlink" href="#cmdoption-munilist-i" title="Permalink to this definition">¶</a></dt>
<dd><p>read list of input files from specified file; see the <a class="reference internal" href="#munilist-input-files"><em>Input files</em></a> section for details.</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-p">
<tt class="descname">-p</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--configuration-file</tt><tt class="descclassname"> &lt;filepath&gt;</tt><a class="headerlink" href="#cmdoption-munilist-p" title="Permalink to this definition">¶</a></dt>
<dd><p>read parameters from given configuration file. See the <a class="reference internal" href="#munilist-configuration-file"><em>Configuration file</em></a> section for
details.</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-h">
<tt class="descname">-h</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--help</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist-h" title="Permalink to this definition">¶</a></dt>
<dd><p>print list of command-line parameters</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist-q">
<tt class="descname">-q</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--quiet</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist-q" title="Permalink to this definition">¶</a></dt>
<dd><p>quiet mode; suppress all messages</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist--version">
<tt class="descname">--version</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist--version" title="Permalink to this definition">¶</a></dt>
<dd><p>print software version string</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist--licence">
<tt class="descname">--licence</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist--licence" title="Permalink to this definition">¶</a></dt>
<dd><p>print software licence</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-munilist--verbose">
<tt class="descname">--verbose</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-munilist--verbose" title="Permalink to this definition">¶</a></dt>
<dd><p>verbose mode; print debug messages</p>
</dd></dl>

</div>
<div class="section" id="configuration-file">
<span id="munilist-configuration-file"></span><h2>Configuration file<a class="headerlink" href="#configuration-file" title="Permalink to this headline">¶</a></h2>
<p>Configuration files are used to set the input parameters to the process that is going to be executed by a command.
Use the -p option to instruct the program to read the file before other command-line options are processed.</p>
<p>The configuration file consists of a set of parameters stored in a text file. Each parameter is stored on a separate
line in the following form: name = value, all other lines are silently ignored. Parameter names are case-sensitive.</p>
<dl class="confval">
<dt id="confval-aperture=value">
<tt class="descname">aperture =  value</tt><a class="headerlink" href="#confval-aperture=value" title="Permalink to this definition">¶</a></dt>
<dd><p>Aperture identifier (default=1)</p>
</dd></dl>

<dl class="confval">
<dt id="confval-var=star,star,...">
<tt class="descname">var =  star,star,...</tt><a class="headerlink" href="#confval-var=star,star,..." title="Permalink to this definition">¶</a></dt>
<dd><p>comma separated list of identifier(s) of the variable star(s)</p>
</dd></dl>

<dl class="confval">
<dt id="confval-comp=star,star,...">
<tt class="descname">comp =  star,star,...</tt><a class="headerlink" href="#confval-comp=star,star,..." title="Permalink to this definition">¶</a></dt>
<dd><p>comma separated list of identifier(s) of the comparison star(s)</p>
</dd></dl>

<dl class="confval">
<dt id="confval-check=star,star,...">
<tt class="descname">check =  star,star,...</tt><a class="headerlink" href="#confval-check=star,star,..." title="Permalink to this definition">¶</a></dt>
<dd><p>comma separated list of identifier(s) of the check star(s)</p>
</dd></dl>

</div>
<div class="section" id="examples">
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
<dl class="docutils">
<dt>::</dt>
<dd>munilist ouptut.dat test1.mat test2.mat test3.mat</dd>
</dl>
<p>The command makes table of brightness of the star #2 (stored on second position
in photometry files) relative to the star #3 for photometry files <tt class="file docutils literal"><span class="pre">test1.mat</span></tt>,
<tt class="file docutils literal"><span class="pre">test2.mat</span></tt> a <tt class="file docutils literal"><span class="pre">test3.mat</span></tt>; the resulting frame is stored
to <tt class="file docutils literal"><span class="pre">output.dat</span></tt>.</p>
</div>
<div class="section" id="exit-status">
<h2>Exit status<a class="headerlink" href="#exit-status" title="Permalink to this headline">¶</a></h2>
<p>The command returns a zero exit status if it succeeds to process all specified files. Otherwise, it will stop
immediately when an error occurs and a nonzero error code is returned.</p>
</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="#">munilist (command)</a><ul>
<li><a class="reference internal" href="#synopsis">Synopsis</a></li>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#input-files">Input files</a></li>
<li><a class="reference internal" href="#options">Options</a></li>
<li><a class="reference internal" href="#configuration-file">Configuration file</a></li>
<li><a class="reference internal" href="#examples">Examples</a></li>
<li><a class="reference internal" href="#exit-status">Exit status</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="munifind_command.html"
                        title="previous chapter">munifind (command)</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="munimatch_command.html"
                        title="next chapter">munimatch (command)</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="munimatch_command.html" title="munimatch (command)"
             >next</a> |</li>
        <li class="right" >
          <a href="munifind_command.html" title="munifind (command)"
             >previous</a> |</li>
        <li><a href="index.html">C-Munipack 2.0.8 documentation</a> &raquo;</li>
          <li><a href="command_line_tools.html" >Command line tools</a> &raquo;</li>
          <li><a href="toolkit_reference.html" >Toolkit reference</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>