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

Abstraction for plotting functionality #159

Open
sy-cui opened this issue Sep 2, 2023 · 0 comments
Open

Abstraction for plotting functionality #159

sy-cui opened this issue Sep 2, 2023 · 0 comments
Labels
prio:medium Medium priority refactor Refactor existing codebase

Comments

@sy-cui
Copy link
Collaborator

sy-cui commented Sep 2, 2023

Currently the plotting in most case studies are done manually via periodic checks

if foto_timer >= foto_timer_limit or foto_timer == 0:
    # Plotting

It is desirable to have proper abstraction for this and simplify the plotting section in case files.

@sy-cui sy-cui added prio:medium Medium priority refactor Refactor existing codebase labels Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio:medium Medium priority refactor Refactor existing codebase
Projects
None yet
Development

No branches or pull requests

1 participant