Importing SIC objects
Importing SIC objects (more precisely making them visible from Python)
is quite easy and all the trick is based on the NumPy package and its ndarray
type object. All SIC variables are imported through instances of two special
classes: SicVar and SicStructure which implements numpy.ndarray features.
Subsections