parse_waveform_information# snake.mrd_utils.loader.parse_waveform_information(hdr)[source]# Parse the waveform information from the MRD file. Returns a dictionary with id as key and waveform information (name, parameters, etc.. ) as value. Base64 encoded parameters are decoded. Parameters: hdr (ismrmrdHeader) Return type: dict[int, dict]