#include <libcpixe.h>
Data Fields | |
int | nlyr |
number of layers defining the sample | |
int | MaxZ |
maximum atomic number of elements present in sample | |
int * | FilterElems |
Vector of flags indicating if a certain element is present in the filter (1) or not (0). | |
double | geomcorr |
Geometrical correction to foil thickness (e.g. if filter is tilted: geomcorr=1/cos(tilt)). | |
foil * | foil |
definition of each layer | |
int | dimTrans |
Dimension of Transmission vector. | |
CalibYld * | Trans |
Vector of calculated transmission for the lines of each element in the whole filter. | |
int | changes |
Flag indicating that Filter has changed (1) or not (0). | |
int | FilterType |
Flag indicating type of filter used: 0->No filter 1->Foil-defined 2->Calibrated. | |
absorber | Calibflt |
Structure to hold coeffs if alternative #2 is chosen. |
Definition at line 263 of file libcpixe.h.
|
Structure to hold coeffs if alternative #2 is chosen.
Definition at line 273 of file libcpixe.h. |
|
Flag indicating that Filter has changed (1) or not (0).
Definition at line 271 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), and CPIXEMAIN(). |
|
Dimension of Transmission vector.
Definition at line 269 of file libcpixe.h. Referenced by FilterTrans(). |
|
Vector of flags indicating if a certain element is present in the filter (1) or not (0).
Definition at line 266 of file libcpixe.h. Referenced by CPIXEMAIN(), freeFilter(), readAbsCoef(), and readFilter(). |
|
Flag indicating type of filter used: 0->No filter 1->Foil-defined 2->Calibrated.
Definition at line 272 of file libcpixe.h. |
|
definition of each layer
Definition at line 268 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), FilterTrans(), freeFilter(), and readFilter(). |
|
Geometrical correction to foil thickness (e.g. if filter is tilted: geomcorr=1/cos(tilt)).
Definition at line 267 of file libcpixe.h. Referenced by CPIXEMAIN(), FilterTrans(), and readFilter(). |
|
maximum atomic number of elements present in sample
Definition at line 265 of file libcpixe.h. Referenced by CPIXEMAIN(), readAbsCoef(), and readFilter(). |
|
number of layers defining the sample
Definition at line 264 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), FilterTrans(), freeFilter(), and readFilter(). |
|
Vector of calculated transmission for the lines of each element in the whole filter.
Definition at line 270 of file libcpixe.h. Referenced by cpixemain(), CPIXEMAIN(), FilterTrans(), freeFilter(), and integrate_Simpson(). |