nibabel.nicom.csareader.get_b_value
nibabel.nicom.csareader.get_g_vector
Enter search terms or a module, class or function name.
Get CSA header information from DICOM header
Return None if the header does not contain CSA information of the specified csa_type
dcm_data : dicom.Dataset
DICOM dataset. Needs only implement the tag fetch with dcm_data[group, element] syntax
csa_type : {‘image’, ‘series’}, optional
Type of CSA field to read; default is ‘image’
csa_info : None or dict
Parsed CSA field of csa_type or None, if we cannot find the CSA information.