gov.nist.microanalysis.EPQLibrary
Interface IXRayWindowProperties

All Known Implementing Classes:
XRayWindow, XRayWindow2

public interface IXRayWindowProperties

An interface exposing the fundamental properties of an x-ray window.

Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain

Company: National Institute of Standards and Technology

Version:
1.0
Author:
Nicholas W. M. Ritchie

Method Summary
 double transmission(double energy)
          transmission - Returns the fractional transmission as a function of the x-ray energy.
 

Method Detail

transmission

double transmission(double energy)
transmission - Returns the fractional transmission as a function of the x-ray energy.

Parameters:
energy - double - In Joules
Returns:
double - [0.0,1.0]