Commit 98ee92b4 authored by William Wadsworth's avatar William Wadsworth
Browse files

define beamsplitter rotation

parent 4a262042
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -20,4 +20,9 @@ CAMERA = "picamera_2";
PARFOCAL_DISTANCE = 45;

camera_rotation = rms_optics_camera_rotation(CAMERA);
configurable_optics_module(OPTICS, CAMERA, BEAMSPLITTER, PARFOCAL_DISTANCE, camera_rotation=camera_rotation);
configurable_optics_module(OPTICS,
                           CAMERA,
                           BEAMSPLITTER,
                           PARFOCAL_DISTANCE,
                           camera_rotation=camera_rotation,
                           beamsplitter_rotation=0);