2.6.1. Documentation

Several example of how to access and visualize DISPATCH data are given in the Jupyter Notebooks section.

The module APIs are self-documented, using the standard Python documentation mechanisms, cf.

help(dispatch)
help(dispatch.select)
dispatch.snapshot(<TAB>

The source code may be found in utilities/python/dispatch/, and is also available via the auto-generated documentation (the “Files” menu contains source code).