firecrown.app.experiment ======================== .. py:module:: firecrown.app.experiment .. autoapi-nested-parse:: Experiment visualization and analysis. Classes ------- .. autoapisummary:: firecrown.app.experiment.Load firecrown.app.experiment.View Module Contents --------------- .. py:class:: Load Bases: :py:obj:`firecrown.app.logging.Logging` .. autoapi-inheritance-diagram:: firecrown.app.experiment.Load :parts: 1 Experiment data visualization and analysis. .. py:attribute:: experiment_file :type: Annotated[pathlib.Path, typer.Argument(help='Path to the experiment file.', show_default=True)] .. py:method:: __post_init__() Loads experiment. .. py:class:: View Bases: :py:obj:`Load` .. autoapi-inheritance-diagram:: firecrown.app.experiment.View :parts: 1 Display a summary of the experiment file. .. py:method:: __post_init__() Loads experiment.