6.00.x

Wavelet correlations IGOR.6.00.x-0.4

in
Downloaded 623 times
Download: Wavelet Correlator Figures.pxp
Size: 1.18 MB
md5_file hash: d417e96306ca1088c1ab08b9be27aa2d
First released: October 23, 2007 - 11:19
Last updated: October 23, 2007 - 11:19

This update includes code for generating a set of figures from a manuscript that I've submitted. More features are included, but I haven't spent enough time reorganizing things and writing efficient code in this version.

Wavelet correlations IGOR.6.00.x-0.3

in
Downloaded 12 times
Download: Wavelet Correlator.zip
Size: 31.1 KB
md5_file hash: cecd25780126d01237da7605e3339063
First released: September 27, 2007 - 21:45
Last updated: October 17, 2007 - 18:22

This module performs correlations between stimulus and response data, producing estimates of the linear transformation ("kernel") that produces the responses from the stimuli. Two methods are included: 1) the conventional correlation, performed in the frequency domain; and 2) a novel method that uses wavelet transforms.

This version fixes some bugs, and adds a few drivers that produce figures for a manuscript.

Add 'Invert Wave' to graph contextual menu

Average rating
(1 vote)

I wanted to be able to right click on a trace on a graph and have the wave from which the trace was created inverted (ie. multiplied by -1). Here's some code I used to do this:

 
Menu "TracePopup"
	"-"			// separator divides this from built-in menu items
	"Invert wave", /Q, InvertWave()
End
 
//**
// Invert the wave that the user selected.  Note that this inverts the wave itself
// and not just the trace.
//*
Function InvertWave()
	GetLastUserMenuInfo
 
	// determine the wave name based on the trace name and window name

LaTeXinIGOR IGOR.6.00.x-2.1

in
Downloaded 670 times
Download: LaTeXinIGOR.ipf
Size: 38.9 KB
md5_file hash: ae76ace51b72872960077504dc331e66
First released: August 25, 2007 - 01:47
Last updated: October 17, 2007 - 18:22

LaTeXinIGOR is an IGOR PRO procedure for those Igor 6 users in Windows who want to embed a LaTeX expression in their graphs, panels, layouts or notebooks. The expression is loaded as an Igor picture from an Enhanced Meta File image (EMF) generated by the program pstoedit, that converts the postscript output of the program LaTeX into a vectorial graph, or alternatively, from an Encapsulated PostScript (EPS) with a TIFF preview added by the program epstool (new in version 2.0).

Periodic Table Panel IGOR.6.00.x-3.0.1-dev

in
Downloaded 344 times
Download: periodictable301_1.zip
Size: 70.18 KB
md5_file hash: 001bb2d41b86d197069469653b048e27
First released: August 15, 2007 - 19:14
Last updated: October 17, 2007 - 18:22

This is the ZIP archive of the release.

xml2igorpro IGOR.6.00.x-2.0.4-r

in
Downloaded 5 times
Download: xml2igorpro204.zip
Size: 226.42 KB
md5_file hash: 86b0eda5263e5301c9ce39eca6631579
First released: August 14, 2007 - 07:49
Last updated: October 17, 2007 - 18:22

This is the ZIP archive of the release.

NeuralynxLoader IGOR.6.00.x-1.0.x-dev

in
Downloaded 48 times
Nightly development snapshot from Subversion branch: HEAD
Download: NeuralynxLoader-IGOR.6.00.x-1.0.x-dev.zip
Size: 10.71 KB
md5_file hash: d6da95124e3478e0d5d67f0ba14b7b68
First released: August 7, 2007 - 15:55
Last updated: May 6, 2010 - 09:00

Initial release.

ttt IGOR.6.00.x-1.0

in
Downloaded 35 times
Download: wavemetrics.jpg
Size: 59.34 KB
md5_file hash: f81bf583ca725844c7ce8a353ea2b9e4
First released: June 24, 2007 - 11:54
Last updated: October 17, 2007 - 18:22

test release

Syndicate content

Back to top