#include <libcpixe.h>
Data Fields | |
char * | SampleFileNm |
pointer to name of sample definition file | |
char * | FilterFileNm |
pointer to name of filter definition file | |
char * | XYldFileNm |
pointer to name of detector efficiency calibration file | |
char * | AreasFileNm |
pointer to name of areas file (also used for calculation flags) | |
char * | DBpath |
pointer to Path name for databases (for stoppings, FCK coefs, etc) | |
char * | OutputFileNm |
pointer to name of output file | |
int | AreasFormat |
Defines the format of the Areas File. 1 for raw areas format, 2 for DATTPIXE Areas Format. | |
int | WantOutputfile |
Flag indicating if an Output file is required (1) or not (0). | |
int | DoCalibration |
Flag indicating that the input data is for performing a calibration (1) or not (0). |
Definition at line 150 of file libcpixe.h.
|
pointer to name of areas file (also used for calculation flags)
Definition at line 155 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |
|
Defines the format of the Areas File. 1 for raw areas format, 2 for DATTPIXE Areas Format.
Definition at line 158 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |
|
pointer to Path name for databases (for stoppings, FCK coefs, etc)
Definition at line 156 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |
|
Flag indicating that the input data is for performing a calibration (1) or not (0).
Definition at line 160 of file libcpixe.h. Referenced by cpixecalib(), and readINPUT(). |
|
pointer to name of filter definition file
Definition at line 153 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |
|
pointer to name of output file
Definition at line 157 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |
|
pointer to name of sample definition file
Definition at line 152 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |
|
Flag indicating if an Output file is required (1) or not (0).
Definition at line 159 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |
|
pointer to name of detector efficiency calibration file
Definition at line 154 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and readINPUT(). |