neclib.simulators#

Modules necessary to run simulator.

Notes

NECST modules should support simulator mode. Here is a collection of modules necessary to implement the mode.

Important

If there’s a corresponding non-simulator script, functionalities in the original one should be used as much as possible, through inheriting and overriding, to ensure the behavior is the same as real one.

Aliases#

AntennaEncoderEmulator

Emulator of antenna response for simulator.

DomeEncoderEmulator

Emulator of dome response for simulator.

Submodules#

neclib.simulators.antenna

Emulator for telescope antenna motion and corresponding encoder reading.

neclib.simulators.dome

Emulator for telescope dome motion and corresponding encoder reading.