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 wiregrid calibration module #99

Merged
merged 9 commits into from
Dec 1, 2023
Merged

Conversation

BrianJKoopman
Copy link
Member

@BrianJKoopman BrianJKoopman commented Nov 10, 2023

This PR creates the wiregrid calibration module, allowing for running a wiregrid calibration with the run.wiregrid.calibrate() command.

A few other commands are included, mostly to facilitate debugging, as they allow for command over individual actions taken during the calibrate() function -- eject(), insert(), and rotate().

I split most of the new, unrelated, features out to separate PRs (see #104 and #103), but one thing I didn't split out was the addition of check_running(). I don't think I like the way I implemented this, but I don't want it to hold up getting the wiregrid module out, so I'll probably change that later.

Resolves #97.

@BrianJKoopman BrianJKoopman marked this pull request as ready for review November 10, 2023 21:32
@BrianJKoopman BrianJKoopman marked this pull request as draft November 10, 2023 21:32
@BrianJKoopman BrianJKoopman changed the base branch from main to koopman/config-file November 21, 2023 20:24
@BrianJKoopman BrianJKoopman force-pushed the koopman/wiregrid-commands branch 4 times, most recently from 04096ec to bb8e1a6 Compare November 21, 2023 22:26
Base automatically changed from koopman/config-file to main November 21, 2023 22:38
@BrianJKoopman BrianJKoopman changed the base branch from main to koopman/util-updates November 27, 2023 20:14
Base automatically changed from koopman/util-updates to main November 27, 2023 21:15
@BrianJKoopman BrianJKoopman marked this pull request as ready for review November 27, 2023 21:53
@BrianJKoopman BrianJKoopman marked this pull request as draft November 27, 2023 21:56
@BrianJKoopman BrianJKoopman marked this pull request as ready for review November 27, 2023 22:13
@BrianJKoopman
Copy link
Member Author

This is finally ready to go. @sadachi5, I don't think there should be any surprises here following our offline discussions.

@BrianJKoopman
Copy link
Member Author

Going to rebase and merge this. We can update things as needed from there.

@BrianJKoopman BrianJKoopman merged commit 62f4843 into main Dec 1, 2023
5 checks passed
@BrianJKoopman BrianJKoopman deleted the koopman/wiregrid-commands branch December 1, 2023 21:20
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.

Add wiregrid calibration function
1 participant