#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include "commands.h"
#include "common.h"
Include dependency graph for printdata.c:
Functions | |
int | pf_printdata (struct pf_data *d, char *fn, int norm) |
Print the data set. | |
int | pf_printpeaks (struct pf_data *d, char *fn, enum pf_peak_sort srt) |
Print the peaks. | |
int | pf_printpeak (struct pf_data *d, struct pf_cal_fit *cal, int peak, char *fn) |
Print data about a given peak. | |
int | pf_printcal (struct pf_data *d, struct pf_cal_fit *f, char *fn) |
Print data about the calibration fit. |
|
Print data about the calibration fit.
|
|
Print the data set.
|
|
Print data about a given peak.
|
Here is the call graph for this function:
|
Print the peaks.
|