#include <common.h>
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. | |
|
|
Flag indicating whether or not to annotate plot with peak numbers.
|
|
|
Flag indicating whether or not to plot in calibrated units.
|
|
|
Plotting device name.
|
|
|
Output file name.
|
|
|
Flag indicating whether or not to mark non-backgound regions.
|
|
|
Flag indicating whether or not to plot normalized values.
|
|
|
Peak to plot.
|
|
|
Flag indicating whether or not to rescale plot.
|
|
|
Number of degrees to rotate the plot.
|
|
|
Ending domain value.
|
|
|
Flag indicating if xend is in calibrated units.
|
|
|
Starting domain value.
|
|
|
Flag indicating if xstart is in calibrated units.
|
1.3.9.1