logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Xray::Absorption::Shaltout - Perl interface to the Shaltout tables

Author

         Bruce Ravel, bravel@bnl.govhttp://cars9.uchicago.edu/~ravel/software/Absorption/

perl v5.34.0                                       2022-06-28                    Xray::Absorption::Shaltout(3pm)

Bugs And Things To Do

       This module has not be tested sufficiently.

Description

       This module is inherited by the Xray::Absorption module and provides access to the data contained in

         Update of photoelectric absorption coefficients in the tables of McMaster
         Abdallah Shaltout, Horst Ebel, and Robert Svagera
         X-Ray Spectrometry (2006) vol. 35, p. 52-56

       The data is contained in a database file called shaltout.db which is generated at  install  time  from  a
       flat       text       database       of      the      data      which      can      be      found      at
       <http://www.ifp.tuwien.ac.at/forschung/abdallah.shaltout/> as explained in the reference.

       The required Chemistry::Elements module is available from CPAN in the miscellaneous modules section.

Edge And Line Energies

       The Shaltout data resource includes all K, L, M, and N edges  but  does  not  provide  any  of  the  line
       energies.  An minimal set of line energies is imported from the McMaster data resource.

Name

       Xray::Absorption::Shaltout - Perl interface to the Shaltout tables

Synopsis

          use Xray::Absorption;
          Xray::Absorption -> load("shaltout");

       See the documentation for Xray::Absorption for details.

See Also