Mac-PPC
GUIP IGOR.5.05.x-0.x-dev
Posted May 8th, 2013 by jamieDownload: GUIP-IGOR.5.05.x-0.x-dev.zip
Size: 851.73 KB
md5_file hash: 3d3a2feb2d49960b8c6c6b7410351ad1
First released: May 8, 2013 - 16:44
Last updated: May 14, 2013 - 17:00
GUIPHist and GUIPControls have been tested, and are in a fairly stable format. The help file sections on these is pretty much complete.
Experiment Preview IGOR.6.01.x-2-2013.05.04
Posted May 5th, 2013 by jtigorSize: 98.75 KB
md5_file hash: 740a89c381cbeba594946037dd236f7e
First released: May 5, 2013 - 16:42
Last updated: May 5, 2013 - 16:20
There are several significant changes:
- Preview panel now has two tabs: one for saving the preview and the other for viewing the preview.
- On the save tab, the user may select from several window types to save in Preview: Graphs, Tables, Layouts, Panels, Notebooks and XOP windows. Items in Preview are grouped by window type and delimited for clarity.
- The view tab has a setvariable for entering a filter string that is used to limit entries in the Preview Notebook listbox.
Experiment Preview IGOR.6.01.x-1-201.04.14
Posted April 14th, 2013 by jtigorSize: 25.88 KB
md5_file hash: 4b3a3935d582054f5823985ebb37a5d2
First released: April 14, 2013 - 16:18
See main description for details.
Experiment Preview
Posted April 14th, 2013 by jtigorThe aim of this project is to aid the Igor Pro user in selecting one among many saved experiments. The method is to create a formatted notebook containing currently visible graphs in an open experiment. The notebook is saved under the same name and directory as the experiment. Saved notebooks can be quickly viewed through a panel containing a simple method of selecting a disk path and displaying the names of notebooks residing in that path in a list box. Contents of the notebook are displayed in a notebook subwindow on that panel when the user clicks on a item in the listbox.
Line Scan Analysis IGOR.6.30.x-2.1
Posted April 11th, 2013 by jtrapaniSize: 18.72 KB
md5_file hash: 458c1250d90e42100b1a71c3b90caf2e
First released: April 11, 2013 - 06:45
- v1.0 October 14, 2011
- v1.1 December, 2012 -- added choice of multiple stats output
- v2.0 February 2013 -- added direct analysis of Tiff images
- v2.1 March 2013 -- added a panel to select multiple options; added buttons to load multiple TIFFs or an LSM file (requires LSMreader) from Panel.
Note: the LSMreader.pxp is written by Stephen R Ikeda (http://www.igorexchange.com/project/LSMreader)
Line Scan Analysis
Posted April 11th, 2013 by jtrapaniA procedure for generating kinetic profiles from analysis of intensity values from confocal line scans.
Sequential line scans are imported into 2D waves from either TIFF or Zeiss LSM* files.
Analysis options include:
- choice of statistical test run on line scan data
- ability to set inter-line scan-interval
- stat values output to data table
- creation of a graph and curve fit options
Running "Line Scan Analysis" from the Macros menu creates a panel (see screenshot).
(* requires the LSMreader.pxp written by Stephen R Ikeda
Progress Meter IGOR.5.00.x-1
Posted April 4th, 2013 by jtigorSize: 23.62 KB
md5_file hash: 31431e4a7ac51f407a29147b8d2ca234
First released: April 4, 2013 - 04:48
This is an old procedure file and it may be supported by Igor versions earlier than 5. In its present form it will require some effort to get it working. It is being offered as a source of ideas; I hope to be able to spend some time working on this in the near future.
Progress Meter
Posted April 4th, 2013 by jtigor//*****************************************************************
// Function ProgressMeter routines
//*****************************************************************
// Routines to create, update and destroy a little progress meter. This uses
// igor drawing commands in a panel. Data is normalized to a 0 to 100 unit
// scale and meter is updated every 5 units (20 increments).
// Truncates name to 40 characters and ensures that name is igor legal. Always
// use return value (string) from ProgressMeterCreate as MeterName parameter
syntax highlighting for gtksourceview for editors like gedit or meld IGOR.6.20.x-2.0
Posted March 28th, 2013 by charlySize: 9.44 KB
md5_file hash: d02582755ecc17ddbe7f5ce693459d1c
First released: March 28, 2013 - 13:37
Last updated: March 28, 2013 - 13:35
The language support is now complete with autogeneration from ipf procedure.
It was tested under 6.22 but should work on later versions, just compile the procedure and type
createLanguageFile()
in the commad window.
It will prompt you for a place to save the file. Select all file types and save as gap.lang.
syntax highlighting for gtksourceview for editors like gedit or meld
Posted March 28th, 2013 by charlyThis set of files allows you to get syntax highlighting in gedit (http://en.wikipedia.org/wiki/Gedit) or meld (http://en.wikipedia.org/wiki/Meld_%28software%29). These editors are crossplatform (windows, mac, linux) and open source.
This allows to compensate for some missing features of the native igor editor, namely:
- autocompletion
- line numbering
- automated bracket completion
- automatic indentation
- bookmarks
- code snippets
- Line wraping when printing
- case change
