Skip to content

Commit

Permalink
change session and enhance the clarity of graphs
Browse files Browse the repository at this point in the history
1. Changed the session used for analysis to `sub-633229_ses-1199247593_ogen.nwb` to improve memory efficiency.
2. Enhanced the clarity of the graph by updating the color bars and other elements:
    - Adjusted the color range.
    - Updated color bar labels and ticks.
  • Loading branch information
yrk24 committed Jun 28, 2024
1 parent 2cc27f3 commit fe07e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/projects/illusion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3079,7 +3079,7 @@
"nwb_ios = []\n",
"for dandi_filepath in nwb_paths:\n",
" # This can sometimes take a while depending on the size of the file\n",
" nwb_ios.append(dandi_download_open(dandiset_id, dandi_filepath, download_loc))"
" nwb_ios.append(dandi_download_open(dandiset_id, dandi_filepath, download_loc))\n"
]
},
{
Expand Down

0 comments on commit fe07e11

Please sign in to comment.