PEARL Procedures
Igor procedures for the analysis of PEARL data
|
test suite for pearl-area-profiles.ipf More...
#include "pearl-area-profiles"
#include "unit-testing"
Go to the source code of this file.
Namespaces | |
PearlAreaProfilesTest | |
profile extraction for multi-dimensional datasets acquired from area detectors. | |
Functions | |
static variable | test_ad_profile_x_w () |
test the ad_profile_x() function More... | |
static variable | test_ad_profile_y_w () |
test the ad_profile_y() function More... | |
static variable | test_ad_extract_slab_x () |
test the ad_extract_slab_x() function More... | |
static variable | test_ad_extract_slab_y () |
test the ad_extract_slab_y() function More... | |
static variable | test_ad_extract_slab_z () |
test the ad_extract_slab_z() function More... | |
static variable | test_ad_extract_slab () |
test the ad_extract_slab() function More... | |
static variable | test_ad_extract_rod_x () |
test the ad_extract_rod_x() function More... | |
static variable | test_ad_extract_rod__x () |
test the ad_extract_rod() function, X coordinate More... | |
static variable | test_ad_extract_rod__y () |
test the ad_extract_rod() function, Y coordinate More... | |
static variable | test_ad_extract_rod__z () |
test the ad_extract_rod() function, Z coordinate More... | |
test suite for pearl-area-profiles.ipf
unit testing framework: http://www.igorexchange.com/project/unitTesting. run all test cases with RunTest("pearl-area-profiles-test.ipf")
. if wave equalities fail, EnableDebugOutput() and read Igor help on equalWaves().
Definition in file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_rod() function, X coordinate
Definition at line 337 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_rod() function, Y coordinate
Definition at line 377 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_rod() function, Z coordinate
Definition at line 417 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_rod_x() function
Definition at line 301 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_slab() function
Definition at line 220 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_slab_x() function
Definition at line 85 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_slab_y() function
Definition at line 130 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_extract_slab_z() function
Definition at line 175 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_profile_x() function
Definition at line 33 of file pearl-area-profiles-test.ipf.
|
static |
test the ad_profile_y() function
Definition at line 59 of file pearl-area-profiles-test.ipf.