The information is stored in file personal_info. The following example explains the format of the file. Keywords are in bold and parameters in italics.
# # File: personal_info # Information about the test subject. # # Empty lines and lines starting with # are ignored. # # Possible keywords, their parameters and examples: # # Last and first name of test subject # LastName: Akustiikka FirstName: Veijo # # Age of test subject (in years) # Age: 23 # # Sex of test subject, either male, female or unknown # Sex: male # # Comments about test subject. Might contain information about the # test subject that could be relevant when interpretering the results. # A comment block begins with keyword Comments: and is terminated with # the keyword /Comments. All text between these lines are considered # to be comments. # Comments: Veijo had been drinking heavily the night before the test. /Comments # #In the future more information types will be added if needed.