6.00.x

Print multiple layouts in an experiment at one time

Average rating
(0 votes)

The function below allows you to print all layouts in an experiment, or optionally all layouts in a list you provide as a parameter to the function.

Display graphed subset of waves in table

Average rating
(0 votes)

Someone asked how to display in a table the graphed subset of waves displayed in graph
using the axis range to determine the subset. This is a quick attempt at a starting point
for that function. It works for waveform data only, not XY data.

Function DisplayGraphDataInTable(graphName)
	String graphName		// "" for top graph
 
	GetAxis /W=$graphName /Q bottom
	Variable axisLeft = V_min, axisRight = V_max
 
	Variable index = 0
	do
		Wave/Z w = WaveRefIndexed(graphName, index, 1)
		if (!WaveExists(w))
			break
		endif
 
		// Just for testing.

DynamiTabs IGOR.6.00.x-1.x-dev

in
Downloaded 209 times
Nightly development snapshot from Subversion branch: IGOR-6-00--1
Download: DynamiTabs-IGOR.6.00.x-1.x-dev.zip
Size: 6.04 KB
md5_file hash: 93415c6f614c6c2f7b8d3facebfdd399
First released: February 13, 2008 - 17:02
Last updated: February 14, 2009 - 20:00

First upload of files.

version 1.01
fixed string initialization bug
added check for existence of designated tab control in designated window

SBIG Camera Driver IGOR.6.00.x-1.0.1

in
Downloaded 177 times
Download: SBIG XOP.zip
Size: 622.44 KB
md5_file hash: 969e94d1a6470338b1f1b4be24b2a679
First released: January 18, 2008 - 20:49

SBIG has updated their driver (to Installer version 2.11) to patch a bug that caused all cameras to appear to support an external guider. This release makes the XOP compatible with the new driver, and fixes a bug in the sbigSetMisc routine (it wasn't recognizing the /C flag).

SBIG Camera Driver IGOR.6.00.x-1.0.0-Initial release

in
Downloaded 36 times
Download: sbig_0.zip
Size: 622.34 KB
md5_file hash: 47e362be74efda1e478c64b44bfa6d71
First released: January 15, 2008 - 06:11

This initial release was written for v2.05 of SBIG's SBIG Universal Driver Installer and supports the following SBIG cameras and accessories:

  • ST-7E/8E/9E/10E
  • ST-5C/237/237A (PixCel255/237)
  • ST-1K, ST-2K
  • ST-L Large Format Cameras
  • ST-402 Camera
  • AO-7, AOL
  • CFW-8/9/10/L

SBIG Camera Driver IGOR.6.00.x-1.0.0

in
Downloaded 0 times
First released: January 11, 2008 - 23:04

Version 1.0 - Initial Release. Supports the following SBIG products:

  • ST-7E/8E/9E/10E
  • ST-5C/237/237A (PixCel255/237)
  • ST-1K, ST-2K
  • ST-L Large Format Camera
  • ST-402 Camera
  • AO-7, AOL
  • CFW-8, CFW-9, CFW-10, CFW-L

Smith Chart and Vector Network Analyzer Support IGOR.6.00.x-2.0-Beta-1

in
Downloaded 281 times
Download: Smith_Chart_V2.0.zip
Size: 127.72 KB
md5_file hash: 9d76a43b06a52dfd052db893a6fa54fe
First released: January 8, 2008 - 13:12

Initial public beta release. Will probably work with Igor 5.0 also. Please email comments to author.

Time-Frequency Investigation IGOR.6.00.x-0.2.2-beta

in
Downloaded 374 times
Official release from Subversion tag:
Download: Time-Frequency_5.zip
Size: 535.68 KB
md5_file hash: ee9b4a66d4d98a526cadc36ace6059f5
First released: November 13, 2007 - 13:03

fixed bug in updating plot when frequency/period axes scaling was changed
cosmetic changes

Singular Spectrums Analysis IGOR.6.00.x-0.1.0-old

in
Downloaded 1 time
First released: October 29, 2007 - 13:49

Old code, probably still works on Igor 5 and maybe earlier.

**Requires the AR(1) procedure file that can be found in the Time-Frequency Investigation project release 0.2.0.

Wavelet correlations IGOR.6.00.x-0.4

in
Downloaded 619 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.

Syndicate content

Back to top