iviz module

iviz.main()

Main driver for iviz tool.

iviz.parse_args()

Parse command line arguments.

Example

>>> python iviz.py -h
>>> python iviz.py --source ccm
>>> python iviz.py --input /path/to/file

Note

In both cases iViz will automatically start a localhost server and open your default browser with the tool running.

Returns:

populated namespaces containing parsed arguments.

Return type:

parser