Direche Filter (Gaussian Filter approximation)
— Andor Academy Implementation of fast Gaussian Filter approximation algorithm for a 1D, 2D or 3D input dataset.
The filter is typically used for smoothing or as a first step in edge detection techniques.
For furt…
Double Derivative
— Andor Academy Double differentiates a spectrum, then plots the negative and ignores the positive; a technique useful to create a cleaner spectrum with sharp symmetrical peaks.
Overscan
— Andor Academy If user wants to monitor the DC offset during acquisitions, to ensure stability, this pgm shows how it can be done.
NIST Get Spectral Lines
— Andor Academy This pgm uses the NIST spectral database installed with Solis to list known spectral lines from your calibration lamp.
InGaAs OddEven Fixer
— Andor Academy InGaAs cameras have different amps for odd and even pixels. This leads to unsightly noise due to small mismatches in sensitivity and offset. The pgm takes a short moving average and adds/subtracts as…
2D ASCII to SIF
— Andor Academy Will take any spectral ascii type file - wavelength vs signal, separated by a tab, space, or comma - and create a calibrated window in Solis to draw the data.
Spooled .sifx to .sif Batch Conversion Program
— Andor Academy This Andor BASIC program converts a directory of spooled .sifx files from the Andor Zyla sCMOS to regular Andor .sif files.
Multitrack spectroscopy macro
— Andor Academy This is a simple program which allows for binning into multiple tracks the captured spectral data on an sCMOS sensor like the Neo.
The tracks are defined in a simple txt file which is read into the p…
XYZ Image Crop
— Andor Academy This AndorBasic (Solis PGM) program will take a kinetic series image set and crop the data in X, Y and Z. The result is an image which only shows desired part of the initial image dataset and can be …
Bypass FRAPPA
— Andor Academy For systems that do not support the Andor FRAPPA device (e.g. Micro-Manager), it is necessary to initialize the bypass galvo so that light can pass through the unit for imaging. This script initiali…
Detune laser AOTF channel
— Andor Academy Reduces (i.e. detunes) 405 laser throughput by changing AOTF power setting. The same function can be accompolished with an AA AOTF hand controller; this script is useful if a controller was not sold…
Cosmics Filter
— Andor Academy This ABasic pgm is for filtering out cosmic ray and 1 pixel size of defect from image data.
MATLAB Sif library example
— Andor Academy A simple script example that will open and display a SIF within MATLAB. It allows the user to select the file through a GUI and will display the data appropriately; i.e. a fully calibrated spectrum o…
Post Process Binning
— Andor Academy This Andor BASIC code can be used to bin images post acquisition with user defined x and y bin sizes. x and y bin sizes as well new and existing data windows must be defined by the user within the pg…
Derivative (with error handling)
— Andor Academy This program performs a first or second derivative on a spectral trace, it does not operate on images. The diff command is very straightforward to use and performing a 1st derivative can be executed …
Dewpoint
— Andor Academy Simple Andor basic programme to calculate dewpoint, using inputs of ambient temperature and relative humidity.
Initialising Multiple Cameras
— Andor Academy The SDK2 example demonstrates how to initialise and shutdown multiple cameras correctly within a single Labview application. VI is 32-bit saved for Labview 9
Get Camera Timings
— Andor Academy The program returns max/min exposure times and frame rates for various camera configuration (ie overlap, readout modes, etc) The program is only usable for Neo and Zyla 5.5MP cameras. VI saved for 32…
Matlab timestamps reader
— Andor Academy Reads the timestamps from an Andor iQ TIFF file in MatLab.
Export Time Stamps
— Andor Academy Saves a text file of metadata for the current image from Andor iQ in tab-delimited format. Requires iQ OpenSource installed in addition to iQ.
Spectrum Range Crop
— Andor Academy This pgm takes a spectrum and crops it to a wavelength range of the user's choosing. The number of channels (pixels) can also be determined if desirable) Calibration is maintained.
Export Time Stamps
— Andor Academy Saves a text file of metadata for the current image from Andor iQ in tab-delimited format. Requires iQ OpenSource installed in addition to iQ.