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

features to add to run_xytest2.py #18

Open
seanmacb opened this issue Jul 21, 2023 · 1 comment
Open

features to add to run_xytest2.py #18

seanmacb opened this issue Jul 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@seanmacb
Copy link
Collaborator

Functions not in run_xytest2.py that are in run_ang.py

  • run_xytest2.py does not have a mount_posdown or mount_posup function, similarly the movemount function might be slightly different
  • run_xytest2.py does not have ts or tslib modules
  • the main call will likely have to be rewritten to account for different move orientations, similar to run_ang.py
@seanmacb seanmacb added the enhancement New feature or request label Jul 21, 2023
@seanmacb seanmacb self-assigned this Jul 21, 2023
@seanmacb
Copy link
Collaborator Author

seanmacb commented Jul 27, 2023

Nearly ready for testing, just need to move the positioner back to home after each move sequence.
Possible options:

  1. Undo all moves in the movesequence - possible, but time consuming (~10s per move, per @rsebok, but possibly warrants testing)
  2. Use xylib.transform to get difference in move from position_current and position_home - initial tests indicate that angles would not be calculated properly

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

1 participant