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

Diff Comparison of Eye Diagrams #456

Open
mpangch opened this issue Jul 23, 2022 · 1 comment
Open

Diff Comparison of Eye Diagrams #456

mpangch opened this issue Jul 23, 2022 · 1 comment

Comments

@mpangch
Copy link

mpangch commented Jul 23, 2022

Given multiple eye diagrams, create a nice way to overlay them graphically so as to offer an easy to understand visual comparison.

@azonenberg
Copy link
Collaborator

This is probably best implemented as a filter block (under scopehal) that turns two eye patterns into an eye-like density map but using a different shader for rendering. Leaving the ticket here for now as rendering work is going to be needed too, we may eventually file a second ticket on the scopehal side.

The output would be a 2D grayscale signed fp32 texture, storing differences between normalized eye intensity at each pixel. This could then get tone mapped to a diverging color scale (for example, black = no difference, brighter shades of red = eye A is stronger, brighter shades of blue = eye B is stronger).

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

No branches or pull requests

2 participants