Using.rst 572 Bytes
Newer Older
1
2
.. File Using.rst

Emmanuel Bertin's avatar
Emmanuel Bertin committed
3
4
.. include:: global.rst

5
6
.. _using-sextractor:

7
8
9
Using SExtractor
================

Emmanuel Bertin's avatar
Emmanuel Bertin committed
10
11
12
13
|SExtractor| is run from the shell with the following syntax:

.. code-block:: console

14
  $ sex Image1 [Image2] -c configuration-file [-Parameter1 Value1 -Parameter2 Value2 ...]
Emmanuel Bertin's avatar
Emmanuel Bertin committed
15
16

The parts enclosed within brackets are optional.
17
Any `-Parameter Value` statement in the command-line overrides the corresponding definition in the configuration file or any default value (see :ref:`configuration section<config_file>`).
Emmanuel Bertin's avatar
Emmanuel Bertin committed
18

19
20
21
22
23
24
.. toctree::

   Input
   Output
   Config
   Param
25