5.05.x
SpAcAn: Spontaneous Activity Analysis IGOR.5.05.x-1.06
Posted October 7th, 2011 by ghyommSize: 108.96 KB
md5_file hash: 52e53c4742f014ec3a056a7aa9885e3e
First released: October 7, 2011 - 03:56
This version fixes the following bug: the calculation of the 20-80% rise time was failing when the event rise time was one point only (which happens for example when detecting recorded trigger signals such as TTLs).
Now a separate calculation of RT20 and RT80 is performed when a one point transition accounts for more than 99% of the event amplitude.
SpAcAn: Spontaneous Activity Analysis IGOR.5.05.x-1.05
Posted September 21st, 2010 by ghyommSize: 109.34 KB
md5_file hash: cdc6172582027ea2efaafd6fb2710375
First released: September 21, 2010 - 08:14
Last updated: September 21, 2010 - 08:14
Changelog of version 1.05:
* This version focuses on saving/loading analysis independently of IGOR's experiments. It is now possible to save an analysis on the disk and to recall it later. In the files which are saved, IGOR puts everything it needs to recapitulate the same detection using the same traces and apply the same tags and tag labels (see below).
SpAcAn: Spontaneous Activity Analysis IGOR.5.05.x-1.04
Posted June 25th, 2010 by ghyommSize: 97.38 KB
md5_file hash: 26dcbcbf7e4c60a47e327a0bfd0766a4
First released: June 25, 2010 - 03:04
This new version comes with a number of new features. Here is the detailed changelog:
1. A long awaited function is finally implemented: an automatic fit (double exponential) of the decay of all tagged events. As the other fit functions, this new function is intended to be used with postsynaptic currents. It is launched using the "Fit all events" button in the "Kin." tab of the window DetectedEvents. It is necessary to calculate the average event first, since the function will use the fit parameters of the average as a first guess for individual events.
Parse Time String
Posted June 22nd, 2010 by aclightUse the function below to parse a string like one of the following into seconds:
3:20:05 AM
3:45:00 PM
13:15:44
If you have a date-time string and wish to parse it into seconds, use the Parse Date,Time and Date/Time Strings snippet.
To represent midnight (the beginning of a day), use 00:00:00 or 12:00:00 AM. Using 24:00:00 to represent midnight will not produce any kind of error, however the function will return 86400 seconds, which is probably not the result you expect.
//**Calculates histogram of facet slopes in atomic force microscopy (AFM) images. See Surface and Interface Analysis 25 (1997) 74.
Posted April 15th, 2010 by clperkins//Calculates a histogram of slopes of facets in AFM images. See Chatelier et al. in Surface and Interface Analysis 25 (1997) 741. //Similar to the output of Gwyddion image analysis software after selecting Data Process-->Statistics -->Slope Distribution --> Inclination (theta) //Assumes that the AFM image has been plane filtered, is loaded into a 2D wave, and has heights in nanometers Function slope_freq(w1) wave w1 variable X_index, Y_index, totalcycles=0, array_size, mini_wave_scaling=1
Processing Wave Names/Paths and Lists of waves in XOP functions
Posted March 3rd, 2010 by jamieThis is of interest to XOP function writers who have to parse string inputs.
If you have a function in an XOP that takes as a parameter a string containing a wave name or a full path to a wave (data folder path:wave name), the ParseWavePath function will help you parse the input into C strings containing wave name and data folder name.
The ParseWaveListPaths takes a a semicolon- or comma-separated list of wavenames or full paths to waves and returns an array of waveHandles.
iLaTeX IGOR.5.05.x-0.99
Posted February 2nd, 2010 by harneitSize: 51.03 KB
md5_file hash: 7e315778dea79a558f9d3a5e2470443a
First released: February 2, 2010 - 16:48
This is the alpha release. Probably useful only for people experienced both in Igor and with LaTeX. Pending interest in this project, further releases for a wider audience can be considered. Help from MacOS people for a cross-platform version would be greatly appreciated - contact me if you're interested in helping out.
XOP.NET IGOR.5.05.x-1.0
Posted December 11th, 2009 by gabrielSize: 9.13 KB
md5_file hash: 0c8b80d2de2bac5cdb104cee0c688e3a
First released: December 11, 2009 - 13:05
Last updated: December 11, 2009 - 13:05
Source code
C code to add an Interface Builder created window to an OS X XOP.
Posted October 5th, 2009 by andyfaffSometimes it is a hard learning curve to add an external window to an XOP. The WindowXOP example supplied in the XOP toolkit is great, but still takes a while to grok.
I was experimenting with Interface Builder as a way to add a window to an XOP. The XOP is responsible for opening and closing the window - IGOR doesn't know about it - and I destroy the window before control returns to IGOR. The attached files show the code that was created using Interface Builder and the C-code required in an XOP to display the window and update it, by drawing text in it.
multiopenfiles IGOR.5.05.x-1.x-dev
Posted March 27th, 2009 by andyfaffDownload: multiopenfiles-IGOR.5.05.x-1.x-dev.zip
Size: 201.39 KB
md5_file hash: 40fbae2ff123cbc444b7f4145c5e7e50
First released: March 27, 2009 - 03:30
Last updated: May 3, 2010 - 00:00
First release
