Skip to content

Conversation

BrianJKoopman
Copy link
Member

This PR adds the elevation nod sequence, sorunlib.seq.el_nod(). It will perform the elevation nod as described in #207.

Example usage:

import sorunlib as run
run.initialize()
run.acu.move_to(az=180, el=60)
run.seq.el_nod(el1=50, el2=70)

Resolves #207.

@BrianJKoopman BrianJKoopman requested a review from ktcrowley June 3, 2025 21:08
@BrianJKoopman BrianJKoopman added this to the v0.1.24 milestone Jun 5, 2025
@BrianJKoopman BrianJKoopman requested a review from mmccrackan June 11, 2025 19:44
@BrianJKoopman BrianJKoopman merged commit d5760b8 into main Jun 12, 2025
4 checks passed
@BrianJKoopman BrianJKoopman deleted the koopman/el-nod branch June 12, 2025 14:08
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.

Adding el nods to suite of calibration commands

1 participant