PEARL Procedures
Igor procedures for the analysis of PEARL data
pearl-area-profiles-test.ipf File Reference

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...
 

Detailed Description

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().

Author
matthias muntwiler, matth.nosp@m.ias..nosp@m.muntw.nosp@m.iler.nosp@m.@psi..nosp@m.ch

Definition in file pearl-area-profiles-test.ipf.

Function Documentation

static variable test_ad_extract_rod__x ( )
static

test the ad_extract_rod() function, X coordinate

Definition at line 337 of file pearl-area-profiles-test.ipf.

static variable test_ad_extract_rod__y ( )
static

test the ad_extract_rod() function, Y coordinate

Definition at line 377 of file pearl-area-profiles-test.ipf.

static variable test_ad_extract_rod__z ( )
static

test the ad_extract_rod() function, Z coordinate

Definition at line 417 of file pearl-area-profiles-test.ipf.

static variable test_ad_extract_rod_x ( )
static

test the ad_extract_rod_x() function

Definition at line 301 of file pearl-area-profiles-test.ipf.

static variable test_ad_extract_slab ( )
static

test the ad_extract_slab() function

Definition at line 220 of file pearl-area-profiles-test.ipf.

static variable test_ad_extract_slab_x ( )
static

test the ad_extract_slab_x() function

Definition at line 85 of file pearl-area-profiles-test.ipf.

static variable test_ad_extract_slab_y ( )
static

test the ad_extract_slab_y() function

Definition at line 130 of file pearl-area-profiles-test.ipf.

static variable test_ad_extract_slab_z ( )
static

test the ad_extract_slab_z() function

Definition at line 175 of file pearl-area-profiles-test.ipf.

static variable test_ad_profile_x_w ( )
static

test the ad_profile_x() function

Definition at line 33 of file pearl-area-profiles-test.ipf.

static variable test_ad_profile_y_w ( )
static

test the ad_profile_y() function

Definition at line 59 of file pearl-area-profiles-test.ipf.