AT.Stopping.Power: AT.Stopping.Power
Description
Retrieves the electronic stopping power in keV/um for
the requested energies and particles for a specified
material and data source. The data source is thereby
given via its name (s. AT_StoppingPowerData.h for
details), except for data that should be read from
a file, in this case the (path and) filename has to be
provided. In this case, the user has to make sure that
energy and stopping power units are correct and that
the data match the given material (use material.no = 0
for custom-defined material) for density scaling.
The file has to be plain
ASCII with three columns (separated by space)
charge, energy, and stopping power
and sorted in ascending order by first charge than energy
any alphanumeric comment can be inserted (in separate
lines)Usage
AT.Stopping.Power(stopping.power.source, E.MeV.u, particle.no,
material.no)
Arguments
E.MeV.u
kinetic energies in MeV per amu (array of size n) (see also
E.MeV.u). particle.no
particle numbers (array of size n) (see also
particle.no). Value
- stopping.power.keV.umarray to return stopping powers (array of size
n)
- statusstatus
See Also
View the C source code here:
http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_Sto
ppingPower.c#L86