PEARL Procedures
rev-distro-3.0.0-0-gfa24916-dirty
Igor procedures for the analysis of PEARL data
|
#include "pearl-gui-tools"
Go to the source code of this file.
Functions | |
variable | DefaultWaveIterator (wave w, string *sdata) |
variable | AppendToGraphIterator (wave w, string *sdata) |
variable | SumWavesIterator (wave w, string *sdata) |
string | IterateWaves (string matchStr, funcref iterator, string sdata) |
variable | DefaultFolderIterator (dfref df, string *sdata) |
string | IterateDataFolders (string matchStr, funcref iterator, string sdata, string progress_title=defaultValue) |
variable AppendToGraphIterator | ( | wave | w, |
string * | sdata | ||
) |
Definition at line 27 of file pearl-tools.ipf.
variable DefaultFolderIterator | ( | dfref | df, |
string * | sdata | ||
) |
Definition at line 66 of file pearl-tools.ipf.
variable DefaultWaveIterator | ( | wave | w, |
string * | sdata | ||
) |
Definition at line 19 of file pearl-tools.ipf.
string IterateDataFolders | ( | string | matchStr, |
funcref | iterator, | ||
string | sdata, | ||
string | progress_title = defaultValue |
||
) |
Definition at line 80 of file pearl-tools.ipf.
string IterateWaves | ( | string | matchStr, |
funcref | iterator, | ||
string | sdata | ||
) |
Definition at line 46 of file pearl-tools.ipf.
variable SumWavesIterator | ( | wave | w, |
string * | sdata | ||
) |
Definition at line 35 of file pearl-tools.ipf.