Returns the technicians name.
technician=edf_get_technician(path) technician=edf_get_technician(edf_header)
string containing the path and name of the file
plist with header information from edfopen_file_readonly
string
technician=edf_get_technician(edf_getpath()+'/demos/demo.bdf'); [header_list]=edfopen_file_readonly(edf_getpath()+'/demos/demo.bdf', 0); technician=edf_get_technician(header_list); edf_close(header_list.handle);