@@ -31,16 +31,16 @@ template void print_matrix< ::mattype>(::mattype matrix);
31
31
template void print_matrix< ::cxtype>(::cxtype matrix);
32
32
33
33
vec3 gridpp::optimal_interpolation_ensi_lr (const gridpp::Grid& bgrid,
34
- const vec3& background_l, // left background: field to update
35
- const vec3& background_L, // LEFT background: field used for dynamical correlations
34
+ const vec3& background_l,
35
+ const vec3& background_L,
36
36
const gridpp::Points& points,
37
37
const vec2& pobs,
38
- const vec2& pbackground_r, // right background: new information at observations points
39
- const vec2& pbackground_R, // RIGHT background: information at obs points for dynamical correlations
38
+ const vec2& pbackground_r,
39
+ const vec2& pbackground_R,
40
40
const gridpp::StructureFunction& structure,
41
- float var_ratios_or, // eps2
42
- float std_ratios_lr, // gamma
43
- float weigth, // beta
41
+ float var_ratios_or,
42
+ float std_ratios_lr,
43
+ float weigth,
44
44
int max_points,
45
45
bool allow_extrapolation) {
46
46
double s_time = gridpp::clock ();
@@ -122,16 +122,16 @@ vec3 gridpp::optimal_interpolation_ensi_lr(const gridpp::Grid& bgrid,
122
122
return output;
123
123
}
124
124
vec2 gridpp::optimal_interpolation_ensi_lr (const gridpp::Points& bpoints,
125
- const vec2& background_l, // left background: field to update
126
- const vec2& background_L, // LEFT background: field used for dynamical correlations
125
+ const vec2& background_l,
126
+ const vec2& background_L,
127
127
const gridpp::Points& points,
128
- const vec & pobs, // gObs
129
- const vec2& pbackground_r, // right background: new information at observations points
130
- const vec2& pbackground_R, // RIGHT background: information at obs points for dynamical correlations
128
+ const vec2 & pobs,
129
+ const vec2& pbackground_r,
130
+ const vec2& pbackground_R,
131
131
const gridpp::StructureFunction& structure,
132
- float var_ratios_or, // eps2
133
- float std_ratios_lr, // gamma
134
- float weigth, // beta
132
+ float var_ratios_or,
133
+ float std_ratios_lr,
134
+ float weigth,
135
135
int max_points,
136
136
bool allow_extrapolation) {
137
137
if (max_points < 0 )
0 commit comments