Mac-PPC

ZIP IGOR.5.04.x-1.x-dev

in
Downloaded 12 times
Nightly development snapshot from Subversion branch: HEAD
Download: ZIP-IGOR.5.04.x-1.x-dev.zip
Size: 219.44 KB
md5_file hash: 9065578a02cc31751764258c4a7c51bf
First released: September 18, 2008 - 21:01
Last updated: September 18, 2008 - 22:00

ZIP compresses and inflates strings which have .z and .gz encoding.

ZIP - inflating and deflating (.z and .gz format) strings using zlib

Downloaded 12 times
Average rating
(0 votes)

This XOP will inflate and deflate strings that contain information encoded in .z and .gz formats. It will not handle .zip or multifile zip files. The encoding is done in .gz format.

It is based on the free zlib library.

Useage:

string test = "0123456789"
string test2 = zipencode(test)
string test3 = zipdecode(test2)
print test3

or

variable fileID
open/r fileID      //open a .gz file
fStatus fileID    //get the length of the file in bytes
string inData = "" 
inData = padstring(indata,V_logEOF,0)   //make the indata string as long as the fileitself

RigakuRaxisReader

Downloaded 0 times
Average rating
(0 votes)

Loads Rigaku Raxis files. This software is based in part on software developed at Rigaku. Please refer to the file ReadRaxisImages.cpp for further information.

SQL XOP IGOR.6.03.x-1.00-B02

in
Downloaded 4 times
Download: SQL_XOP_100B02.zip
Size: 458.7 KB
md5_file hash: b6114b4b3f2dc0a13052f4f1275f1254
First released: September 8, 2008 - 14:45

Beta release. This is the same as what will ship with Igor Pro 6.10B01 so if you have that or later, you already have the necessary files.

Changes in this release:

Changed the default behavior of /PWAV and /PVAR to treat a NaN value as a NULL value. This was done because neither MySQL or MS SQL Server handle NaNs well. MySQL treats NaN as zero. MS SQL Server returns an error: "not a valid instance of data type". You can override this, to treat a NaN as a NaN, by specifying /OPTS=2.

udStFiLrSpectraMax IGOR.6.03.x-3.x-dev

in
Downloaded 6 times
Nightly development snapshot from Subversion branch: IGOR-6-03--3
Download: udStFiLrSpectraMax-IGOR.6.03.x-3.x-dev.zip
Size: 9.25 KB
md5_file hash: fd1a167b15e4e4266cc6e114222a40cd
First released: August 11, 2008 - 09:00
Last updated: August 11, 2008 - 10:00

Initial dev release, works for loading SpectraMax files, but has still some issues to be improved.

SFL: SpectraMax files

Downloaded 6 times
Average rating
(0 votes)

This is a STANDARDIZED FILE LOADER to load SpectraMax files.

Features

This loader will read .L00 files recorded with Jobin-Yvon's SpectraMax software Version 1.1d directly into waves and name the waves according to the file structure. If e.g. the loader finds two spectra à three regions in a particular file, six waves will be created whereas the last wave gets the name filename_Sp2_Re3. Manual renaming is also provided. SpectraMax files that contain data blocks are not supported.

Processing modes

CodeDeveloperPanel IGOR.6.03.x-2.0

in
Downloaded 4 times
Official release from Subversion tag: IGOR-6-03--2-0
Download: CodeDeveloperPanel-IGOR.6.03.x-2.0.zip
Size: 9.07 KB
md5_file hash: c94599ceb2e0043d8b357eb1828a73d7
First released: July 24, 2008 - 17:32
Last updated: July 24, 2008 - 17:40

Overview

This represents a major change in how the panel operates. Users no longer have to specify the files in a separate text file. You can also save your file lists to be restored.

udStFiLrCorrWare IGOR.6.03.x-1.1

in
Downloaded 2 times
Official release from Subversion tag: IGOR-6-03--1-1
Download: udStFiLrCorrWare-IGOR.6.03.x-1.1.zip
Size: 2.95 KB
md5_file hash: a9784cbf0878f663ac33df25f6755300
First released: July 21, 2008 - 14:59
Last updated: July 21, 2008 - 15:00

Overview

Bug Fixes
- now processes E(t) mode properly
- now sets t scaling properly using delta rather than start/end

Features
- includes i(t) processing mode

Code Changes
- puts wavenote of header string in each loaded wave
- sets wave scale units as "s"

udStFiLrMiniSoft IGOR.6.03.x-1.0

in
Downloaded 4 times
Official release from Subversion tag: IGOR-6-03--1-0
Download: udStFiLrMiniSoft-IGOR.6.03.x-1.0.zip
Size: 2.9 KB
md5_file hash: 114e8b1bc4f4938d79273ff73d6472a1
First released: July 21, 2008 - 11:52
Last updated: July 21, 2008 - 12:00

Overview

This is the first official release of the MiniSoft file loader.

EasyNewNotebook IGOR.6.03.x-0.5

in
Downloaded 2 times
Official release from Subversion tag: IGOR-6-03--0-5
Download: EasyNewNotebook-IGOR.6.03.x-0.5.zip
Size: 3.5 KB
md5_file hash: a3d1af86b85d54d751e61a26bfbf0e68
First released: July 21, 2008 - 10:16
Last updated: July 21, 2008 - 10:20

Overview

This release provides some minor improvements in the appearance of the panel controls without adding new features.

Syndicate content

Back to top