6.01.x
ACL_WindowDesktops IGOR.6.01.x-1.4
Posted July 29th, 2011 by aclightDownload: ACL_WindowDesktops-IGOR.6.01.x-1.4.zip
Size: 33.81 KB
md5_file hash: a620ae82932d5a87714fde4adf36d1f1
First released: July 29, 2011 - 07:27
Last updated: July 29, 2011 - 07:40
New features:
- Improved positioning of buttons on panel so that they don't overlap on Macintosh.
- Added ability for user to set, via a new settings menu button and prompt, the number of desktop buttons to display on the panel.
- Added ability to assign all assignable visible windows that are not assigned to the default desktop at once. Do this by holding the Shift key and clicking one of the buttons in the Assign row.
Tektronix Binary File Loader
Posted May 18th, 2009 by ikonenThe following function loads a binary data file exported from a Tektronix digital oscilloscope. Not extensively tested, and by no means fully supportive of every feature their binary format can support, but for a basic single channel file, I think this will work for any model. The loaded wave will be named after the file name, with the extension stripped off. If an empty string is passed for filenamestr, and open file dialog will be called.
function loadTEKbinary(filenamestr) string filenamestr variable fileref if (strlen(filenamestr))
ACL_WindowDesktops IGOR.6.01.x-1.3
Posted April 24th, 2009 by aclightDownload: ACL_WindowDesktops-IGOR.6.01.x-1.3.zip
Size: 16.55 KB
md5_file hash: adb3b1d04f0ee6aefd6937ada44b1d9b
First released: April 24, 2009 - 12:57
Last updated: April 24, 2009 - 13:10
Changes:
- #1029 by aclight: Provide a more useful error message when the user tries to assign a window that has no name, such as a procedure window, to desktop.
- #1031 by aclight: Provide a clean way for other independent modules to access the number of the currently displayed desktop returned by the function GetDisplayedDesktop().
ACL_CreateLayouts IGOR.6.01.x-1.3
Posted April 24th, 2009 by aclightDownload: ACL_CreateLayouts-IGOR.6.01.x-1.3.zip
Size: 11.34 KB
md5_file hash: 43aa27c944b6a61e0c60dfc9c3f63ce4
First released: April 24, 2009 - 12:55
Last updated: April 24, 2009 - 13:00
New feature:
#104 by aclight: Resize and reposition controls on CreateLayouts panel as the user resizes the panel.
ACL_WindowDesktops IGOR.6.01.x-1.x-dev
Posted April 24th, 2009 by aclightDownload: ACL_WindowDesktops-IGOR.6.01.x-1.x-dev.zip
Size: 33.81 KB
md5_file hash: 4bdaff0215fc6ad055cb01fd938079d3
First released: April 24, 2009 - 06:27
Last updated: July 25, 2011 - 12:00
Development snapshot from HEAD (trunk) version of module. Snapshot is automatically packaged several times a day when new code is committed to the repository. Use this version to get the latest code, bug fixes, and features. The code in this version may be less stable and could be buggy.
Chi-Square periodogram
Posted February 9th, 2009 by YoYoI translated the algorithm for the computation of the chi-square periodogram described by Refinetti (Journal of Theoretical Biology, 227 (2004) 571-581).
#pragma rtGlobals=1 // Use modern global access method. ////////////////////////// ///// Chi-Square periodogram //// //// chi_square_periodogram(w1, size, start_val, end_val) //// w1: wave to be analyzed. Its unit must be "min" //// size : resolution of periodogram (in "min") //// start_val, end_val:periodicity range from start_val to end_val (in "min") //// to be focused on for analysis ////
ACL_WindowDesktops IGOR.6.01.x-1.2
Posted January 31st, 2009 by aclightDownload: ACL_WindowDesktops-IGOR.6.01.x-1.2.zip
Size: 16.08 KB
md5_file hash: c954bdef602813f435cb7d83710b5ca0
First released: January 31, 2009 - 10:32
Last updated: January 31, 2009 - 10:40
Made the following changes that affect users of the package:
- Made it so that new windows will automatically be assigned to the current desktop, if one is selected.
- When changing the currently displayed desktop, performance has been improved because only windows that need to be redrawn are now redrawn.
Baseline Spline Fit IGOR.6.01.x-1.4.1
Posted October 9th, 2007 by tonySize: 2.48 KB
md5_file hash: 76686821a8572f863a754bf4de9e9473
First released: October 9, 2007 - 14:59
Last updated: October 17, 2007 - 18:22
fixed bug in baseline subtraction for XY data
ACL_tabcontrol IGOR.6.01.x-1.0.x-dev
Posted August 30th, 2007 by aclightDownload: ACL_tabcontrol-IGOR.6.01.x-1.0.x-dev.zip
Size: 144.73 KB
md5_file hash: 9f21d948b887c952e4032a3adf10acc6
First released: August 30, 2007 - 18:04
Last updated: April 28, 2008 - 13:00
This is an initial release of the package. Please note that the ACL_Tab Control Utilities.ihf help file has not yet been completed. However, the Igor Pro procedure files themselves are complete and have been tested rather thoroughly.
Known issues: If you're using Igor 6.02B02 or B03, you may find that subwindows sometimes disappear when they shouldn't. WaveMetrics is aware of this bug and may be able to provide a private beta that fixes the problem. You should contact them directly if you run into this problem.
Standarizing User Defined File Loaders IGOR.6.01.x-1.0.3-dev
Posted August 14th, 2007 by jjweimerSize: 110.73 KB
md5_file hash: fba56364d55ea89e167d2e4ca299bb8c
First released: August 14, 2007 - 08:35
Last updated: October 17, 2007 - 18:22
This project is a working proposal to standardize user defined file loaders.
