Skip to content

padillacoreanolab/MED-PC

Repository files navigation

MED-PC

1. Installing the environment

Navigate to desired project folder

  • cd path/to/your/project

Create and activate a virtual environment:

  • Windows:
    python -m venv venv
    venv\Scripts\activate
    
  • macOS/Linux:
    python3 -m venv venv
    source venv/bin/activate
    

Install dependencies:

  • pip install -r requirements.txt

2. Running the code

  • Select albert_med_pc_full.ipynb for the jupyter notebook used
  • Input data as a folder/directory into the MED_PC folder.
  • Ensure the correct Kernal is selected for the jupyter notebook.
  • As the code is running there will be popups that will notify you to enter file paths and other details.

3. Looking at the data

Open up proc this should contain extracted_recording_data_and_metadata, plots, subject_date_dfs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •