Skip to content

Methods to load in data for... #1

@trentwirth

Description

@trentwirth
  • Pupil
  • Qualisys
  • Unity

Notes

 - Pupil 
     - load in the `pupil_positions.csv` with `pandas.DataFrame.from_csv(path_to_that_thing)` kinda method
 - Qualisys
     - load `.mat` with `scipy.io`
     - or maybe we can try loading in `tsv` as Pandas.Dataframe
     - if you run into 'Big Data' problems (unlikely!) you can use `.h5` methods
 - Unity
     - load in target positions per trial again, probably using `pandas.DataFrame.from_csv
         - This might not happen with this round of data b/c log file is garbo nonsense
         - Next iteration - Jon and Trent will make slick `json` output that will load as python `dictionaries` which are the same as `matlab` structs and javascript `objects`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions