(file) Return to tinterpolate.h CVS log (file) (dir) Up to [Development] / JSOC / proj / libs / interpolate

Diff for /JSOC/proj/libs/interpolate/tinterpolate.h between version 1.7 and 1.8

version 1.7, 2010/09/08 00:04:45 version 1.8, 2011/12/06 18:11:03
Line 17  int tinterpolate(
Line 17  int tinterpolate(
   int method, // Interpolation method   int method, // Interpolation method
   char **filenamep, // Pointer to name of file to read covariance from.   char **filenamep, // Pointer to name of file to read covariance from.
                    // Set to actual file used if method > 0.                    // Set to actual file used if method > 0.
   float fillval // Value to use if not enough points present    float fillval, // Value to use if not enough points present
     const char *path // to data files read by this function.
 ); );
  
 int taverage( int taverage(
Line 40  int taverage(
Line 41  int taverage(
   int hwidth, // Window width in units of tspace. Total width is 2*hwidth+1   int hwidth, // Window width in units of tspace. Total width is 2*hwidth+1
   double par1, // In units of tspace. Meaning depends on avmethod.   double par1, // In units of tspace. Meaning depends on avmethod.
   double par2, // In units of tspace. Meaning depends on avmethod.   double par2, // In units of tspace. Meaning depends on avmethod.
   float fillval // Value to use if not enough points present    float fillval, // Value to use if not enough points present
     const char *path // to data files read by this function.
 ); );
  
 char *tinterpolate_version(); // Returns CVS version of tinterpolate.c char *tinterpolate_version(); // Returns CVS version of tinterpolate.c


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Karen Tian
Powered by
ViewCVS 0.9.4