Conversation
added 7 commits
January 26, 2026 17:25
For now just to test other way to organise the pipeline. The aim is future versions to raise deprecationerror when calling like that and instead save all separate ressults in sesparte files
find_monitor_frames returns row index of the frame_log, when we merge on the FrameIndex it fails if FrameIndex.iloc[0] != 0 Switch to use index so that we can start recording frame after initial bonsai setup
The useful function should be integrated in a lab repo
All filters of ROI should work on traces, since traces must come from an but not the other way round as we can have multiple way to extract from one ROI. Separate in pipeline and use ASt only on traces (which is used in most downstream functions)
If we still have these warnings, we need to solve them. Not ignore
Add option to manually specify the rs/of bins, to provide extent and to provide the tick_dict. All these are supposed to be automatically calculated from log_range but it makes it hard to handle treadmill data where the bins should not be square.
Force array copy and conversion to float to please pandas 3
- specify bins for treadmill/closed loop plot - use_full_range for RS_OF_matrix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v2.0.4
Main changes
Bugfix
Minor
Before bugfix:

After:
