6.03.x

ScreenSizer IGOR.6.03.x-1.1

in
Downloaded 33 times
Official release from Subversion tag: IGOR-6-03--1-1
Download: ScreenSizer-IGOR.6.03.x-1.1.zip
Size: 2.22 KB
md5_file hash: b44ab9c99d35f2c3bd670446ef9f1cf0
First released: January 14, 2008 - 16:18
Last updated: January 14, 2008 - 17:00

Overview

This is the first official release of the project.

Features

Initialize(winXX)
Initializes the package. On WinXX systems, with winXX=0, the frame is kept at its current size, whereas with winXX=1, the frame is sized to fill the entire screen. On MacOS systems, this parameter has no function (but must be present in the call). The function Initialize(0) is also called at the start of all routines below.

SetFrame(left%,top%,right%,bottom%)

ScreenSizer IGOR.6.03.x-1.0.x-dev

in
Downloaded 8 times
Nightly development snapshot from Subversion branch: HEAD
Download: ScreenSizer-IGOR.6.03.x-1.0.x-dev.zip
Size: 11.29 KB
md5_file hash: e1dff1dd3dfbfde4e33062d4f8a2e477
First released: January 7, 2008 - 14:15
Last updated: July 10, 2008 - 08:00

This is a snapshot of the core for the project. It may or may not reflect the most recent developments on the project, and it may or may not be equivalent to the most recent version of the project. See the SVN log here for changes made to this project.

When in doubt, please download an official release of this project.

Function to Use Relative Window Sizes

Average rating
(0 votes)

This code allows display of graphs, tables, and panels using /W=(...) values as RELATIVE sizes in %. The file below uses STRUCTURE definitions to store the screen sizes. The STRUCTURE could just as easily be replaced by GLOBALS stored in a root:Packages:... folder. See the Screen Sizer Module for the specific example of this.

// structure to store screen parameters
// values are RELATIVE SIZES
// POINTS: used for /W=() in tables and graphs
// PIXELS: used for /W=() in panels
 
STRUCTURE ScreenSizeParameters

udStFiLrTabDelimited IGOR.6.03.x-1.0.x-dev

in
Downloaded 5 times
Nightly development snapshot from Subversion branch: HEAD
Download: udStFiLrTabDelimited-IGOR.6.03.x-1.0.x-dev.zip
Size: 144.93 KB
md5_file hash: 341d7f97cdbd052cf9d751804f9649c4
First released: January 3, 2008 - 05:55
Last updated: July 7, 2008 - 09:00

This is a snapshot of the core for the project. See the SVN log here for information on changes made.

When in doubt, please download an official release of this project.

udFLStandardStructure IGOR.6.03.x-1.0.x-dev

in
Downloaded 9 times
Nightly development snapshot from Subversion branch: HEAD
Download: udFLStandardStructure-IGOR.6.03.x-1.0.x-dev.zip
Size: 313.24 KB
md5_file hash: a9010854f8ab9e5bdcc11b46b8dc4a1e
First released: January 3, 2008 - 05:53
Last updated: July 21, 2008 - 10:00

This snapshot release is no longer supported. Please download a more recent release.

udStFiLrXML IGOR.6.03.x-1.0.x-dev

in
Downloaded 5 times
Nightly development snapshot from Subversion branch: HEAD
Download: udStFiLrXML-IGOR.6.03.x-1.0.x-dev.zip
Size: 117.32 KB
md5_file hash: 52a56b9ef58d6460636d3d6d69376957
First released: January 2, 2008 - 11:59
Last updated: April 29, 2009 - 17:00

This is a snapshot of the core for the project. See the SVN log here for information on changes made.

When in doubt, please download an official release of this project.

Wavelet correlations IGOR.6.03.x-1.0

in
Downloaded 260 times
Download: Wavelet Correlator_0.zip
Size: 787.83 KB
md5_file hash: c57ba276e825b0a8215f6f632101e97c
First released: November 18, 2007 - 16:22

This experiment implements reverse correlation following wavelet transformation of stimulus and response data. It reproduces the model figures from a paper in press in Journal of Neuroscience Methods. The method is simple but effective for certain kinds of problems. In particular, nonstationary systems can be analyzed by extensions of this method. For neuronal data that include limited samples with noise, this method can be quite useful.

Syndicate content

Back to top