#include <stdio.h>
#include "adata.h"
#include "msg.h"
Go to the source code of this file.
|
int | assess_data (seg_data *, int, struct config, summary[]) |
|
int | baseline_avg (seg_data *, tbsumm *, struct config, FILE *) |
|
void | check_source (seg_data *, summary *) |
|
void | check_times (seg_data *, summary *, int) |
|
void | check_tribase (seg_data *, tbsumm *) |
|
int | get_int_time (char *) |
|
int | index_data (seg_data *, int, summary[]) |
|
int | parse_cmdline (int, char **, FILE **, struct config *) |
|
int | read_data (seg_data **, FILE *, struct config, int *) |
|
int | sort_data (seg_data *, int) |
|
void | sorter (seg_data *, int) |
|
int | triangle_avg (seg_data *, tbsumm *, struct config, FILE *) |
|
◆ config
Class Members |
int |
account |
|
int |
binary_input |
|
int |
cofit_output |
|
int |
coherent |
|
int |
header |
|
int |
int_time |
|
int |
multiscan |
|
float |
snrfact |
|
◆ seg_data
Class Members |
int |
keyval |
|
int |
lastorder |
|
int |
order |
|
union seg_data |
u |
|
◆ seg_data.u
◆ summary
Class Members |
int |
end_index |
|
int |
nid |
|
int |
seglen |
|
int |
start_index |
|
tbsumm |
tribase[MAXID] |
|
int |
valid |
|
◆ tbsumm
Class Members |
int |
end_index |
|
char |
id[5] |
|
int |
seglen |
|
int |
start_index |
|
int |
start_time |
|
int |
valid |
|
◆ AVERAGE
◆ ENDOFSCAN
◆ FALSE
◆ MAXID
◆ MAXSRC
◆ NO_MODE
◆ PI
◆ SUMMARY
◆ TEST
◆ TRUE
◆ assess_data()
◆ baseline_avg()
◆ check_source()
◆ check_times()
◆ check_tribase()
◆ get_int_time()
int get_int_time |
( |
char * |
flag | ) |
|
◆ index_data()
◆ parse_cmdline()
int parse_cmdline |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
FILE ** |
fpout, |
|
|
struct config * |
configuration |
|
) |
| |
◆ read_data()
int read_data |
( |
seg_data ** |
data, |
|
|
FILE * |
fp, |
|
|
struct config |
configuration, |
|
|
int * |
nseg |
|
) |
| |
◆ sort_data()
int sort_data |
( |
seg_data * |
data, |
|
|
int |
nseg |
|
) |
| |
◆ sorter()
void sorter |
( |
seg_data * |
data, |
|
|
int |
nseg |
|
) |
| |
◆ triangle_avg()