pyanno4rt.patient.import_functions._generate_ct_from_p
Python file-based CT dictionary generation.
Overview
|
Generate the CT dictionary from a Python binary (.p) file. |
Functions
- pyanno4rt.patient.import_functions._generate_ct_from_p.generate_ct_from_p(data, resolution)[source]
Generate the CT dictionary from a Python binary (.p) file.
- Parameters:
data (dict) – Dictionary with information on the CT slices.
resolution (None or list) – Imaging resolution for post-processing interpolation of the CT and segmentation data.
- Returns:
Dictionary with information on the CT images.
- Return type:
dict