Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 826 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 826 Bytes

Lilrig

code specific to Lilrig

dependencies:

Load data from lilrig

animal = 'animal_name';

day = 'yyyy-mm-dd';

experiment = experiment number;

lilrig_load_experiment;

Get visual field sign retinotopy

After loading data:

lilrig_retinotopy

Troubleshooting

  • if timestamps are not saved after preprocessing, troubleshoot with the script AP_parse_temporal_component_fix (this can make the .timestamps.npy files if they're missing although they're not used anymore, it can also separate the svdTemporalComponents by experiment if they were parsed incorrectly)