Skip to content

How to divide telescope moving into azimuth/elevation individually? #89

@yoshinori-0778

Description

@yoshinori-0778

Current scheduler generate move_to(Az, El) that move azimuth and elevation simultaneously when we want to move elevation as well as azimuth.
E.g. run.acu.move_to(az=296.53, el=48) from cmb scan at el = 60deg

Can we modify scheduler so that we divide those separately?
E.g. Azimuth movement first, then elevation;
run.acu.move_to(az=296.53, el=60)
run.acu.move_to(az=296.53, el=48)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions