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

pf_plot_params Struct Reference

#include <common.h>


Detailed Description

Plot parameters.


Data Fields

double xstart
 Starting domain value.
double xend
 Ending domain value.
int xstartcal
 Flag indicating if xstart is in calibrated units.
int xendcal
 Flag indicating if xend is in calibrated units.
int peak
 Peak to plot.
char * fn
 Output file name.
char * dev
 Plotting device name.
double rot
 Number of degrees to rotate the plot.
int norm
 Flag indicating whether or not to plot normalized values.
int rescale
 Flag indicating whether or not to rescale plot.
int cal
 Flag indicating whether or not to plot in calibrated units.
int marked
 Flag indicating whether or not to mark non-backgound regions.
int annot
 Flag indicating whether or not to annotate plot with peak numbers.


Field Documentation

int pf_plot_params::annot
 

Flag indicating whether or not to annotate plot with peak numbers.

int pf_plot_params::cal
 

Flag indicating whether or not to plot in calibrated units.

char* pf_plot_params::dev
 

Plotting device name.

char* pf_plot_params::fn
 

Output file name.

int pf_plot_params::marked
 

Flag indicating whether or not to mark non-backgound regions.

int pf_plot_params::norm
 

Flag indicating whether or not to plot normalized values.

int pf_plot_params::peak
 

Peak to plot.

int pf_plot_params::rescale
 

Flag indicating whether or not to rescale plot.

double pf_plot_params::rot
 

Number of degrees to rotate the plot.

double pf_plot_params::xend
 

Ending domain value.

int pf_plot_params::xendcal
 

Flag indicating if xend is in calibrated units.

double pf_plot_params::xstart
 

Starting domain value.

int pf_plot_params::xstartcal
 

Flag indicating if xstart is in calibrated units.


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