Skip to the content.

APT Stats Generic badge Generic badge Generic badge

A python package to calculate the probability of ions in Atomic Probe Tomography results and correlate with DA values.

Global purpose

The objective of this package is to give statistical probability of having a given ion in an Atomic Probe Tomography mass diagram based on both the abundance of each element in the material and the natural abundance. The package provide selecting and displaying tools in order to help the user.

Lastest version

A new “impurities”, keyword has been added to the material definition. This way, impurities can be introduced in the material calculation :

impurity=('Ar','Ne')

Therefore, during calculation of the whole possibilities or for a specific mass to charge ratio, impurities can be displayed. Warning has to be made that the probability levels for impurities are normalized to 1 and are not acknowledgeable as a real probability as no probability value is imputed.

Installation

Dependencies

#Display probabilities for DA=120
apt.disp_select(res,120)

Console screenshot

#Graphical display arround 20<DA<30
apt.plot_results(res,(20,30))

Graphical display

Warning !

This package is highly experimental. No warranty is given. The user should be using it as its own risk.