Skip to content

Commit 18b708c

Browse files
committed
changelog and doc
1 parent cd83f20 commit 18b708c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

src/trodes_to_nwb/convert.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)