Main Page | Data Structures | File List | Data Fields | Globals

pf_peak Struct Reference

#include <common.h>

Collaboration diagram for pf_peak:

Collaboration graph
[legend]

Detailed Description

Peak data.


Data Fields

int num
 Index of the peak.
int lbin
 Starting bin of the peak region.
int cbin
 Center (maximum) bin of the peak region.
int rbin
 Ending bin of the peak region.
pf_peak_bg bg
 Background fit.
pf_peak_fit fit
 Peak fit.
double center
 Peak center location.
double width
 Peak FWHM.
double lbound
 Starting value of the peak.
double rbound
 Ending value of the peak.
double bglbound
 Starting value of the peak background.
double bgrbound
 Ending value of the peak background.
double area
 Total peak area.
double height
 Maximum peak height.


Field Documentation

double pf_peak::area
 

Total peak area.

struct pf_peak_bg pf_peak::bg
 

Background fit.

double pf_peak::bglbound
 

Starting value of the peak background.

double pf_peak::bgrbound
 

Ending value of the peak background.

int pf_peak::cbin
 

Center (maximum) bin of the peak region.

double pf_peak::center
 

Peak center location.

struct pf_peak_fit pf_peak::fit
 

Peak fit.

double pf_peak::height
 

Maximum peak height.

int pf_peak::lbin
 

Starting bin of the peak region.

double pf_peak::lbound
 

Starting value of the peak.

int pf_peak::num
 

Index of the peak.

int pf_peak::rbin
 

Ending bin of the peak region.

double pf_peak::rbound
 

Ending value of the peak.

double pf_peak::width
 

Peak FWHM.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 20 17:46:50 2005 for peakfinder-0.1 by  doxygen 1.3.9.1