gmggroup / omf-python

Python library for working with OMF files
MIT License
79 stars 20 forks source link

New Element: Regular Sub-Block Model #56

Closed fwkoch closed 3 years ago

fwkoch commented 5 years ago

In addition to name, description, metadata, axis_u/v/w, corner, and attributes, regular sub block model will have:

Attributes are in a flat array, unwrapped in i then j then k. If children are present, they are iterated over when they are encountered. This should be explicitly documented.

image

fwkoch commented 5 years ago

For implementation details, please refer to the implementation and accompanying discussion in the example notebook: https://github.com/gmggroup/omf/blob/691420e3761c874139ca4127abae276204045111/notebooks/omf_cbi.ipynb?short_path=1aa1177#L189