|
HOPS
HOPS class reference
|
#include <stdio.h>#include <math.h>#include "msg.h"#include "mk4_data.h"#include "param_struct.h"#include "pass_struct.h"Macros | |
| #define | max(a, b) ((a>b) ? a : b) |
| #define | min(a, b) ((a<b) ? a : b) |
Functions | |
| void | calc_normalization (int sb, int pol, struct data_corel *datum, struct type_pass *pass, double *mean, double *norm_const) |
| #define max | ( | a, | |
| b | |||
| ) | ((a>b) ? a : b) |
| #define min | ( | a, | |
| b | |||
| ) | ((a<b) ? a : b) |
| void calc_normalization | ( | int | sb, |
| int | pol, | ||
| struct data_corel * | datum, | ||
| struct type_pass * | pass, | ||
| double * | mean, | ||
| double * | norm_const | ||
| ) |