Use/run phys2cvr

You can run the phys2cvr workflow in a shell session (or in your code) - just follow the help:

$ phys2cvr --help

Alternatively, you can use phys2cvr as a module in a python session (or within your python script):

import phys2cvr

phys2cvr.__version__

In-depth tutorial coming soon…