libatomprobe
Library for Atom Probe Tomography (APT) computation
|
Voltage data structure – these updates occur periodically during the experiment. More...
#include <dataFiles.h>
Public Attributes | |
size_t | nextHitGroupOffset |
FIXME: Document me. More... | |
float | voltage |
Standing Voltage applied to specimen (V) More... | |
float | pulseVolt |
Pulse voltage applied to specimen (V) More... | |
float | beta |
Coupling coefficient to specimen. More... | |
Voltage data structure – these updates occur periodically during the experiment.
Definition at line 221 of file dataFiles.h.
float AtomProbe::VOLTAGE_DATA::beta |
Coupling coefficient to specimen.
Definition at line 231 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
size_t AtomProbe::VOLTAGE_DATA::nextHitGroupOffset |
FIXME: Document me.
Definition at line 224 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
float AtomProbe::VOLTAGE_DATA::pulseVolt |
Pulse voltage applied to specimen (V)
Definition at line 228 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().
float AtomProbe::VOLTAGE_DATA::voltage |
Standing Voltage applied to specimen (V)
Definition at line 226 of file dataFiles.h.
Referenced by AtomProbe::readPosapOps().