firecrown.app ============= .. py:module:: firecrown.app .. autoapi-nested-parse:: Firecrown Command-Line Interface (CLI). The `firecrown` command provides tools to inspect, visualize, and manage data, experiments, and examples used in Firecrown analyses. Available command groups: - `sacc`: Inspect and manipulate SACC data files. - `experiment`: Inspect and visualize Firecrown experiment configurations. - `examples`: Generate example data and configuration files for different analyses. Each command group provides additional subcommands. Use `firecrown --help` for details. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/firecrown/app/analysis/index /autoapi/firecrown/app/cosmology/index /autoapi/firecrown/app/examples/index /autoapi/firecrown/app/experiment/index /autoapi/firecrown/app/logging/index /autoapi/firecrown/app/sacc/index Attributes ---------- .. autoapisummary:: firecrown.app.MAIN_HELP firecrown.app.app firecrown.app.app_sacc firecrown.app.SACC_HELP firecrown.app.HELP_EXPERIMENT firecrown.app.app_experiment firecrown.app.HELP_EXAMPLES firecrown.app.app_examples firecrown.app.HELP_COSMOLOGY Package Contents ---------------- .. py:data:: MAIN_HELP :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Firecrown command-line tools for cosmological analyses. Use 'firecrown COMMAND --help' for detailed help on each command. """ .. raw:: html
.. py:data:: app .. py:data:: app_sacc .. py:data:: SACC_HELP :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Inspect, visualize, and transform SACC data files. Available subcommands: view, transform Use 'firecrown sacc SUBCOMMAND --help' for detailed help. """ .. raw:: html
.. py:data:: HELP_EXPERIMENT :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Inspect and visualize Firecrown experiment configurations. Available subcommands: view Use 'firecrown experiment SUBCOMMAND --help' for detailed help. """ .. raw:: html
.. py:data:: app_experiment .. py:data:: HELP_EXAMPLES :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Generate example analyses with synthetic data and configuration files. Each example creates complete analysis templates for different cosmological analyses. IMPORTANT: First run 'firecrown examples' to see available examples, then use 'firecrown examples EXAMPLE_NAME --help' for detailed help on a specific example. """ .. raw:: html
.. py:data:: app_examples .. py:data:: HELP_COSMOLOGY :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Generate cosmology configuration files for Firecrown analyses. """ .. raw:: html