Release history
v0.1.0.dev2 (2025-10-07)
Fixed Unicode encoding issue when writing the local database on Windows
v0.1.0.dev1 (2025-09-08)
Initial public release of APyT.
Features
Modular Python framework for evaluating atom probe tomography (APT) data.
Full support for SQL and local database backends.
Core modules for:
Mass spectrum alignment (
apyt.spectrum.align)Mass spectrum fitting (
apyt.spectrum.fit)Reconstruction of three-dimensional tip geometry (
apyt.reconstruction)Input/output handling (
apyt.io)Analysis utilities (
apyt.analysis)Lightweight GUI components (
apyt.gui)
Ready-to-use command line interface wrappers for alignment, fitting, and reconstruction workflows.
Example dataset (
apyt_W_calibration_tap_01_trimmed.raw) included for quick testing and demonstration.Documentation with user and developer guides.