[ INFO  ] pyesorex: This is PyEsoRex, version 1.0.1.

     ***** ESO Recipe Execution Tool, Python version 1.0.1 *****

usage: pyesorex [pyesorex options] recipe [recipe options] sof

positional arguments:
  recipe
  sof

options:
  --version             Display version information and exit.
  --show-products {off,summary,details,dump}
                        Display the set of product frames after the recipe
                        execution is complete.

pyesorex options:
  --help [HELP]         Display this help and exit. If a recipe name is also
                        given, then help will be given for it as well.
                        PyEsoRex will exit after this option. It should always
                        be the last option on the command line. [False]
  --config CONFIG       Configuration file to be used for PyEsoRex. This
                        option may also be set using the environment variable
                        PYESOREX_CONFIG. []
  --create-config [[CONFIG] [RECIPE] ...]
                        Creates a configuration file for PyEsoRex. If set a
                        config file 'pyesorex.rc' is created in the
                        '.pyesorex' directory in $HOME of the user. If a
                        filename is specified, a config file will be created
                        accordingly. If a recipe is specified in the command
                        line then the configuration file will be created for
                        the recipe instead (called 'recipename.rc'). Note that
                        an existing file will be overwritten but a backup will
                        be copied to 'filename.rc.bak' in the same directory.
                        If the filename ends with extension .json then a
                        machine-readable JSON format will be used. PyEsoRex
                        will exit after this option. It should always be the
                        last option on the command line. [False]
  --display-import-errors [DISPLAY_IMPORT_ERRORS]
                        When True any import errors encountered while
                        searching for Python recipes will be displayed as
                        warnings. When False import errors will be suppressed.
                        This option may also be set using the environment
                        variable PYESOREX_DISPLAY_IMPORT_ERRORS. [False]
  --link-dir LINK_DIR   The directory in which a symbolic link to each of the
                        product files should be written. The enable/disable
                        switch to control whether the link is actually made is
                        the '--suppress-link' option. This option may also be
                        set using the environment variable PYESOREX_LINK_DIR.
                        [/tmp]
  --log-dir LOG_DIR     Directory where to place the logfile. This option may
                        also be set using the environment variable
                        PYESOREX_LOG_DIR. [.]
  --log-file LOG_FILE   Filename of logfile. This option may also be set using
                        the environment variable PYESOREX_LOG_FILE.
                        [pyesorex.log]
  --log-level LOG_LEVEL
                        Controls the severity level of messages that will be
                        printed to the logfile. This option may also be set
                        using the environment variable PYESOREX_LOG_LEVEL.
                        <debug|info|warning|error|off> [info]
  --man-page MAN_PAGE   Display a manual page for the specified. Note that
                        this option only applies to recipes, and that it does
                        nothing for pyesorex by itself. See also the '--help'
                        optionPyEsoRex will exit after this option. It should
                        always be the last option on the command line. [False]
  --msg-level MSG_LEVEL
                        Controls the severity level of messages that will be
                        printed to the terminal. This option may also be set
                        using the environment variable PYESOREX_MSG_LEVEL.
                        <debug|info|warning|error|off> [info]
  --no-datamd5 [NO_DATAMD5]
                        Disables the computation of the MD5 data hash for FITS
                        product files. This option may also be set using the
                        environment variable PYESOREX_NO_DATAMD5. [False]
  --no-checksum [NO_CHECKSUM]
                        Disables the computation of the standard FITS product
                        checksums. This option may also be set using the
                        environment variable PYESOREX_NO_CHECKSUM. [False]
  --output-dir OUTPUT_DIR
                        The directory where the product files should be
                        finally moved to (all products are first created in
                        the current dir). This option may also be set using
                        the environment variable PYESOREX_OUTPUT_DIR. [.]
  --output-mkdir [OUTPUT_MKDIR]
                        When True output and link directories will be created
                        if they do not already exist. When False an output or
                        link directory that does not exist will result in an
                        error, as it does with EsoRex. This option may also be
                        set using the environment variable
                        PYESOREX_OUTPUT_MKDIR. [False]
  --output-prefix OUTPUT_PREFIX
                        Prefix applied to any output file. For example,
                        specifying 'pre' would translate 'filename.fits' to
                        'pre_0000.fits'. See also the '--suppress-prefix'
                        option. This option may also be set using the
                        environment variable PYESOREX_OUTPUT_PREFIX. [out]
  --params [RECIPE]     List the input parameters and their current settings
                        (whether from the command line or a configuration
                        file) for the pyesorex application. Parameters are
                        labelled using the parameter's CLI alias. If a recipe
                        is also specified, then the list of its parameters
                        will also be generated in the same way. PyEsoRex will
                        exit after this option. It should always be the last
                        option on the command line. [False]
  --products-sof PRODUCTS_SOF
                        Output file which contains the FITS files created by
                        the recipe. If the filename ends with extension .json
                        then a machine-readable JSON format will be used. This
                        option may also be set using the environment variable
                        PYESOREX_PRODUCTS_SOF. []
  --products-sof-abspaths [PRODUCTS_SOF_ABSPATHS]
                        When True file paths in products SOF files will be
                        converted to absolute paths, otherwise they will not
                        be modified. This option may also be set using the
                        environment variable PYESOREX_PRODUCTS_SOF_ABSPATHS.
                        [False]
  --recipes             Display a list of all available recipes (that are
                        available in the directory tree specified with '--
                        recipe-dir'). PyEsoRex will exit after this option. It
                        should always be the last option on the command line.
                        [False]
  --recipe-config RECIPE_CONFIG
                        Configuration file for any selected recipe. This
                        option may also be set using the environment variable
                        PYESOREX_RECIPE_CONFIG. []
  --recipe-dir RECIPE_DIRS
                        Directory containing recipe libraries. Note that
                        esorex will recursively search not only the specified
                        directory, but all sub-directories below it as well.
                        Multiple directory heads may be specified, by
                        separating the starting paths with colons (:). This
                        option may also be set using the environment variable
                        PYESOREX_PLUGIN_DIR.
                        [/home/dummy/pipelines/lib/esopipes-plugins]
  --suppress-link [SUPPRESS_LINK]
                        When True, no symbolic link is created to the output
                        product. However, if False, then a symbolic link is
                        created in the directory specified with the option '--
                        link-dir' for each product that is created by the
                        recipe. This option may also be set using the
                        environment variable PYESOREX_SUPPRESS_LINK. [True]
  --suppress-prefix [SUPPRESS_PREFIX]
                        When True, the original name of the output product, as
                        produced by the recipe, is maintained. If False, then
                        the name of the output file is changed to the
                        "prefix_number" format. The prefix can be altered
                        using the '--output-prefix' option. This option may
                        also be set using the environment variable
                        PYESOREX_SUPPRESS_PREFIX. [True]
  --time [TIME]         Measure and show the recipe's execution time. This
                        option may also be set using the environment variable
                        PYESOREX_TIME. [True]

Libraries used: CPL = 7.3.2, CFITSIO = 4.0.0, WCSLIB = 7.10, FFTW (normal
precision) = 3.3.10-sse2, FFTW (single precision) = 3.3.10-sse2, OPENMP =
201511
