loadvfcsv: load visual fields from a CSV file
Description
loads visual fields from a CSV file
Usage
loadvfcsv( filename, patternMap )
Arguments
patternMap
pattern of stimulus locations
Value
returns a vf
-object with all the data in the CSV file filename
Details
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