PyInputData
- class multimodars.PyInputData(lumen, eem, calcification, sidebranch, record, ref_point, diastole, label)
Bases:
objectPython representation of the intravascular imaging input data for one cardiac phase.
- ref_point
Reference point used for alignment.
- Type:
- diastole
Truewhen the data corresponds to the diastolic phase.- Type:
bool
- label
Human-readable label for this input dataset.
- Type:
str
Examples
>>> input_data = PyInputData( ... lumen=[lumen_contour1, lumen_contour2, ...], ... eem=[eem_contour1, eem_contour2, ...], ... calcification=[], ... sidebranch=[], ... record=record, ... diastole=True, ... lablel="Pat00_diastole_rest" ... )