skbeam.core.constants.xrf.emission_line_search¶

skbeam.core.constants.xrf.emission_line_search(line_e, delta_e, incident_energy, element_list=None)¶

Find elements which have an emission line near an energy

This function returns a dict keyed on element type of all elements that have an emission line with in delta_e of line_e at the given x-ray energy.

Parameters
line_efloat

energy value to search for in KeV

delta_efloat

difference compared to energy in KeV

incident_energyfloat

incident x-ray energy in KeV

element_listlist, optional

List of elements to restrict search to. If no list is present, search on all elements. Element abbreviations can be any mix of upper and lower case, e.g., Hg, hG, hg, HG

Returns
lines_dictdict

element and associate emission lines

scikit-beam

Navigation

  • Installation
  • Getting Started with Scikit-beam
  • Installing scikit-beam
  • Updating Your Installation
  • Complete Reference (API)
    • Core
      • Core API
      • IO API
      • core subpackge
      • core.mask Module
    • Domain name spaces
  • Try the development version
  • How to make a code contribution
  • Project organization
  • How to make a code contribution
  • Coding Guidelines
  • Writing Documentation
  • Testing Guidelines
  • Writing Command-Line Scripts
  • Building Scikit-beam and its Subpackages
  • C or Cython Extensions
  • Release Procedures
  • Workflow for Maintainers
  • How to create and maintain an Skbeam affiliated package
  • Vision for a Common Python Package for x-ray, electron and neutrons
  • Development Guide
  • API Changes
  • Supported versions of Python
  • Python warnings system
  • Major Release History
  • What’s new
  • Known Issues
  • Example gallery
  • Introduction to scikit-beam

Related Topics

  • Documentation overview
    • Complete Reference (API)
      • Core API
        • constants
          • Previous: skbeam.core.constants.xrf.XrayLibWrap_Energy
          • Next: skbeam.core.constants.xrf.XrfElement

Quick search

©2014-2015 Brookhaven National Lab. | Powered by Sphinx 2.2.0 & Alabaster 0.7.12 | Page source