Ian Dobbie
Ian Dobbie
Another slight issue with the parameter parsing which I cant quite work out. The first line from "INFO X" on my controller is: b'Axis Name : X Limits Status: f\r'...
So with the updated info where we are now reading the info output most of this isnt working on my MS200 (very old). If I connect to cockpit, grab the...
A recent discussion brought up that some cameras start counting pixels at 0,0 (eg ximea cameras) and some start from pixel 1,1 (eg Andor cameras). I propose we should specify...
With the paper draft there is a branch containing the last running setup from DeepSIM. The changes are minimal and probably worth integrating. David picked out https://github.com/dstoychev/microscope/commit/5a297fffe2835db2903ed9cc8fcc4d4661551dd3 as the only...
The FloatingDeviceMixin now requires a uid to register even a single device. This presents a problem about how do you find the magic serial number of the physical hardware. Updating...
Latest updated from photmetrics. Just a little update. We have been able to duplicate the same behaviour on our cameras as well. The camera is reporting exposure time in nanoseconds....
On DeepSIM the first time you access the 561 you get ``` Exception in thread _updater: Traceback (most recent call last): File "c:\python37\lib\threading.py", line 917, in _bootstrap_inner self.run() File "c:\python37\lib\threading.py",...
I have added support for a digitally triggered stack along a given stage axes. The code is in https://github.com/iandobbie/microscope/tree/stage-digitial-stack There are two components this this implementation so far. 1) an...
Although the Alpao driver has the following code in the init fiunction: ` self._trigger_type = TriggerType.SOFTWARE self._trigger_mode = TriggerMode.ONCE` TThe hardware is never set to reflect this.
Traceback below . I guess that the reply to "pos?" doesn't parse as an int. ``` 2021-02-26 15:33:22,563:ThorlabsFW102C (microscope.abc):ERROR:PID 6116: in get_setting(position): Traceback (most recent call last): File "c:\microscope\microscope\abc.py", line...