Skip to content
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

Add listening to ephys processing tutorial #180

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add listening to ephys processing tutorial #180

wants to merge 5 commits into from

Conversation

cjsha
Copy link
Member

@cjsha cjsha commented Jan 7, 2025

Resolve #116

cjsha and others added 5 commits January 7, 2025 00:26
- To avoid rate-limiting, update to v2 in actions and set max-retries | max-concurrency | cache in both the local installation and the Action. Tested with version 0.18.0 locally, which removed the rate-limiting 429 response from learn.microsoft.com
Copy link
Member

@bparks13 bparks13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a general comment, why are the other pages being hidden from the TOC? This addition seems different enough from the original tutorial that we can keep both, no?

`AmplifierDataFrames`. This is helpful for creating two distinct disparate processes for the same
data stream.

### Select channel. Center, scale, and filter the signal
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To fit the style guide for headings, this should be changed. Maybe something like "Select channels and filter the signal", since centering / scaling are technically filtering to some degree.

Related, we should add the heading guides to the style guide.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one's tricky. I guess technically filtering can technically include centering/scaling, but I don't think centering/scaling are usually included when people think about filtering. I also don't love this heading, but each of the verbs do correspond to a node which is kinda what I'm going for wrt the h3 headers

Related, we should add the heading guides to the style guide.

Agreed. h1 does traditional title capitalization whereas h2, h3, etc. do first letter only capitalization, right?

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.

Tutorial: listening to ephys singals
2 participants