LVM file format
The LVM read/write module is a wrapper of the lvm_read module.
See the lvm_read showcase for more information.
Note
To use the LVM module from SDyPy-io package, the import must be changed from:
import lvm_read
to
from sdypy import io
All current and future lvm_read functionality is then available through io.lvm.
Example:
lvm_data = io.lvm.read('data/beam.lvm') # instead of lvm_read.read('data/beam.uff')
lvm_data.keys()