Mac-Intel
Clementine, package for modeling decay kinetics using MEM and Least square fitting IGOR.6.03.x-1.1
Posted October 30th, 2008 by ilavskySize: 1.87 MB
md5_file hash: aea9e4765370be151a4b08dc40487100
First released: October 30, 2008 - 09:35
First public release of the package. Contains current version of MEM package, all necessary files to run as well as Igor experiment with example of modeling data.
Clementine, package for modeling decay kinetics using MEM and Least square fitting
Posted October 30th, 2008 by ilavskyClementine was developed to model decay kinetics processes using either maximum entropy (MEM, included) or least square fitting. The math of analysis (decay times are "tau") is :
MEM: signal(time) = FlatOffset + sum (P(Tau) * exp(- time/tau))
LSQF: signal(time) = FlatOffset + sum (P(Tau) * exp(- (time+TimeShift)/tau))
The package will :
MEM : Generate the distribution of P(Tau) values using Maximum Entropy method over user defined number of bins in tau (log-spaced)
LSQF : Model (and least square fit) sum of for up to 5 different P(tau), TimeShift, and tau combinations. Both P(tau) and tau can be fitted.
ZIP IGOR.5.04.x-1.x-dev
Posted September 18th, 2008 by andyfaffDownload: 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
Posted September 18th, 2008 by andyfaffThis 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
Posted September 15th, 2008 by andyfaffLoads 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
Posted September 8th, 2008 by hrodsteinSize: 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
Posted August 11th, 2008 by awirsingDownload: 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
Posted August 11th, 2008 by awirsingThis 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
Posted July 24th, 2008 by jjweimerDownload: 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
Posted July 21st, 2008 by jjweimerDownload: 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"
