Skip to content

Commit

Permalink
Update 1_eeg_T120D101_and_T121D010_preparation.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
vytkuc committed Jun 26, 2024
1 parent 325ee29 commit d25a06c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions 1_eeg_T120D101_and_T121D010_preparation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"tags": []
},
"source": [
"# EEG data preparation and classification of time period"
"# EEG data preparation"
]
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 1,
"id": "16ff4e10",
"metadata": {},
"outputs": [],
Expand All @@ -33,7 +33,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 2,
"id": "80448d77",
"metadata": {},
"outputs": [],
Expand All @@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 3,
"id": "843fd26d",
"metadata": {
"_cell_guid": "b1076dfc-b9ad-4769-8c92-a6c4dae69d19",
Expand Down Expand Up @@ -88,7 +88,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 6,
"id": "236ab10c",
"metadata": {
"execution": {
Expand All @@ -111,17 +111,17 @@
"name": "stdout",
"output_type": "stream",
"text": [
"dbs20240507\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_no_med.eeg\n",
"dbs20240507\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_no_med.vhdr\n",
"dbs20240507\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_no_med.vmrk\n",
"dbs20240507\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_with_med.eeg\n",
"dbs20240507\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_with_med.vhdr\n",
"dbs20240507\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_with_med.vmrk\n"
"dbs_005\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_med_off.eeg\n",
"dbs_005\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_med_off.vhdr\n",
"dbs_005\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_med_off.vmrk\n",
"dbs_005\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_med_on.eeg\n",
"dbs_005\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_med_on.vhdr\n",
"dbs_005\\f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_med_on.vmrk\n"
]
}
],
"source": [
"for dirname, _, filenames in os.walk('dbs20240507'):\n",
"for dirname, _, filenames in os.walk('dbs_005'):\n",
" for filename in filenames:\n",
" print(os.path.join(dirname, filename))"
]
Expand All @@ -135,8 +135,8 @@
"source": [
"\n",
"directory_of_this_script = os.path.dirname(os.path.abspath(os.getcwd()))\n",
"file_path_no_med = os.path.join(\"dbs20240507/f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_no_med.vhdr\")\n",
"file_path_with_med = os.path.join(\"dbs20240507/f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_with_med.vhdr\")\n"
"file_path_no_med = os.path.join(\"dbs_003/70d91607-328d-fb1f-6a00-818614779e77__2024-02-21_10-37-36_med_off.vhdr\")\n",
"file_path_with_med = os.path.join(\"dbs_003/70d91607-328d-fb1f-6a00-818614779e77__2024-02-21_11-47-24_med_on.vhdr\")\n"
]
},
{
Expand All @@ -159,8 +159,8 @@
"source": [
"'''\n",
"directory_of_this_script = os.path.dirname(os.path.abspath(os.getcwd()))\n",
"file_path_no_med = os.path.join(\"dbs20240424/patient20240424_-_2024-04-24_08-51-47_med_off.vhdr\")\n",
"file_path_with_med = os.path.join(\"dbs20240424/patient20240424_-_2024-04-24_09-34-39_med_on.vhdr\")\n",
"file_path_no_med = os.path.join(\"dbs_004/b6556a9e-56b4-653e-2a23-be9d623ca505__2024-04-24_08-51-47_med_off.vhdr\")\n",
"file_path_with_med = os.path.join(\"dbs_004/b6556a9e-56b4-653e-2a23-be9d623ca505__2024-04-24_09-34-39_med_on.vhdr\")\n",
"'''"
]
},
Expand All @@ -184,8 +184,8 @@
"source": [
"'''\n",
"directory_of_this_script = os.path.dirname(os.path.abspath(os.getcwd()))\n",
"file_path_no_med = os.path.join(\"dbs20240221/Butrimaviciene_-_2024-02-21_10-37-36_no_med.vhdr\")\n",
"file_path_with_med = os.path.join(\"dbs20240221/Butrimaviciene_-_2024-02-21_11-47-24_with_med.vhdr\")\n",
"file_path_no_med = os.path.join(\"dbs_005/f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_09-49-35_med_off.vhdr\")\n",
"file_path_with_med = os.path.join(\"dbs_005/f6c7f0b3-76bb-f13a-be91-d9e74eabfeb1__2024-05-07_10-53-29_med_on.vhdr\")\n",
"'''"
]
},
Expand Down

0 comments on commit d25a06c

Please sign in to comment.