libatomprobe
Library for Atom Probe Tomography (APT) computation
|
experimental setup data More...
#include <dataFiles.h>
Public Attributes | |
float | flightPath |
The flight path to the virtual (or real) projected tip image. More... | |
float | alpha |
Pulse coupling coefficient (1 of 2) More... | |
float | beta |
Pulse coupling coefficient (2 of 2) More... | |
float | tZero |
Time offset for pulse, in nanoseconds. More... | |
float | detectorRadius |
The size of the detector, in mm. More... | |
unsigned int | detectorChannels |
The number of channels on the detector. More... | |
experimental setup data
Definition at line 237 of file dataFiles.h.
float AtomProbe::THREEDAP_DATA::alpha |
Pulse coupling coefficient (1 of 2)
Definition at line 242 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
float AtomProbe::THREEDAP_DATA::beta |
Pulse coupling coefficient (2 of 2)
Definition at line 244 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
unsigned int AtomProbe::THREEDAP_DATA::detectorChannels |
The number of channels on the detector.
Definition at line 250 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
float AtomProbe::THREEDAP_DATA::detectorRadius |
The size of the detector, in mm.
Definition at line 248 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
float AtomProbe::THREEDAP_DATA::flightPath |
The flight path to the virtual (or real) projected tip image.
Definition at line 240 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
float AtomProbe::THREEDAP_DATA::tZero |
Time offset for pulse, in nanoseconds.
Definition at line 246 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().