|
HOPS
HOPS class reference
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include "msg.h"#include "mk4_util.h"#include "ffmath.h"#include "pass_struct.h"#include "param_struct.h"Macros | |
| #define | N_FINE_PTS 12 |
| #define | N_FINE_PTS_SMOOTH 24 |
| #define | N_MED_PTS 12 |
Functions | |
| int | ion_search (struct type_pass *pass) |
| int | ion_search_smooth (struct type_pass *pass) |
| void | smoother (double *f, double *g, double *tec_step, int *npts) |
| void | sort_tecs (void) |
| #define N_FINE_PTS 12 |
| #define N_FINE_PTS_SMOOTH 24 |
| #define N_MED_PTS 12 |
| int ion_search | ( | struct type_pass * | pass | ) |
| int ion_search_smooth | ( | struct type_pass * | pass | ) |
| void smoother | ( | double * | f, |
| double * | g, | ||
| double * | tec_step, | ||
| int * | npts | ||
| ) |
| void sort_tecs | ( | void | ) |