pytams.bin

A few CLI functions for pyTAMS.

Functions

parse_cl_args(→ argparse.Namespace)

Parse provided list or default CL argv.

tams_alive(→ None)

Check pyTAMS.

tams_template_model(→ None)

Copy a templated forward model file.

Module Contents

parse_cl_args(a_args: list[str] | None = None) argparse.Namespace[source]

Parse provided list or default CL argv.

Parameters:

a_args – optional list of options

tams_alive() None[source]

Check pyTAMS.

tams_template_model(a_args: list[str] | None = None) None[source]

Copy a templated forward model file.

A helper function to help getting started from scratch on a new model.

Parameters:

a_args – optional list of options