powered by
Returns the name associated with a NIfTI extension code.
ecode_name(ecode)
Character string with the extension name, or "unknown" if not found.
Integer extension code.
ecode_name(4L) # Returns "AFNI" ecode_name(6L) # Returns "comment" ecode_name(999L) # Returns "unknown"
Run the code above in your browser using DataLab