blob: 4d8a0f18a809759606ba266b1bb364fa1afa7a03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Definitions for the interactive curve fitting package.
define IC_XMIN 1
define IC_XMAX 2
define IC_SAMPLE 3
define IC_NAVERAGE 4
define IC_FUNCTION 5
define IC_ORDER 6
define IC_LOWREJECT 7
define IC_HIGHREJECT 8
define IC_NITERATE 9
define IC_GROW 10
define IC_REJPTS 11
define IC_NREJECT 12
|