The scene shows 8 circular lights in a horizontal row on a white background. Lights on are gold/yellow with glow; lights off are gray. Initially, some lights are on and some are off.

Your task: Modify the light states so that all lights at odd positions (counting from left to right: 1st is odd, 2nd is even, 3rd is odd, and so on) are on (gold/yellow with glow), and all lights at even positions are off (gray). Set each light on or off as needed so that lights that are on are gold/yellow (with glow) and lights that are off are gray. Lights stay in fixed positions; only their states change. Only modify what the task requires; keep the background and any other element unchanged. Output 1 image showing the final result.