Skip to content

Conversation

@dw42CSCE
Copy link
Collaborator

@dw42CSCE dw42CSCE commented Sep 8, 2025

No description provided.

cleaned_image = clean_spec_orig(Sxx)

# Find index where frequency >= 40 kHz (f is in kHz)
split_idx = np.argmax(f >= 40)
Copy link
Member

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.

Copy link
Collaborator Author

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

Copy link
Member

@christian-oreilly christian-oreilly left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants