<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/at3mod/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 22 Nov 2014 21:31:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/at3mod/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Which example did you try? RunAndor3.vi or NeoTest.vi? I wrote these before SimplePreAmpGainControl was introduced so my code uses the now deprecated PreAmpGainControl which may only be available on the Neo. Because SimplePreAmpGainControl changes the gain and the bit depth it may be unable to be set as freely as the other but you could try changing the property name to SimplePreAmpGainControl. Otherwise consider outright deleting that section of code set it statically. I only introduced it so we could change gain on-the-fly to see how it affected our data.&lt;/p&gt;
&lt;p&gt;My only other suggestion is to read the camera model first and make sure it returns Zyla. If the camera is in use by another program (e.g. SOLIS) it will not appear and you'll connect to the "simulation camera" which creates all kinds of problems. Definitely worth double checking.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Sat, 22 Nov 2014 21:31:03 -0000</pubDate><guid>https://sourceforge.netd988aaf610a8665e98172d6623048cfffa14abf6</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Martijn,&lt;/p&gt;
&lt;p&gt;Fortunately I installed the SDK3 Labview library successfully. I tried to run an example of the package (single acquisition) but I faced with an error. Opening the library function (AT_InitializeLibrary) and opening the camera handler function (AT_Open) are working well with no error, but I faced with this error: (AT_GetEnumCount.VI not applicable) when the code reached to AT_GetEnumCount function.&lt;/p&gt;
&lt;p&gt;Have you seen this kind of error before and do you know how I can make it works?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Bahareh&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bahareh</dc:creator><pubDate>Fri, 21 Nov 2014 00:31:01 -0000</pubDate><guid>https://sourceforge.netde656848ab88e818f2f99834550124bed36e7599</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Great, that was quite helpful and of course the examples you made will be helpful.&lt;/p&gt;
&lt;p&gt;Bests,&lt;br /&gt;
Bahareh&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bahareh</dc:creator><pubDate>Sat, 15 Nov 2014 05:02:12 -0000</pubDate><guid>https://sourceforge.netdeb173fb545bd8864323691a7d9497856eab6e51</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;That is correct, you need to specifically request the LabVIEW drivers from your distributor. Generally they will just give you a link to download it from, but they only do this when asked.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Martijn&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Sat, 15 Nov 2014 02:48:43 -0000</pubDate><guid>https://sourceforge.net255deb596b52a1f3b242311f413639c5dd82556a</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks a lot for your prompt response. As I understand, I need to specifically ask labview drivers from my andor distributer? Am I right?&lt;br /&gt;
Because after installing andor SDK I don't have the drivers of Labview.&lt;/p&gt;
&lt;p&gt;Bests,&lt;br /&gt;
Bahareh&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bahareh</dc:creator><pubDate>Sat, 15 Nov 2014 02:44:28 -0000</pubDate><guid>https://sourceforge.net621f37ef130a8077d896011d8de47019f5c51b7f</guid></item><item><title>Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -8,7 +8,11 @@

 As such, the examples contained in this library may include deprecated commands. **It is recommended you try to use the official SDK first** and if that presents difficulties look at how I did things in this version.

+-----
+
 **Update March 2014: Timestamp metadata can now be read from the camera during frame download for accurate timing of when frames were captured**. See the *metadata-update.zip* file in the Files list.
+
+-----

 sCMOS cameras a very promising new technology in scientific imaging, with small pixels, large arrays and fast read-out times. Andor currently produce two models of sCMOS camera, [Neo and Zyla](http://www.andor.com/scientific-cameras/neo-and-zyla-scmos-cameras), which operate on their SDK v3 - which is an complete redesign of their SDK from the ground-up. Developed in C, they provide bare-bones wrappers for LabVIEW which doesn't include any error-handling functionality. This project started as an attempt to integrate error handling and grew into some examples and pooling ideas of how to get the most out of our cameras.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Fri, 14 Nov 2014 23:34:23 -0000</pubDate><guid>https://sourceforge.netb8a8c1e915f78fd4780c5a760767e06f0a1c7f0c</guid></item><item><title>Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,6 +1,6 @@
 # at3mod: LabVIEW interface to Andor sCMOS cameras #

-**Update Nov 2014: This project was started as a set of patches to Andor SDK3 v3.4.** The current version of the SDK (v3.7) fixes most of the problems we were trying to address, namely
+**Update Nov 2014: This project was started as a set of patches to Andor SDK3 v3.1 in 2011.** The current version of the SDK (v3.7) fixes most of the problems we were trying to address, namely

 * lack of any error handling
 * lack of examples
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Fri, 14 Nov 2014 23:33:27 -0000</pubDate><guid>https://sourceforge.net89c11e3d7791cc52bbefc6692b96b6820df1440f</guid></item><item><title>Home modified by Martijn Jasperse</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,4 +1,12 @@
 # at3mod: LabVIEW interface to Andor sCMOS cameras #
+
+**Update Nov 2014: This project was started as a set of patches to Andor SDK3 v3.4.** The current version of the SDK (v3.7) fixes most of the problems we were trying to address, namely
+
+* lack of any error handling
+* lack of examples
+* confusing/misleading statements in the SDK manual
+
+As such, the examples contained in this library may include deprecated commands. **It is recommended you try to use the official SDK first** and if that presents difficulties look at how I did things in this version.

 **Update March 2014: Timestamp metadata can now be read from the camera during frame download for accurate timing of when frames were captured**. See the *metadata-update.zip* file in the Files list.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Fri, 14 Nov 2014 23:31:44 -0000</pubDate><guid>https://sourceforge.net999e6d03a33af6517a21323cc27277a6f91bc9b7</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Both 32- and 64-bit libraries are distributed; on my install there are&lt;br /&gt;
- 64-bit drivers in C:\Program Files\Andor SDK3&lt;br /&gt;
- 32-bit drivers in C:\Program Files\Andor SDK3\win32&lt;br /&gt;
Because I am running 64-bit Windows 8 but 32-bit LabVIEW 2012&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Fri, 14 Nov 2014 23:01:35 -0000</pubDate><guid>https://sourceforge.net8b8510a3b362aceda3ca979f7144abb42e250c12</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/at3mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Bahareh,&lt;br /&gt;
You need to specifically request LabVIEW drivers from your Andor distributor for SDK3 ("LABVIEW_SDK3_V3.4.30007.0" or similar). As you noted, the "normal" drivers are atcore.dll, whereas LabVIEW needs atcoreA.dll because of how strings work internally. Install that and you should be able to use the library. I recommend trying their code first, as it has improved substantially since this project started, but the examples contained within might still be of value to you.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Martijn&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martijn Jasperse</dc:creator><pubDate>Fri, 14 Nov 2014 22:54:48 -0000</pubDate><guid>https://sourceforge.net5f043fa941492ccb3d7acfb461ff41673fca3464</guid></item></channel></rss>