loads visual fields from a CSV file
loadvfcsv( filename, patternMap )
filename
pattern of stimulus locations
returns a vf
-object with all the data in the CSV file filename
The columns in the CSV file must follow the format of vf
. Make sure that all dates have the format MM/DD/YYYY
and all times have the format HH:MM:SS
. Excel tends to change the format, and any edits in Excel that are safe may cause problems when loading the data as vf
-object