(file) Return to sw_functions.c CVS log (file) (dir) Up to [Development] / JSOC / proj / sharp / apps

Diff for /JSOC/proj/sharp/apps/sw_functions.c between version 1.27 and 1.28

version 1.27, 2014/03/05 19:51:19 version 1.28, 2014/03/13 18:40:43
Line 1057  int computeR(float *bz_err, float *los,
Line 1057  int computeR(float *bz_err, float *los,
     // set up convolution kernel     // set up convolution kernel
     init_fresize_gaussian(&fresgauss,sigma,20,1);     init_fresize_gaussian(&fresgauss,sigma,20,1);
  
     // make sure convolution kernel is smaller than or equal to array size  
     if ( (nx  < 41.) || (ny < 41.) ) return -1;  
   
     fsample(los, rim, nx, ny, nx, nx1, ny1, nx1, scale, 0, 0, 0.0);     fsample(los, rim, nx, ny, nx, nx1, ny1, nx1, scale, 0, 0, 0.0);
     for (i = 0; i < nx1; i++)     for (i = 0; i < nx1; i++)
     {     {


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

Karen Tian
Powered by
ViewCVS 0.9.4