py21cmfast.cli.ParameterSelection ================================= .. py:class:: py21cmfast.cli.ParameterSelection Common options for choosing simulation parameters. You can either specify a TOML file, or a template name. .. !! processed by numpydoc !! .. py:attribute:: param_file :type: Annotated[list[cyclopts.types.ExistingTomlPath], Parameter(group=_paramgroup)] :value: None Path to a TOML configuration file (can be generated with `21cmfast template create`). .. !! processed by numpydoc !! .. py:attribute:: template :type: Annotated[list[Literal[*AVAILABLE_TEMPLATES]], Parameter(group=_paramgroup, alias='--base-template', consume_multiple=True)] :value: ['defaults'] The name of a valid builtin template (see available with `21cmfast template avail`). .. !! processed by numpydoc !!