mcot.utils

Installation instructions

You can install this package using:

pip install mcot.utils

The command line scripts from this package (and any other packages installed from mcot) can be listed as:

mcot

Or if you want all mcot packages (including all command line scripts)

pip install mcot

Documentation

Script interface for all mcot submodules

Contains: - “scripts”: defines the mcot command line tool - “log”: logging setup for use in scripts - “build”: load version number - “maths”: maths functions

  • “spherical”: conversion to/from spherical coordinates

Modules

mcot.utils.build

Support for importing and building the package

mcot.utils.log

mcot.utils.maths

mcot.utils.scripts

Utilities to create a common interface to all the scripts.