17 |
|
int method, // Interpolation method |
18 |
|
char **filenamep, // Pointer to name of file to read covariance from. |
19 |
|
// Set to actual file used if method > 0. |
20 |
< |
float fillval // Value to use if not enough points present |
20 |
> |
float fillval, // Value to use if not enough points present |
21 |
> |
const char *path // to data files read by this function. |
22 |
|
); |
23 |
|
|
24 |
|
int taverage( |
41 |
|
int hwidth, // Window width in units of tspace. Total width is 2*hwidth+1 |
42 |
|
double par1, // In units of tspace. Meaning depends on avmethod. |
43 |
|
double par2, // In units of tspace. Meaning depends on avmethod. |
44 |
< |
float fillval // Value to use if not enough points present |
44 |
> |
float fillval, // Value to use if not enough points present |
45 |
> |
const char *path // to data files read by this function. |
46 |
|
); |
47 |
|
|
48 |
|
char *tinterpolate_version(); // Returns CVS version of tinterpolate.c |