AllenNeuralDynamics / dynamic-foraging-task

Bonsai/Harp workflow for Dynamic Foraging with Python GUI for visualization and control
MIT License
5 stars 4 forks source link

Fix camera logging #539

Closed XX-Yin closed 3 months ago

XX-Yin commented 3 months ago

Pull Request instructions:

Describe changes:

Handle an edge case: Manually clicking the Start button in the camera window will not create a new session folder if a new session is started after a previous session.

What issues or discussions does this update address?

Manually clicking the Start button in the camera window will not create a new session folder if a new session is started after a previous session, because logging is not marked as stopped.

Describe the expected change in behavior from the perspective of the experimenter

No

Describe any manual update steps for task computers

No

Was this update tested in 446/447?

Tested in 323_EPHYS3

XX-Yin commented 3 months ago

@hanhou @alexpiet This is ready for review.