Open VroniPfann opened 1 year ago
I think we need o think carefully before overloading the existing functions. Not sure of the best solution but maybe we need a readout_time to find just the readout time and allow the proper timing calculations in this mode.
I realized that when using the Kinetix in bulb mode camera.get_cycle_time and camera.get_exposure_time do not return the real values, which kind of makes sense I guess since they are not set in the software. I noticed this because I thought to use those values to calculate my timings for hardware triggering on the RedPitaya. Does it make sense to return something else, like for example length of the hardware trigger in this case? Not sure if this needs to be fixed on the python-microscope level or my experiment script level. Please see the code that I am running below. Thanks!