+10
−2
Loading
AtikSDKCamera.set_dark_mode() calls ArtemisSetDarkMode() with no
support check, unlike the wheel's own set_continuous_mode(). scicam2
(long-slit spectrograph, no shutter) fails with ARTEMIS_INVALID_FUNCTION
on every exposure, confirmed on hardware. Guard on the cameraflags
HAS_SHUTTER bit from get_properties() before calling it.
Co-Authored-By:
Claude Sonnet 5 <noreply@anthropic.com>