You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framerate is handled in several separate ways:
self.settings["brightfield_framerate"] (which is used in optical_gater_server etc, but does not set seem to be set in the .json file?)
self.settings["framerate"] (which is read in prospective_optical_gating.py, but not used elsewhere)
self.framerate (which seems to be redundant, though I'm not 100% sure it doesn't have some relevance to the Pi - though there is also camera.framerate on the Pi)
This should be consolidated - I think they are all referring to the same thing.
The text was updated successfully, but these errors were encountered:
Framerate is handled in several separate ways:
self.settings["brightfield_framerate"] (which is used in optical_gater_server etc, but does not set seem to be set in the .json file?)
self.settings["framerate"] (which is read in prospective_optical_gating.py, but not used elsewhere)
self.framerate (which seems to be redundant, though I'm not 100% sure it doesn't have some relevance to the Pi - though there is also camera.framerate on the Pi)
This should be consolidated - I think they are all referring to the same thing.
The text was updated successfully, but these errors were encountered: