Skip to content

Commit e14dedc

Browse files
committed
fix typos
1 parent 94cfccd commit e14dedc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

001538/catalyst_neuro/zhai_2025/figure_1E_dspn_somatic_excitability.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
") -> int:\n",
177177
" \"\"\"Threshold-crossing spike count within a 500 ms stimulus window.\n",
178178
"\n",
179-
" Matches approach in the original analysis; uses 200700 ms from sweep start.\n",
179+
" Matches approach in the original analysis; uses 200-700 ms from sweep start.\n",
180180
" \"\"\"\n",
181181
" if voltage_trace_mV.size == 0:\n",
182182
" return 0\n",
@@ -321,8 +321,8 @@
321321
" # Process each recording sweep\n",
322322
" for _, row in rec_df.iterrows():\n",
323323
" # Get protocol step and current\n",
324-
" protocol_step = row.get((\"intracellular_recordings\", \"protocol_step\"), None)\n",
325-
" current_pA = row.get((\"intracellular_recordings\", \"stimulus_current_pA\"), None)\n",
324+
" protocol_step = row.get((\"intracellular_recordings\", \"protocol_step\"))\n",
325+
" current_pA = row.get((\"intracellular_recordings\", \"stimulus_current_pA\"))\n",
326326
" \n",
327327
" response_ref = row[(\"responses\", \"response\")]\n",
328328
" ts = response_ref.timeseries\n",

001538/catalyst_neuro/zhai_2025/how_to_use_this_dataset.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"id": "1ba0f2bb",
2323
"metadata": {},
2424
"source": [
25-
"One of the nice features of dandi is that the data can be streamed directly anywhere from the world without download (altought data can be loaded as well). To enable this stremaing workflow we need to instantiate a dandi client.\n"
25+
"One of the nice features of dandi is that the data can be streamed directly anywhere from the world without download (although data can be loaded as well). To enable this streaming workflow we need to instantiate a dandi client.\n"
2626
]
2727
},
2828
{
@@ -419,7 +419,7 @@
419419
"metadata": {},
420420
"source": [
421421
"Note that the timestamps of the units are different as they\n",
422-
"are recorded at different times during the experiment. All the timestamps in NWB are aligned to the same time base (e.g., the start of the recording session). We will see how to align these timestamps in a same base for comparision further down"
422+
"are recorded at different times during the experiment. All the timestamps in NWB are aligned to the same time base (e.g., the start of the recording session). We will see how to align these timestamps in a same base for comparison further down"
423423
]
424424
},
425425
{

0 commit comments

Comments
 (0)