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 157 158 159 160 161 162
|
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- #include virtual="/meta.shtml" -->
<title>Munipack ‒ Basics usage</title>
</head>
<body>
<!-- #include virtual="/head.shtml" -->
<section>
<h1 class="noindent">Basic Usage</h1>
<p class="abstract">
Munipack is designed with an easy-to-use user interface which
wrapping of a powerful processing engine.
</p>
<h2>Invoking</h2>
<ul>
<li>Run Munipack from Applications menu:<br>
<figure>
<img class="figure" src="appbrowser.jpg" alt="appbrowser.jpg" title="Run from Applications">
</figure>
</li>
<li>
Run Munipack by right-clicking on file-browser menu
of associated FITS file:<br>
<figure>
<img class="figure" src="menurun.jpg" alt="menurun.jpg" title="Run from Applications">
</figure>
</li>
</ul>
<h1>Graphical interface</h1>
<h2>File Browser</h2>
<p>
The browser is a tool for handling of large collections of FITS files
like a specialized file browser.
Munipack's graphical user interface (GUI) can be invoked
by running of following command (from a menu or by using a graphical terminal)
</p>
<pre>
$ xmunipack
</pre>
<p>
More details can be found in <a href="features.html">Features</a>.
</p>
<figure>
<a href="Screenshot-Workplace.png" class="image" title="Screenshot of Workplace">
<img class="figure" src="Screenshot-Workplace.png" alt="Browser"></a>
<figcaption>Browser (click to zoom)</figcaption>
</figure>
<h2>File Viewer</h2>
<p>
File viewer works on a single FITS file.
Any FITS file can be displayed directly by passing its name as an argument:
</p>
<pre>
$ xmunipack IMG_5807.fits
</pre>
<figure>
<a href="Screenshot-View.png" class="image" title="Screenshot of View">
<img class="figure" src="Screenshot-View.png" alt="Viewer"></a>
<figcaption>Viewer (click to zoom)</figcaption>
</figure>
<h2>Command-line interface</h2>
<p>
All functionality is also available without a graphical display.
The command line tools are intended to be used in (non-interactive) batch
processing.
</p>
<pre>
$ munipack
</pre>
<figure>
<a href="Screenshot-cli.png" class="image" title="Screenshot of CLI">
<img class="figure" src="Screenshot-cli.png" alt="Terminal"></a>
<figcaption>Dark frames averaging finished on terminal (click to zoom)</figcaption>
</figure>
<h2>See Also</h2>
<ul>
<li><a href="basic.html">Getting started</a></li>
<li><a href="man_intro.html">Introduction for command-line utilities</a></li>
<li><a href="guide.html">☺ User Guide</a></li>
<li><a href="docs.html">◈ Documentation</a></li>
</ul>
<!--
<h1>Concept</h1>
<p>
Munipack offers a set of computer routines as tools for various
kinds of astronomical image processing. Currently there are
only two user interfaces (graphical, command-line) but the system
is designed to be more flexible. The routines can be easy
available in the WWW or Virtual Observatory environments.
</p>
<p class="indent">
All utilities are prepared as relative independent software utilities,
whereas every utility is intended to done only one task.
All operations should be done without any interaction with user,
so it is suitable for extensive
batch processing. It is supposed that the utilities will be combined
in a specific way to done required processing.
</p>
<p class="indent">
From the computer point of view, Munipack offers set of shell
utilities which uses the standard input, switches and the standard output
as in the same manner as all other tools in system. Both input and
output interaction is implemented via plain text or FITS files providing
easy way to modify and use of results of computation. Every
utility can be potentially replaced by an another one to better fit of
a solved problem. Therefore, Munipack's routines should be a base for a derived
package.
</p>
<p class="indent">
There are two types of interface which may be used for data processing.
A simple, but perhaps less general way, is offered by a graphical interface.
The full functionality is provided by a set of command line utilities.
</p>
<h1>Classics edition</h1>
<p>
The command-line interface is the most visible changed part since
the classic edition.
Please, consult also <a href="cbasic.html">the basic documentation</a> for
the classic edition.
</p>
-->
</section>
<!-- #include virtual="/foot.shtml" -->
</body>
</html>
|