dcm_classifier.dicom_config¶
Dicom Configuration:
List of DICOM header columns that are required for this tool. In the future, the list can be expanded or modified as needed.
Those fields were selected experimentally and were deemed useful for the modality and acquisition plane classification task, or needed for data organization. Requiring only those fields allows for some flexibility in the DICOM header and reduces the dimensionality of the data, thus improving processing efficiency.
- Attributes:
required_DICOM_fields (list[str]): A list of required DICOM fields.
optional_DICOM_fields (list[str]): A list of optional DICOM fields.
inference_features (list[str]): A list of features that are used for inference.