necst-telescope / necst

:gem: NEw Control System for Telescope
https://necst-telescope.github.io/necst/
MIT License
3 stars 0 forks source link

#288 change topic #289

Closed takayama-27 closed 3 months ago

takayama-27 commented 3 months ago

Checks

Related Issue

This PR closes #288

r-yamada1998 commented 3 months ago
        with spinning([converter, self.node], n_thread=6):
            cmd = {"lat": [80.0], "unit": "deg", "frame": "fk5"}
            for lon in [45.0 * i for i in range(8)]:
                if subscribed:
                    break
                req = CoordinateCommand.Request(lon=[lon], **cmd)

test codeのtest_coordinate_conversion.pyが北半球仕様になっています。