1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: ADAndor and the Ikon-M |
From: | Mark Rivers via Tech-talk <[email protected]> |
To: | "'Koennecke Mark (PSI)'" <[email protected]> |
Cc: | tech-talk <[email protected]> |
Date: | Mon, 2 Dec 2019 17:16:21 +0000 |
Hi Mark, Ø
1.) The biggest stumbling block was that the shutter never got configured properly. The reason being that
Can you please send the exact error message? Your attached trace file did not have any “parameter not found” error messages. Ø
2.) All the gain logic is wasted on the Ikon-M. The speed logic seems faulty.
Those not very helpful comments. Please explain exactly what you mean by each one. Ø
3.) There is a missing parameter though: that is the VSAmplitude. I hard coded that one because I believe we only
I just merged a pull request from Peter Heesterman that adds support for VSAmplitude. Ø
4.) What is also missing is the SetShutterEx() support. Some of these cameras apparently support an external shutter.
My reading of the Andor Software Develop Kit.pdf documentation is that SetShutter can control both internal and external shutters. The only time that SetShutterEx is needed is when the camera has BOTH and internal and an external shutter.
The driver would need to decide how to handle this. Ø
5.) In my quest to get it working, I disabled some settings which I did not need and added what did not work. I attach my
It would be more useful if you would do the following: -
Create a Github Issue for each problem you uncover. Provide documentation of the actual error messages. -
Create a Github Pull Request for your changes to the driver rather than mailing it to tech-talk. Ø
6.) Another thing which tripped me up was that the shutter opening and closing times were in seconds. Not in milliseconds
All of the time related parameters in ADCore are in seconds. This includes exposure time, exposure periods, shutter delays, etc. Some vendor libraries use milliseconds, some use microseconds, etc. For consistency we use seconds everywhere.
I agree that the EGU field should be set. Mark From: Tech-talk <[email protected]>
On Behalf Of Koennecke Mark (PSI) via Tech-talk Hi,
|