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

Implement move table visualization in web app #7

Open
dkirkby opened this issue Dec 19, 2024 · 1 comment
Open

Implement move table visualization in web app #7

dkirkby opened this issue Dec 19, 2024 · 1 comment

Comments

@dkirkby
Copy link
Member

dkirkby commented Dec 19, 2024

The endofnight analysis is already extracting and saving a compressed CSV file of all hwtables used during each night, so this issue is to read this file and implement some visualization. Since this file is compressed, #6 is relevant here.

The visualization should show a selected pos_id and its immediate neighbors for a selected (exposure_id, exposure_iter).

@dkirkby
Copy link
Member Author

dkirkby commented Jan 9, 2025

The basic structure is now in place and I am testing it. I recently added OFFSET_P and PHYSICAL_RANGE_P to the robot model. Still todo are:

  • use actual keepouts
  • remove padded keepout (dotted line)
  • add optional text to display current expid & iter
  • add option to rotate into CS5 instead of default petal local coordsys
  • implement export animation to animated gif and/or mpeg

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

1 participant