File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ ## [ 0.1.10] (Unreleased)
4+
5+ ### Release Notes
6+
7+ ### Optogenetics
8+
9+ - fix hfpy write error when different number of spatial node regions between epochs #135
10+ - Run ` add_optogenetic_epochs ` in the create nwb function #135
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ def create_nwbs(
132132 Directory containing the video files, by default "".
133133 convert_video : bool, optional
134134 Whether to convert the video files, by default False.
135+ fs_gui_dir : str, optional
136+ Optional alternative directory to find optogenetic files, by default "".
135137 n_workers : int, optional
136138 Number of workers to use for parallel processing, by default 1.
137139 query_expression : str, optional
You can’t perform that action at this time.
0 commit comments