:orphan:

.. The content of this file was generated
.. automatically by the popy.conf.fio.rstdoc_writer module


.. _fitsum_spec:



.. _fitsum-method_options_spec:

METHOD_OPTIONS
**************

Type: :term:`dict_record <dict_record>`

method options for popy_fitsum

Example:-

.. code-block:: pyml

    METHOD_OPTIONS:
        py_module: fitsum


.. _fitsum-method_options-py_module_spec:

py_module
=========

Type: :term:`one_of(fitsum) <one_of>`

Python module required to process this script file

Example:-

.. code-block:: pyml

    py_module: fitsum


.. _fitsum-file_paths_spec:

FILE_PATHS
**********

Type: :term:`dict_record <dict_record>`

file paths

Example:-

.. code-block:: pyml

    FILE_PATHS:
        fit_script_path: fit_script.pyml
        fit_output_folder: fit_script.pyml_output
        sim_script_path: none
        sim_output_folder: none
        build_root: auto
        log_folder: auto
        output_folder: auto
        output_file_ext: ['svg']


.. _fitsum-file_paths-fit_script_path_spec:

fit_script_path
===============

Type: :term:`input_file <input_file>`

Path to original fit_script.

Example:-

.. code-block:: pyml

    fit_script_path: fit_script.pyml


.. _fitsum-file_paths-fit_output_folder_spec:

fit_output_folder
=================

Type: :term:`output_folder <output_folder>` / :term:`none <none>`

fit output_folder.

Example:-

.. code-block:: pyml

    fit_output_folder: fit_script.pyml_output


.. _fitsum-file_paths-sim_script_path_spec:

sim_script_path
===============

Type: :term:`input_file <input_file>` / :term:`none <none>`

Path to original sim_script output by fit script.

Example:-

.. code-block:: pyml

    sim_script_path: none


.. _fitsum-file_paths-sim_output_folder_spec:

sim_output_folder
=================

Type: :term:`output_folder <output_folder>` / :term:`none <none>`

sim_script output folder.

Example:-

.. code-block:: pyml

    sim_output_folder: none


.. _fitsum-file_paths-build_root_spec:

build_root
==========

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

Path to the root of the build tree

Example:-

.. code-block:: pyml

    build_root: auto


.. _fitsum-file_paths-log_folder_spec:

log_folder
==========

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

Log folder - log files stored here

Example:-

.. code-block:: pyml

    log_folder: auto


.. _fitsum-file_paths-output_folder_spec:

output_folder
=============

Type: :term:`output_folder <output_folder>` / :term:`auto <auto>`

Output folder - results of computation stored here

Example:-

.. code-block:: pyml

    output_folder: auto


.. _fitsum-file_paths-output_file_ext_spec:

output_file_ext
===============

Type: :term:`list_of(pdf,png,svg) <list_of>`

Output file extension - determines graphical output file format.

Example:-

.. code-block:: pyml

    output_file_ext: ['svg']


.. _fitsum-output_options_spec:

OUTPUT_OPTIONS
**************

Type: :term:`dict_record <dict_record>`

Output options

Example:-

.. code-block:: pyml

    OUTPUT_OPTIONS:
        label: auto
        build_html: True


.. _fitsum-output_options-label_spec:

label
=====

Type: :term:`str <str>` / :term:`auto <auto>`

Label to give to the tutorial run.

Example:-

.. code-block:: pyml

    label: auto


.. _fitsum-output_options-build_html_spec:

build_html
==========

Type: :term:`bool <bool>`

Whether or not to build the html from the generated source.

Example:-

.. code-block:: pyml

    build_html: True



