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

create algorithm to make amplitude map #89

Open
psomhorst opened this issue Sep 1, 2023 · 1 comment
Open

create algorithm to make amplitude map #89

psomhorst opened this issue Sep 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@psomhorst
Copy link
Contributor

For several algorithms we need an estimate of the median amplitude of individual pixels. This algorithm should perform these tasks:

  • detect peaks and troughs in global impedance;
  • pair peaks and troughs into breaths with a start and end;
  • surrounding each peak and trough, find the peak and trough in individual pixels;
  • calculate per breath and per pixel the amplitude of each breath;
  • take the median amplitude per pixel.
@psomhorst psomhorst self-assigned this Sep 1, 2023
@psomhorst psomhorst changed the title create algorithm to make amplitude map feature: create algorithm to make amplitude map Sep 1, 2023
@psomhorst psomhorst changed the title feature: create algorithm to make amplitude map create algorithm to make amplitude map Sep 1, 2023
@psomhorst
Copy link
Contributor Author

Is blocked by #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants