AwhVogelLab / preprocessing_pypeline

A simple python based preprocessing pipeline for the Awh Vogel Lab
2 stars 0 forks source link

Add class for loading data into python for analysis #7

Closed dsuplica closed 3 months ago

dsuplica commented 3 months ago

Proposed idea: a new class responsible for loading and storing experiment data. This would be analagous to the EEG_decoder "experiment object"

It may be convenient to have it fully in this pipeline, which could make it easier to update it if we make any pipeline changes

Options:

1) Custom class that just does loading / basic handling (like Experiment class)

2) Mne Epochs class

3) don't do this

dsuplica commented 3 months ago

after discussing we will be keeping this in wrangler