HOPS
HOPS class reference
Macros | Functions
ion_search.c File 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)
 

Macro Definition Documentation

◆ N_FINE_PTS

#define N_FINE_PTS   12

◆ N_FINE_PTS_SMOOTH

#define N_FINE_PTS_SMOOTH   24

◆ N_MED_PTS

#define N_MED_PTS   12

Function Documentation

◆ ion_search()

int ion_search ( struct type_pass pass)

◆ ion_search_smooth()

int ion_search_smooth ( struct type_pass pass)

◆ smoother()

void smoother ( double *  f,
double *  g,
double *  tec_step,
int *  npts 
)

◆ sort_tecs()

void sort_tecs ( void  )