powered by
Get the names of metadata fields from an image dataset's header(s)
header_fields(img_data)
Image data returned by e.g. read_dicom or read_nifti1
read_dicom
read_nifti1
Vector of header field names
# NOT RUN { data(sample_dicom_img) data(sample_nifti_img) header_fields(sample_dicom_img) header_fields(sample_nifti_img) # }
Run the code above in your browser using DataLab