-
Notifications
You must be signed in to change notification settings - Fork 2
Split Thesholding and Visualization #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
contourusv/main.py
Outdated
| cleaned_image = clean_spec_orig(Sxx) | ||
|
|
||
| # Find index where frequency >= 40 kHz (f is in kHz) | ||
| split_idx = np.argmax(f >= 40) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is hardcoded for adult rats and will not adapt easily to other contexts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made a variable in code to be easily changeable, could be coded into a param if needed
0236229 to
01fa6b6
Compare
christian-oreilly
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to be merged. Please use the "Rebase and merge" option.
No description provided.