Developers Corner¶
XRStools.roifinder_and_gui Module¶
- XRStools.roifinder_and_gui.create_diff_image(scans, scannumbers, energy_keV)[source]¶
Returns a summed image from all scans with numbers ‘scannumbers’. scans = dictionary of objects from the scan-class scannumbers = single scannumber, or list of scannumbers from which an image should be constructed
- XRStools.roifinder_and_gui.define_lin_roi(height, image_shape, verbose=False)[source]¶
Lets you pick 2 points on a current image and returns a linear ROI of height (2*height+1). height = number of pixels that define the height of the ROI image_shape = tuple with shape of the current image (i.e. (256,256))
- XRStools.roifinder_and_gui.define_polygon_roi(image_shape, verbose=False)[source]¶
Define a polygon shaped ROI from a current image by selecting points.
- XRStools.roifinder_and_gui.define_zoom_roi(input_image, verbose=False)[source]¶
Parses the current figure limits and uses them to define a rectangle of ” roi_number”s in the matrix given by roi_matrix. input_image = unzoomed figure roi_matrix = current roi matrix which will be altered
- class XRStools.roifinder_and_gui.roi_finder[source]¶
Bases:
object- find_cw_rois(roi_obj, pw_data)[source]¶
- find_cw_rois
Allows for manual refinement of ROIs by plotting the spectra column-wise. Loops through the spectra column-by-column and ROI by ROI, click above the black line to keep the column plotted, click below the black line to discard the column of pixels.
- Args:
roi_obj (roi_object): ROI object from the XRStools.xrs_rois module with roughly defined ROIs.
pw_data (np.array): List containing one 2D numpy array per ROI holding pixel-wise signals.
- find_pw_rois(roi_obj, pw_data, save_dataset=False)[source]¶
- find_pw_rois
Allows for manual refinement of ROIs by plotting the spectra pixel-wise. Loops through the spectra pixel-by-pixel and ROI by ROI, click above the black line to keep the pixel plotted, click below the black line to discard the pixel.
- Args:
roi_obj (roi_object): ROI object from the XRStools.xrs_rois module with roughly defined ROIs.
pw_data (np.array): List containing one 2D numpy array per ROI holding pixel-wise signals.
- get_auto_rois(input_image, kernel_size=5, threshold=100.0, logscaling=True, colormap='Blues', interpolation='bilinear')[source]¶
Define ROIs by choosing a threshold using a slider bar under the figure. In this function, the entire detector is shown. input_image = 2D numpy array with the image to be displayed kernal_size = integer defining the median filter window (has to be odd) theshold = initial number defining the upper end value for the slider bar (amax(input_image)/threshold defines this number), can be within GUI logscaling = boolean, if True (default) the logarithm of input_image is displayed colormap = matplotlib color scheme used in the display interpolation = matplotlib interpolation scheme used for the display
- get_auto_rois_eachdet(input_image, kernel_size=5, threshold=100.0, logscaling=True, colormap='Blues', interpolation='bilinear')[source]¶
Define ROIs automatically using median filtering and a variable threshold for each detector separately. scannumbers = either single scannumber or list of scannumbers kernel_size = used kernel size for the median filter (must be an odd integer) logscaling = set to ‘True’ if images is to be shown on log-scale (default is True) colormap = string to define the colormap which is to be used for display (anything supported by matplotlib, ‘Blues’ by default) interpolation = interpolation scheme to be used for displaying the image (anything supported by matplotlib, ‘nearest’ by default)
- get_linear_rois(input_image, logscaling=True, height=5, colormap='Blues', interpolation='nearest')[source]¶
Define ROIs by clicking two points on a 2D image. number_of_rois = integer defining how many ROIs should be determined input_object = 2D array, scan_object, or dictionary of scans to define the ROIs from logscaling = boolean, to determine wether the image is shown on a log-scale (default = True) height = integer defining the height (in pixels) of the ROIs
- get_polygon_rois(input_image, modind=- 1, logscaling=True, colormap='Blues', interpolation='nearest')[source]¶
Define ROIs by clicking arbitrary number of points on a 2D image: LEFT CLICK to define the corner points of polygon, MIDDLE CLICK to finish current ROI and move to the next ROI, RIGHT CLICK to cancel the previous point of polygon input_object = 2D array, scan_object, or dictionary of scans to define the ROIs from modind = integer to identify module, if -1 (default), no module info will be in title (the case of one big image) logscaling = boolean, to determine wether the image is shown on a log-scale (default = True)
- get_zoom_rois(input_image, logscaling=True, colormap='Blues', interpolation='nearest')[source]¶
Define ROIs by clicking two points on a 2D image. number_of_rois = integer defining how many ROIs should be determined input_object = 2D array, scan_object, or dictionary of scans to define the ROIs from logscaling = boolean, to determine wether the image is shown on a log-scale (default = True) height = integer defining the height (in pixels) of the ROIs
- get_zoom_rois_new(input_image, logscaling=True, cmap='Blues', interpolation='nearest')[source]¶
Define ROIs by matplotlib’s zoom/pan functions.
- Args:
input_image (np.array): 2D numpy array with the image to be displayed.
logscaling (boolean): Display image using logarithmic scale.
colormap (str): matplotlib color map string.
interpolation (str): matplotlib interpolation for the display.
- import_simo_style_rois(roiList, detImageShape=(512, 768))[source]¶
import_simo_style_rois Converts Simo-style ROIs to the conventions used here.
- Arguments:
roiList (list): List of tuples that have [(xmin, xmax, ymin, ymax), (xmin, xmax, ymin, ymax), …].
detImageShape (tuple): Shape of the detector image (for convertion to roiMatrix)
- refine_pw_rois(roi_obj, pw_data, n_components=2, method='nnma', cov_thresh=- 1)[source]¶
refine_pw_rois
Use decomposition of pixelwise data for each ROI to find which of the pixels holds data from the sample and which one only has background.
- Args:
roi_obj (roi_object): ROI object to be refined.
pw_data (list): List containing one 2D numpy array per ROI holding pixel-wise signals.
n_components (int): Number of components in the decomposition.
method (string): Keyword describing which decomposition to be used (‘pca’, ‘ica’, ‘nnma’).
- refine_rois_CW(hydra_obj, scan_numbers, interpolation='nearest', cmap='Blues')[source]¶
refine_rois_CW
Allows for manual refinement of ROIs by plotting the spectra column-wise. Loops through the spectra column-by-column and ROI by ROI, click above the black line to keep the column plotted, click below the black line to discard the column of pixels.
- Args:
- hydra_obj (hydra_object): Object from the xrs_read.Hydra class
that hold scans to be usedfor the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
interpolation (str): Interpolation keyword for matplotlib.imshow.
cmap (str): Color-map for plotting.
- refine_rois_CW_old(hydra_obj, scan_numbers)[source]¶
refine_rois_CW
Allows for manual refinement of ROIs by plotting the spectra column-wise. Loops through the spectra column-by-column and ROI by ROI, click above the black line to keep the column plotted, click below the black line to discard the column of pixels.
- Args:
hydra_obj (hydra_object): Object from the xrs_read.Hydra class that hold scans to be used for the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
- refine_rois_MF(hydra_obj, scan_numbers, n_components=2, method='nnma', cov_thresh=- 1)[source]¶
refine_rois_MF
Use decomposition of pixelwise data for each ROI to find which of the pixels holds data from the sample and which one only has background.
- Args:
- hydra_obj (hydra_object): Object from the xrs_read.Hydra class that hold scans to be used
for the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
n_components (int): Number of components in the decomposition.
method (string): Keyword describing which decomposition to be used (‘pca’, ‘ica’, ‘nnma’).
- refine_rois_MF_new(hydra_obj, scan_numbers, n_components=2, method='nnma', cov_thresh=- 1, cmap='Blues')[source]¶
refine_rois_MF
Use decomposition of pixelwise data for each ROI to find which of the pixels holds data from the sample and which one only has background.
- Args:
- hydra_obj (hydra_object): Object from the xrs_read.Hydra class that hold scans to be used
for the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
n_components (int): Number of components in the decomposition.
method (string): Keyword describing which decomposition to be used (‘pca’, ‘ica’, ‘nnma’).
- refine_rois_PW(hydra_obj, scan_numbers, save_dataset=None)[source]¶
refine_rois_PW
Allows for manual refinement of ROIs by plotting the spectra column-wise. Loops through the spectra column-by-column and ROI by ROI, click above the black line to keep the column plotted, click below the black line to discard the column of pixels.
- Args:
hydra_obj (hydra_object): Object from the xrs_read.Hydra class that hold scans to be used for the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
- refine_rois_PW_old(hydra_obj, scan_numbers, save_dataset=False)[source]¶
refine_rois_PW
Allows for manual refinement of ROIs by plotting the spectra pixel-wise. Loops through the spectra pixel-by-pixel and ROI by ROI, click above the black line to keep the pixel plotted, click below the black line to discard the pixel.
- Args:
hydra_obj (hydra_object): Object from the xrs_read.Hydra class that hold scans to be used for the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
- refine_rois_RW(hydra_obj, scan_numbers, interpolation='nearest', cmap='Blues')[source]¶
refine_rois_CW
Allows for manual refinement of ROIs by plotting the spectra row-wise. Loops through the spectra row-by-row and ROI by ROI.
- Args:
- hydra_obj (hydra_object): Object from the xrs_read.Hydra class
that hold scans to be usedfor the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
interpolation (str): Interpolation keyword for matplotlib.imshow.
cmap (str): Color-map for plotting.
- refine_rois_RW_old(hydra_obj, scan_numbers)[source]¶
refine_rois_RW
Allows for manual refinement of ROIs by plotting the spectra row-wise. Loops through the spectra column-by-column and ROI by ROI, click above the black line to keep the column plotted, click below the black line to discard the column of pixels.
- Args:
hydra_obj (hydra_object): Object from the xrs_read.Hydra class that hold scans to be used for the refinement of the ROIs.
scan_numbers (int or list): Scan numbers of scans to be used in the refinement.
- XRStools.roifinder_and_gui.show_rois(roi_matrix)[source]¶
Creates a figure with the defined ROIs as numbered boxes on it.
- XRStools.roifinder_and_gui.test_roifinder(roi_type_str, imagesize=[512, 768], scan=None)[source]¶
Runs the roi_finder class on a random image of given type for testing purposes. scan[0] = absolute path to a spec file scan[1] = energycolumn=’energy’ scan[2] = monitorcolumn=’kap4dio’ scan[3] = scan number from which to take images
XRStools.xrs_utilities Module¶
- XRStools.xrs_utilities.HRcorrect(pzprofile, occupation, q)[source]¶
Returns the first order correction to filled 1s, 2s, and 2p Compton profiles.
Implementation after Holm and Ribberfors (citation …).
- Args:
pzprofile (np.array): Compton profile (e.g. tabulated from Biggs) to be corrected (2D matrix).
occupation (list): electron configuration.
q (float or np.array): momentum transfer in [a.u.].
- Returns:
asymmetry (np.array): asymmetries to be added to the raw profiles (normalized to the number of electrons on pz scale)
- XRStools.xrs_utilities.NNMFcost(x, A, F, C, F_up, C_up, n, k, m)[source]¶
NNMFcost Returns cost and gradient for NNMF with constraints.
- XRStools.xrs_utilities.NNMFcost_old(x, A, W, H, W_up, H_up)[source]¶
NNMFcost Returns cost and gradient for NNMF with constraints.
- XRStools.xrs_utilities.Rx(chi, degrees=True)[source]¶
Rx Rotation matrix for vector rotations around the [1,0,0]-direction.
- Args:
chi (float) : Angle of rotation.
degrees(bool) : Angle given in radians or degrees.
- Returns:
3x3 rotation matrix.
- XRStools.xrs_utilities.Ry(phi, degrees=True)[source]¶
Ry Rotation matrix for vector rotations around the [0,1,0]-direction.
- Args:
phi (float) : Angle of rotation.
degrees(bool) : Angle given in radians or degrees.
- Returns:
3x3 rotation matrix.
- XRStools.xrs_utilities.Rz(omega, degrees=True)[source]¶
Rz Rotation matrix for vector rotations around the [0,0,1]-direction.
- Args:
omega (float) : Angle of rotation.
degrees(bool) : Angle given in radians or degrees.
- Returns:
3x3 rotation matrix.
- XRStools.xrs_utilities.TTsolver1D(el_energy, hkl=[6, 6, 0], crystal='Si', R=1.0, dev=array([- 50., - 49., - 48., - 47., - 46., - 45., - 44., - 43., - 42., - 41., - 40., - 39., - 38., - 37., - 36., - 35., - 34., - 33., - 32., - 31., - 30., - 29., - 28., - 27., - 26., - 25., - 24., - 23., - 22., - 21., - 20., - 19., - 18., - 17., - 16., - 15., - 14., - 13., - 12., - 11., - 10., - 9., - 8., - 7., - 6., - 5., - 4., - 3., - 2., - 1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89., 90., 91., 92., 93., 94., 95., 96., 97., 98., 99., 100., 101., 102., 103., 104., 105., 106., 107., 108., 109., 110., 111., 112., 113., 114., 115., 116., 117., 118., 119., 120., 121., 122., 123., 124., 125., 126., 127., 128., 129., 130., 131., 132., 133., 134., 135., 136., 137., 138., 139., 140., 141., 142., 143., 144., 145., 146., 147., 148., 149.]), alpha=0.0, chitable_prefix='/home/christoph/sources/XRStools/data/chitables/chitable_')[source]¶
TTsolver Solves the Takagi-Taupin equation for a bent crystal.
This function is based on a Matlab implementation by S. Huotari of M. Krisch’s Fortran programs.
- Args:
el_energy (float): Fixed nominal (working) energy in keV.
hkl (array): Reflection order vector, e.g. [6, 6, 0]
crystal (str): Crystal used (can be silicon ‘Si’ or ‘Ge’)
R (float): Crystal bending radius in m.
dev (np.array): Deviation parameter (in arc. seconds) for which the reflectivity curve should be calculated.
alpha (float): Crystal assymetry angle.
- Returns:
refl (np.array): Reflectivity curve.
e (np.array): Deviation from Bragg angle in meV.
dev (np.array): Deviation from Bragg angle in microrad.
- XRStools.xrs_utilities.absCorrection(mu1, mu2, alpha, beta, samthick, geometry='transmission')[source]¶
absCorrection
Calculates absorption correction for given mu1 and mu2. Multiply the measured spectrum with this correction factor. This is a translation of Keijo Hamalainen’s Matlab function (KH 30.05.96).
- Args
mu1 : np.array Absorption coefficient for the incident energy in [1/cm].
mu2 : np.array Absorption coefficient for the scattered energy in [1/cm].
alpha : float Incident angle relative to plane normal in [deg].
beta : float Exit angle relative to plane normal [deg].
samthick : float Sample thickness in [cm].
geometry : string, optional Key word for different sample geometries (‘transmission’, ‘reflection’, ‘sphere’). If geometry is set to ‘sphere’, no angular dependence is assumed.
- Returns
ac : np.array Absorption correction factor. Multiply this with your measured spectrum.
- XRStools.xrs_utilities.abscorr2(mu1, mu2, alpha, beta, samthick)[source]¶
Calculates absorption correction for given mu1 and mu2. Multiply the measured spectrum with this correction factor.
This is a translation of Keijo Hamalainen’s Matlab function (KH 30.05.96).
- Args:
mu1 (np.array): absorption coefficient for the incident energy in [1/cm].
mu2 (np.array): absorption coefficient for the scattered energy in [1/cm].
alpha (float): incident angle relative to plane normal in [deg].
beta (float): exit angle relative to plane normal [deg] (for transmission geometry use beta < 0).
samthick (float): sample thickness in [cm].
- Returns:
ac (np.array): absorption correction factor. Multiply this with your measured spectrum.
- XRStools.xrs_utilities.addch(xold, yold, n, n0=0, errors=None)[source]¶
# ADDCH Adds contents of given adjacent channels together # # [x2,y2] = addch(x,y,n,n0) # x = original x-scale (row or column vector) # y = original y-values (row or column vector) # n = number of channels to be summed up # n0 = offset for adding, default is 0 # x2 = new x-scale # y2 = new y-values # # KH 17.09.1990 # Modified 29.05.1995 to include offset
- XRStools.xrs_utilities.bidiag_reduction(A)[source]¶
function [U,B,V]=bidiag_reduction(A) % [U B V]=bidiag_reduction(A) % Algorithm 6.5-1 in Golub & Van Loan, Matrix Computations % Johns Hopkins University Press % Finds an upper bidiagonal matrix B so that A=U*B*V’ % with U,V orthogonal. A is an m x n matrix
- XRStools.xrs_utilities.bootstrapCNNMF(A, F_ini, C_ini, F_up, C_up, Niter)[source]¶
bootstrapCNNMF Constrained non-negative matrix factorization with bootstrapping for error estimates.
- XRStools.xrs_utilities.bootstrapCNNMF_old(A, k, Aerr, F_ini, C_ini, F_up, C_up, Niter=100)[source]¶
bootstrapCNNMF Constrained non-negative matrix factorization with bootstrapping for error estimates.
- XRStools.xrs_utilities.bragg(hkl, e, xtal='Si')[source]¶
% BRAGG Calculates Bragg angle for given reflection in RAD % output=bangle(hkl,e,xtal) % hkl can be a matrix i.e. hkl=[1,0,0 ; 1,1,1]; % e=energy in keV % xtal=’Si’, ‘Ge’, etc. (check dspace.m) or d0 (Si default) % % KH 28.09.93 %
- class XRStools.xrs_utilities.bragg_refl(crystal, hkl, alpha=0.0)[source]¶
Bases:
objectDynamical theory of diffraction.
- XRStools.xrs_utilities.braggd(hkl, e, xtal='Si')[source]¶
# BRAGGD Calculates Bragg angle for given reflection in deg # Call BRAGG.M # output=bangle(hkl,e,xtal) # hkl can be a matrix i.e. hkl=[1,0,0 ; 1,1,1]; # e=energy in keV # xtal=’Si’, ‘Ge’, etc. (check dspace.m) or d0 (Si default) # # KH 28.09.93
- XRStools.xrs_utilities.cixsUBgetQ_primo(tthv, tthh, psi)[source]¶
returns the Q0 given the detector position (tthv, tth) and th crystal orientation. This orientation is calculated considering :
- the Bragg condition and the rotation around the G vector :
this rotation is defined by psi which is a rotation around G
- XRStools.xrs_utilities.constrained_mf(A, W_ini, W_up, coeff_ini, coeff_up, maxIter=1000, tol=1e-08, maxIter_power=1000)[source]¶
cfactorizeOffDiaMatrix constrained version of factorizeOffDiaMatrix Returns main components from an off-diagonal Matrix (energy-loss x angular-departure).
- XRStools.xrs_utilities.constrained_svd(M, U_ini, S_ini, VT_ini, U_up, max_iter=10000, verbose=False)[source]¶
constrained_nnmf Approximate singular value decomposition with constraints.
function [U, S, V] = constrained_svd(M,U_ini,S_ini,V_ini,U_up,max_iter=10000,verbose=False)
- XRStools.xrs_utilities.convertSplitEDF2EDF(foldername)[source]¶
converts the old style EDF files (one image for horizontal and one image for vertical chambers) to the new style EDF (one single image).
- Arg:
- foldername (str): Path to folder with all the EDF-files to be
converted.
- XRStools.xrs_utilities.convg(x, y, fwhm)[source]¶
Convolution with Gaussian x = x-vector y = y-vector fwhm = fulll width at half maximum of the gaussian with which y is convoluted
- XRStools.xrs_utilities.convtoprim(hklconv)[source]¶
convtoprim converts diamond structure reciprocal lattice expressed in conventional lattice vectors to primitive one (Helsinki -> Palaiseau conversion) from S. Huotari
- XRStools.xrs_utilities.cshift(w1, th)[source]¶
cshift Calculates Compton peak position.
- Args:
w1 (float, array): Incident energy in [keV].
th (float): Scattering angle in [deg].
- Returns:
w2 (foat, array): Energy of Compton peak in [keV].
Funktion adapted from Keijo Hamalainen.
- XRStools.xrs_utilities.delE_JohannAberration(E, A, R, Theta)[source]¶
Calculates the Johann aberration of a spherical analyzer crystal.
- Args:
E (float): Working energy in [eV]. A (float): Analyzer aperture [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Johann abberation in [eV].
- XRStools.xrs_utilities.delE_dicedAnalyzerIntrinsic(E, Dw, Theta)[source]¶
Calculates the intrinsic energy resolution of a diced crystal analyzer.
- Args:
E (float): Working energy in [eV]. Dw (float): Darwin width of the used reflection [microRad]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Intrinsic energy resolution of a perfect analyzer crystal.
- XRStools.xrs_utilities.delE_offRowland(E, z, A, R, Theta)[source]¶
Calculates the off-Rowland contribution of a spherical analyzer crystal.
- Args:
E (float): Working energy in [eV]. z (float): Off-Rowland distance [mm]. A (float): Analyzer aperture [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Off-Rowland contribution in [eV] to the energy resolution.
- XRStools.xrs_utilities.delE_pixelSize(E, p, R, Theta)[source]¶
Calculates the pixel size contribution to the resolution function of a diced analyzer crystal.
- Args:
E (float): Working energy in [eV]. p (float): Pixel size in [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Pixel size contribution in [eV] to the energy resolution for a diced analyzer crystal.
- XRStools.xrs_utilities.delE_sourceSize(E, s, R, Theta)[source]¶
Calculates the source size contribution to the resolution function.
- Args:
E (float): Working energy in [eV]. s (float): Source size in [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Source size contribution in [eV] to the energy resolution.
- XRStools.xrs_utilities.delE_stressedCrystal(E, t, v, R, Theta)[source]¶
Calculates the stress induced contribution to the resulution function of a spherically bent crystal analyzer.
- Args:
E (float): Working energy in [eV]. t (float): Absorption length in the analyzer material [mm]. v (float): Poisson ratio of the analyzer material. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Stress-induced contribution in [eV] to the energy resolution.
- XRStools.xrs_utilities.diode(current, energy, thickness=0.03)[source]¶
diode Calculates the number of photons incident for a Si PIPS diode.
- Args:
current (float): Diode current in [pA].
energy (float): Photon energy in [keV].
thickness (float): Thickness of Si active layer in [cm].
- Returns:
flux (float): Number of photons per second.
Function adapted from Matlab function by S. Huotari.
- XRStools.xrs_utilities.dspace(hkl=[6, 6, 0], xtal='Si')[source]¶
% DSPACE Gives d-spacing for given xtal % d=dspace(hkl,xtal) % hkl can be a matrix i.e. hkl=[1,0,0 ; 1,1,1]; % xtal=’Si’,’Ge’,’LiF’,’InSb’,’C’,’Dia’,’Li’ (case insensitive) % if xtal is number this is user as a d0 % % KH 28.09.93 % SH 2005 %
- class XRStools.xrs_utilities.dtxrd(hkl, energy, crystal='Si', asym_angle=0.0, angular_range=[- 0.0005, 0.0005], angular_step=1e-08)[source]¶
Bases:
objectclass to hold all things dynamic theory of diffraction.
- XRStools.xrs_utilities.dtxrd_anomalous_absorption(energy, hkl, alpha=0.0, crystal='Si', angular_range=array([- 0.0005]))[source]¶
- XRStools.xrs_utilities.dtxrd_reflectivity(energy, hkl, alpha=0.0, crystal='Si', angular_range=array([- 0.0005]))[source]¶
- XRStools.xrs_utilities.e2pz(w1, w2, th)[source]¶
Calculates the momentum scale and the relativistic Compton cross section correction according to P. Holm, PRA 37, 3706 (1988).
This function is translated from Keijo Hamalainen’s Matlab implementation (KH 29.05.96).
- Args:
w1 (float or np.array): incident energy in [keV]
w2 (float or np.array): scattered energy in [keV]
th (float): scattering angle two theta in [deg]
- returns:
pz (float or np.array): momentum scale in [a.u.]
cf (float or np.array): cross section correction factor such that: J(pz) = cf * d^2(sigma)/d(w2)*d(Omega) [barn/atom/keV/srad]
- XRStools.xrs_utilities.edfread(filename)[source]¶
reads edf-file with filename “filename” OUTPUT: data = 256x256 numpy array
- XRStools.xrs_utilities.edfread_test(filename)[source]¶
reads edf-file with filename “filename” OUTPUT: data = 256x256 numpy array
here is how i opened the HH data: data = np.fromfile(f,np.int32) image = np.reshape(data,(dim,dim))
- XRStools.xrs_utilities.element(z)[source]¶
Converts atomic number into string of the element symbol and vice versa.
Returns atomic number of given element, if z is a string of the element symbol or string of element symbol of given atomic number z.
- Args:
z (string or int): string of the element symbol or atomic number.
- Returns:
Z (string or int): string of the element symbol or atomic number.
- XRStools.xrs_utilities.energy(d, ba)[source]¶
% ENERGY Calculates energy corrresponing to Bragg angle for given d-spacing % function e=energy(dspace,bragg_angle) % % dspace for reflection % bragg_angle in DEG % % KH 28.09.93
- XRStools.xrs_utilities.energy_monoangle(angle, d=1.6374176589984608)[source]¶
% ENERGY Calculates energy corrresponing to Bragg angle for given d-spacing % function e=energy(dspace,bragg_angle) % % dspace for reflection (defaulf for Si(311) reflection) % bragg_angle in DEG % % KH 28.09.93 %
- XRStools.xrs_utilities.fermi(rs)[source]¶
fermi Calculates the plasmon energy (in eV), Fermi energy (in eV), Fermi momentum (in a.u.), and critical plasmon cut-off vector (in a.u.).
- Args:
rs (float): electron separation parameter
- Returns:
wp (float): plasmon energy (in eV)
ef (float): Fermi energy (in eV)
kf (float): Fermi momentum (in a.u.)
kc (float): critical plasmon cut-off vector (in a.u.)
Based on Matlab function from A. Soininen.
- XRStools.xrs_utilities.find_center_of_mass(x, y)[source]¶
Returns the center of mass (first moment) for the given curve y(x)
- XRStools.xrs_utilities.find_diag_angles(q, x0, U, B, Lab, beam_in, lambdai, lambdao, tol=1e-08, method='BFGS')[source]¶
find_diag_angles Finds the FOURC spectrometer and sample angles for a desired q.
- Args:
q (array): Desired momentum transfer in Lab coordinates.
x0 (list): Guesses for the angles (tthv, tthh, chi, phi, omega).
U (array): 3x3 U-matrix Lab-to-sample transformation.
B (array): 3x3 B-matrix reciprocal lattice to absolute units transformation.
lambdai (float): Incident x-ray wavelength in Angstrom.
lambdao (float): Scattered x-ray wavelength in Angstrom.
tol (float): Toleranz for minimization (see scipy.optimize.minimize)
method (str): Method for minimization (see scipy.optimize.minimize)
- Returns:
ans (array): tthv, tthh, phi, chi, omega
- XRStools.xrs_utilities.fwhm(x, y)[source]¶
finds full width at half maximum of the curve y vs. x returns f = FWHM x0 = position of the maximum
- XRStools.xrs_utilities.get_UB_Q(tthv, tthh, phi, chi, omega, **kwargs)[source]¶
get_UB_Q Returns the momentum transfer and scattering vectors for given FOURC spectrometer and sample angles. U-, B-matrices and incident/scattered wavelength are passed as keyword-arguments.
- Args:
tthv (float): Spectrometer vertical 2Theta angle.
tthh (float): Spectrometer horizontal 2Theta angle.
chi (float): Sample rotation around x-direction.
phi (float): Sample rotation around y-direction.
omega (float): Sample rotation around z-direction.
- kwargs (dict): Dictionary with key-word arguments:
kwargs[‘U’] (array): 3x3 U-matrix Lab-to-sample transformation.
kwargs[‘B’] (array): 3x3 B-matrix reciprocal lattice to absolute units transformation.
kwargs[‘lambdai’] (float): Incident x-ray wavelength in Angstrom.
kwargs[‘lambdao’] (float): Scattered x-ray wavelength in Angstrom.
- Returns:
Q_sample (array): Momentum transfer in sample coordinates.
Ki_sample (array): Incident beam direction in sample coordinates.
Ko_sample (array): Scattered beam direction in sample coordinates.
- XRStools.xrs_utilities.get_gnuplot_rgb(start=None, end=None, length=None)[source]¶
get_gnuplot_rgb Prints out a progression of RGB hex-keys to use in Gnuplot.
- Args:
start (array): RGB code to start from (must be numbers out of [0,1]).
end (array): RGB code to end at (must be numbers out of [0,1]).
length (int): How many colors to print out.
- XRStools.xrs_utilities.get_num_of_MD_steps(time_ps, time_step)[source]¶
Calculates the number of steps in an MD simulation for a desired time (in ps) and given step size (in a.u.)
- Args:
time_ps (float): Desired time span (ps). time_step (float): Chosen time step (a.u.).
- Returns:
The number of steps required to span the desired time span.
- XRStools.xrs_utilities.getpenetrationdepth(energy, formulas, concentrations, densities)[source]¶
returns the penetration depth of a mixture of chemical formulas with certain concentrations and densities
- XRStools.xrs_utilities.gettransmission(energy, formulas, concentrations, densities, thickness)[source]¶
returns the transmission through a sample composed of chemical formulas with certain densities mixed to certain concentrations, and a thickness
- XRStools.xrs_utilities.hlike_Rwfn(n, l, r, Z)[source]¶
hlike_Rwfn Returns an array with the radial part of a hydrogen-like wave function.
- Args:
n (integer): main quantum number n
l (integer): orbitalquantum number l
r (array): vector of radii on which the function should be evaluated
Z (float): effective nuclear charge
- XRStools.xrs_utilities.householder(b, k)[source]¶
function H = householder(b, k) % H = householder(b, k) % Atkinson, Section 9.3, p. 611 % b is a column vector, k an index < length(b) % Constructs a matrix H that annihilates entries % in the product H*b below index k
% $Id: householder.m,v 1.1 2008-01-16 15:33:30 mike Exp $ % M. M. Sussman
- XRStools.xrs_utilities.interpolate_M(xc, xi, yi, i0)[source]¶
Linear interpolation scheme after Martin Sundermann that conserves the absolute number of counts.
ONLY WORKS FOR EQUALLY/EVENLY SPACED XC, XI!
- Args:
xc (np.array): The x-coordinates of the interpolated values. xi (np.array): The x-coordinates of the data points, must be increasing. yi (np.array): The y-coordinates of the data points, same length as xp. i0 (np.array): Normalization values for the data points, same length as xp.
- Returns:
ic (np.array): The interpolated and normalized data points.
from scipy.interpolate import Rbf x = arange(20) d = zeros(len(x)) d[10] = 1 xc = arange(0.5,19.5) rbfi = Rbf(x, d) di = rbfi(xc)
- XRStools.xrs_utilities.is_allowed_refl_fcc(H)[source]¶
is_allowed_refl_fcc Check if given reflection is allowed for a FCC lattice.
- Args:
H (array, list, tuple): H=[h,k,l]
- Returns:
boolean
- XRStools.xrs_utilities.lindhard_pol(q, w, rs=3.93, use_corr=False, lifetime=0.28)[source]¶
lindhard_pol Calculates the Lindhard polarizability function (RPA) for certain q (a.u.), w (a.u.) and rs (a.u.).
- Args:
q (float): momentum transfer (in a.u.)
w (float): energy (in a.u.)
rs (float): electron parameter
use_corr (boolean): if True, uses Bernardo’s calculation for n(k) instead of the Fermi function.
lifetime (float): life time (default is 0.28 eV for Na).
Based on Matlab function by S. Huotari.
- XRStools.xrs_utilities.makeprofile(element, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat', E0=9.69, tth=35.0, correctasym=None)[source]¶
takes the profiles from ‘makepzprofile()’, converts them onto eloss scale and normalizes them to S(q,w) [1/eV] input: element = element symbol (e.g. ‘Si’, ‘Al’, etc.) filename = path and filename to tabulated profiles E0 = scattering energy [keV] tth = scattering angle [deg] returns: enscale = energy loss scale J = total CP C = only core contribution to CP V = only valence contribution to CP q = momentum transfer [a.u.]
- XRStools.xrs_utilities.makeprofile_comp(formula, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat', E0=9.69, tth=35, correctasym=None)[source]¶
returns the compton profile of a chemical compound with formula ‘formula’ input: formula = string of a chemical formula (e.g. ‘SiO2’, ‘Ba8Si46’, etc.) filename = path and filename to tabulated profiles E0 = scattering energy [keV] tth = scattering angle [deg] returns: eloss = energy loss scale J = total CP C = only core contribution to CP V = only valence contribution to CP q = momentum transfer [a.u.]
- XRStools.xrs_utilities.makeprofile_compds(formulas, concentrations=None, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat', E0=9.69, tth=35.0, correctasym=None)[source]¶
returns sum of compton profiles from a lost of chemical compounds weighted by the given concentration
- XRStools.xrs_utilities.makepzprofile(element, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat')[source]¶
constructs compton profiles of element ‘element’ on pz-scale (-100:100 a.u.) from the Biggs tables provided in ‘filename’
- input:
element = element symbol (e.g. ‘Si’, ‘Al’, etc.)
filename = path and filename to tabulated profiles
- returns:
pzprofile = numpy array of the CP: * 1. column: pz-scale * 2. … n. columns: compton profile of nth shell * binden = binding energies of shells * occupation = number of electrons in the according shells
- class XRStools.xrs_utilities.maxipix_det(name, spot_arrangement)[source]¶
Bases:
objectClass to store some useful values from the detectors used. To be used for arranging the ROIs.
- XRStools.xrs_utilities.momtrans_au(e1, e2, tth)[source]¶
Calculates the momentum transfer in atomic units input: e1 = incident energy [keV] e2 = scattered energy [keV] tth = scattering angle [deg] returns: q = momentum transfer [a.u.] (corresponding to sin(th)/lambda)
- XRStools.xrs_utilities.momtrans_inva(e1, e2, tth)[source]¶
Calculates the momentum transfer in inverse angstrom input: e1 = incident energy [keV] e2 = scattered energy [keV] tth = scattering angle [deg] returns: q = momentum transfer [a.u.] (corresponding to sin(th)/lambda)
- XRStools.xrs_utilities.mpr(energy, compound)[source]¶
Calculates the photoelectric, elastic, and inelastic absorption of a chemical compound.
Calculates the photoelectric, elastic, and inelastic absorption of a chemical compound.
- Args:
energy (np.array): energy scale in [keV].
compound (string): chemical sum formula (e.g. ‘SiO2’)
- Returns:
murho (np.array): absorption coefficient normalized by the density.
rho (float): density in UNITS?
m (float): atomic mass in UNITS?
- XRStools.xrs_utilities.mpr_compds(energy, formulas, concentrations, E0, rho_formu)[source]¶
Calculates the photoelectric, elastic, and inelastic absorption of a mix of compounds.
Returns the photoelectric absorption for a sum of different chemical compounds.
- Args:
energy (np.array): energy scale in [keV].
formulas (list of strings): list of chemical sum formulas
- Returns:
murho (np.array): absorption coefficient normalized by the density.
rho (float): density in UNITS?
m (float): atomic mass in UNITS?
- XRStools.xrs_utilities.myprho(energy, Z, logtablefile='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/logtable.dat')[source]¶
Calculates the photoelectric, elastic, and inelastic absorption of an element Z
Calculates the photelectric , elastic, and inelastic absorption of an element Z. Z can be atomic number or element symbol.
- Args:
energy (np.array): energy scale in [keV].
Z (string or int): atomic number or string of element symbol.
- Returns:
murho (np.array): absorption coefficient normalized by the density.
rho (float): density in UNITS?
m (float): atomic mass in UNITS?
- XRStools.xrs_utilities.odefctn(y, t, abb0, abb1, abb7, abb8, lex, sgbeta, y0, c1)[source]¶
#% [T,Y] = ODE23(ODEFUN,TSPAN,Y0,OPTIONS,P1,P2,…) passes the additional #% parameters P1,P2,… to the ODE function as ODEFUN(T,Y,P1,P2…), and to #% all functions specified in OPTIONS. Use OPTIONS = [] as a place holder if #% no options are set.
- XRStools.xrs_utilities.parseformula(formula)[source]¶
Parses a chemical sum formula.
Parses the constituing elements and stoichiometries from a given chemical sum formula.
- Args:
formula (string): string of a chemical formula (e.g. ‘SiO2’, ‘Ba8Si46’, etc.)
- Returns:
elements (list): list of strings of constituting elemental symbols.
stoichiometries (list): list of according stoichiometries in the same order as ‘elements’.
- XRStools.xrs_utilities.plotpenetrationdepth(energy, formulas, concentrations, densities)[source]¶
opens a plot window of the penetration depth of a mixture of chemical formulas with certain concentrations and densities plotted along the given energy vector
- XRStools.xrs_utilities.plottransmission(energy, formulas, concentrations, densities, thickness)[source]¶
opens a plot with the transmission plotted along the given energy vector
- XRStools.xrs_utilities.primtoconv(hklprim)[source]¶
primtoconv converts diamond structure reciprocal lattice expressed in primitive basis to the conventional basis (Palaiseau -> Helsinki conversion) from S. Huotari
- XRStools.xrs_utilities.pz2e1(w2, pz, th)[source]¶
Calculates the incident energy for a specific scattered photon and momentum value.
Returns the incident energy for a given photon energy and scattering angle. This function is translated from Keijo Hamalainen’s Matlab implementation (KH 29.05.96).
- Args:
w2 (float): scattered photon energy in [keV]
pz (np.array): pz scale in [a.u.]
th (float): scattering angle two theta in [deg]
- Returns:
w1 (np.array): incident energy in [keV]
- XRStools.xrs_utilities.read_dft_wfn(element, n, l, spin=None, directory='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data')[source]¶
read_dft_wfn Parses radial parts of wavefunctions.
- Args:
element (str): Element symbol.
n (int): Main quantum number.
l (int): Orbital quantum number.
spin (str): Which spin channel, default is average over up and down.
directory (str): Path to directory where the wavefunctions can be found.
- Returns:
r (np.array): radius
wfn (np.array):
- XRStools.xrs_utilities.readbiggsdata(filename, element)[source]¶
Reads Hartree-Fock Profile of element ‘element’ from values tabulated by Biggs et al. (Atomic Data and Nuclear Data Tables 16, 201-309 (1975)) as provided by the DABAX library (http://ftp.esrf.eu/pub/scisoft/xop2.3/DabaxFiles/ComptonProfiles.dat). input: filename = path to the ComptonProfiles.dat file (the file should be distributed with this package) element = string of element name returns:
- data = the data for the according element as in the file:
#UD Columns:
#UD col1: pz in atomic units
#UD col2: Total compton profile (sum over the atomic electrons
#UD col3,…coln: Compton profile for the individual sub-shells
occupation = occupation number of the according shells
bindingen = binding energies of the accorting shells
colnames = strings of column names as used in the file
- XRStools.xrs_utilities.readfio(prefix, scannumber, repnumber=0)[source]¶
if repnumber = 0: reads a spectra-file (name: prefix_scannumber.fio) if repnumber > 1: reads a spectra-file (name: prefix_scannumber_rrepnumber.fio)
- XRStools.xrs_utilities.readp01image(filename)[source]¶
reads a detector file from PetraIII beamline P01
- XRStools.xrs_utilities.readp01scan(prefix, scannumber)[source]¶
reads a whole scan from PetraIII beamline P01 (experimental)
- XRStools.xrs_utilities.readp01scan_rep(prefix, scannumber, repetition)[source]¶
reads a whole scan with repititions from PetraIII beamline P01 (experimental)
- XRStools.xrs_utilities.savitzky_golay(y, window_size, order, deriv=0, rate=1)[source]¶
Smooth (and optionally differentiate) data with a Savitzky-Golay filter. The Savitzky-Golay filter removes high frequency noise from data. It has the advantage of preserving the original shape and features of the signal better than other types of filtering approaches, such as moving averages techniques.
- Parameters:
y : array_like, shape (N,) the values of the time history of the signal.
window_size : int the length of the window. Must be an odd integer number.
order : int the order of the polynomial used in the filtering. Must be less then window_size - 1.
deriv: int the order of the derivative to compute (default = 0 means only smoothing)
- Returns
ys : ndarray, shape (N) the smoothed signal (or it’s n-th derivative).
- Notes:
The Savitzky-Golay is a type of low-pass filter, particularly suited for smoothing noisy data. The main idea behind this approach is to make for each point a least-square fit with a polynomial of high order over a odd-sized window centered at the point.
Examples
t = np.linspace(-4, 4, 500) y = np.exp( -t**2 ) + np.random.normal(0, 0.05, t.shape) ysg = savitzky_golay(y, window_size=31, order=4) import matplotlib.pyplot as plt plt.plot(t, y, label='Noisy signal') plt.plot(t, np.exp(-t**2), 'k', lw=1.5, label='Original signal') plt.plot(t, ysg, 'r', label='Filtered signal') plt.legend() plt.show()
- References ::
- 1
A. Savitzky, M. J. E. Golay, Smoothing and Differentiation of Data by Simplified Least Squares Procedures. Analytical Chemistry, 1964, 36 (8), pp 1627-1639.
- 2
Numerical Recipes 3rd Edition: The Art of Scientific Computing W.H. Press, S.A. Teukolsky, W.T. Vetterling, B.P. Flannery Cambridge University Press ISBN-13: 9780521880688
- XRStools.xrs_utilities.sigmainc(Z, energy, logtablefile='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/logtable.dat')[source]¶
sigmainc Calculates the Incoherent Scattering Cross Section in cm^2/g using Log-Log Fit.
- Args:
z (int or string): Element number or elements symbol.
energy (float or array): Energy (can be number or vector)
- Returns:
tau (float or array): Photoelectric cross section in [cm**2/g]
Adapted from original Matlab function of Keijo Hamalainen.
- XRStools.xrs_utilities.specread(filename, nscan)[source]¶
reads scan “nscan” from SPEC-file “filename”
- INPUT:
filename = string with the SPEC-file name
nscan = number (int) of desired scan
- OUTPUT:
data =
motors =
counters = dictionary
- XRStools.xrs_utilities.spline2(x, y, x2)[source]¶
Extrapolates the smaller and larger valuea as a constant
- XRStools.xrs_utilities.stiff_compl_matrix_Si(e1, e2, e3, ansys=False)[source]¶
stiff_compl_matrix_Si Returns stiffnes and compliance tensor of Si for a given orientation.
- Args:
e1 (np.array): unit vector normal to crystal surface
e2 (np.array): unit vector crystal surface
e3 (np.array): unit vector orthogonal to e2
- Returns:
S (np.array): compliance tensor in new coordinate system
C (np.array): stiffnes tensor in new coordinate system
E (np.array): Young’s modulus in [GPa]
G (np.array): shear modulus in [GPa]
nu (np.array): Poisson ratio
Copied from S.I. of L. Zhang et al. “Anisotropic elasticity of silicon and its application to the modelling of X-ray optics.” J. Synchrotron Rad. 21, no. 3 (2014): 507-517.
- XRStools.xrs_utilities.sumx(A)[source]¶
Short-hand command to sum over 1st dimension of a N-D matrix (N>2) and to squeeze it to N-1-D matrix.
- XRStools.xrs_utilities.taupgen(e, hkl=[6, 6, 0], crystals='Si', R=1.0, dev=array([- 50., - 49., - 48., - 47., - 46., - 45., - 44., - 43., - 42., - 41., - 40., - 39., - 38., - 37., - 36., - 35., - 34., - 33., - 32., - 31., - 30., - 29., - 28., - 27., - 26., - 25., - 24., - 23., - 22., - 21., - 20., - 19., - 18., - 17., - 16., - 15., - 14., - 13., - 12., - 11., - 10., - 9., - 8., - 7., - 6., - 5., - 4., - 3., - 2., - 1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89., 90., 91., 92., 93., 94., 95., 96., 97., 98., 99., 100., 101., 102., 103., 104., 105., 106., 107., 108., 109., 110., 111., 112., 113., 114., 115., 116., 117., 118., 119., 120., 121., 122., 123., 124., 125., 126., 127., 128., 129., 130., 131., 132., 133., 134., 135., 136., 137., 138., 139., 140., 141., 142., 143., 144., 145., 146., 147., 148., 149.]), alpha=0.0)[source]¶
% TAUPGEN Calculates the reflectivity curves of bent crystals % % function [refl,e,dev]=taupgen_new(e,hkl,crystals,R,dev,alpha); % % e = fixed nominal energy in keV % hkl = reflection order vector, e.g. [1 1 1] % crystals = crystal string, e.g. ‘si’ or ‘ge’ % R = bending radius in meters % dev = deviation parameter for which the % curve will be calculated (vector) (optional) % alpha = asymmetry angle % based on a FORTRAN program of Michael Krisch % Translitterated to Matlab by Simo Huotari 2006, 2007 % Is far away from being good matlab writing - mostly copy&paste from % the fortran routines. Frankly, my dear, I don’t give a damn. % Complaints -> /dev/null
- XRStools.xrs_utilities.taupgen_amplitude(e, hkl=[6, 6, 0], crystals='Si', R=1.0, dev=array([- 50., - 49., - 48., - 47., - 46., - 45., - 44., - 43., - 42., - 41., - 40., - 39., - 38., - 37., - 36., - 35., - 34., - 33., - 32., - 31., - 30., - 29., - 28., - 27., - 26., - 25., - 24., - 23., - 22., - 21., - 20., - 19., - 18., - 17., - 16., - 15., - 14., - 13., - 12., - 11., - 10., - 9., - 8., - 7., - 6., - 5., - 4., - 3., - 2., - 1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89., 90., 91., 92., 93., 94., 95., 96., 97., 98., 99., 100., 101., 102., 103., 104., 105., 106., 107., 108., 109., 110., 111., 112., 113., 114., 115., 116., 117., 118., 119., 120., 121., 122., 123., 124., 125., 126., 127., 128., 129., 130., 131., 132., 133., 134., 135., 136., 137., 138., 139., 140., 141., 142., 143., 144., 145., 146., 147., 148., 149.]), alpha=0.0)[source]¶
% TAUPGEN Calculates the reflectivity curves of bent crystals % % function [refl,e,dev]=taupgen_new(e,hkl,crystals,R,dev,alpha); % % e = fixed nominal energy in keV % hkl = reflection order vector, e.g. [1 1 1] % crystals = crystal string, e.g. ‘si’ or ‘ge’ % R = bending radius in meters % dev = deviation parameter for which the % curve will be calculated (vector) (optional) % alpha = asymmetry angle % based on a FORTRAN program of Michael Krisch % Translitterated to Matlab by Simo Huotari 2006, 2007 % Is far away from being good matlab writing - mostly copy&paste from % the fortran routines. Frankly, my dear, I don’t give a damn. % Complaints -> /dev/null
- XRStools.xrs_utilities.tauphoto(Z, energy, logtablefile='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/logtable.dat')[source]¶
tauphoto Calculates Photoelectric Cross Section in cm^2/g using Log-Log Fit.
- Args:
z (int or string): Element number or elements symbol.
energy (float or array): Energy (can be number or vector)
- Returns:
tau (float or array): Photoelectric cross section in [cm**2/g]
Adapted from original Matlab function of Keijo Hamalainen.
- XRStools.xrs_utilities.unconstrained_mf(A, numComp=3, maxIter=1000, tol=1e-08)[source]¶
unconstrained_mf Returns main components from an off-diagonal Matrix (energy-loss x angular-departure), using the power method iteratively on the different main components.
- XRStools.xrs_utilities.vangle(v1, v2)[source]¶
vangle Calculates the angle between two cartesian vectors v1 and v2 in degrees.
- Args:
v1 (np.array): first vector.
v2 (np.array): second vector.
- Returns:
th (float): angle between first and second vector.
Function by S. Huotari, adopted for Python.
- XRStools.xrs_utilities.vrot(v, vaxis, phi)[source]¶
vrot Rotates a vector around a given axis.
- Args:
v (np.array): vector to be rotated
vaxis (np.array): rotation axis
phi (float): angle [deg] respecting the right-hand rule
- Returns:
v2 (np.array): new rotated vector
Function by S. Huotari (2007) adopted to Python.
- XRStools.xrs_utilities.vrot2(vector1, vector2, angle)[source]¶
rotMatrix Rotate vector1 around vector2 by an angle.
- XRStools.xrs_utilities.xas_fluo_correct(ene, mu, formula, fluo_ene, edge_ene, angin, angout)[source]¶
xas_fluo_correct Fluorescence yield over-absorption correction as in Larch/Athena. see: https://www3.aps.anl.gov/haskel/FLUO/Fluo-manual.pdf
- Args:
ene (np.array): energy axis in [keV]
mu (np.array): measured fluorescence spectrum
formula (str): chemical sum formulas (e.g. ‘SiO2’)
fluo_ene (float): energy in keV of main fluorescence line
edge_ene (float): edge energy in [keV]
angin (float): incidence angle (relative to sample normal) [deg.]
angout (float): exit angle (relative to sample normal) [deg.]
- Returns:
ene (np.array): energy axis in [keV]
mu_corr (np.array): corrected fluorescence spectrum
XRStools.XRStool Package¶
XRStools.xrs_calctools Module¶
- XRStools.xrs_calctools.beta(a, b, size=None)¶
Draw samples from a Beta distribution.
The Beta distribution is a special case of the Dirichlet distribution, and is related to the Gamma distribution. It has the probability distribution function
f(x; a,b) = \frac{1}{B(\alpha, \beta)} x^{\alpha - 1} (1 - x)^{\beta - 1},
where the normalization, B, is the beta function,
B(\alpha, \beta) = \int_0^1 t^{\alpha - 1} (1 - t)^{\beta - 1} dt.
It is often seen in Bayesian inference and order statistics.
Note
New code should use the
betamethod of adefault_rng()instance instead; please see the random-quick-start.- afloat or array_like of floats
Alpha, positive (>0).
- bfloat or array_like of floats
Beta, positive (>0).
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifaandbare both scalars. Otherwise,np.broadcast(a, b).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized beta distribution.
Generator.beta: which should be used for new code.
- XRStools.xrs_calctools.binomial(n, p, size=None)¶
Draw samples from a binomial distribution.
Samples are drawn from a binomial distribution with specified parameters, n trials and p probability of success where n an integer >= 0 and p is in the interval [0,1]. (n may be input as a float, but it is truncated to an integer in use)
Note
New code should use the
binomialmethod of adefault_rng()instance instead; please see the random-quick-start.- nint or array_like of ints
Parameter of the distribution, >= 0. Floats are also accepted, but they will be truncated to integers.
- pfloat or array_like of floats
Parameter of the distribution, >= 0 and <=1.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifnandpare both scalars. Otherwise,np.broadcast(n, p).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized binomial distribution, where each sample is equal to the number of successes over the n trials.
- scipy.stats.binomprobability density function, distribution or
cumulative density function, etc.
Generator.binomial: which should be used for new code.
The probability density for the binomial distribution is
P(N) = \binom{n}{N}p^N(1-p)^{n-N},
where n is the number of trials, p is the probability of success, and N is the number of successes.
When estimating the standard error of a proportion in a population by using a random sample, the normal distribution works well unless the product p*n <=5, where p = population proportion estimate, and n = number of samples, in which case the binomial distribution is used instead. For example, a sample of 15 people shows 4 who are left handed, and 11 who are right handed. Then p = 4/15 = 27%. 0.27*15 = 4, so the binomial distribution should be used in this case.
- 1
Dalgaard, Peter, “Introductory Statistics with R”, Springer-Verlag, 2002.
- 2
Glantz, Stanton A. “Primer of Biostatistics.”, McGraw-Hill, Fifth Edition, 2002.
- 3
Lentner, Marvin, “Elementary Applied Statistics”, Bogden and Quigley, 1972.
- 4
Weisstein, Eric W. “Binomial Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/BinomialDistribution.html
- 5
Wikipedia, “Binomial distribution”, https://en.wikipedia.org/wiki/Binomial_distribution
Draw samples from the distribution:
>>> n, p = 10, .5 # number of trials, probability of each trial >>> s = np.random.binomial(n, p, 1000) # result of flipping a coin 10 times, tested 1000 times.
A real world example. A company drills 9 wild-cat oil exploration wells, each with an estimated probability of success of 0.1. All nine wells fail. What is the probability of that happening?
Let’s do 20,000 trials of the model, and count the number that generate zero positive results.
>>> sum(np.random.binomial(9, 0.1, 20000) == 0)/20000. # answer = 0.38885, or 38%.
- XRStools.xrs_calctools.broaden_diagram(e, s, params=[1.0, 1.0, 537.5, 540.0], npoints=1000)[source]¶
function [e2,s2] = broaden_diagram2(e,s,params,npoints)
% BROADEN_DIAGRAM2 Broaden a StoBe line diagram % % [ENE2,SQW2] = BROADEN_DIAGRAM2(ENE,SQW,PARAMS,NPOINTS) % % gives the broadened spectrum SQW2(ENE2) of the line-spectrum % SWQ(ENE). Each line is substituted with a Gaussian peak, % the FWHM of which is determined by PARAMS. ENE2 is a linear % scale of length NPOINTS (default 1000). % % PARAMS = [f_min f_max emin max] % % For ENE <= e_min, FWHM = f_min. % For ENE >= e_max, FWHM = f_min. % FWHM increases linearly from [f_min f_max] between [e_min e_max]. % % T Pylkkanen @ 2008-04-18 [17:37]
- XRStools.xrs_calctools.broaden_linear(spec, params=[0.8, 8, 537.5, 550], npoints=1000)[source]¶
broadens a spectrum with a Gaussian of width params[0] below params[2] and width params[1] above params[3], width increases linear in between. returns two-column numpy array of length npoints with energy and the broadened spectrum
- XRStools.xrs_calctools.calculateCOMlist(atomList)[source]¶
calculateCOMlist Calculates center of mass for a list of atoms.
- XRStools.xrs_calctools.calculateRIJhist2_arb(atoms1, atoms2, lattice, lattice_inv, DELR=0.01, MAXBIN=1000)[source]¶
- XRStools.xrs_calctools.calculateRIJhist_arb(atoms1, atoms2, lattice, lattice_inv, DELR=0.01, MAXBIN=1000)[source]¶
- XRStools.xrs_calctools.changeOHBondLength(h2oMol, fraction, boxLength=None, oName='O', hName='H')[source]¶
- XRStools.xrs_calctools.chisquare(df, size=None)¶
Draw samples from a chi-square distribution.
When df independent random variables, each with standard normal distributions (mean 0, variance 1), are squared and summed, the resulting distribution is chi-square (see Notes). This distribution is often used in hypothesis testing.
Note
New code should use the
chisquaremethod of adefault_rng()instance instead; please see the random-quick-start.- dffloat or array_like of floats
Number of degrees of freedom, must be > 0.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifdfis a scalar. Otherwise,np.array(df).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized chi-square distribution.
- ValueError
When df <= 0 or when an inappropriate size (e.g.
size=-1) is given.
Generator.chisquare: which should be used for new code.
The variable obtained by summing the squares of df independent, standard normally distributed random variables:
Q = \sum_{i=0}^{\mathtt{df}} X^2_i
is chi-square distributed, denoted
Q \sim \chi^2_k.
The probability density function of the chi-squared distribution is
p(x) = \frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2},
where \Gamma is the gamma function,
\Gamma(x) = \int_0^{-\infty} t^{x - 1} e^{-t} dt.
- 1
NIST “Engineering Statistics Handbook” https://www.itl.nist.gov/div898/handbook/eda/section3/eda3666.htm
>>> np.random.chisquare(2,4) array([ 1.89920014, 9.00867716, 3.13710533, 5.62318272]) # random
- XRStools.xrs_calctools.choice(a, size=None, replace=True, p=None)¶
Generates a random sample from a given 1-D array
New in version 1.7.0.
Note
New code should use the
choicemethod of adefault_rng()instance instead; please see the random-quick-start.- a1-D array-like or int
If an ndarray, a random sample is generated from its elements. If an int, the random sample is generated as if a were np.arange(a)
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.- replaceboolean, optional
Whether the sample is with or without replacement
- p1-D array-like, optional
The probabilities associated with each entry in a. If not given the sample assumes a uniform distribution over all entries in a.
- samplessingle item or ndarray
The generated random samples
- ValueError
If a is an int and less than zero, if a or p are not 1-dimensional, if a is an array-like of size 0, if p is not a vector of probabilities, if a and p have different lengths, or if replace=False and the sample size is greater than the population size
randint, shuffle, permutation Generator.choice: which should be used in new code
Sampling random rows from a 2-D array is not possible with this function, but is possible with Generator.choice through its
axiskeyword.Generate a uniform random sample from np.arange(5) of size 3:
>>> np.random.choice(5, 3) array([0, 3, 4]) # random >>> #This is equivalent to np.random.randint(0,5,3)
Generate a non-uniform random sample from np.arange(5) of size 3:
>>> np.random.choice(5, 3, p=[0.1, 0, 0.3, 0.6, 0]) array([3, 3, 0]) # random
Generate a uniform random sample from np.arange(5) of size 3 without replacement:
>>> np.random.choice(5, 3, replace=False) array([3,1,0]) # random >>> #This is equivalent to np.random.permutation(np.arange(5))[:3]
Generate a non-uniform random sample from np.arange(5) of size 3 without replacement:
>>> np.random.choice(5, 3, replace=False, p=[0.1, 0, 0.3, 0.6, 0]) array([2, 3, 0]) # random
Any of the above can be repeated with an arbitrary array-like instead of just integers. For instance:
>>> aa_milne_arr = ['pooh', 'rabbit', 'piglet', 'Christopher'] >>> np.random.choice(aa_milne_arr, 5, p=[0.5, 0.1, 0.1, 0.3]) array(['pooh', 'pooh', 'pooh', 'Christopher', 'piglet'], # random dtype='<U11')
- XRStools.xrs_calctools.countHbonds_pbc(mol1, mol2, boxLength, Roocut=3.6, Rohcut=2.4, Aoooh=30.0)[source]¶
- XRStools.xrs_calctools.count_HBonds_pbc_arb(mol1, mol2, lattice, lattice_inv, Roocut=3.6, Rohcut=2.4, Aoooh=30.0)[source]¶
- XRStools.xrs_calctools.count_OO_neighbors_pbc(list_of_o_atoms, Roocut, boxLength, numbershells=1)[source]¶
- XRStools.xrs_calctools.cut_spec(spec, emin=None, emax=None)[source]¶
deletes lines of matrix with first column smaller than emin and larger than emax
- XRStools.xrs_calctools.dirichlet(alpha, size=None)¶
Draw samples from the Dirichlet distribution.
Draw size samples of dimension k from a Dirichlet distribution. A Dirichlet-distributed random variable can be seen as a multivariate generalization of a Beta distribution. The Dirichlet distribution is a conjugate prior of a multinomial distribution in Bayesian inference.
Note
New code should use the
dirichletmethod of adefault_rng()instance instead; please see the random-quick-start.- alphasequence of floats, length k
Parameter of the distribution (length
kfor sample of lengthk).- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n), thenm * n * ksamples are drawn. Default is None, in which case a vector of lengthkis returned.
- samplesndarray,
The drawn samples, of shape
(size, k).
- ValueError
If any value in
alphais less than or equal to zero
Generator.dirichlet: which should be used for new code.
The Dirichlet distribution is a distribution over vectors x that fulfil the conditions x_i>0 and \sum_{i=1}^k x_i = 1.
The probability density function p of a Dirichlet-distributed random vector X is proportional to
p(x) \propto \prod_{i=1}^{k}{x^{\alpha_i-1}_i},
where \alpha is a vector containing the positive concentration parameters.
The method uses the following property for computation: let Y be a random vector which has components that follow a standard gamma distribution, then X = \frac{1}{\sum_{i=1}^k{Y_i}} Y is Dirichlet-distributed
- 1
David McKay, “Information Theory, Inference and Learning Algorithms,” chapter 23, http://www.inference.org.uk/mackay/itila/
- 2
Wikipedia, “Dirichlet distribution”, https://en.wikipedia.org/wiki/Dirichlet_distribution
Taking an example cited in Wikipedia, this distribution can be used if one wanted to cut strings (each of initial length 1.0) into K pieces with different lengths, where each piece had, on average, a designated average length, but allowing some variation in the relative sizes of the pieces.
>>> s = np.random.dirichlet((10, 5, 3), 20).transpose()
>>> import matplotlib.pyplot as plt >>> plt.barh(range(20), s[0]) >>> plt.barh(range(20), s[1], left=s[0], color='g') >>> plt.barh(range(20), s[2], left=s[0]+s[1], color='r') >>> plt.title("Lengths of Strings")
- class XRStools.xrs_calctools.erkale(prefix, postfix, fromnumber, tonumber, step, stepformat=2)[source]¶
Bases:
objectclass to analyze ERKALE XRS results.
- XRStools.xrs_calctools.exponential(scale=1.0, size=None)¶
Draw samples from an exponential distribution.
Its probability density function is
f(x; \frac{1}{\beta}) = \frac{1}{\beta} \exp(-\frac{x}{\beta}),
for
x > 0and 0 elsewhere. \beta is the scale parameter, which is the inverse of the rate parameter \lambda = 1/\beta. The rate parameter is an alternative, widely used parameterization of the exponential distribution [3]_.The exponential distribution is a continuous analogue of the geometric distribution. It describes many common situations, such as the size of raindrops measured over many rainstorms [1]_, or the time between page requests to Wikipedia [2]_.
Note
New code should use the
exponentialmethod of adefault_rng()instance instead; please see the random-quick-start.- scalefloat or array_like of floats
The scale parameter, \beta = 1/\lambda. Must be non-negative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifscaleis a scalar. Otherwise,np.array(scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized exponential distribution.
Generator.exponential: which should be used for new code.
- 1
Peyton Z. Peebles Jr., “Probability, Random Variables and Random Signal Principles”, 4th ed, 2001, p. 57.
- 2
Wikipedia, “Poisson process”, https://en.wikipedia.org/wiki/Poisson_process
- 3
Wikipedia, “Exponential distribution”, https://en.wikipedia.org/wiki/Exponential_distribution
- XRStools.xrs_calctools.f(dfnum, dfden, size=None)¶
Draw samples from an F distribution.
Samples are drawn from an F distribution with specified parameters, dfnum (degrees of freedom in numerator) and dfden (degrees of freedom in denominator), where both parameters must be greater than zero.
The random variate of the F distribution (also known as the Fisher distribution) is a continuous probability distribution that arises in ANOVA tests, and is the ratio of two chi-square variates.
Note
New code should use the
fmethod of adefault_rng()instance instead; please see the random-quick-start.- dfnumfloat or array_like of floats
Degrees of freedom in numerator, must be > 0.
- dfdenfloat or array_like of float
Degrees of freedom in denominator, must be > 0.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifdfnumanddfdenare both scalars. Otherwise,np.broadcast(dfnum, dfden).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Fisher distribution.
- scipy.stats.fprobability density function, distribution or
cumulative density function, etc.
Generator.f: which should be used for new code.
The F statistic is used to compare in-group variances to between-group variances. Calculating the distribution depends on the sampling, and so it is a function of the respective degrees of freedom in the problem. The variable dfnum is the number of samples minus one, the between-groups degrees of freedom, while dfden is the within-groups degrees of freedom, the sum of the number of samples in each group minus the number of groups.
- 1
Glantz, Stanton A. “Primer of Biostatistics.”, McGraw-Hill, Fifth Edition, 2002.
- 2
Wikipedia, “F-distribution”, https://en.wikipedia.org/wiki/F-distribution
An example from Glantz[1], pp 47-40:
Two groups, children of diabetics (25 people) and children from people without diabetes (25 controls). Fasting blood glucose was measured, case group had a mean value of 86.1, controls had a mean value of 82.2. Standard deviations were 2.09 and 2.49 respectively. Are these data consistent with the null hypothesis that the parents diabetic status does not affect their children’s blood glucose levels? Calculating the F statistic from the data gives a value of 36.01.
Draw samples from the distribution:
>>> dfnum = 1. # between group degrees of freedom >>> dfden = 48. # within groups degrees of freedom >>> s = np.random.f(dfnum, dfden, 1000)
The lower bound for the top 1% of the samples is :
>>> np.sort(s)[-10] 7.61988120985 # random
So there is about a 1% chance that the F statistic will exceed 7.62, the measured value is 36, so the null hypothesis is rejected at the 1% level.
- XRStools.xrs_calctools.find_H2O_molecules_PBC_arb(o_atoms, h_atoms, lattice, lattice_inv, OH_cutoff=1.5)[source]¶
- XRStools.xrs_calctools.gamma(shape, scale=1.0, size=None)¶
Draw samples from a Gamma distribution.
Samples are drawn from a Gamma distribution with specified parameters, shape (sometimes designated “k”) and scale (sometimes designated “theta”), where both parameters are > 0.
Note
New code should use the
gammamethod of adefault_rng()instance instead; please see the random-quick-start.- shapefloat or array_like of floats
The shape of the gamma distribution. Must be non-negative.
- scalefloat or array_like of floats, optional
The scale of the gamma distribution. Must be non-negative. Default is equal to 1.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifshapeandscaleare both scalars. Otherwise,np.broadcast(shape, scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized gamma distribution.
- scipy.stats.gammaprobability density function, distribution or
cumulative density function, etc.
Generator.gamma: which should be used for new code.
The probability density for the Gamma distribution is
p(x) = x^{k-1}\frac{e^{-x/\theta}}{\theta^k\Gamma(k)},
where k is the shape and \theta the scale, and \Gamma is the Gamma function.
The Gamma distribution is often used to model the times to failure of electronic components, and arises naturally in processes for which the waiting times between Poisson distributed events are relevant.
- 1
Weisstein, Eric W. “Gamma Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/GammaDistribution.html
- 2
Wikipedia, “Gamma distribution”, https://en.wikipedia.org/wiki/Gamma_distribution
Draw samples from the distribution:
>>> shape, scale = 2., 2. # mean=4, std=2*sqrt(2) >>> s = np.random.gamma(shape, scale, 1000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> import scipy.special as sps >>> count, bins, ignored = plt.hist(s, 50, density=True) >>> y = bins**(shape-1)*(np.exp(-bins/scale) / ... (sps.gamma(shape)*scale**shape)) >>> plt.plot(bins, y, linewidth=2, color='r') >>> plt.show()
- XRStools.xrs_calctools.gauss1(x, x0, fwhm)[source]¶
returns a gaussian with peak value normalized to unity a[0] = peak position a[1] = Full Width at Half Maximum
- XRStools.xrs_calctools.geometric(p, size=None)¶
Draw samples from the geometric distribution.
Bernoulli trials are experiments with one of two outcomes: success or failure (an example of such an experiment is flipping a coin). The geometric distribution models the number of trials that must be run in order to achieve success. It is therefore supported on the positive integers,
k = 1, 2, ....The probability mass function of the geometric distribution is
f(k) = (1 - p)^{k - 1} p
where p is the probability of success of an individual trial.
Note
New code should use the
geometricmethod of adefault_rng()instance instead; please see the random-quick-start.- pfloat or array_like of floats
The probability of success of an individual trial.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifpis a scalar. Otherwise,np.array(p).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized geometric distribution.
Generator.geometric: which should be used for new code.
Draw ten thousand values from the geometric distribution, with the probability of an individual success equal to 0.35:
>>> z = np.random.geometric(p=0.35, size=10000)
How many trials succeeded after a single run?
>>> (z == 1).sum() / 10000. 0.34889999999999999 #random
- XRStools.xrs_calctools.getDistVectorPBC_arb(atom1, atom2, lattice, lattice_inv)[source]¶
getDistVectorPBC_arb
Calculates the distance vector between two atoms from an arbitrary simulation box using the minimum image convention.
- Args:
atom1 (obj): Instance of the xzyAtom class. atom2 (obj): Instance of the xzyAtom class. lattice (np.array): Array with lattice vectors as columns. lattice_inv (np.array): Inverse of lattice.
- Returns:
The distance vector between the two atoms (np.array).
- XRStools.xrs_calctools.getDistancePBC_arb(atom1, atom2, lattice, lattice_inv)[source]¶
getDistancePBC_arb
Calculates the distance of two atoms from an arbitrary simulation box using the minimum image convention.
- Args:
atom1 (obj): Instance of the xzyAtom class. atom2 (obj): Instance of the xzyAtom class. lattice (np.array): Array with lattice vectors as columns. lattice_inv (np.array): Inverse of lattice.
- Returns:
The distance between the two atoms.
- XRStools.xrs_calctools.getPeriodicTestBox_arb(xyzAtoms, lattice, lattice_inv, lx=[- 1, 1], ly=[- 1, 1], lz=[- 1, 1])[source]¶
- XRStools.xrs_calctools.getTetraParameter(o_atoms, boxLength=None)[source]¶
according to NATURE, VOL 409, 18 JANUARY 2001
- XRStools.xrs_calctools.getTranslVec(atom1, atom2, boxLength)[source]¶
getTranslVec Returns the translation vector that brings atom2 closer to atom1 in case atom2 is further than boxLength away.
- XRStools.xrs_calctools.getTranslVec_geocen(mol1COM, mol2COM, boxLength)[source]¶
getTranslVec_geocen
- XRStools.xrs_calctools.get_state()¶
Return a tuple representing the internal state of the generator.
For more details, see set_state.
- legacybool, optional
Flag indicating to return a legacy tuple state when the BitGenerator is MT19937, instead of a dict.
- out{tuple(str, ndarray of 624 uints, int, int, float), dict}
The returned tuple has the following items:
the string ‘MT19937’.
a 1-D array of 624 unsigned integer keys.
an integer
pos.an integer
has_gauss.a float
cached_gaussian.
If legacy is False, or the BitGenerator is not MT19937, then state is returned as a dictionary.
set_state
set_state and get_state are not needed to work with any of the random distributions in NumPy. If the internal state is manually altered, the user should know exactly what he/she is doing.
- XRStools.xrs_calctools.groBoxParser(filename, nanoMeter=True)[source]¶
groBoxParser Parses an gromacs GRO-style file for the xyzBox class.
- XRStools.xrs_calctools.groTrajecParser(filename, nanoMeter=True)[source]¶
groTrajecParser Parses an gromacs GRO-style file for the xyzBox class.
- XRStools.xrs_calctools.gumbel(loc=0.0, scale=1.0, size=None)¶
Draw samples from a Gumbel distribution.
Draw samples from a Gumbel distribution with specified location and scale. For more information on the Gumbel distribution, see Notes and References below.
Note
New code should use the
gumbelmethod of adefault_rng()instance instead; please see the random-quick-start.- locfloat or array_like of floats, optional
The location of the mode of the distribution. Default is 0.
- scalefloat or array_like of floats, optional
The scale parameter of the distribution. Default is 1. Must be non- negative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned iflocandscaleare both scalars. Otherwise,np.broadcast(loc, scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Gumbel distribution.
scipy.stats.gumbel_l scipy.stats.gumbel_r scipy.stats.genextreme weibull Generator.gumbel: which should be used for new code.
The Gumbel (or Smallest Extreme Value (SEV) or the Smallest Extreme Value Type I) distribution is one of a class of Generalized Extreme Value (GEV) distributions used in modeling extreme value problems. The Gumbel is a special case of the Extreme Value Type I distribution for maximums from distributions with “exponential-like” tails.
The probability density for the Gumbel distribution is
p(x) = \frac{e^{-(x - \mu)/ \beta}}{\beta} e^{ -e^{-(x - \mu)/ \beta}},
where \mu is the mode, a location parameter, and \beta is the scale parameter.
The Gumbel (named for German mathematician Emil Julius Gumbel) was used very early in the hydrology literature, for modeling the occurrence of flood events. It is also used for modeling maximum wind speed and rainfall rates. It is a “fat-tailed” distribution - the probability of an event in the tail of the distribution is larger than if one used a Gaussian, hence the surprisingly frequent occurrence of 100-year floods. Floods were initially modeled as a Gaussian process, which underestimated the frequency of extreme events.
It is one of a class of extreme value distributions, the Generalized Extreme Value (GEV) distributions, which also includes the Weibull and Frechet.
The function has a mean of \mu + 0.57721\beta and a variance of \frac{\pi^2}{6}\beta^2.
- 1
Gumbel, E. J., “Statistics of Extremes,” New York: Columbia University Press, 1958.
- 2
Reiss, R.-D. and Thomas, M., “Statistical Analysis of Extreme Values from Insurance, Finance, Hydrology and Other Fields,” Basel: Birkhauser Verlag, 2001.
Draw samples from the distribution:
>>> mu, beta = 0, 0.1 # location and scale >>> s = np.random.gumbel(mu, beta, 1000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, 30, density=True) >>> plt.plot(bins, (1/beta)*np.exp(-(bins - mu)/beta) ... * np.exp( -np.exp( -(bins - mu) /beta) ), ... linewidth=2, color='r') >>> plt.show()
Show how an extreme value distribution can arise from a Gaussian process and compare to a Gaussian:
>>> means = [] >>> maxima = [] >>> for i in range(0,1000) : ... a = np.random.normal(mu, beta, 1000) ... means.append(a.mean()) ... maxima.append(a.max()) >>> count, bins, ignored = plt.hist(maxima, 30, density=True) >>> beta = np.std(maxima) * np.sqrt(6) / np.pi >>> mu = np.mean(maxima) - 0.57721*beta >>> plt.plot(bins, (1/beta)*np.exp(-(bins - mu)/beta) ... * np.exp(-np.exp(-(bins - mu)/beta)), ... linewidth=2, color='r') >>> plt.plot(bins, 1/(beta * np.sqrt(2 * np.pi)) ... * np.exp(-(bins - mu)**2 / (2 * beta**2)), ... linewidth=2, color='g') >>> plt.show()
- XRStools.xrs_calctools.hypergeometric(ngood, nbad, nsample, size=None)¶
Draw samples from a Hypergeometric distribution.
Samples are drawn from a hypergeometric distribution with specified parameters, ngood (ways to make a good selection), nbad (ways to make a bad selection), and nsample (number of items sampled, which is less than or equal to the sum
ngood + nbad).Note
New code should use the
hypergeometricmethod of adefault_rng()instance instead; please see the random-quick-start.- ngoodint or array_like of ints
Number of ways to make a good selection. Must be nonnegative.
- nbadint or array_like of ints
Number of ways to make a bad selection. Must be nonnegative.
- nsampleint or array_like of ints
Number of items sampled. Must be at least 1 and at most
ngood + nbad.- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned if ngood, nbad, and nsample are all scalars. Otherwise,np.broadcast(ngood, nbad, nsample).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized hypergeometric distribution. Each sample is the number of good items within a randomly selected subset of size nsample taken from a set of ngood good items and nbad bad items.
- scipy.stats.hypergeomprobability density function, distribution or
cumulative density function, etc.
Generator.hypergeometric: which should be used for new code.
The probability density for the Hypergeometric distribution is
P(x) = \frac{\binom{g}{x}\binom{b}{n-x}}{\binom{g+b}{n}},
where 0 \le x \le n and n-b \le x \le g
for P(x) the probability of
xgood results in the drawn sample, g = ngood, b = nbad, and n = nsample.Consider an urn with black and white marbles in it, ngood of them are black and nbad are white. If you draw nsample balls without replacement, then the hypergeometric distribution describes the distribution of black balls in the drawn sample.
Note that this distribution is very similar to the binomial distribution, except that in this case, samples are drawn without replacement, whereas in the Binomial case samples are drawn with replacement (or the sample space is infinite). As the sample space becomes large, this distribution approaches the binomial.
- 1
Lentner, Marvin, “Elementary Applied Statistics”, Bogden and Quigley, 1972.
- 2
Weisstein, Eric W. “Hypergeometric Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/HypergeometricDistribution.html
- 3
Wikipedia, “Hypergeometric distribution”, https://en.wikipedia.org/wiki/Hypergeometric_distribution
Draw samples from the distribution:
>>> ngood, nbad, nsamp = 100, 2, 10 # number of good, number of bad, and number of samples >>> s = np.random.hypergeometric(ngood, nbad, nsamp, 1000) >>> from matplotlib.pyplot import hist >>> hist(s) # note that it is very unlikely to grab both bad items
Suppose you have an urn with 15 white and 15 black marbles. If you pull 15 marbles at random, how likely is it that 12 or more of them are one color?
>>> s = np.random.hypergeometric(15, 15, 15, 100000) >>> sum(s>=12)/100000. + sum(s<=3)/100000. # answer = 0.003 ... pretty unlikely!
- XRStools.xrs_calctools.keithBoxParser(cell_fname, coord_fname)[source]¶
keithBoxParser
Reads structure files from Keith’s SiO2 simulations.
- XRStools.xrs_calctools.laplace(loc=0.0, scale=1.0, size=None)¶
Draw samples from the Laplace or double exponential distribution with specified location (or mean) and scale (decay).
The Laplace distribution is similar to the Gaussian/normal distribution, but is sharper at the peak and has fatter tails. It represents the difference between two independent, identically distributed exponential random variables.
Note
New code should use the
laplacemethod of adefault_rng()instance instead; please see the random-quick-start.- locfloat or array_like of floats, optional
The position, \mu, of the distribution peak. Default is 0.
- scalefloat or array_like of floats, optional
\lambda, the exponential decay. Default is 1. Must be non- negative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned iflocandscaleare both scalars. Otherwise,np.broadcast(loc, scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Laplace distribution.
Generator.laplace: which should be used for new code.
It has the probability density function
f(x; \mu, \lambda) = \frac{1}{2\lambda} \exp\left(-\frac{|x - \mu|}{\lambda}\right).
The first law of Laplace, from 1774, states that the frequency of an error can be expressed as an exponential function of the absolute magnitude of the error, which leads to the Laplace distribution. For many problems in economics and health sciences, this distribution seems to model the data better than the standard Gaussian distribution.
- 1
Abramowitz, M. and Stegun, I. A. (Eds.). “Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing,” New York: Dover, 1972.
- 2
Kotz, Samuel, et. al. “The Laplace Distribution and Generalizations, ” Birkhauser, 2001.
- 3
Weisstein, Eric W. “Laplace Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/LaplaceDistribution.html
- 4
Wikipedia, “Laplace distribution”, https://en.wikipedia.org/wiki/Laplace_distribution
Draw samples from the distribution
>>> loc, scale = 0., 1. >>> s = np.random.laplace(loc, scale, 1000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, 30, density=True) >>> x = np.arange(-8., 8., .01) >>> pdf = np.exp(-abs(x-loc)/scale)/(2.*scale) >>> plt.plot(x, pdf)
Plot Gaussian for comparison:
>>> g = (1/(scale * np.sqrt(2 * np.pi)) * ... np.exp(-(x - loc)**2 / (2 * scale**2))) >>> plt.plot(x,g)
- XRStools.xrs_calctools.load_erkale_specs(prefix, postfix, fromnumber, tonumber, step, stepformat=2)[source]¶
returns a list of erkale spectra
- XRStools.xrs_calctools.load_stobe_specs(prefix, postfix, fromnumber, tonumber, step, stepformat=2)[source]¶
load a bunch of StoBe calculations, which filenames are made up of the prefix, postfix, and the counter in the between the prefix and postfix runs from ‘fromnumber’ to ‘tonumber’ in steps of ‘step’ (number of digits is ‘stepformat’)
- XRStools.xrs_calctools.logistic(loc=0.0, scale=1.0, size=None)¶
Draw samples from a logistic distribution.
Samples are drawn from a logistic distribution with specified parameters, loc (location or mean, also median), and scale (>0).
Note
New code should use the
logisticmethod of adefault_rng()instance instead; please see the random-quick-start.- locfloat or array_like of floats, optional
Parameter of the distribution. Default is 0.
- scalefloat or array_like of floats, optional
Parameter of the distribution. Must be non-negative. Default is 1.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned iflocandscaleare both scalars. Otherwise,np.broadcast(loc, scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized logistic distribution.
- scipy.stats.logisticprobability density function, distribution or
cumulative density function, etc.
Generator.logistic: which should be used for new code.
The probability density for the Logistic distribution is
P(x) = P(x) = \frac{e^{-(x-\mu)/s}}{s(1+e^{-(x-\mu)/s})^2},
where \mu = location and s = scale.
The Logistic distribution is used in Extreme Value problems where it can act as a mixture of Gumbel distributions, in Epidemiology, and by the World Chess Federation (FIDE) where it is used in the Elo ranking system, assuming the performance of each player is a logistically distributed random variable.
- 1
Reiss, R.-D. and Thomas M. (2001), “Statistical Analysis of Extreme Values, from Insurance, Finance, Hydrology and Other Fields,” Birkhauser Verlag, Basel, pp 132-133.
- 2
Weisstein, Eric W. “Logistic Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/LogisticDistribution.html
- 3
Wikipedia, “Logistic-distribution”, https://en.wikipedia.org/wiki/Logistic_distribution
Draw samples from the distribution:
>>> loc, scale = 10, 1 >>> s = np.random.logistic(loc, scale, 10000) >>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, bins=50)
# plot against distribution
>>> def logist(x, loc, scale): ... return np.exp((loc-x)/scale)/(scale*(1+np.exp((loc-x)/scale))**2) >>> lgst_val = logist(bins, loc, scale) >>> plt.plot(bins, lgst_val * count.max() / lgst_val.max()) >>> plt.show()
- XRStools.xrs_calctools.lognormal(mean=0.0, sigma=1.0, size=None)¶
Draw samples from a log-normal distribution.
Draw samples from a log-normal distribution with specified mean, standard deviation, and array shape. Note that the mean and standard deviation are not the values for the distribution itself, but of the underlying normal distribution it is derived from.
Note
New code should use the
lognormalmethod of adefault_rng()instance instead; please see the random-quick-start.- meanfloat or array_like of floats, optional
Mean value of the underlying normal distribution. Default is 0.
- sigmafloat or array_like of floats, optional
Standard deviation of the underlying normal distribution. Must be non-negative. Default is 1.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifmeanandsigmaare both scalars. Otherwise,np.broadcast(mean, sigma).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized log-normal distribution.
- scipy.stats.lognormprobability density function, distribution,
cumulative density function, etc.
Generator.lognormal: which should be used for new code.
A variable x has a log-normal distribution if log(x) is normally distributed. The probability density function for the log-normal distribution is:
p(x) = \frac{1}{\sigma x \sqrt{2\pi}} e^{(-\frac{(ln(x)-\mu)^2}{2\sigma^2})}
where \mu is the mean and \sigma is the standard deviation of the normally distributed logarithm of the variable. A log-normal distribution results if a random variable is the product of a large number of independent, identically-distributed variables in the same way that a normal distribution results if the variable is the sum of a large number of independent, identically-distributed variables.
- 1
Limpert, E., Stahel, W. A., and Abbt, M., “Log-normal Distributions across the Sciences: Keys and Clues,” BioScience, Vol. 51, No. 5, May, 2001. https://stat.ethz.ch/~stahel/lognormal/bioscience.pdf
- 2
Reiss, R.D. and Thomas, M., “Statistical Analysis of Extreme Values,” Basel: Birkhauser Verlag, 2001, pp. 31-32.
Draw samples from the distribution:
>>> mu, sigma = 3., 1. # mean and standard deviation >>> s = np.random.lognormal(mu, sigma, 1000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, 100, density=True, align='mid')
>>> x = np.linspace(min(bins), max(bins), 10000) >>> pdf = (np.exp(-(np.log(x) - mu)**2 / (2 * sigma**2)) ... / (x * sigma * np.sqrt(2 * np.pi)))
>>> plt.plot(x, pdf, linewidth=2, color='r') >>> plt.axis('tight') >>> plt.show()
Demonstrate that taking the products of random samples from a uniform distribution can be fit well by a log-normal probability density function.
>>> # Generate a thousand samples: each is the product of 100 random >>> # values, drawn from a normal distribution. >>> b = [] >>> for i in range(1000): ... a = 10. + np.random.standard_normal(100) ... b.append(np.product(a))
>>> b = np.array(b) / np.min(b) # scale values to be positive >>> count, bins, ignored = plt.hist(b, 100, density=True, align='mid') >>> sigma = np.std(np.log(b)) >>> mu = np.mean(np.log(b))
>>> x = np.linspace(min(bins), max(bins), 10000) >>> pdf = (np.exp(-(np.log(x) - mu)**2 / (2 * sigma**2)) ... / (x * sigma * np.sqrt(2 * np.pi)))
>>> plt.plot(x, pdf, color='r', linewidth=2) >>> plt.show()
- XRStools.xrs_calctools.logseries(p, size=None)¶
Draw samples from a logarithmic series distribution.
Samples are drawn from a log series distribution with specified shape parameter, 0 <
p< 1.Note
New code should use the
logseriesmethod of adefault_rng()instance instead; please see the random-quick-start.- pfloat or array_like of floats
Shape parameter for the distribution. Must be in the range (0, 1).
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifpis a scalar. Otherwise,np.array(p).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized logarithmic series distribution.
- scipy.stats.logserprobability density function, distribution or
cumulative density function, etc.
Generator.logseries: which should be used for new code.
The probability density for the Log Series distribution is
P(k) = \frac{-p^k}{k \ln(1-p)},
where p = probability.
The log series distribution is frequently used to represent species richness and occurrence, first proposed by Fisher, Corbet, and Williams in 1943 [2]. It may also be used to model the numbers of occupants seen in cars [3].
- 1
Buzas, Martin A.; Culver, Stephen J., Understanding regional species diversity through the log series distribution of occurrences: BIODIVERSITY RESEARCH Diversity & Distributions, Volume 5, Number 5, September 1999 , pp. 187-195(9).
- 2
Fisher, R.A,, A.S. Corbet, and C.B. Williams. 1943. The relation between the number of species and the number of individuals in a random sample of an animal population. Journal of Animal Ecology, 12:42-58.
- 3
D. J. Hand, F. Daly, D. Lunn, E. Ostrowski, A Handbook of Small Data Sets, CRC Press, 1994.
- 4
Wikipedia, “Logarithmic distribution”, https://en.wikipedia.org/wiki/Logarithmic_distribution
Draw samples from the distribution:
>>> a = .6 >>> s = np.random.logseries(a, 10000) >>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s)
# plot against distribution
>>> def logseries(k, p): ... return -p**k/(k*np.log(1-p)) >>> plt.plot(bins, logseries(bins, a)*count.max()/ ... logseries(bins, a).max(), 'r') >>> plt.show()
- XRStools.xrs_calctools.multinomial(n, pvals, size=None)¶
Draw samples from a multinomial distribution.
The multinomial distribution is a multivariate generalization of the binomial distribution. Take an experiment with one of
ppossible outcomes. An example of such an experiment is throwing a dice, where the outcome can be 1 through 6. Each sample drawn from the distribution represents n such experiments. Its values,X_i = [X_0, X_1, ..., X_p], represent the number of times the outcome wasi.Note
New code should use the
multinomialmethod of adefault_rng()instance instead; please see the random-quick-start.- nint
Number of experiments.
- pvalssequence of floats, length p
Probabilities of each of the
pdifferent outcomes. These must sum to 1 (however, the last element is always assumed to account for the remaining probability, as long assum(pvals[:-1]) <= 1).- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.
- outndarray
The drawn samples, of shape size, if that was provided. If not, the shape is
(N,).In other words, each entry
out[i,j,...,:]is an N-dimensional value drawn from the distribution.
Generator.multinomial: which should be used for new code.
Throw a dice 20 times:
>>> np.random.multinomial(20, [1/6.]*6, size=1) array([[4, 1, 7, 5, 2, 1]]) # random
It landed 4 times on 1, once on 2, etc.
Now, throw the dice 20 times, and 20 times again:
>>> np.random.multinomial(20, [1/6.]*6, size=2) array([[3, 4, 3, 3, 4, 3], # random [2, 4, 3, 4, 0, 7]])
For the first run, we threw 3 times 1, 4 times 2, etc. For the second, we threw 2 times 1, 4 times 2, etc.
A loaded die is more likely to land on number 6:
>>> np.random.multinomial(100, [1/7.]*5 + [2/7.]) array([11, 16, 14, 17, 16, 26]) # random
The probability inputs should be normalized. As an implementation detail, the value of the last entry is ignored and assumed to take up any leftover probability mass, but this should not be relied on. A biased coin which has twice as much weight on one side as on the other should be sampled like so:
>>> np.random.multinomial(100, [1.0 / 3, 2.0 / 3]) # RIGHT array([38, 62]) # random
not like:
>>> np.random.multinomial(100, [1.0, 2.0]) # WRONG Traceback (most recent call last): ValueError: pvals < 0, pvals > 1 or pvals contains NaNs
- XRStools.xrs_calctools.multivariate_normal(mean, cov, size=None, check_valid='warn', tol=1e-8)¶
Draw random samples from a multivariate normal distribution.
The multivariate normal, multinormal or Gaussian distribution is a generalization of the one-dimensional normal distribution to higher dimensions. Such a distribution is specified by its mean and covariance matrix. These parameters are analogous to the mean (average or “center”) and variance (standard deviation, or “width,” squared) of the one-dimensional normal distribution.
Note
New code should use the
multivariate_normalmethod of adefault_rng()instance instead; please see the random-quick-start.- mean1-D array_like, of length N
Mean of the N-dimensional distribution.
- cov2-D array_like, of shape (N, N)
Covariance matrix of the distribution. It must be symmetric and positive-semidefinite for proper sampling.
- sizeint or tuple of ints, optional
Given a shape of, for example,
(m,n,k),m*n*ksamples are generated, and packed in an m-by-n-by-k arrangement. Because each sample is N-dimensional, the output shape is(m,n,k,N). If no shape is specified, a single (N-D) sample is returned.- check_valid{ ‘warn’, ‘raise’, ‘ignore’ }, optional
Behavior when the covariance matrix is not positive semidefinite.
- tolfloat, optional
Tolerance when checking the singular values in covariance matrix. cov is cast to double before the check.
- outndarray
The drawn samples, of shape size, if that was provided. If not, the shape is
(N,).In other words, each entry
out[i,j,...,:]is an N-dimensional value drawn from the distribution.
Generator.multivariate_normal: which should be used for new code.
The mean is a coordinate in N-dimensional space, which represents the location where samples are most likely to be generated. This is analogous to the peak of the bell curve for the one-dimensional or univariate normal distribution.
Covariance indicates the level to which two variables vary together. From the multivariate normal distribution, we draw N-dimensional samples, X = [x_1, x_2, ... x_N]. The covariance matrix element C_{ij} is the covariance of x_i and x_j. The element C_{ii} is the variance of x_i (i.e. its “spread”).
Instead of specifying the full covariance matrix, popular approximations include:
Spherical covariance (cov is a multiple of the identity matrix)
Diagonal covariance (cov has non-negative elements, and only on the diagonal)
This geometrical property can be seen in two dimensions by plotting generated data-points:
>>> mean = [0, 0] >>> cov = [[1, 0], [0, 100]] # diagonal covariance
Diagonal covariance means that points are oriented along x or y-axis:
>>> import matplotlib.pyplot as plt >>> x, y = np.random.multivariate_normal(mean, cov, 5000).T >>> plt.plot(x, y, 'x') >>> plt.axis('equal') >>> plt.show()
Note that the covariance matrix must be positive semidefinite (a.k.a. nonnegative-definite). Otherwise, the behavior of this method is undefined and backwards compatibility is not guaranteed.
- 1
Papoulis, A., “Probability, Random Variables, and Stochastic Processes,” 3rd ed., New York: McGraw-Hill, 1991.
- 2
Duda, R. O., Hart, P. E., and Stork, D. G., “Pattern Classification,” 2nd ed., New York: Wiley, 2001.
>>> mean = (1, 2) >>> cov = [[1, 0], [0, 1]] >>> x = np.random.multivariate_normal(mean, cov, (3, 3)) >>> x.shape (3, 3, 2)
The following is probably true, given that 0.6 is roughly twice the standard deviation:
>>> list((x[0,0,:] - mean) < 0.6) [True, True] # random
- XRStools.xrs_calctools.negative_binomial(n, p, size=None)¶
Draw samples from a negative binomial distribution.
Samples are drawn from a negative binomial distribution with specified parameters, n successes and p probability of success where n is > 0 and p is in the interval [0, 1].
Note
New code should use the
negative_binomialmethod of adefault_rng()instance instead; please see the random-quick-start.- nfloat or array_like of floats
Parameter of the distribution, > 0.
- pfloat or array_like of floats
Parameter of the distribution, >= 0 and <=1.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifnandpare both scalars. Otherwise,np.broadcast(n, p).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized negative binomial distribution, where each sample is equal to N, the number of failures that occurred before a total of n successes was reached.
Generator.negative_binomial: which should be used for new code.
The probability mass function of the negative binomial distribution is
P(N;n,p) = \frac{\Gamma(N+n)}{N!\Gamma(n)}p^{n}(1-p)^{N},
where n is the number of successes, p is the probability of success, N+n is the number of trials, and \Gamma is the gamma function. When n is an integer, \frac{\Gamma(N+n)}{N!\Gamma(n)} = \binom{N+n-1}{N}, which is the more common form of this term in the the pmf. The negative binomial distribution gives the probability of N failures given n successes, with a success on the last trial.
If one throws a die repeatedly until the third time a “1” appears, then the probability distribution of the number of non-“1”s that appear before the third “1” is a negative binomial distribution.
- 1
Weisstein, Eric W. “Negative Binomial Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/NegativeBinomialDistribution.html
- 2
Wikipedia, “Negative binomial distribution”, https://en.wikipedia.org/wiki/Negative_binomial_distribution
Draw samples from the distribution:
A real world example. A company drills wild-cat oil exploration wells, each with an estimated probability of success of 0.1. What is the probability of having one success for each successive well, that is what is the probability of a single success after drilling 5 wells, after 6 wells, etc.?
>>> s = np.random.negative_binomial(1, 0.1, 100000) >>> for i in range(1, 11): ... probability = sum(s<i) / 100000. ... print(i, "wells drilled, probability of one success =", probability)
- XRStools.xrs_calctools.noncentral_chisquare(df, nonc, size=None)¶
Draw samples from a noncentral chi-square distribution.
The noncentral \chi^2 distribution is a generalization of the \chi^2 distribution.
Note
New code should use the
noncentral_chisquaremethod of adefault_rng()instance instead; please see the random-quick-start.- dffloat or array_like of floats
Degrees of freedom, must be > 0.
Changed in version 1.10.0: Earlier NumPy versions required dfnum > 1.
- noncfloat or array_like of floats
Non-centrality, must be non-negative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifdfandnoncare both scalars. Otherwise,np.broadcast(df, nonc).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized noncentral chi-square distribution.
Generator.noncentral_chisquare: which should be used for new code.
The probability density function for the noncentral Chi-square distribution is
P(x;df,nonc) = \sum^{\infty}_{i=0} \frac{e^{-nonc/2}(nonc/2)^{i}}{i!} P_{Y_{df+2i}}(x),
where Y_{q} is the Chi-square with q degrees of freedom.
- 1
Wikipedia, “Noncentral chi-squared distribution” https://en.wikipedia.org/wiki/Noncentral_chi-squared_distribution
Draw values from the distribution and plot the histogram
>>> import matplotlib.pyplot as plt >>> values = plt.hist(np.random.noncentral_chisquare(3, 20, 100000), ... bins=200, density=True) >>> plt.show()
Draw values from a noncentral chisquare with very small noncentrality, and compare to a chisquare.
>>> plt.figure() >>> values = plt.hist(np.random.noncentral_chisquare(3, .0000001, 100000), ... bins=np.arange(0., 25, .1), density=True) >>> values2 = plt.hist(np.random.chisquare(3, 100000), ... bins=np.arange(0., 25, .1), density=True) >>> plt.plot(values[1][0:-1], values[0]-values2[0], 'ob') >>> plt.show()
Demonstrate how large values of non-centrality lead to a more symmetric distribution.
>>> plt.figure() >>> values = plt.hist(np.random.noncentral_chisquare(3, 20, 100000), ... bins=200, density=True) >>> plt.show()
- XRStools.xrs_calctools.noncentral_f(dfnum, dfden, nonc, size=None)¶
Draw samples from the noncentral F distribution.
Samples are drawn from an F distribution with specified parameters, dfnum (degrees of freedom in numerator) and dfden (degrees of freedom in denominator), where both parameters > 1. nonc is the non-centrality parameter.
Note
New code should use the
noncentral_fmethod of adefault_rng()instance instead; please see the random-quick-start.- dfnumfloat or array_like of floats
Numerator degrees of freedom, must be > 0.
Changed in version 1.14.0: Earlier NumPy versions required dfnum > 1.
- dfdenfloat or array_like of floats
Denominator degrees of freedom, must be > 0.
- noncfloat or array_like of floats
Non-centrality parameter, the sum of the squares of the numerator means, must be >= 0.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifdfnum,dfden, andnoncare all scalars. Otherwise,np.broadcast(dfnum, dfden, nonc).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized noncentral Fisher distribution.
Generator.noncentral_f: which should be used for new code.
When calculating the power of an experiment (power = probability of rejecting the null hypothesis when a specific alternative is true) the non-central F statistic becomes important. When the null hypothesis is true, the F statistic follows a central F distribution. When the null hypothesis is not true, then it follows a non-central F statistic.
- 1
Weisstein, Eric W. “Noncentral F-Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/NoncentralF-Distribution.html
- 2
Wikipedia, “Noncentral F-distribution”, https://en.wikipedia.org/wiki/Noncentral_F-distribution
In a study, testing for a specific alternative to the null hypothesis requires use of the Noncentral F distribution. We need to calculate the area in the tail of the distribution that exceeds the value of the F distribution for the null hypothesis. We’ll plot the two probability distributions for comparison.
>>> dfnum = 3 # between group deg of freedom >>> dfden = 20 # within groups degrees of freedom >>> nonc = 3.0 >>> nc_vals = np.random.noncentral_f(dfnum, dfden, nonc, 1000000) >>> NF = np.histogram(nc_vals, bins=50, density=True) >>> c_vals = np.random.f(dfnum, dfden, 1000000) >>> F = np.histogram(c_vals, bins=50, density=True) >>> import matplotlib.pyplot as plt >>> plt.plot(F[1][1:], F[0]) >>> plt.plot(NF[1][1:], NF[0]) >>> plt.show()
- XRStools.xrs_calctools.normal(loc=0.0, scale=1.0, size=None)¶
Draw random samples from a normal (Gaussian) distribution.
The probability density function of the normal distribution, first derived by De Moivre and 200 years later by both Gauss and Laplace independently [2]_, is often called the bell curve because of its characteristic shape (see the example below).
The normal distributions occurs often in nature. For example, it describes the commonly occurring distribution of samples influenced by a large number of tiny, random disturbances, each with its own unique distribution [2]_.
Note
New code should use the
normalmethod of adefault_rng()instance instead; please see the random-quick-start.- locfloat or array_like of floats
Mean (“centre”) of the distribution.
- scalefloat or array_like of floats
Standard deviation (spread or “width”) of the distribution. Must be non-negative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned iflocandscaleare both scalars. Otherwise,np.broadcast(loc, scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized normal distribution.
- scipy.stats.normprobability density function, distribution or
cumulative density function, etc.
Generator.normal: which should be used for new code.
The probability density for the Gaussian distribution is
p(x) = \frac{1}{\sqrt{ 2 \pi \sigma^2 }} e^{ - \frac{ (x - \mu)^2 } {2 \sigma^2} },
where \mu is the mean and \sigma the standard deviation. The square of the standard deviation, \sigma^2, is called the variance.
The function has its peak at the mean, and its “spread” increases with the standard deviation (the function reaches 0.607 times its maximum at x + \sigma and x - \sigma [2]_). This implies that normal is more likely to return samples lying close to the mean, rather than those far away.
- 1
Wikipedia, “Normal distribution”, https://en.wikipedia.org/wiki/Normal_distribution
- 2
P. R. Peebles Jr., “Central Limit Theorem” in “Probability, Random Variables and Random Signal Principles”, 4th ed., 2001, pp. 51, 51, 125.
Draw samples from the distribution:
>>> mu, sigma = 0, 0.1 # mean and standard deviation >>> s = np.random.normal(mu, sigma, 1000)
Verify the mean and the variance:
>>> abs(mu - np.mean(s)) 0.0 # may vary
>>> abs(sigma - np.std(s, ddof=1)) 0.1 # may vary
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, 30, density=True) >>> plt.plot(bins, 1/(sigma * np.sqrt(2 * np.pi)) * ... np.exp( - (bins - mu)**2 / (2 * sigma**2) ), ... linewidth=2, color='r') >>> plt.show()
Two-by-four array of samples from N(3, 6.25):
>>> np.random.normal(3, 2.5, size=(2, 4)) array([[-4.49401501, 4.00950034, -1.81814867, 7.29718677], # random [ 0.39924804, 4.68456316, 4.99394529, 4.84057254]]) # random
- XRStools.xrs_calctools.pareto(a, size=None)¶
Draw samples from a Pareto II or Lomax distribution with specified shape.
The Lomax or Pareto II distribution is a shifted Pareto distribution. The classical Pareto distribution can be obtained from the Lomax distribution by adding 1 and multiplying by the scale parameter
m(see Notes). The smallest value of the Lomax distribution is zero while for the classical Pareto distribution it ismu, where the standard Pareto distribution has locationmu = 1. Lomax can also be considered as a simplified version of the Generalized Pareto distribution (available in SciPy), with the scale set to one and the location set to zero.The Pareto distribution must be greater than zero, and is unbounded above. It is also known as the “80-20 rule”. In this distribution, 80 percent of the weights are in the lowest 20 percent of the range, while the other 20 percent fill the remaining 80 percent of the range.
Note
New code should use the
paretomethod of adefault_rng()instance instead; please see the random-quick-start.- afloat or array_like of floats
Shape of the distribution. Must be positive.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifais a scalar. Otherwise,np.array(a).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Pareto distribution.
- scipy.stats.lomaxprobability density function, distribution or
cumulative density function, etc.
- scipy.stats.genparetoprobability density function, distribution or
cumulative density function, etc.
Generator.pareto: which should be used for new code.
The probability density for the Pareto distribution is
p(x) = \frac{am^a}{x^{a+1}}
where a is the shape and m the scale.
The Pareto distribution, named after the Italian economist Vilfredo Pareto, is a power law probability distribution useful in many real world problems. Outside the field of economics it is generally referred to as the Bradford distribution. Pareto developed the distribution to describe the distribution of wealth in an economy. It has also found use in insurance, web page access statistics, oil field sizes, and many other problems, including the download frequency for projects in Sourceforge [1]_. It is one of the so-called “fat-tailed” distributions.
- 1
Francis Hunt and Paul Johnson, On the Pareto Distribution of Sourceforge projects.
- 2
Pareto, V. (1896). Course of Political Economy. Lausanne.
- 3
Reiss, R.D., Thomas, M.(2001), Statistical Analysis of Extreme Values, Birkhauser Verlag, Basel, pp 23-30.
- 4
Wikipedia, “Pareto distribution”, https://en.wikipedia.org/wiki/Pareto_distribution
Draw samples from the distribution:
>>> a, m = 3., 2. # shape and mode >>> s = (np.random.pareto(a, 1000) + 1) * m
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> count, bins, _ = plt.hist(s, 100, density=True) >>> fit = a*m**a / bins**(a+1) >>> plt.plot(bins, max(count)*fit/max(fit), linewidth=2, color='r') >>> plt.show()
- XRStools.xrs_calctools.parseOCEANinputFile(fname)[source]¶
parseOCEANinputFile
Parses an OCEAN input file and returns lattice vectors, atom names, and relative atom positions.
- Args:
fname (str): Absolute filename of OCEAN input file.
atoms (list): List of elemental symbols in the same order as they appear in the input file.
- Returns:
lattice (np.array): Array of lattice vectors.
rel_coords (np.array): Array of relative atomic coordinates.
oceaatoms (list): List of atomic names.
- XRStools.xrs_calctools.parsePwscfFile(fname)[source]¶
parsePwscfFile
Parses a PWSCF file and returns a xyzBox object.
- Args:
fname (str): Absolute filename of OCEAN input file.
- Returns:
xyzBox object
- XRStools.xrs_calctools.parseVaspFile(fname)[source]¶
parseVaspFile
Parses a VASPS file and returns a xyzBox object.
- Args:
fname (str): Absolute filename of VASP file.
- Returns:
xyzBox object
- XRStools.xrs_calctools.permutation(x)¶
Randomly permute a sequence, or return a permuted range.
If x is a multi-dimensional array, it is only shuffled along its first index.
Note
New code should use the
permutationmethod of adefault_rng()instance instead; please see the random-quick-start.- xint or array_like
If x is an integer, randomly permute
np.arange(x). If x is an array, make a copy and shuffle the elements randomly.
- outndarray
Permuted sequence or array range.
Generator.permutation: which should be used for new code.
>>> np.random.permutation(10) array([1, 7, 4, 3, 0, 9, 2, 5, 8, 6]) # random
>>> np.random.permutation([1, 4, 9, 12, 15]) array([15, 1, 9, 4, 12]) # random
>>> arr = np.arange(9).reshape((3, 3)) >>> np.random.permutation(arr) array([[6, 7, 8], # random [0, 1, 2], [3, 4, 5]])
- XRStools.xrs_calctools.poisson(lam=1.0, size=None)¶
Draw samples from a Poisson distribution.
The Poisson distribution is the limit of the binomial distribution for large N.
Note
New code should use the
poissonmethod of adefault_rng()instance instead; please see the random-quick-start.- lamfloat or array_like of floats
Expectation of interval, must be >= 0. A sequence of expectation intervals must be broadcastable over the requested size.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned iflamis a scalar. Otherwise,np.array(lam).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Poisson distribution.
Generator.poisson: which should be used for new code.
The Poisson distribution
f(k; \lambda)=\frac{\lambda^k e^{-\lambda}}{k!}
For events with an expected separation \lambda the Poisson distribution f(k; \lambda) describes the probability of k events occurring within the observed interval \lambda.
Because the output is limited to the range of the C int64 type, a ValueError is raised when lam is within 10 sigma of the maximum representable value.
- 1
Weisstein, Eric W. “Poisson Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/PoissonDistribution.html
- 2
Wikipedia, “Poisson distribution”, https://en.wikipedia.org/wiki/Poisson_distribution
Draw samples from the distribution:
>>> import numpy as np >>> s = np.random.poisson(5, 10000)
Display histogram of the sample:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, 14, density=True) >>> plt.show()
Draw each 100 values for lambda 100 and 500:
>>> s = np.random.poisson(lam=(100., 500.), size=(100, 2))
- XRStools.xrs_calctools.power(a, size=None)¶
Draws samples in [0, 1] from a power distribution with positive exponent a - 1.
Also known as the power function distribution.
Note
New code should use the
powermethod of adefault_rng()instance instead; please see the random-quick-start.- afloat or array_like of floats
Parameter of the distribution. Must be non-negative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifais a scalar. Otherwise,np.array(a).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized power distribution.
- ValueError
If a < 1.
Generator.power: which should be used for new code.
The probability density function is
P(x; a) = ax^{a-1}, 0 \le x \le 1, a>0.
The power function distribution is just the inverse of the Pareto distribution. It may also be seen as a special case of the Beta distribution.
It is used, for example, in modeling the over-reporting of insurance claims.
- 1
Christian Kleiber, Samuel Kotz, “Statistical size distributions in economics and actuarial sciences”, Wiley, 2003.
- 2
Heckert, N. A. and Filliben, James J. “NIST Handbook 148: Dataplot Reference Manual, Volume 2: Let Subcommands and Library Functions”, National Institute of Standards and Technology Handbook Series, June 2003. https://www.itl.nist.gov/div898/software/dataplot/refman2/auxillar/powpdf.pdf
Draw samples from the distribution:
>>> a = 5. # shape >>> samples = 1000 >>> s = np.random.power(a, samples)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, bins=30) >>> x = np.linspace(0, 1, 100) >>> y = a*x**(a-1.) >>> normed_y = samples*np.diff(bins)[0]*y >>> plt.plot(x, normed_y) >>> plt.show()
Compare the power function distribution to the inverse of the Pareto.
>>> from scipy import stats >>> rvs = np.random.power(5, 1000000) >>> rvsp = np.random.pareto(5, 1000000) >>> xx = np.linspace(0,1,100) >>> powpdf = stats.powerlaw.pdf(xx,5)
>>> plt.figure() >>> plt.hist(rvs, bins=50, density=True) >>> plt.plot(xx,powpdf,'r-') >>> plt.title('np.random.power(5)')
>>> plt.figure() >>> plt.hist(1./(1.+rvsp), bins=50, density=True) >>> plt.plot(xx,powpdf,'r-') >>> plt.title('inverse of 1 + np.random.pareto(5)')
>>> plt.figure() >>> plt.hist(1./(1.+rvsp), bins=50, density=True) >>> plt.plot(xx,powpdf,'r-') >>> plt.title('inverse of stats.pareto(5)')
- XRStools.xrs_calctools.rand(d0, d1, ..., dn)¶
Random values in a given shape.
Note
This is a convenience function for users porting code from Matlab, and wraps random_sample. That function takes a tuple to specify the size of the output, which is consistent with other NumPy functions like numpy.zeros and numpy.ones.
Create an array of the given shape and populate it with random samples from a uniform distribution over
[0, 1).- d0, d1, …, dnint, optional
The dimensions of the returned array, must be non-negative. If no argument is given a single Python float is returned.
- outndarray, shape
(d0, d1, ..., dn) Random values.
random
>>> np.random.rand(3,2) array([[ 0.14022471, 0.96360618], #random [ 0.37601032, 0.25528411], #random [ 0.49313049, 0.94909878]]) #random
- XRStools.xrs_calctools.randint(low, high=None, size=None, dtype=int)¶
Return random integers from low (inclusive) to high (exclusive).
Return random integers from the “discrete uniform” distribution of the specified dtype in the “half-open” interval [low, high). If high is None (the default), then results are from [0, low).
Note
New code should use the
integersmethod of adefault_rng()instance instead; please see the random-quick-start.- lowint or array-like of ints
Lowest (signed) integers to be drawn from the distribution (unless
high=None, in which case this parameter is one above the highest such integer).- highint or array-like of ints, optional
If provided, one above the largest (signed) integer to be drawn from the distribution (see above for behavior if
high=None). If array-like, must contain integer values- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.- dtypedtype, optional
Desired dtype of the result. Byteorder must be native. The default value is int.
New in version 1.11.0.
- outint or ndarray of ints
size-shaped array of random integers from the appropriate distribution, or a single such random int if size not provided.
- random_integerssimilar to randint, only for the closed
interval [low, high], and 1 is the lowest value if high is omitted.
Generator.integers: which should be used for new code.
>>> np.random.randint(2, size=10) array([1, 0, 0, 0, 1, 1, 0, 0, 1, 0]) # random >>> np.random.randint(1, size=10) array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0])
Generate a 2 x 4 array of ints between 0 and 4, inclusive:
>>> np.random.randint(5, size=(2, 4)) array([[4, 0, 2, 1], # random [3, 2, 2, 0]])
Generate a 1 x 3 array with 3 different upper bounds
>>> np.random.randint(1, [3, 5, 10]) array([2, 2, 9]) # random
Generate a 1 by 3 array with 3 different lower bounds
>>> np.random.randint([1, 5, 7], 10) array([9, 8, 7]) # random
Generate a 2 by 4 array using broadcasting with dtype of uint8
>>> np.random.randint([1, 3, 5, 7], [[10], [20]], dtype=np.uint8) array([[ 8, 6, 9, 7], # random [ 1, 16, 9, 12]], dtype=uint8)
- XRStools.xrs_calctools.randn(d0, d1, ..., dn)¶
Return a sample (or samples) from the “standard normal” distribution.
Note
This is a convenience function for users porting code from Matlab, and wraps standard_normal. That function takes a tuple to specify the size of the output, which is consistent with other NumPy functions like numpy.zeros and numpy.ones.
Note
New code should use the
standard_normalmethod of adefault_rng()instance instead; please see the random-quick-start.If positive int_like arguments are provided, randn generates an array of shape
(d0, d1, ..., dn), filled with random floats sampled from a univariate “normal” (Gaussian) distribution of mean 0 and variance 1. A single float randomly sampled from the distribution is returned if no argument is provided.- d0, d1, …, dnint, optional
The dimensions of the returned array, must be non-negative. If no argument is given a single Python float is returned.
- Zndarray or float
A
(d0, d1, ..., dn)-shaped array of floating-point samples from the standard normal distribution, or a single such float if no parameters were supplied.
standard_normal : Similar, but takes a tuple as its argument. normal : Also accepts mu and sigma arguments. Generator.standard_normal: which should be used for new code.
For random samples from N(\mu, \sigma^2), use:
sigma * np.random.randn(...) + mu>>> np.random.randn() 2.1923875335537315 # random
Two-by-four array of samples from N(3, 6.25):
>>> 3 + 2.5 * np.random.randn(2, 4) array([[-4.49401501, 4.00950034, -1.81814867, 7.29718677], # random [ 0.39924804, 4.68456316, 4.99394529, 4.84057254]]) # random
- XRStools.xrs_calctools.random(size=None)¶
Return random floats in the half-open interval [0.0, 1.0). Alias for random_sample to ease forward-porting to the new random API.
- XRStools.xrs_calctools.random_integers(low, high=None, size=None)¶
Random integers of type np.int_ between low and high, inclusive.
Return random integers of type np.int_ from the “discrete uniform” distribution in the closed interval [low, high]. If high is None (the default), then results are from [1, low]. The np.int_ type translates to the C long integer type and its precision is platform dependent.
This function has been deprecated. Use randint instead.
Deprecated since version 1.11.0.
- lowint
Lowest (signed) integer to be drawn from the distribution (unless
high=None, in which case this parameter is the highest such integer).- highint, optional
If provided, the largest (signed) integer to be drawn from the distribution (see above for behavior if
high=None).- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.
- outint or ndarray of ints
size-shaped array of random integers from the appropriate distribution, or a single such random int if size not provided.
- randintSimilar to random_integers, only for the half-open
interval [low, high), and 0 is the lowest value if high is omitted.
To sample from N evenly spaced floating-point numbers between a and b, use:
a + (b - a) * (np.random.random_integers(N) - 1) / (N - 1.)
>>> np.random.random_integers(5) 4 # random >>> type(np.random.random_integers(5)) <class 'numpy.int64'> >>> np.random.random_integers(5, size=(3,2)) array([[5, 4], # random [3, 3], [4, 5]])
Choose five random numbers from the set of five evenly-spaced numbers between 0 and 2.5, inclusive (i.e., from the set {0, 5/8, 10/8, 15/8, 20/8}):
>>> 2.5 * (np.random.random_integers(5, size=(5,)) - 1) / 4. array([ 0.625, 1.25 , 0.625, 0.625, 2.5 ]) # random
Roll two six sided dice 1000 times and sum the results:
>>> d1 = np.random.random_integers(1, 6, 1000) >>> d2 = np.random.random_integers(1, 6, 1000) >>> dsums = d1 + d2
Display results as a histogram:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(dsums, 11, density=True) >>> plt.show()
- XRStools.xrs_calctools.random_sample(size=None)¶
Return random floats in the half-open interval [0.0, 1.0).
Results are from the “continuous uniform” distribution over the stated interval. To sample Unif[a, b), b > a multiply the output of random_sample by (b-a) and add a:
(b - a) * random_sample() + a
Note
New code should use the
randommethod of adefault_rng()instance instead; please see the random-quick-start.- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.
- outfloat or ndarray of floats
Array of random floats of shape size (unless
size=None, in which case a single float is returned).
Generator.random: which should be used for new code.
>>> np.random.random_sample() 0.47108547995356098 # random >>> type(np.random.random_sample()) <class 'float'> >>> np.random.random_sample((5,)) array([ 0.30220482, 0.86820401, 0.1654503 , 0.11659149, 0.54323428]) # random
Three-by-two array of random numbers from [-5, 0):
>>> 5 * np.random.random_sample((3, 2)) - 5 array([[-3.99149989, -0.52338984], # random [-2.99091858, -0.79479508], [-1.23204345, -1.75224494]])
- XRStools.xrs_calctools.rayleigh(scale=1.0, size=None)¶
Draw samples from a Rayleigh distribution.
The \chi and Weibull distributions are generalizations of the Rayleigh.
Note
New code should use the
rayleighmethod of adefault_rng()instance instead; please see the random-quick-start.- scalefloat or array_like of floats, optional
Scale, also equals the mode. Must be non-negative. Default is 1.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifscaleis a scalar. Otherwise,np.array(scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Rayleigh distribution.
Generator.rayleigh: which should be used for new code.
The probability density function for the Rayleigh distribution is
P(x;scale) = \frac{x}{scale^2}e^{\frac{-x^2}{2 \cdotp scale^2}}
The Rayleigh distribution would arise, for example, if the East and North components of the wind velocity had identical zero-mean Gaussian distributions. Then the wind speed would have a Rayleigh distribution.
- 1
Brighton Webs Ltd., “Rayleigh Distribution,” https://web.archive.org/web/20090514091424/http://brighton-webs.co.uk:80/distributions/rayleigh.asp
- 2
Wikipedia, “Rayleigh distribution” https://en.wikipedia.org/wiki/Rayleigh_distribution
Draw values from the distribution and plot the histogram
>>> from matplotlib.pyplot import hist >>> values = hist(np.random.rayleigh(3, 100000), bins=200, density=True)
Wave heights tend to follow a Rayleigh distribution. If the mean wave height is 1 meter, what fraction of waves are likely to be larger than 3 meters?
>>> meanvalue = 1 >>> modevalue = np.sqrt(2 / np.pi) * meanvalue >>> s = np.random.rayleigh(modevalue, 1000000)
The percentage of waves larger than 3 meters is:
>>> 100.*sum(s>3)/1000000. 0.087300000000000003 # random
- XRStools.xrs_calctools.readxas(filename)[source]¶
function output = readxas(filename)%[e,p,s,px,py,pz] = readxas(filename)
% READSTF Load StoBe fort.11 (XAS output) data % % [E,P,S,PX,PY,PZ] = READXAS(FILENAME) % % E energy transfer [eV] % P dipole transition intensity % S r^2 transition intensity % PX dipole transition intensity along x % PY dipole transition intensity along y % PZ dipole transition intensity along z % % as line diagrams. % % T Pylkkanen @ 2011-10-17
- XRStools.xrs_calctools.seed(self, seed=None)¶
Reseed a legacy MT19937 BitGenerator
This is a convenience, legacy function.
The best practice is to not reseed a BitGenerator, rather to recreate a new one. This method is here for legacy reasons. This example demonstrates best practice.
>>> from numpy.random import MT19937 >>> from numpy.random import RandomState, SeedSequence >>> rs = RandomState(MT19937(SeedSequence(123456789))) # Later, you want to restart the stream >>> rs = RandomState(MT19937(SeedSequence(987654321)))
- XRStools.xrs_calctools.set_state(state)¶
Set the internal state of the generator from a tuple.
For use if one has reason to manually (re-)set the internal state of the bit generator used by the RandomState instance. By default, RandomState uses the “Mersenne Twister”[1]_ pseudo-random number generating algorithm.
- state{tuple(str, ndarray of 624 uints, int, int, float), dict}
The state tuple has the following items:
the string ‘MT19937’, specifying the Mersenne Twister algorithm.
a 1-D array of 624 unsigned integers
keys.an integer
pos.an integer
has_gauss.a float
cached_gaussian.
If state is a dictionary, it is directly set using the BitGenerators state property.
- outNone
Returns ‘None’ on success.
get_state
set_state and get_state are not needed to work with any of the random distributions in NumPy. If the internal state is manually altered, the user should know exactly what he/she is doing.
For backwards compatibility, the form (str, array of 624 uints, int) is also accepted although it is missing some information about the cached Gaussian value:
state = ('MT19937', keys, pos).- 1
M. Matsumoto and T. Nishimura, “Mersenne Twister: A 623-dimensionally equidistributed uniform pseudorandom number generator,” ACM Trans. on Modeling and Computer Simulation, Vol. 8, No. 1, pp. 3-30, Jan. 1998.
- XRStools.xrs_calctools.shuffle(x)¶
Modify a sequence in-place by shuffling its contents.
This function only shuffles the array along the first axis of a multi-dimensional array. The order of sub-arrays is changed but their contents remains the same.
Note
New code should use the
shufflemethod of adefault_rng()instance instead; please see the random-quick-start.- xarray_like
The array or list to be shuffled.
None
Generator.shuffle: which should be used for new code.
>>> arr = np.arange(10) >>> np.random.shuffle(arr) >>> arr [1 7 5 2 9 4 3 6 0 8] # random
Multi-dimensional arrays are only shuffled along the first axis:
>>> arr = np.arange(9).reshape((3, 3)) >>> np.random.shuffle(arr) >>> arr array([[3, 4, 5], # random [6, 7, 8], [0, 1, 2]])
- XRStools.xrs_calctools.spline2(x, y, x2)[source]¶
Extrapolates the smaller and larger valuea as a constant
- XRStools.xrs_calctools.standard_cauchy(size=None)¶
Draw samples from a standard Cauchy distribution with mode = 0.
Also known as the Lorentz distribution.
Note
New code should use the
standard_cauchymethod of adefault_rng()instance instead; please see the random-quick-start.- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.
- samplesndarray or scalar
The drawn samples.
Generator.standard_cauchy: which should be used for new code.
The probability density function for the full Cauchy distribution is
P(x; x_0, \gamma) = \frac{1}{\pi \gamma \bigl[ 1+ (\frac{x-x_0}{\gamma})^2 \bigr] }
and the Standard Cauchy distribution just sets x_0=0 and \gamma=1
The Cauchy distribution arises in the solution to the driven harmonic oscillator problem, and also describes spectral line broadening. It also describes the distribution of values at which a line tilted at a random angle will cut the x axis.
When studying hypothesis tests that assume normality, seeing how the tests perform on data from a Cauchy distribution is a good indicator of their sensitivity to a heavy-tailed distribution, since the Cauchy looks very much like a Gaussian distribution, but with heavier tails.
- 1
NIST/SEMATECH e-Handbook of Statistical Methods, “Cauchy Distribution”, https://www.itl.nist.gov/div898/handbook/eda/section3/eda3663.htm
- 2
Weisstein, Eric W. “Cauchy Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/CauchyDistribution.html
- 3
Wikipedia, “Cauchy distribution” https://en.wikipedia.org/wiki/Cauchy_distribution
Draw samples and plot the distribution:
>>> import matplotlib.pyplot as plt >>> s = np.random.standard_cauchy(1000000) >>> s = s[(s>-25) & (s<25)] # truncate distribution so it plots well >>> plt.hist(s, bins=100) >>> plt.show()
- XRStools.xrs_calctools.standard_exponential(size=None)¶
Draw samples from the standard exponential distribution.
standard_exponential is identical to the exponential distribution with a scale parameter of 1.
Note
New code should use the
standard_exponentialmethod of adefault_rng()instance instead; please see the random-quick-start.- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.
- outfloat or ndarray
Drawn samples.
Generator.standard_exponential: which should be used for new code.
Output a 3x8000 array:
>>> n = np.random.standard_exponential((3, 8000))
- XRStools.xrs_calctools.standard_gamma(shape, size=None)¶
Draw samples from a standard Gamma distribution.
Samples are drawn from a Gamma distribution with specified parameters, shape (sometimes designated “k”) and scale=1.
Note
New code should use the
standard_gammamethod of adefault_rng()instance instead; please see the random-quick-start.- shapefloat or array_like of floats
Parameter, must be non-negative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifshapeis a scalar. Otherwise,np.array(shape).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized standard gamma distribution.
- scipy.stats.gammaprobability density function, distribution or
cumulative density function, etc.
Generator.standard_gamma: which should be used for new code.
The probability density for the Gamma distribution is
p(x) = x^{k-1}\frac{e^{-x/\theta}}{\theta^k\Gamma(k)},
where k is the shape and \theta the scale, and \Gamma is the Gamma function.
The Gamma distribution is often used to model the times to failure of electronic components, and arises naturally in processes for which the waiting times between Poisson distributed events are relevant.
- 1
Weisstein, Eric W. “Gamma Distribution.” From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/GammaDistribution.html
- 2
Wikipedia, “Gamma distribution”, https://en.wikipedia.org/wiki/Gamma_distribution
Draw samples from the distribution:
>>> shape, scale = 2., 1. # mean and width >>> s = np.random.standard_gamma(shape, 1000000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> import scipy.special as sps >>> count, bins, ignored = plt.hist(s, 50, density=True) >>> y = bins**(shape-1) * ((np.exp(-bins/scale))/ ... (sps.gamma(shape) * scale**shape)) >>> plt.plot(bins, y, linewidth=2, color='r') >>> plt.show()
- XRStools.xrs_calctools.standard_normal(size=None)¶
Draw samples from a standard Normal distribution (mean=0, stdev=1).
Note
New code should use the
standard_normalmethod of adefault_rng()instance instead; please see the random-quick-start.- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. Default is None, in which case a single value is returned.
- outfloat or ndarray
A floating-point array of shape
sizeof drawn samples, or a single sample ifsizewas not specified.
- normal :
Equivalent function with additional
locandscalearguments for setting the mean and standard deviation.
Generator.standard_normal: which should be used for new code.
For random samples from N(\mu, \sigma^2), use one of:
mu + sigma * np.random.standard_normal(size=...) np.random.normal(mu, sigma, size=...)
>>> np.random.standard_normal() 2.1923875335537315 #random
>>> s = np.random.standard_normal(8000) >>> s array([ 0.6888893 , 0.78096262, -0.89086505, ..., 0.49876311, # random -0.38672696, -0.4685006 ]) # random >>> s.shape (8000,) >>> s = np.random.standard_normal(size=(3, 4, 2)) >>> s.shape (3, 4, 2)
Two-by-four array of samples from N(3, 6.25):
>>> 3 + 2.5 * np.random.standard_normal(size=(2, 4)) array([[-4.49401501, 4.00950034, -1.81814867, 7.29718677], # random [ 0.39924804, 4.68456316, 4.99394529, 4.84057254]]) # random
- XRStools.xrs_calctools.standard_t(df, size=None)¶
Draw samples from a standard Student’s t distribution with df degrees of freedom.
A special case of the hyperbolic distribution. As df gets large, the result resembles that of the standard normal distribution (standard_normal).
Note
New code should use the
standard_tmethod of adefault_rng()instance instead; please see the random-quick-start.- dffloat or array_like of floats
Degrees of freedom, must be > 0.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifdfis a scalar. Otherwise,np.array(df).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized standard Student’s t distribution.
Generator.standard_t: which should be used for new code.
The probability density function for the t distribution is
P(x, df) = \frac{\Gamma(\frac{df+1}{2})}{\sqrt{\pi df} \Gamma(\frac{df}{2})}\Bigl( 1+\frac{x^2}{df} \Bigr)^{-(df+1)/2}
The t test is based on an assumption that the data come from a Normal distribution. The t test provides a way to test whether the sample mean (that is the mean calculated from the data) is a good estimate of the true mean.
The derivation of the t-distribution was first published in 1908 by William Gosset while working for the Guinness Brewery in Dublin. Due to proprietary issues, he had to publish under a pseudonym, and so he used the name Student.
- 1
Dalgaard, Peter, “Introductory Statistics With R”, Springer, 2002.
- 2
Wikipedia, “Student’s t-distribution” https://en.wikipedia.org/wiki/Student’s_t-distribution
From Dalgaard page 83 [1]_, suppose the daily energy intake for 11 women in kilojoules (kJ) is:
>>> intake = np.array([5260., 5470, 5640, 6180, 6390, 6515, 6805, 7515, \ ... 7515, 8230, 8770])
Does their energy intake deviate systematically from the recommended value of 7725 kJ?
We have 10 degrees of freedom, so is the sample mean within 95% of the recommended value?
>>> s = np.random.standard_t(10, size=100000) >>> np.mean(intake) 6753.636363636364 >>> intake.std(ddof=1) 1142.1232221373727
Calculate the t statistic, setting the ddof parameter to the unbiased value so the divisor in the standard deviation will be degrees of freedom, N-1.
>>> t = (np.mean(intake)-7725)/(intake.std(ddof=1)/np.sqrt(len(intake))) >>> import matplotlib.pyplot as plt >>> h = plt.hist(s, bins=100, density=True)
For a one-sided t-test, how far out in the distribution does the t statistic appear?
>>> np.sum(s<t) / float(len(s)) 0.0090699999999999999 #random
So the p-value is about 0.009, which says the null hypothesis has a probability of about 99% of being true.
- class XRStools.xrs_calctools.stobe(prefix, postfix, fromnumber, tonumber, step, stepformat=2)[source]¶
Bases:
objectclass to analyze StoBe results
- XRStools.xrs_calctools.triangular(left, mode, right, size=None)¶
Draw samples from the triangular distribution over the interval
[left, right].The triangular distribution is a continuous probability distribution with lower limit left, peak at mode, and upper limit right. Unlike the other distributions, these parameters directly define the shape of the pdf.
Note
New code should use the
triangularmethod of adefault_rng()instance instead; please see the random-quick-start.- leftfloat or array_like of floats
Lower limit.
- modefloat or array_like of floats
The value where the peak of the distribution occurs. The value must fulfill the condition
left <= mode <= right.- rightfloat or array_like of floats
Upper limit, must be larger than left.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifleft,mode, andrightare all scalars. Otherwise,np.broadcast(left, mode, right).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized triangular distribution.
Generator.triangular: which should be used for new code.
The probability density function for the triangular distribution is
P(x;l, m, r) = \begin{cases} \frac{2(x-l)}{(r-l)(m-l)}& \text{for $l \leq x \leq m$},\\ \frac{2(r-x)}{(r-l)(r-m)}& \text{for $m \leq x \leq r$},\\ 0& \text{otherwise}. \end{cases}
The triangular distribution is often used in ill-defined problems where the underlying distribution is not known, but some knowledge of the limits and mode exists. Often it is used in simulations.
- 1
Wikipedia, “Triangular distribution” https://en.wikipedia.org/wiki/Triangular_distribution
Draw values from the distribution and plot the histogram:
>>> import matplotlib.pyplot as plt >>> h = plt.hist(np.random.triangular(-3, 0, 8, 100000), bins=200, ... density=True) >>> plt.show()
- XRStools.xrs_calctools.uniform(low=0.0, high=1.0, size=None)¶
Draw samples from a uniform distribution.
Samples are uniformly distributed over the half-open interval
[low, high)(includes low, but excludes high). In other words, any value within the given interval is equally likely to be drawn by uniform.Note
New code should use the
uniformmethod of adefault_rng()instance instead; please see the random-quick-start.- lowfloat or array_like of floats, optional
Lower boundary of the output interval. All values generated will be greater than or equal to low. The default value is 0.
- highfloat or array_like of floats
Upper boundary of the output interval. All values generated will be less than or equal to high. The default value is 1.0.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned iflowandhighare both scalars. Otherwise,np.broadcast(low, high).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized uniform distribution.
randint : Discrete uniform distribution, yielding integers. random_integers : Discrete uniform distribution over the closed
interval
[low, high].random_sample : Floats uniformly distributed over
[0, 1). random : Alias for random_sample. rand : Convenience function that accepts dimensions as input, e.g.,rand(2,2)would generate a 2-by-2 array of floats, uniformly distributed over[0, 1).Generator.uniform: which should be used for new code.
The probability density function of the uniform distribution is
p(x) = \frac{1}{b - a}
anywhere within the interval
[a, b), and zero elsewhere.When
high==low, values oflowwill be returned. Ifhigh<low, the results are officially undefined and may eventually raise an error, i.e. do not rely on this function to behave when passed arguments satisfying that inequality condition. Thehighlimit may be included in the returned array of floats due to floating-point rounding in the equationlow + (high-low) * random_sample(). For example:>>> x = np.float32(5*0.99999999) >>> x 5.0
Draw samples from the distribution:
>>> s = np.random.uniform(-1,0,1000)
All values are within the given interval:
>>> np.all(s >= -1) True >>> np.all(s < 0) True
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> count, bins, ignored = plt.hist(s, 15, density=True) >>> plt.plot(bins, np.ones_like(bins), linewidth=2, color='r') >>> plt.show()
- XRStools.xrs_calctools.vaspBoxParser(filename)[source]¶
groTrajecParser Parses an gromacs GRO-style file for the xyzBox class.
- XRStools.xrs_calctools.vaspTrajecParser(filename, min_boxes=0, max_boxes=1000)[source]¶
groTrajecParser Parses an gromacs GRO-style file for the xyzBox class.
- XRStools.xrs_calctools.vonmises(mu, kappa, size=None)¶
Draw samples from a von Mises distribution.
Samples are drawn from a von Mises distribution with specified mode (mu) and dispersion (kappa), on the interval [-pi, pi].
The von Mises distribution (also known as the circular normal distribution) is a continuous probability distribution on the unit circle. It may be thought of as the circular analogue of the normal distribution.
Note
New code should use the
vonmisesmethod of adefault_rng()instance instead; please see the random-quick-start.- mufloat or array_like of floats
Mode (“center”) of the distribution.
- kappafloat or array_like of floats
Dispersion of the distribution, has to be >=0.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifmuandkappaare both scalars. Otherwise,np.broadcast(mu, kappa).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized von Mises distribution.
- scipy.stats.vonmisesprobability density function, distribution, or
cumulative density function, etc.
Generator.vonmises: which should be used for new code.
The probability density for the von Mises distribution is
p(x) = \frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)},
where \mu is the mode and \kappa the dispersion, and I_0(\kappa) is the modified Bessel function of order 0.
The von Mises is named for Richard Edler von Mises, who was born in Austria-Hungary, in what is now the Ukraine. He fled to the United States in 1939 and became a professor at Harvard. He worked in probability theory, aerodynamics, fluid mechanics, and philosophy of science.
- 1
Abramowitz, M. and Stegun, I. A. (Eds.). “Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing,” New York: Dover, 1972.
- 2
von Mises, R., “Mathematical Theory of Probability and Statistics”, New York: Academic Press, 1964.
Draw samples from the distribution:
>>> mu, kappa = 0.0, 4.0 # mean and dispersion >>> s = np.random.vonmises(mu, kappa, 1000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> from scipy.special import i0 >>> plt.hist(s, 50, density=True) >>> x = np.linspace(-np.pi, np.pi, num=51) >>> y = np.exp(kappa*np.cos(x-mu))/(2*np.pi*i0(kappa)) >>> plt.plot(x, y, linewidth=2, color='r') >>> plt.show()
- XRStools.xrs_calctools.wald(mean, scale, size=None)¶
Draw samples from a Wald, or inverse Gaussian, distribution.
As the scale approaches infinity, the distribution becomes more like a Gaussian. Some references claim that the Wald is an inverse Gaussian with mean equal to 1, but this is by no means universal.
The inverse Gaussian distribution was first studied in relationship to Brownian motion. In 1956 M.C.K. Tweedie used the name inverse Gaussian because there is an inverse relationship between the time to cover a unit distance and distance covered in unit time.
Note
New code should use the
waldmethod of adefault_rng()instance instead; please see the random-quick-start.- meanfloat or array_like of floats
Distribution mean, must be > 0.
- scalefloat or array_like of floats
Scale parameter, must be > 0.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifmeanandscaleare both scalars. Otherwise,np.broadcast(mean, scale).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Wald distribution.
Generator.wald: which should be used for new code.
The probability density function for the Wald distribution is
P(x;mean,scale) = \sqrt{\frac{scale}{2\pi x^3}}e^ \frac{-scale(x-mean)^2}{2\cdotp mean^2x}
As noted above the inverse Gaussian distribution first arise from attempts to model Brownian motion. It is also a competitor to the Weibull for use in reliability modeling and modeling stock returns and interest rate processes.
- 1
Brighton Webs Ltd., Wald Distribution, https://web.archive.org/web/20090423014010/http://www.brighton-webs.co.uk:80/distributions/wald.asp
- 2
Chhikara, Raj S., and Folks, J. Leroy, “The Inverse Gaussian Distribution: Theory : Methodology, and Applications”, CRC Press, 1988.
- 3
Wikipedia, “Inverse Gaussian distribution” https://en.wikipedia.org/wiki/Inverse_Gaussian_distribution
Draw values from the distribution and plot the histogram:
>>> import matplotlib.pyplot as plt >>> h = plt.hist(np.random.wald(3, 2, 100000), bins=200, density=True) >>> plt.show()
- XRStools.xrs_calctools.weibull(a, size=None)¶
Draw samples from a Weibull distribution.
Draw samples from a 1-parameter Weibull distribution with the given shape parameter a.
X = (-ln(U))^{1/a}
Here, U is drawn from the uniform distribution over (0,1].
The more common 2-parameter Weibull, including a scale parameter \lambda is just X = \lambda(-ln(U))^{1/a}.
Note
New code should use the
weibullmethod of adefault_rng()instance instead; please see the random-quick-start.- afloat or array_like of floats
Shape parameter of the distribution. Must be nonnegative.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifais a scalar. Otherwise,np.array(a).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Weibull distribution.
scipy.stats.weibull_max scipy.stats.weibull_min scipy.stats.genextreme gumbel Generator.weibull: which should be used for new code.
The Weibull (or Type III asymptotic extreme value distribution for smallest values, SEV Type III, or Rosin-Rammler distribution) is one of a class of Generalized Extreme Value (GEV) distributions used in modeling extreme value problems. This class includes the Gumbel and Frechet distributions.
The probability density for the Weibull distribution is
p(x) = \frac{a} {\lambda}(\frac{x}{\lambda})^{a-1}e^{-(x/\lambda)^a},
where a is the shape and \lambda the scale.
The function has its peak (the mode) at \lambda(\frac{a-1}{a})^{1/a}.
When
a = 1, the Weibull distribution reduces to the exponential distribution.- 1
Waloddi Weibull, Royal Technical University, Stockholm, 1939 “A Statistical Theory Of The Strength Of Materials”, Ingeniorsvetenskapsakademiens Handlingar Nr 151, 1939, Generalstabens Litografiska Anstalts Forlag, Stockholm.
- 2
Waloddi Weibull, “A Statistical Distribution Function of Wide Applicability”, Journal Of Applied Mechanics ASME Paper 1951.
- 3
Wikipedia, “Weibull distribution”, https://en.wikipedia.org/wiki/Weibull_distribution
Draw samples from the distribution:
>>> a = 5. # shape >>> s = np.random.weibull(a, 1000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> x = np.arange(1,100.)/50. >>> def weib(x,n,a): ... return (a / n) * (x / n)**(a - 1) * np.exp(-(x / n)**a)
>>> count, bins, ignored = plt.hist(np.random.weibull(5.,1000)) >>> x = np.arange(1,100.)/50. >>> scale = count.max()/weib(x, 1., 5.).max() >>> plt.plot(x, weib(x, 1., 5.)*scale) >>> plt.show()
- XRStools.xrs_calctools.writeFDMNESinput_file(xyzAtoms, fname, Filout, Range, Radius, Edge, NRIXS, Absorber, Green=False, SCF=False)[source]¶
writeFDMNESinput_file Writes an input file to be used for FDMNES.
- XRStools.xrs_calctools.writeFEFFinput_arb(fname, headerfile, xyzBox, exatom, edge)[source]¶
writeFEFFinput_arb
- XRStools.xrs_calctools.writeMD1Input(fname, box, headerfile, exatomNo=0)[source]¶
writeWFN1input Writes an input for cp.x by Quantum espresso for electronic wave function minimization.
- XRStools.xrs_calctools.writeOCEAN_XESInput(fname, box, headerfile, exatomNo=0)[source]¶
writeOCEAN_XESInput Writes an input for ONEAN XES calculation for 17 molecule water boxes.
- XRStools.xrs_calctools.writeOCEANinput(fname, headerfile, xyzBox, exatom, edge, subshell)[source]¶
writeOCEANinput
- XRStools.xrs_calctools.writeOCEANinput_arb(fname, headerfile, xyzBox, exatom, edge, subshell)[source]¶
writeOCEANinput
- XRStools.xrs_calctools.writeOCEANinput_full(fname, xyzBox, exatom, edge, subshell)[source]¶
Writes a complete OCEAN input file.
- Args:
fname (str): Filename for the input file to be written.
xyzBox (xyzBox): Instance of the xyzBox class to be converted into an OCEAN input file.
exatom (str): Atomic symbol for the excited atom.
edge (int): Integer defining which shell to excite (e.g. 0 for K-shell, 1 for L, etc.).
subshell (int): Integer defining which sub-shell to excite ( e.g. 0 for s, 1 for p, etc.).
- XRStools.xrs_calctools.writeOCEANinput_new(fname, headerfile, xyzBox, exatom, edge, subshell)[source]¶
writeOCEANinput
- XRStools.xrs_calctools.writeRelXYZfile(filename, n_atoms, boxLength, title, xyzAtoms, inclAtomNames=True)[source]¶
- XRStools.xrs_calctools.writeWFN1waterInput(fname, box, headerfile, exatomNo=0)[source]¶
writeWFN1input Writes an input for cp.x by Quantum espresso for electronic wave function minimization.
- class XRStools.xrs_calctools.xyzAtom(name, coordinates, number)[source]¶
Bases:
objectxyzAtom
Class to hold information about and manipulate a single atom in xyz-style format.
- Args. :
name (str): Atomic symbol.
coordinates (np.array): Array of xyz-coordinates.
number (int): Integer, e.g. number of atom in a cluster.
- class XRStools.xrs_calctools.xyzBox(xyzAtoms, boxLength=None, title=None)[source]¶
Bases:
objectxyzBox
Class to hold information about and manipulate a xyz-periodic cubic box.
- Args.:
xyzAtoms (list): List of instances of the xyzAtoms class that make up the molecule.
boxLength (float): Box length.
- changeOHBondlength(fraction, oName='O', hName='H')[source]¶
changeOHBondlength Changes all OH covalent bond lengths inside the box by a fraction.
- count_hbonds(Roocut=3.6, Rohcut=2.4, Aoooh=30.0, counter_name='num_H_bonds', counter_name2='H_bond_angles')[source]¶
count_hbonds Counts the number of hydrogen bonds around all oxygen atoms and sets that number as attribute to the accorting xyzAtom.
- count_neighbors(name1, name2, cutoff_low=0.0, cutoff_high=2.0, counter_name='num_OO_shell')[source]¶
count_neighbors
Counts number of neighbors (of name2) around atom of name1.
- Args:
name1 (str): Name of first type of atom.
name2 (str): Name of second type of atom.
cutoff_low (float): Lower cutoff (Angstrom).
cutoff_high (float): Upper cutoff (Angstrom).
counter_name (str): Attribute namer under which the result should be saved.
- deleteTip4pCOM()[source]¶
deleteTip4pCOM Deletes the ficticious atoms used in the TIP4P water model.
- find_tmao_molecules_arb(CH_cut=1.2, CN_cut=1.6, NO_cut=1.5, CC_cut=2.5)[source]¶
find_tmao_molecules Returns a list of TMAO molecules.
- find_urea_molecules_arb(NH_cut=1.2, CN_cut=1.6, CO_cut=1.5)[source]¶
find_urea_molecules Returns a list of Urea molecules.
- getDistVectorPBC_arb(atom1, atom2)[source]¶
getDistVectorPBC_arb
Calculates the distance vector between two atoms from an arbitrary simulation box using the minimum image convention.
- Args:
atom1 (obj): Instance of the xzyAtom class. atom2 (obj): Instance of the xzyAtom class.
- Returns:
The distance vector between the two atoms (np.array).
- getDistancePBC_arb(atom1, atom2)[source]¶
getDistancePBC_arb Calculates the distance of two atoms from an arbitrary simulation box using the minimum image convention.
- Args:
atom1 (obj): Instance of the xzyAtom class. atom2 (obj): Instance of the xzyAtom class.
- Returns:
The distance between the two atoms.
- getTetraParameter()[source]¶
getTetraParameter Returns a list of tetrahedrality paprameters, according to NATURE, VOL 409, 18 JANUARY (2001).
UNTESTED!!!
- get_OO_neighbors(Roocut=3.6)[source]¶
get_OO_neighbors Returns list of numbers of nearest oxygen neighbors within readius ‘Roocut’.
- get_OO_neighbors_pbc(Roocut=3.6)[source]¶
get_OO_neighbors_pbc Returns a list of numbers of nearest oxygen atoms, uses periodic boundary conditions.
- get_angle(atom1, atom2, atom3, degrees=True)[source]¶
get_angle Return angle between the three given atoms (as seen from atom2).
- get_angle_arb(atom1, atom2, atom3, degrees=True)[source]¶
get_angle Return angle between the three given atoms (as seen from atom2).
- get_atoms_by_name(name)[source]¶
get_atoms_by_name Return a list of all xyzAtoms of a given name ‘name’.
- get_atoms_from_molecules()[source]¶
get_atoms_from_molecules Parses all atoms inside self.xyzMolecules into self.xyzAtoms (useful for turning an xyzMolecule into an xyzBox).
- get_h2o_molecules(o_name='O', h_name='H')[source]¶
get_h2o_molecules Finds all water molecules inside the box and collects them inside the self.xyzMolecules attribute.
- get_hbonds(Roocut=3.6, Rohcut=2.4, Aoooh=30.0)[source]¶
get_hbonds Counts the hydrogen bonds inside the box, returns the number of H-bond donors and H-bond acceptors.
- multiplyBoxPBC(numShells)[source]¶
multiplyBoxPBC Applies the periodic boundary conditions and multiplies the box in shells around the original.
- multiplyBoxPBC_arb(lx=[- 1, 1], ly=[- 1, 1], lz=[- 1, 1])[source]¶
multiplyBoxPBC_arb Applies the periodic boundary conditions and multiplies the box in shells around the original. Works with arbitrary lattices.
- scatterPlot()[source]¶
scatterPlot Opens a plot window with a scatter-plot of all coordinates of the box.
- translateAtomsMinimumImage(lattice, lattice_inv)[source]¶
translateAtomsMinimumImage
Brings back all atoms into the original box using periodic boundary conditions and minimal image convention.
- writeBox(filename)[source]¶
writeBox Creates an xyz-style text file with all coordinates of the box.
- writeClusters(cenatom_name, number, cutoff, prefix, postfix='.xyz')[source]¶
writeXYZclusters Write water clusters into files.
- writeClusters_arb(cenatom_name, number, cutoff, prefix, postfix='.xyz', test_box_multiplyer=1)[source]¶
writeXYZclusters Write water clusters into files.
- writeFDMNESinput(fname, Filout, Range, Radius, Edge, NRIXS, Absorber)[source]¶
writeFDMNESinput Creates an input file to be used for q-dependent calculations with FDMNES.
- writeH2Oclusters(cutoff, prefix, postfix='.xyz', o_name='O', h_name='H')[source]¶
writeXYZclusters Write water clusters into files.
- writeMoleculeCluster(molAtomList, fname, cutoff=None, numH2Omols=None, o_name='O', h_name='H', mol_center=None)[source]¶
writeMoleculeCluster Careful, this works only for a single molecule in water.
- class XRStools.xrs_calctools.xyzMolecule(xyzAtoms, title=None)[source]¶
Bases:
objectxyzMolecule
Class to hold information about and manipulate an xyz-style molecule.
- Args.:
xyzAtoms (list): List of instances of the xyzAtoms class that make up the molecule.
- get_atoms_by_name(name)[source]¶
get_atoms_by_name Return a list of all xyzAtoms of a given name ‘name’.
- scatterPlot()[source]¶
scatterPlot Opens a plot window with a scatter-plot of all coordinates of the molecule.
- translateAtomsMinimumImage(lattice, lattice_inv, center=array([0., 0., 0.]))[source]¶
translateAtomsMinimumImage
Brings back all atoms into the original box using periodic boundary conditions and minimal image convention.
- XRStools.xrs_calctools.xyzTrajecParser(filename, boxLength, firstBox=0, lastBox=- 1)[source]¶
Parses a Trajectory of xyz-files.
- Args:
filename (str): Filename of the xyz Trajectory file.
- Returns:
A list of xzyBoxes.
- XRStools.xrs_calctools.zipf(a, size=None)¶
Draw samples from a Zipf distribution.
Samples are drawn from a Zipf distribution with specified parameter a > 1.
The Zipf distribution (also known as the zeta distribution) is a continuous probability distribution that satisfies Zipf’s law: the frequency of an item is inversely proportional to its rank in a frequency table.
Note
New code should use the
zipfmethod of adefault_rng()instance instead; please see the random-quick-start.- afloat or array_like of floats
Distribution parameter. Must be greater than 1.
- sizeint or tuple of ints, optional
Output shape. If the given shape is, e.g.,
(m, n, k), thenm * n * ksamples are drawn. If size isNone(default), a single value is returned ifais a scalar. Otherwise,np.array(a).sizesamples are drawn.
- outndarray or scalar
Drawn samples from the parameterized Zipf distribution.
- scipy.stats.zipfprobability density function, distribution, or
cumulative density function, etc.
Generator.zipf: which should be used for new code.
The probability density for the Zipf distribution is
p(x) = \frac{x^{-a}}{\zeta(a)},
where \zeta is the Riemann Zeta function.
It is named for the American linguist George Kingsley Zipf, who noted that the frequency of any word in a sample of a language is inversely proportional to its rank in the frequency table.
- 1
Zipf, G. K., “Selected Studies of the Principle of Relative Frequency in Language,” Cambridge, MA: Harvard Univ. Press, 1932.
Draw samples from the distribution:
>>> a = 2. # parameter >>> s = np.random.zipf(a, 1000)
Display the histogram of the samples, along with the probability density function:
>>> import matplotlib.pyplot as plt >>> from scipy import special
Truncate s values at 50 so plot is interesting:
>>> count, bins, ignored = plt.hist(s[s<50], 50, density=True) >>> x = np.arange(1., 50.) >>> y = x**(-a) / special.zetac(a) >>> plt.plot(x, y/max(y), linewidth=2, color='r') >>> plt.show()
XRStools.xrs_extraction Module¶
- class XRStools.xrs_extraction.HF_dataset(data, formulas, stoich_weights, edges)[source]¶
Bases:
objectdataset A class to hold all information from HF Compton profiles necessary to subtract background from the experiment.
- class XRStools.xrs_extraction.edge_extraction(exp_data, formulas, stoich_weights, edges, prenormrange=[5, inf])[source]¶
Bases:
objectedge_extraction Class to destill core edge spectra from x-ray Raman scattering experiments.
- analyzerAverage(roi_numbers, errorweighing=True)[source]¶
analyzerAverage Averages signals from several crystals before background subtraction.
Args:
- roi_numberslist, str
list of ROI numbers to average over of keyword for analyzer chamber (e.g. ‘VD’,’VU’,’VB’,’HR’,’HL’,’HB’)
- errorweighingboolean (True by default)
keyword if error weighing should be used for the averaging or not
- removeCorePearsonAv(element, edge, range1, range2, weights=[2, 1], HFcore_shift=0.0, guess=None, scaling=None, return_background=False, show_plots=True)[source]¶
removeCorePearsonAv
guess (list): [position, FWHM, shape, intensity, ax, b, scale ]
- removeCorePearsonAv_new(element, edge, range1, range2, HFcore_shift=0.0, guess=None, scaling=None, return_background=False, reg_lam=10)[source]¶
removeCorePearsonAv_new
- removePearsonAv(element, edge, range1, range2=None, weights=[2, 1], guess=None, scale=1.0, HFcore_shift=0.0)[source]¶
removePearsonAv
- removePolyCoreAv(element, edge, range1, range2, weights=[1, 1], guess=[1.0, 0.0, 0.0], ewindow=100.0)[source]¶
removePolyCoreAv Subtract a polynomial from averaged data guided by the HF core Compton profile.
Args
element : str String (e.g. ‘Si’) for the element you want to work on.
edge: str String (e.g. ‘K’ or ‘L23’) for the edge to extract.
range1 : list List with start and end value for fit-region 1.
range2 : list List with start and end value for fit-region 2.
weigths : list of ints List with weights for the respective fit-regions 1 and 2. Default is [1,1].
guess : list List of starting values for the fit. Default is [1.0,0.0,0.0] (i.e. a quadratic function. Change the number of guess values to get other degrees of polynomials (i.e. [1.0, 0.0] for a constant, [1.0,0.0,0.0,0.0] for a cubic, etc.). The first guess value passed is for scaling of the experimental data to the HF core Compton profile.
ewindow: float Width of energy window used in the plot. Default is 100.0.
- save_average_Sqw(filename, emin=None, emax=None, normrange=None)[source]¶
save_average_Sqw Save the S(q,w) into a ascii file (energy loss, S(q,w), Poisson errors).
- Args:
filename : str Filename for the ascii file.
emin : float Use this to save only part of the spectrum.
emax : float Use this to save only part of the spectrum.
normrange : list of floats E_start and E_end for possible area-normalization before saving.
XRStools.xrs_imaging Module¶
- class XRStools.xrs_imaging.LRimage(matrix, xscale, yscale, cornerpos=[0, 0], monitor=1.0)[source]¶
Bases:
objectcontainer class to hold info of a single LR-image to be put togther in a SR-image by the imageset class
- XRStools.xrs_imaging.estimate_shift(x1, y1, im1, x2, y2, im2)[source]¶
estimate shift in x-direction only by stepwise shifting im2 by precision and thus minimising the sum of the difference between im1 and im2
- XRStools.xrs_imaging.estimate_xshift(x1, y1, im1, x2, y2, im2)[source]¶
estimate shift in x-direction only by stepwise shifting im2 by precision and thus minimising the sum of the difference between im1 and im2
- XRStools.xrs_imaging.estimate_yshift(x1, y1, im1, x2, y2, im2)[source]¶
estimate shift in x-direction only by stepwise shifting im2 by precision and thus minimising the sum of the difference between im1 and im2
- class XRStools.xrs_imaging.image(matrix, xscale, yscale)[source]¶
Bases:
objectContainer class to hold info of a single LR-image to be put togther in a SR-image by the imageset class
- class XRStools.xrs_imaging.imageset[source]¶
Bases:
objectclass to make SR-images from list of LR-images
- class XRStools.xrs_imaging.oneD_imaging(absfilename, energycolumn='sty', monitorcolumn='kapraman', monitor_divider=1.0, edfName=None, single_image=True, sumto1D=1, recenterings=None)[source]¶
Bases:
XRStools.xrs_read.read_id20oneD_imaging Class to construct images using the 1D piercing mode.
XRStools.xrs_read Module¶
- class XRStools.xrs_read.Fourc(path, SPECfname='rixs', EDFprefix='/edf/', EDFname='rixs_', EDFpostfix='.edf', moni_column='izero', EinCoor='energy')[source]¶
Bases:
objectMain class for handling RIXS data from ID20’s high-resolution spectrometer ‘Fourc’.
This class is intended to read SPEC- and according EDF-files and perform dispersion compensations.
- Note:
‘Fourc’ is the name of the high-energy-resolution spectrometer at ESRF’s ID20 beamline. This class has been adopted specifically for this spectrometer.
If you are using this program, please cite the following work:
Sahle, Ch J., A. Mirone, J. Niskanen, J. Inkinen, M. Krisch, and S. Huotari. “Planning, performing and analyzing X-ray Raman scattering experiments.” Journal of Synchrotron Radiation 22, No. 2 (2015): 400-409.
- Args:
path (str): Absolute path to directory holding the data.
SPECfname (str): Name of the SPEC-file (‘rixs’ is the default).
EDFprefix (str): Prefix for the EDF-files (‘/edf/’ is the default).
EDFname (str): Filename of the EDF-files (‘rixs_’ is the default).
EDFpostfix (str): Postfix for the EDF-files (‘.edf’ is the default).
en_column (str): Counter mnemonic for the energy motor (‘energy’ is the default).
moni_column (str): Mnemonic for the monitor counter (‘izero’ is the default).
EinCoor (list): Coordinates, where to find the incident energy value in the SPEC-file (default is [9,0])
- Attributes:
path (str): Absolute path to directory holding the data.
SPECfname (str): Name of the SPEC-file (‘hydra’ is the default).
EDFprefix (str): Prefix for the EDF-files (‘/edf/’ is the default).
EDFname (str): Filename of the EDF-files (‘hydra_’ is the default).
EDFpostfix (str): Postfix for the EDF-files (‘.edf’ is the default).
en1_column (str): Counter mnemonic for the energy motor (‘anal energy’ is the default).
en2_column (str): Counter mnemonic for the energy motor (‘energy’ is the default).
moni_column (str): Mnemonic for the monitor counter (‘izero’ is the default).
EinCoor (list): Coordinates, where to find the incident energy value in the SPEC-file (default is [9,0])
scans (dict): Dictionary holding all loaded scans.
scan_numbers (list): List with scan number of all loaded scans.
energy (np.array): Array with the common energy scale.
energy2 (np.array): Array with the common energy2 scale.
signals (np.array): Array with the signals for all analyzers (one column per anayzer).
errors (np.array): Array with the poisson errors for all analyzers (one column per anayzer).
groups (dict): Dictionary of groups of scans (instances of the ‘scangroup’ class, such as 2 ‘elastic’, or 5 ‘edge1’, etc.).
tth (list): List of all scattering angles (one value for each ROI).
resolution (list): List of FWHM of the elastic lines (one for each analyzer).
roi_obj (instance): Instance of the roi_object class from the x0.055 # pixel size in mmrs_rois module defining all ROIs for the current dataset (default is ‘None’).
comp_factor (float): Compensation factor used for the dispersion correction.
PIXEL_SIZE (float): Pixel size of the used Maxipix detector (in mm).
- SumDirect(scan_numbers, clean_edf_stack=False)[source]¶
SumDirect
Creates a summed 2D image of a given scan or list of scans.
- Args:
scan_numbers (int or list): Scan number or list of scan numbers to be added up.
- Returns:
A 2D np.array of the same size as the detector with the summed image.
- copy_edf_files(scan_numbers, dest_dir)[source]¶
copy_edf_files
Copies all EDF-files from given scan_numbers into given directory.
- Args:
scan_numbers (int or list) = Integer or list of integers defining the scan numbers of scans to be copied.
dest_dir (str) = String with absolute path for the destination.
- delete_scan(scan_numbers)[source]¶
delete_scan
Deletes scans of given scan numbers.
- Args:
scan_numbers (int or list): SPEC scan numbers to be used for the RIXS map.
- dump_scans_ascii(scan_numbers, pre_fix, f_name, post_fix='.dat', header='')[source]¶
dum_scans_ascii
Produce ASCII-type files with columns of energy, signal, and Poisson error.
Args: scan_numbers (int or list): SPEC scan numbers of scans to be safed in ASCII format. pre_fix (str): Path to directory where files should be written into. f_name (str): Base name for the files to be written. post_fix (str): Extention for the files to be written (default is ‘.dat’).
- get_Ein_RIXS_map(scan_numbers, roi_number, logscaling=False, file_name=None)[source]¶
get_Ein_RIXS_map
Returns a RIXS map that plots energy loss vs inciden energy for the specified scans.
- Args:
scan_numbers (int or list): SPEC scan numbers to be deleted.
logscaling (boolean): If true numbers are returned on logarithmic scale (False by default)
file_name (str): Absolute path, if map should also be written into an ascii-file.
roi_number (int): ROI to use for creating the RIXS map (Python counting).
- get_XES_spectrum(method='sum', interpolation=False)[source]¶
get_XES_spectrum
Constructs an emission spectrum based on the loaded single spectra.
NOTE: this needs support for all methods (‘sum’, ‘pixel’, ‘row’)
- get_compensation_factor(scan_number, method='sum', roi_number=None, rot_angles=None)[source]¶
get_compensation_factor
Calculates the compensation factor from a given elastic line scan: - a pixel-wise center of mass for ‘pixel’ compensation. - a slope (eV/mm) for row-by-row compensation. - the center of mass for each ROI for no compensation.
- Args:
- scan_number (int): Scan number of elastic line scan to be used
for finding the compensation factors.
- method (str): Keyword describing what kind of compensation
to be used. Can be ‘sum’, ‘row’, or ‘pixel’.
- roi_number (int): ROI number (first ROI is Nr. 0) for which to
calculate the line-by-line compensation factor.
- get_data(method='sum', scaling=None)[source]¶
get_data
Applies the ROIs to the EDF-files.
This extracts the raw-data from the EDF-files subject to three different methods: ‘sum’ will simply sum up all pixels inside a ROI, ‘row’ will sum up over the dispersive direction, and ‘pixel’ will not sum at all.
- Args:
- method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, or ‘pixel’. Default is ‘sum’.
- scaling (list): Optional scaling factors (one per ROI) to scale
the data with.
- get_pw_matrices(scan_numbers, method='pixel')[source]¶
get_pw_matrices
Sums scans from pixelwise ROI integration for use in the pixel-wise ROI refinement.
- Args:
scan_numbers (int, list): Integer or list of scan numbers to be added.
method (str): Keyword describing how to return the data (possible values are: ‘pixel’ for pixel-wise integration, ‘column’ for column-wise summation, and ‘row’ for row-wise summation.
- Returns:
Raw data in pixel-wise format.
- get_raw_data(method='sum', scaling=None)[source]¶
get_raw_data
Applies the ROIs to extract the raw signals from the EDF-files.
- load_scan(scan_numbers, direct=True, comp_factor=None, scan_type='generic', scaling=None, method='sum', rot_angles=None, clean_edf_stack=False)[source]¶
load_scan
Loads given scans and applies the dispersion compensation.
- Args:
scan_numbers (int or list): Scan number(s) of scans to be loaded. direct (boolean): Flag, if set to ‘True’, EDF-files are
deleted after loading the scan (this is the default).
- comp_factor (float): Compensation factor to be used. If ‘None’,
the global compensation factor will be used. If provided, the global compensation factor will be overwritten.
scan_type (str): String describing the scan to be loaded.
- Note:
If a compensation factor is passed to this function, the classes ‘globel’ compensation factor is overwritten.
- class XRStools.xrs_read.Hydra(path, SPECfname='hydra', EDFprefix='/edf/', EDFname='hydra_', EDFpostfix='.edf', en_column='energy', moni_column='izero')[source]¶
Bases:
objectMain class for handling XRS data from ID20’s multi-analyzer spectrometer ‘Hydra’.
This class is intended to read SPEC- and according EDF-files and generate spectra from multiple individual energy loss scans.
- Note:
Hydra is the name of the multi-analyzer x-ray Raman scattering spectrometer at ESRF’s ID20 beamline. This class has been adopted specifically for this spectrometer.
If you are using this program, please cite the following work:
Sahle, Ch J., A. Mirone, J. Niskanen, J. Inkinen, M. Krisch, and S. Huotari. “Planning, performing and analyzing X-ray Raman scattering experiments.” Journal of Synchrotron Radiation 22, No. 2 (2015): 400-409.
- Args:
path (str): Absolute path to directory holding the data.
SPECfname (str): Name of the SPEC-file (‘hydra’ is the default).
EDFprefix (str): Prefix for the EDF-files (‘/edf/’ is the default).
EDFname (str): Filename of the EDF-files (‘hydra_’ is the default).
EDFpostfix (str): Postfix for the EDF-files (‘.edf’ is the default).
en_column (str): Counter mnemonic for the energy motor (‘energy’ is the default).
moni_column (str): Mnemonic for the monitor counter (‘izero’ is the default).
- Attributes:
path (str): Absolute path to directory holding the data.
SPECfname (str): Name of the SPEC-file (‘hydra’ is the default).
EDFprefix (str): Prefix for the EDF-files (‘/edf/’ is the default).
EDFname (str): Filename of the EDF-files (‘hydra_’ is the default).
EDFpostfix (str): Postfix for the EDF-files (‘.edf’ is the default).
en_column (str): Counter mnemonic for the energy motor (‘energy’ is the default).
moni_column (str): Mnemonic for the monitor counter (‘izero’ is the default).
scans (dict): Dictionary holding all loaded scans.
scan_numbers (list): List with scan number of all loaded scans.
eloss (np.array): Array with the common energy loss scale for all analyzers.
energy (np.array): Array with the common energy scale for all analyzers.
signals (np.array): Array with the signals for all analyzers (one column per anayzer).
errors (np.array): Array with the poisson errors for all analyzers (one column per anayzer).
qvalues (list): List of momentum transfer values for all analyzers.
groups (dict): Dictionary of groups of scans (instances of the ‘scangroup’ class, such as 2 ‘elastic’, or 5 ‘edge1’, etc.).
cenom (list): List of center of masses of the elastic lines.
E0 (int): Elastic line energy value, mean value of all center of masses.
tth (list): List of all scattering angles (one value for each ROI).
resolution (list): List of FWHM of the elastic lines (one for each analyzer).
comp_factor (float): Compensation factor for line-by-line energy dispersion compensation.
cenom_dict (dict): Dictionary holding center-of-masses for of the elastic line.
raw_signals (dict): Dictionary holding pixel- or line-wise signals.
raw_errors (dict): Dictionary holding pixel- or line-wise Poisson errors.
TTH_OFFSETS1 (np.array): Two-Theta offsets between individual analyzers inside each analyzer module in one direction (horizontal for V-boxes, vertical for H-boxes).
TTH_OFFSETS2 (np.array): Two-Theta offsets between individual analyzers inside each analyzer module in one direction (horizontal for H-boxes, vertical for V-boxes).
roi_obj (instance): Instance of the roi_object class from the xrs_rois module defining all ROIs for the current dataset (default is ‘None’).
- SumDirect(scan_numbers, index=None)[source]¶
SumDirect
Creates a summed 2D image of a given scan or list of scans.
- Args:
scan_numbers (int or list): Scan number or list of scan numbers to be added up.
- Returns:
A 2D np.array of the same size as the detector with the summed image.
- copy_edf_files(scan_numbers, dest_dir)[source]¶
copy_edf_files
Copies all EDF-files from given scan_numbers into given directory.
- Args:
scan_numbers (int or list) = Integer or list of integers defining the scan numbers of scans to be copied.
dest_dir (str) = String with absolute path for the destination.
- delete_scan(scan_numbers)[source]¶
delete_scan
Deletes scans from the dictionary of scans.
- Args:
scan_numbers (int or list): Integer or list of integers (SPEC scan numbers) to be deleted.
- dump_scans_ascii(scan_numbers, pre_fix, f_name, post_fix='.dat', header='')[source]¶
dump_scans_ascii
Produce ASCII-type files with columns of energy, signal, and Poisson error.
- Args:
scan_numbers (int or list): SPEC scan numbers of scans to be safed in ASCII format. pre_fix (str): Path to directory where files should be written into. f_name (str): Base name for the files to be written. post_fix (str): Extention for the files to be written (default is ‘.dat’).
- dump_spectrum_ascii(file_name, header='')[source]¶
dump_spectrum_ascii
Stores the energy loss and signals in a txt-file.
- Args:
filename (str): Path and filename to the file to be written.
- dump_spectrum_hdf5(file_name, group_name, comment='')[source]¶
dump_spectrum_hdf5
Writes the summed spectrum into an HDF5 file.
- Args:
file_name (str): Path and file name for the HDF5-file to be created. group_name (str): Group name under which to store status in the HDF5-file. comment (str): Optional comment (no comment is default).
- get_compensation_factor(scan_number, method='sum', roi_number=None)[source]¶
get_compensation_factor
Calculates the compensation factor from a given elastic line scan: - a pixel-wise center of mass for ‘pixel’ compensation. - a slope (eV/mm) for row-by-row compensation. - the center of mass for each ROI for no compensation.
- Args:
- scan_number (int): Scan number of elastic line scan to be used
for finding the compensation factors.
- method (str): Keyword describing what kind of compensation
to be used. Can be ‘sum’, ‘row’, or ‘pixel’.
- roi_number (int): ROI number (first ROI is Nr. 0) for which to
calculate the line-by-line compensation factor.
- get_data()[source]¶
get_data
Applies the ROIs and sums up intensities.
- Returns:
‘None’, if no ROI object is available.
- get_data_new(method='sum', scaling=None)[source]¶
get_data_new
Applies the ROIs to the EDF-files.
This extracts the raw-data from the EDF-files subject to three different methods: ‘sum’ will simply sum up all pixels inside a ROI, ‘row’ will sum up over the dispersive direction, and ‘pixel’ will not sum at all.
- Args:
- method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, or ‘pixel’. Default is ‘sum’.
- get_data_pw()[source]¶
get_data_pw
Extracts intensities for each pixel in each ROI.
- Returns:
‘None’, if no ROI object is available.
- get_eloss()[source]¶
get_eloss
Finds the energy loss scale for all ROIs by calculating the center of mass (COM) for each ROI’s elastic line. Calculates the resolution function (FWHM) of the elastic lines.
- get_eloss_new(method='sum')[source]¶
get_eloss_new
Defines the energy loss scale for all ROIs and applies dispersion compensation if applicable.
- Args:
- method (str): Keyword describing which dispersion compensation
method to use. Possible choices are ‘sum’ (no compensation), ‘pixel’ (pixel-by-pixel compensation), or ‘row’ (line-by-line) compensation.
- get_pw_matrices(scan_numbers, method='pixel')[source]¶
get_pw_matrices
Sums scans from pixelwise ROI integration for use in the pixel-wise ROI refinement.
- Args:
scan_numbers (int, list): Integer or list of scan numbers to be added.
method (str): Keyword describing how to return the data (possible values are: ‘pixel’ for pixel-wise integration, ‘column’ for column-wise summation, and ‘row’ for row-wise summation.
- Returns:
Raw data in pixel-wise format.
- get_q_values(inv_angstr=False, energy_loss=None)[source]¶
get_q_values
Calculates the momentum transfer for each analyzer.
- Args:
- inv_angstr (boolean): Boolean flag, if ‘True’ momentum transfers are calculated in
inverse Angstroms.
- energy_loss (float): Energy loss value at which the momentum transfer is to be
calculated. If ‘None’ is given, the momentum transfer is calculated for every energy loss point of the spectrum.
- Returns:
If an energy loss value is passed, the function returns the momentum transfers at this energy loss value for each analyzer crystal.
- get_raw_data(method='sum', scaling=None)[source]¶
get_raw_data
Applies the ROIs to the EDF-files.
This extracts the raw-data from the EDF-files subject to three different methods: ‘sum’ will simply sum up all pixels inside a ROI, ‘row’ will sum up over the dispersive direction, and ‘pixel’ will not sum at all.
- Args:
- method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, or ‘pixel’. Default is ‘sum’.
- get_spectrum(include_elastic=False, abs_counts=False)[source]¶
get_spectrum
Constructs a spectrum based on the scans loaded so far. Defines the energy loss scale based on the elastic lines.
- Args:
- include_elastic (boolean): Boolean flag, does not include the elastic line if
set to ‘False’ (this is the default).
- abs_counts (boolean): Boolean flag, constructs the spectrum in absolute
counts if set to ‘True’ (default is ‘False’)
- get_spectrum_new(method='sum', include_elastic=False, abs_counts=False, interpolation=False)[source]¶
get_spectrum_new
Constructs a spectrum from the scans loaded so far based on the chosen method: detector pixels can either be summed up (method=’sum’), pixel-by-pixel compensation can be applied (method=’pixel’), or a line-by-line compensation scheme can be applied (method=’row’).
The energy loss scale will be defined in the process and the data will be interpolated onto this scale using norm-conserving wavelet interpolation.
- Args:
- method (str): Keyword describing the kind of integration scheme
to be used (possible values are ‘sum’, ‘pixel’, or ‘row’), default is ‘sum’.
- include_elastic (boolean): Boolean flag, does not include the elastic line if
set to ‘False’ (this is the default).
- abs_counts (boolean): Boolean flag, constructs the spectrum in absolute
counts if set to ‘True’ (default is ‘False’)
- interpolation (boolean): Boolean flag, if True, signals are interpolated
onto energy grid of the first scan in each group of scans.
- get_tths(rvd=None, rvu=None, rvb=None, rhl=None, rhr=None, rhb=None, order=[0, 1, 2, 3, 4, 5])[source]¶
get_tths
Calculates the scattering angles for all analyzer crystals based on the mean angle of the analyzer modules.
- Args:
rhl (float): Mean scattering angle of the HL module (default is 0.0).
rhr (float): Mean scattering angle of the HR module (default is 0.0).
rhb (float): Mean scattering angle of the HB module (default is 0.0).
rvd (float): Mean scattering angle of the VD module (default is 0.0).
rvu (float): Mean scattering angle of the VU module (default is 0.0).
rvb (float): Mean scattering angle of the VB module (default is 0.0).
order (list): List of integers (0-5) that describe the order of modules in which the ROIs were defined (default is VD, VU, VB, HR, HL, HB; i.e. [0,1,2,3,4,5]).
- load_loop(beg_nums, num_of_regions, direct=True, method='sum')[source]¶
load_loop
Loads a whole loop of scans based on their starting numbers and the number of single scans in the loop.
Args: beg_nums (list): List of scan numbers of the first scans in each loop. num_of_regions (int): Number of scans in each loop.
- load_scan(scan_numbers, scan_type='generic', direct=True, scaling=None, method='sum')[source]¶
load_scan
Load a single or multiple scans. Note:
When composing a spectrum later, scans of the same scan_type will be averaged over. Scans with scan type ‘elastic’ or long in their names are recognized and will be treated specially.
- Args:
scan_numbers (int or list): Integer or iterable of scan numbers to be loaded.
scan_type (str): String describing the scan to be loaded (e.g. ‘edge1’ or ‘K-edge’).
direct (boolean): Flag, ‘True’ if the EDF-files should be deleted after loading/integrating the scan.
- load_state_hdf5(file_name, group_name)[source]¶
load_state_hdf5
Load the status of an instance from an HDF5 file.
- Args:
file_name (str): Path and filename for the HDF5-file to be created. group_name (str): Group name under which to store status in the HDF5-file.
- print_scan_length(scan_numbers)[source]¶
print_scan_length
Print out the numper of points in given scans.
- Args:
scan_numbers (int or list): Scan number or list of scan numbers.
- save_state_hdf5(file_name, group_name, comment='')[source]¶
save_state_hdf5
Save the status of the current instance in an HDF5 file.
- Args:
file_name (str): Path and file name for the HDF5-file to be created. group_name (str): Group name under which to store status in the HDF5-file. comment (str): Optional comment (no comment is default).
- class XRStools.xrs_read.Hydra_imaging(path, SPECfname='hydra', EDFprefix='/edf/', EDFname='hydra_', EDFpostfix='.edf', en_column='sty', moni_column='izero')[source]¶
Bases:
XRStools.xrs_read.HydraHydra_imaging
- get_compensation_factor(el_scan_numbers, scan_motor='sty', plotting=False)[source]¶
get_compensation_factor
Calculates the compensation factor for the case of imaging:
- Args:
- scan_number (int): Scan number of elastic line scan to be used
for finding the compensation factors.
- method (str): Keyword describing what kind of compensation
to be used. Can be ‘sum’, ‘row’, or ‘pixel’.
- roi_number (int): ROI number (first ROI is Nr. 0) for which to
calculate the line-by-line compensation factor.
- interpolate_scans(step_motor='STZ')[source]¶
compensate_scans
Interpolate signals onto common energy-loss grid.
- load_scan(scan_numbers, scan_type='imaging', direct=True, scaling=None, method='column', scan_motor='STZ')[source]¶
load_scan
Load a single or multiple scans.
- Note:
When composing a spectrum later, scans of the same ‘scan_type’ will be averaged over. Scans with scan type ‘elastic’ or ‘long’ in their names are recognized and will be treated specially.
- Args:
scan_numbers (int or list): Integer or iterable of scan numbers to be loaded.
scan_type (str): String describing the scan to be loaded (e.g. ‘edge1’ or ‘K-edge’).
direct (boolean): Flag, ‘True’ if the EDF-files should be deleted after loading/integrating the scan.
- XRStools.xrs_read.alignment_image(id20read_object, scannumber, motorname, filename=None)[source]¶
Loads a scan from a sample position scan (x-scan, y-scan, z-scan), lets you choose a zoomroi and constructs a 2D image from this INPUT:
scannumber = number of the scan
motorname = string that contains the motor name (must be the same as in the SPEC file)
filename = optional parameter with filename to store the image
- XRStools.xrs_read.alignment_image_new(so, scan_number, log_scaling=True, cmap='Blues', interpolation='nearest')[source]¶
Loads a scan from a sample position scan (x-scan, y-scan, z-scan), lets you choose a zoomroi and constructs a 2D image from this
INPUT: so = Hydra object scannumber = number of the scan
- XRStools.xrs_read.alignment_image_old(so, scan_number, motorname)[source]¶
Loads a scan from a sample position scan (x-scan, y-scan, z-scan), lets you choose a zoomroi and constructs a 2D image from this INPUT:
scannumber = number of the scan
motorname = string that contains the motor name (must be the same as in the SPEC file)
filename = optional parameter with filename to store the image
- XRStools.xrs_read.animation(id20read_object, scannumber, logscaling=True, timeout=- 1, colormap='jet')[source]¶
Shows the edf-files of a scan as a ‘movie’. INPUT:
scannumber = integer/scannumber
logscaling = set to ‘True’ (default) if edf-images are to be shown on logarithmic-scale
timeout = time in seconds defining pause between two images, if negative (default) images are renewed by mouse clicks
colormap = matplotlib color scheme used in the display
- XRStools.xrs_read.get_scans_pw(id20read_object, scannumbers)[source]¶
get_scans_pw Sums scans from pixelwise ROI integration for use in the PW roi refinement.
- XRStools.xrs_read.print_citation_message()[source]¶
Prints plea for citing the XRStools article when using this software.
- class XRStools.xrs_read.read_id20(absfilename, energycolumn='energy', monitorcolumn='kap4dio', edfName=None, single_image=True)[source]¶
Bases:
objectMain class for handling raw data from XRS experiments on ESRF’s ID20. This class is used to read scans from SPEC files and the according EDF-files, it provides access to all tools from the xrs_rois module for defining ROIs, it can be used to integrate scans, sum them up, stitch them together, and define the energy loss scale. INPUT:
absfilename = path and filename of the SPEC-file
energycolumn = name (string) of the counter for the energy as defined in the SPEC session (counter mnemonic)
monitorcolumn = name (string) of the counter for the monitor signals as defined in the SPEC session (counter mnemonic)
edfName = name/prefix (string) of the EDF-files (default is the same as the SPEC-file name)
single_image = boolean switch, ‘True’ (default) if all 6 detectors are merged in a single image, ‘False’ if two detector images per point exist.
- copy_edf_files(scannumbers, destdir)[source]¶
Copies all edf-files from scan with scannumber or scannumbers into directory ‘destdir’ INPUT:
scannumbers = integer or list of integers defining the scannumbers from the SPEC file
destdir = string with absolute path for the destination
- deletescan(scannumbers)[source]¶
Deletes scans from the class. INPUT:
scannumbers = integer or list of integers (SPEC scan numbers) to delete
- geteloss()[source]¶
Defines the energy loss scale for all ROIs by finding the center of mass for each ROI’s elastic line. Interpolates the signals and errors onto a commom energy loss scale. Finds the resolution (FWHM) of the ‘elastic’ groups.
- getqvals(invangstr=False)[source]¶
Calculates q-values from E0 and tth values in either atomic units (defalt) or inverse angstroms.
- getqvals_energy(energy)[source]¶
Returns all q-values at a certain energy loss. INPUT:
energy = energy loss value for which all q-values are stored
- getrawdata()[source]¶
Goes through all instances of the scan class and calls it’s applyrois method to sum up over all rois.
- getrawdata_pixelwise()[source]¶
Goes through all instances of the scan class and calls it’s applyrois_pw method to extract intensities for all pixels in each ROI.
- getspectrum(include_elastic=False, absCounts=False)[source]¶
Groups the instances of the scan class by their scantype attribute, adds equal scans (each group of equal scans) and appends them. INPUT:
include_elastic = boolean flag, skips the elastic line if set to ‘False’ (default)
- gettths(rvd=0.0, rvu=0.0, rvb=0.0, rhl=0.0, rhr=0.0, rhb=0.0, order=[0, 1, 2, 3, 4, 5])[source]¶
Uses the defined TT_OFFSETS of the read_id20 class to set all scattering angles tth from the mean angle avtth of the analyzer modules. INPUT:
rhl = mean tth angle of HL module (default is 0.0)
rhr = mean tth angle of HR module (default is 0.0)
rhb = mean tth angle of HB module (default is 0.0)
rvd = mean tth angle of VD module (default is 0.0)
rvu = mean tth angle of VU module (default is 0.0)
rvb = mean tth angle of VB module (default is 0.0)
order = list of integers (0-5) which describes the order of modules in which the ROIs were defined (default is VD, VU, VB, HR, HL, HB; i.e. [0,1,2,3,4,5])
- loadelastic(scann, fromtofile=False)[source]¶
Loads a scan using the loadscan function and sets the scantype attribute to ‘elastic’. I.e. shorthand for ‘obj.loadscan(scannumber,type=’elastic’)’. INPUT:
scann = integer or list of integers
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
- loadelasticdirect(scann, fromtofile=False)[source]¶
Loads a scan using the loadscan function and sets the scantype attribute to ‘elastic’. I.e. shorthand for ‘obj.loadscan(scannumber,type=’elastic’)’. INPUT:
scann = integer or list of integers
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
- loadlong(scann, fromtofile=False)[source]¶
Loads a scan using the loadscan function and sets the scantype attribute to ‘long’. I.e. shorthand for ‘obj.loadscan(scannumber,type=’long’)’. INPUT:
scann = integer or list of integers
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
- loadlongdirect(scann, fromtofile=False, scaling=None)[source]¶
Loads a scan using the loadscan function and sets the scantype attribute to ‘long’. I.e. shorthand for ‘obj.loadscan(scannumber,type=’long’)’. INPUT:
scann = integer or list of integers
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
- loadloop(begnums, numofregions, fromtofile=False)[source]¶
Loads a whole loop of scans based on their starting scannumbers and the number of single scans in the loop. INPUT:
begnums = list of scannumbers of the first scans of each loop (is a list)
numofregions = number of scans in each loop (integer)
- loadloopdirect(begnums, numofregions, fromtofile=False, scaling=None)[source]¶
Loads a whole loop of scans based on their starting scannumbers and the number of single INPUT:
begnums = list of scannumbers of the first scans of each loop (is a list)
numofregions = number of scans in each loop (integer)
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
scaling = list of scaling factors to be applied, one for each ROI defined
- loadscan(scannumbers, scantype='generic', fromtofile=False)[source]¶
Loads the files belonging to scan No. “scannumber” and puts it into an instance of the xrs_scan-class ‘scan’. The default scantype is ‘generic’, later the scans will be grouped (and added) based on the scantype. INPUT:
scannumbers = integer or list of scannumbers that should be loaded
scantype = string describing the scan to be loaded (e.g. ‘edge1’ or ‘K-edge’)
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
- loadscandirect(scannumbers, scantype='generic', fromtofile=False, scaling=None)[source]¶
Loads a scan without saving the edf files in matrices. scannumbers = integer or list of integers defining the scannumbers from the SPEC file scantype = string describing the scan to be loaded (e.g. ‘edge1’ or ‘K-edge’) fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental) scaling = list of scaling factors to be applied, one for each ROI defined
- orderrois(arrangement='vertical', missing=None)[source]¶
order the rois in an order provided such that e.g. autorois have the correct order
- printlength(scannumbers)[source]¶
Prints the number of energy points in a scan or a number of scans. INPUT:
scannumbers = integer or list of integers
- readscan(scannumber, fromtofile=False)[source]¶
Returns the data, motors, counter-names, and edf-files from the SPEC file defined when the xrs_read object was initiated. There should be an alternative that uses the PyMca module if installed. INPUT:
scannumber = number of the scan to be loaded
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
- readscan_new(scannumber, fromtofile=False)[source]¶
Returns the data, motors, counter-names, and edf-files from the SPEC file defined when the xrs_read object was initiated. There should be an alternative that uses the PyMca module if installed. INPUT:
scannumber = number of the scan to be loaded
fromtofile = boolean flag, ‘True’ if the scan should be saved in a pickle-file (this is developmental)
XRStools.xrs_scans Module¶
- class XRStools.xrs_scans.Scan[source]¶
Bases:
objectScan
Class for manipulating scan data from the Hydra and Fourc spectrometers.
All relevant information from the SPEC- and EDF-files are organized in instances of this class.
- Attributes:
edf_mats (np.array): Array containing all 2D images that belong to the scan. number (int): Scan number as in the SPEC file. scan_type (string): Keyword, used later to group scans (add similar scans, etc.). energy (np.array): Array containing the energy axis (1D). monitor (np.array): Array containing the monitor signal (1D). counters (dictionary): Counters with assiciated data from the SPEC file. motors (dictionary): Motor positions as found in the SPEC file header. eloss (np.array): Array of the energy loss scale. signals (np.array): Array of signals extracted from the ROIs. errors (np.array): Array of Poisson errors. cenom (list): Center of mass for each ROI (used if scan is an elastic line scan). signals_pw (list): Pixelwise (PW) data, one array of PW data per ROI. errors_pw (list): Pixelwise (PW) Poisson errors, one array of PW errors per ROI. cenom_pw (list): Center of mass for each pixel. signals_pw_interp (list): Interpolated signals for each pixel. Ein (float): Incident energy, used if energy2 is scanned. raw_signals (dict): Dictionary of raw data (summed, line-by-line, pixel-by-pixel). raw_errors (dict): Dictionary of raw erros (summed, line-by-line, pixel-by-pixel).
- add_scan(scan, method='sum', interp=False)[source]¶
add_scan
Adds signals from a different scan.
- Args:
scan (obj): Object of the Scan class. method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, or ‘pixel’. Default is ‘sum’.
- interp (boolean): Boolean specifying if norm-conserving linear wavelet
interpolation should be used, False by default.
- append_scan(scan, method='sum', where='right')[source]¶
append_scan
Appends scan to the current scan, either at higher energies (where=’right’) or at lower energies (where=’left’).
- Args:
scan (obj): Object of the Scan class. method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, or ‘pixel’. Default is ‘sum’.
- where (str): Keyword specifying if the scan should be appended
at lower (where=’left’) or highger energies (where=’righ’). Default is ‘right’.
- apply_rois(roi_obj, scaling=None)[source]¶
apply_rois
Sums up intensities in each ROI.
- Note:
Old function, keeping for backward compatibility.
- Args:
roi_obj (instance): Instance of the ‘XRStools.xrs_rois.roi_object’ class defining the ROIs. scaling (np.array): Array of float-type scaling factors (factor for each ROI).
- Returns:
None if there are not EDF-files to apply the ROIs to.
- apply_rois_pw(roi_obj, scaling=None)[source]¶
apply_rois_pw
Pixel-wise reading of the ROIs’ pixels into a list of arrays.
I.e. each n-pixel ROI will have n Spectra, saved in a 2D array.
Args: roi_obj (instance): Instance of the ‘XRStools.xrs_rois.roi_object’ class defining the ROIs. scaling (list) or (np.array): Array or list of float-type scaling factors (one factor for each ROI).
- assign(edf_arrays, scan_number, energy_scale, monitor_signal, counters, motor_positions, specfile_data, scan_type='generic')[source]¶
assign
Method to group together existing data from a scan (for backward compatibility).
- Args:
edf_arrays (np.array): Array of all 2D images that belong to the scan. scan_number (int): Number under which this scan can be found in the SPEC file. energy_scale (np.array): Array of the energy axis. monitor_signal (np.array): Array of the monitor signal. counters (dictionary): Counters with associated data from the SPEC file. motor_positions (list): Motor positions as found in the SPEC file header. specfile_data (np.array): Matrix with all data as found in the SPEC file. scantype (str): Keyword, used later to group scans (add similar scans, etc.).
- get_raw_signals(roi_obj, method='sum', scaling=None, rot_angles=None, storeInsets=False)[source]¶
get_raw_signals
Applies given ROIs to EDF-images.
Applies the provided ROIs to the EDF-images in the specified mannar: summing, line-by-line, or pixel-by-pixel. Depending on the choice, the resulting data array is 2D (sum), 3D (line-by-line), or 4D (pixel-by-pixel). The scanned direction is always the first dimension of the resulting data matrix.
- Args:
roi_obj (instance): Instance of the ‘XRStools.xrs_rois.roi_object’ class defining the ROIs. method (string): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, ‘pixel’, or ‘column’. Default is ‘sum’.
scaling (np.array): Array of float-type scaling factors (factor for each ROI).
- Returns:
None if there are not EDF-files to apply the ROIs to.
- get_resolution(keV2eV=True)[source]¶
get_resolution
Returns the ROI-wise resolution based on the xrs_utilities fwhm method.
- get_signals(method='sum', cenom_dict=None, comp_factor=None, scaling=None, PIXEL_SIZE=0.055)[source]¶
get_signals
Turns pixel-, column- or sum-wise raw-data into data.
Takes the raw-data after application of the ROIs and applies the chosen compensation scheme.
- Args:
- method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, or ‘pixel’. Default is ‘sum’.
- cenom_dict (dict): Dictionary with one entry per ROI holding information about
the center of mass of the according elastic line.
comp_factor (float): Factor used in the RIXS-style line-by-line compensation. scaling (np.array): Array of float-type scaling factors (factor for each ROI).
- insert_scan(scan, method='sum', where=None)[source]¶
insert_scan
Inserts another scan into the current instance.
- Args:
scan (obj): Object of the Scan class. method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, or ‘pixel’. Default is ‘sum’.
- where (list): Optional tuple of energy values (high and low (in keV))
for where to insert the scan. By default (None), the lowest and highest energy values of the given scan will be used.
- load(path, SPECfname, EDFprefix, EDFname, EDFpostfix, scan_number, direct=False, roi_obj=None, scaling=None, scan_type='generic', en_column=None, moni_column='izero', method='sum', comp_factor=None, rot_angles=None, clean_edf_stack=False, cenom_dict=None, storeInsets=False)[source]¶
load
Parse SPEC-file and EDF-files for loading a scan.
- Note:
If ‘direct’ is ‘True’ all EDF-files will be deleted after application of the ROIs.
- Args:
path (str): Absolute path to directory in which the SPEC-file is located. SPECfname (str): SPEC-file name. EDFprefix (str): Prefix for the EDF-files. EDFpostfix (str): Postfix for the EDF-files. scan_number (int): Scan number of the scan to be loaded. direct (boolean): If ‘True’, all EDF-files will be deleted after loading the scan. method (str): Keyword specifying the selected choice of data treatment:
can be ‘sum’, ‘row’, ‘pixel’, or ‘column’. Default is ‘sum’.
- load_hdf5(fname)[source]¶
load_hdf5 Load a scan from an HDF5 file. Args:
fname (str): Filename of the HDF5 file.
- normalizationDict = {}¶
- class XRStools.xrs_scans.Scan_group(energy, signals, errors, group_type='generic')[source]¶
Bases:
objectContainer class holding information from a group of scans.
- XRStools.xrs_scans.append2Scan_left(group1, group2, inds=None, grouptype='spectrum')[source]¶
append two instancees of the scangroup class, return instance of scangroup append group1[inds] to the left (lower energies) of group2 if inds is not None, only append rows indicated by inds to the first group
- XRStools.xrs_scans.append2Scan_right(group1, group2, inds=None, grouptype='spectrum')[source]¶
append two instancees of the scangroup class, return instance of scangroup append group2[inds] to the right (higher energies) of group1 if inds is not None, only append rows indicated by inds to the first group
- XRStools.xrs_scans.appendScans(groups, include_elastic)[source]¶
try including different background scans… append groups of scans ordered by their first energy value. long scans are inserted into gaps that at greater than two times the grid of the finer scans
- XRStools.xrs_scans.appendScans_pixel(groups, include_elastic)[source]¶
appendScans_pixel
Decides if there is a long scan available and selects accordingly which stitching method to use.
- Args:
groups (list): List of scan-groups to be stitched together. include_elastic (boolean): Boolean switch if the elastic line
should be included in the final spectrum or not.
- Returns:
energy (np.array): Array of energy loss values. raw_signals (dict): Dictionary (one entry per ROI) of
pixel-by-pixel intensities.
- raw_errors (dict): Dictionary (one entry per ROI) of
pixel-by-pixel Poisson errors.
- XRStools.xrs_scans.appendXESScans(groups)[source]¶
try including different background scans… append groups of scans ordered by their first energy value. long scans are inserted into gaps that at greater than two times the grid of the finer scans
- XRStools.xrs_scans.catScans(groups, include_elastic)[source]¶
concatenate all scans in groups, return the appended energy, signals, and errors
- XRStools.xrs_scans.catScansLong(groups, include_elastic)[source]¶
takes a longscan and inserts other backgroundscans (scans that have ‘long’ in their name) and other scans and inserts them into the long scan.
- XRStools.xrs_scans.catScans_pixel(groups, include_elastic)[source]¶
catScans_pixel
Stitch together all scans in groups in a pixel-by-pixel fashion for the case of no available long (overview) scan.
- Args:
groups (list): List of scan-groups to be stitched together. include_elastic (boolean): Boolean switch if the elastic line
should be included in the final spectrum or not.
- Returns:
energy (np.array): Array of energy loss values. raw_signals (dict): Dictionary (one entry per ROI) of
pixel-by-pixel intensities.
- raw_errors (dict): Dictionary (one entry per ROI) of
pixel-by-pixel Poisson errors.
- XRStools.xrs_scans.catXESScans(groups)[source]¶
Concatenate all scans in groups, return the appended energy, signals, and errors. This needs to be a bit smarter to also work for scans that are scanned from small to large energy…
- XRStools.xrs_scans.create_diff_image(scans, scannumbers, energy_keV)[source]¶
Returns a summed image from all scans with numbers ‘scannumbers’. scans = dictionary of objects from the scan-class scannumbers = single scannumber, or list of scannumbers from which an image should be constructed
- XRStools.xrs_scans.create_sum_image(scans, scannumbers)[source]¶
Returns a summed image from all scans with numbers ‘scannumbers’. scans = dictionary of objects from the scan-class scannumbers = single scannumber, or list of scannumbers from which an image should be constructed
- XRStools.xrs_scans.edf_cleaner(edfmats, threshold, dim1_range=[60, 190], dim2_range=[10, 1286])[source]¶
clean_edf_stack
Removes totally saturated detector images from the EDF-files.
- Args:
edfmats (np.array): Three-dimensional array of EDF-matrices.
- Returns:
edfmats (np.array): Cleaned stack of EDF-files.
- XRStools.xrs_scans.findScans_bytype(scans, tipo)[source]¶
findRCscans Returns a list of scans with name tipo.
- XRStools.xrs_scans.findgroups(scans)[source]¶
this groups together instances of the scan class based on their “scantype” attribute and returns ordered scans
- XRStools.xrs_scans.get_XES_spectrum(groups)[source]¶
get_XES_spectrum
Constructs a XES spectrum from the given scan groups (sums of separate emission scans).
- Args:
groups (dict): Dictionary of groups with partial XES scans.
- XRStools.xrs_scans.insertScan(group1, group2, grouptype='spectrum')[source]¶
inserts group2 into group1 NOTE! there is a numpy insert function, maybe it would be better to use that one!
- XRStools.xrs_scans.make_scan_group_pixel(group_of_scans, group_type=None, abs_counts=False)[source]¶
make_scan_group_pixel
Pixel-by-pixel summation of a list of scans with equal scan_type and returns an instance of the Scan_group class.
- Args:
group_of_scans (list): List containing instances of the Scan class to be summed up. group_type (str): Keyword defining the type of scans, if None (default) the
group_type will be the type of the first scan in the group_of_scans list.
- abs_Counts (boolean): Boolean defining if results should be returned in absolute
count units (ct/s).
time_counter (str): Counter name for the SPEC counting time mnemonic.
- Returns:
group (obj): Instance of the Scan_group container class.
- XRStools.xrs_scans.make_scan_group_sum(group_of_scans, group_type=None, abs_counts=False)[source]¶
make_scan_group_sum
Sums together a list of scans with equal scan_type and returns an instance of the Scan_group class.
- Args:
group_of_scans (list): List containing instances of the Scan class to be summed up. group_type (str): Keyword defining the type of scans, if None (default) the
group_type will be the type of the first scan in the group_of_scans list.
- abs_counts (boolean): Boolean defining if results should be returned in absolute
count units (ct/s).
time_counter (str): Counter name for the SPEC counting time mnemonic.
- Returns:
group (obj): Instance of the Scan_group container class.
- XRStools.xrs_scans.makegroup(groupofscans, grouptype=None)[source]¶
takes a group of scans, sums up the signals and monitors, estimates poisson errors, and returns an instance of the scangroup class (turns several instances of the “scan” class into an instance of the “scangroup” class)
- XRStools.xrs_scans.makegroup_nointerp(groupofscans, grouptype=None, absCounts=False)[source]¶
takes a group of scans, sums up the signals and monitors, estimates poisson errors, and returns an instance of the scangroup class (turns several instances of the “scan” class into an instance of the “scangroup” class), same as makegroup but withouth interpolation to account for encoder differences… may need to add some “linspace” function in case the energy scale is not monotoneous…
- class XRStools.xrs_scans.offDiaDataSet[source]¶
Bases:
objectoffDiaDataSet Class to hold information from an off-diagonal dataset.
- alignRCmonitorCC(repeat=2)[source]¶
alignRCmonitorCC Use cross-correlation to align data matrix according to the Rockin-Curve monitor.
- class XRStools.xrs_scans.scan(edf_arrays, scannumber, energy_scale, monitor_signal, counters, motor_positions, specfile_data, scantype='generic')[source]¶
Bases:
objectContainer class, holding information of single scans performed with 2D detectors.
- applyrois(indices, scaling=None)[source]¶
Sums up intensities found in the ROIs of each detector image and stores it into the self.signals attribute. roi_object = instance of the ‘rois’ class redining the ROIs scaling = numpy array of numerical scaling factors (has to be one for each ROIs)
- applyrois_pw(indices, scaling=None)[source]¶
Pixel-wise reading of the ROI’s pixels into a list of arrays. I.e. each n-pixel ROI will have n Spectra, saved in a 2D array. Parameters ———- indices : list
List of indices (attribute of the xrs_rois class).
- scalinglist of flaots, optional
Python list of scaling factors (one per ROI defined) to be applied to all pixels of that ROI.
- class XRStools.xrs_scans.scangroup(energy, signals, errors, grouptype='generic')[source]¶
Bases:
objectContainer class holding information from a group of scans.
- XRStools.xrs_scans.stitch_groups_to_spectrum(groups, method='sum', include_elastic=False)[source]¶
stitch_groups_to_spectrum
Takes a dictionary of instances of the Scan class and stitches them together to produce a spectrum. Long scans and scans that have ‘long’ in ther scan_type attribute are treated specially.
- Args:
groups (list): List of instances of the Scan class. method (str): Keyword describing the kind of integration scheme
to be used (possible values are ‘sum’, ‘pixel’, or ‘row’), default is ‘sum’.
- include_elastic (boolean): Boolean flag deciding if the elastic
should be included in the final spectrum.
- Returns:
Scan class instance with the stitched spectrum.
- XRStools.xrs_scans.sum_scans_to_group(group, method='sum', interp=False)[source]¶
sum_scans_to_group
Sums up all scans in the list group to form a scan-group.
- Args:
group (list): List of scans to be added up. method (str): Keyword describing which data analysis method
should be used. Possible values are ‘sum’, ‘pixel’, ‘row’. Default is ‘sum’.
- interp (boolean): Flag if interpolation onto the energy grid
of the first scan should be applied (default is False).
- Returns:
An instance of the Scan class containing the summed up results.
XRStools.xrs_ComptonProfiles Module¶
- class XRStools.xrs_ComptonProfiles.AtomProfile(element, filename, stoichiometry=1.0)[source]¶
Bases:
objectAtomProfile
Class to construct and handle Hartree-Fock atomic Compton Profile of a single atoms.
- Attributes:
filename : string Path and filename to the HF profile table.
element : string Element symbol as in the periodic table.
elementNr : int Number of the element as in the periodic table.
shells : list of strings Names of the shells.
edges : list List of edge onsets (eV).
C_total : np.array Total core Compton profile.
J_total : np.array Total Compton profile.
V_total : np.array Total valence Compton profile.
CperShell : dict. of np.arrays Core Compton profile per electron shell.
JperShell : dict. of np.arrays Total Compton profile per electron shell.
VperShell : dict. of np.arrays Valence Compton profile per electron shell.
stoichiometry : float, optional Stoichiometric weight (default is 1.0).
atomic_weight : float Atomic weight.
atomic_density : float Density (g/cm**3).
twotheta : float Scattering angle 2Th (degrees).
alpha : float Incident angle (degrees).
beta : float Exit angle (degrees).
thickness : float Sample thickness (cm).
- absorptionCorrectProfiles(alpha, thickness, geometry='transmission')[source]¶
absorptionCorrectProfiles
Apply absorption correction to the Compton profiles on energy loss scale.
- Args:
alpha :float Angle of incidence (degrees).
beta : float Exit angle for the scattered x-rays (degrees). If ‘beta’ is negative, transmission geometry is assumed, if ‘beta’ is positive, reflection geometry.
thickness : float Sample thickness.
- get_elossProfiles(E0, twotheta, correctasym=None, valence_cutoff=20.0)[source]¶
get_elossProfiles Convert the HF Compton profile on to energy loss scale.
Args: E0 : float
Analyzer energy, enery of the scattered r-rays.
- twothetafloat or list of floats
Scattering angle 2Th.
- correctasymfloat, optional
Scaling factor to be multiplied to the asymmetry.
- valence_cutofffloat, optional
Energy cut off as to what is considered the boundary between core and valence.
- class XRStools.xrs_ComptonProfiles.ComptonProfiles(element)[source]¶
Bases:
objectClass for multiple HF Compton profiles.
This class should hold one or more instances of the ComptonProfile class and have methods to return profiles from single atoms, single shells, all atoms. It should be able to apply corrections etc. on those…
- Attributes:
element (string): Element symbol as in the periodic table.
elementNr (int) : Number of the element as in the periodic table.
shells (list) :
edges (list) :
C (np.array) :
J (np.array) :
V (np.array) :
CperShell (dict. of np.arrays):
JperShell (dict. of np.arrays):
VperShell (dict. of np.arrays):
- class XRStools.xrs_ComptonProfiles.FormulaProfile(formula, filename, weight=1)[source]¶
Bases:
objectFormulaProfile
Class to construct and handle Hartree-Fock atomic Compton Profile of a single chemical compound.
- Attributes
filename : string Path and filename to Biggs database.
formula : string Chemical sum formula for the compound of interest (e.g. ‘SiO2’ or ‘H2O’).
elements : list of strings List of atomic symbols that make up the chemical sum formula.
stoichiometries : list of integers List of the stoichimetric weights for each of the elements in the list elements.
element_Nrs : list of integers List of atomic numbers for each element in the elements list.
AtomProfiles : list of AtomProfiles List of instances of the AtomProfiles class for each element in the list.
eloss : np.ndarray Energy loss scale for the Compton profiles.
C_total : np.ndarray Core HF Compton profile (one column per 2Th).
J_total : np.ndarray Total HF Compton profile (one column per 2Th).
V_total :np.ndarray Valence HF Compton profile (one column per 2Th).
E0 : float Analyzer energy (keV).
twotheta : float, list, or np.ndarray Value or list/np.ndarray of the scattering angle.
- class XRStools.xrs_ComptonProfiles.HFProfile(formulas, stoich_weights, filename)[source]¶
Bases:
objectHFProfile
Class to construct and handle Hartree-Fock atomic Compton Profile of sample composed of several chemical compounds.
Attributes
- XRStools.xrs_ComptonProfiles.HRcorrect(pzprofile, occupation, q)[source]¶
Returns the first order correction to filled 1s, 2s, and 2p Compton profiles.
Implementation after Holm and Ribberfors (citation …).
- Args:
pzprofile (np.array): Compton profile (e.g. tabulated from Biggs) to be corrected (2D matrix).
occupation (list): electron configuration.
q (float or np.array): momentum transfer in [a.u.].
- Returns:
asymmetry (np.array): asymmetries to be added to the raw profiles (normalized to the number of electrons on pz scale)
- XRStools.xrs_ComptonProfiles.PzProfile(element, filename)[source]¶
Returnes tabulated HF Compton profiles.
Reads in tabulated HF Compton profiles from the Biggs paper, interpolates them, and normalizes them to the # of electrons in the shell.
- Args:
element (string): element symbol (e.g. ‘Si’, ‘Al’, etc.)
filename (string): absolute path and filename to tabulated profiles
- Returns:
CP_profile (np.array): Matrix of the Compton profile * 1. column: pz-scale * 2. … n. columns: Compton profile of nth shell
binding_energy (list): binding energies of shells
occupation_num (list): number of electrons in the according shells
- class XRStools.xrs_ComptonProfiles.SqwPredict[source]¶
Bases:
objectClass to build a S(q,w) prediction based on HF Compton Profiles.
Attributes:
sampleStr (list of strings): one string per compound (e.g. [‘C’,’SiO2’])
concentrations (list of floats): relative compositional weight for each compound
- XRStools.xrs_ComptonProfiles.elossProfile(element, filename, E0, tth, correctasym=None, valence_cutoff=20.0)[source]¶
Returns HF Compton profiles on energy loss scale.
Uses the PzProfile function to read read in Biggs HF profiles and converts them onto energy loss scale. The profiles are cut at the respective electron binding energies and are normalized to the f-sum rule (i.e. S(q,w) is in units of [1/eV]).
- Args:
element (string): element symbol.
filename (string): absolute path and filename to tabulated Compton profiles.
E0 (float): analyzer energy in [keV].
tth (float): scattering angle two theta in [deg].
correctasym (np.array): vector of scaling factors to be applied.
valence_cutoff (float): energy value below which edges are considered as valence
- Returns:
enScale (np.array): energy loss scale in [eV]
J_total (np.array): total S(q,w) in [1/eV]
C_total (np.array): core contribution to S(q,w) in [1/eV]
V_total (np.array): valence contribution to S(q,w) in [1/eV], the valence is defined by valence_cutoff
q (np.array): momentum transfer in [a.u]
J_shell (dict of np.arrays): dictionary of contributions for each shell, the key are defines as in Biggs table.
C_shell (dict of np.arrays): same as J_shell for core contribution
V_shell (dict of np.arrays): same as J_shell for valence contribution
- XRStools.xrs_ComptonProfiles.mapShellNames(shell_str, atomicNumber)[source]¶
mapShellNames
Translates to and from spectroscopic edge notation and the convention of the Biggs database.
- Args:
shell_str : string Spectroscopic symbol to be converted to Biggs database convention.
atomicNumber : int Z for the atom in question.
XRStools.xrs_fileIO Module¶
- XRStools.xrs_fileIO.PrepareEdfMatrix(scan_length, num_pix_x, num_pix_y)[source]¶
Returns np.zeros of the shape of the detector.
- XRStools.xrs_fileIO.PrepareEdfMatrix_TwoImages(scan_length, num_pix_x, num_pix_y)[source]¶
Returns np.zeros for old data (horizontal and vertical Maxipix images in different files).
- XRStools.xrs_fileIO.PyMcaSpecRead(filename, nscan)[source]¶
Returns data, counter-names, and EDF-files using PyMCA.
- XRStools.xrs_fileIO.PyMcaSpecRead_my(filename, nscan)[source]¶
Returns data, counter-names, and EDF-files using PyMCA.
- XRStools.xrs_fileIO.ReadEdfImages(ccdcounter, num_pix_x, num_pix_y, path, EdfPrefix, EdfName, EdfPostfix)[source]¶
Reads a series of EDF-images and returs them in a 3D Numpy array (horizontal and vertical Maxipix images in different files).
- XRStools.xrs_fileIO.ReadEdfImages_PyMca(ccdcounter, path, EdfPrefix, EdfName, EdfPostfix)[source]¶
Reads a series of EDF-images and returs them in a 3D Numpy array (horizontal and vertical Maxipix images in different files).
- XRStools.xrs_fileIO.ReadEdfImages_TwoImages(ccdcounter, num_pix_x, num_pix_y, path, EdfPrefix_h, EdfPrefix_v, EdfNmae, EdfPostfix)[source]¶
Reads a series of EDF-images and returs them in a 3D Numpy array (horizontal and vertical Maxipix images in different files).
- XRStools.xrs_fileIO.ReadEdfImages_my(ccdcounter, path, EdfPrefix, EdfName, EdfPostfix)[source]¶
Reads a series of EDF-images and returs them in a 3D Numpy array (horizontal and vertical Maxipix images in different files).
- XRStools.xrs_fileIO.ReadEdf_justFirstImage(ccdcounter, path, EdfPrefix, EdfName, EdfPostfix)[source]¶
- XRStools.xrs_fileIO.SilxSpecRead(filename, nscan)[source]¶
Returns data, motors, counter-names, and labels using Silx.
- XRStools.xrs_fileIO.SpecRead(filename, nscan)[source]¶
Parses a SPEC file and returns a specified scan.
- Args:
filename (string): SPEC file name (inlc. path)
nscan (int): Number of the desired scan.
- Returns:
data (np.array): array of the data from the specified scan.
motors (list): list of all motor positions from the header of the specified scan.
counters (dict): all counters in a dictionary with the counter names as keys.
- XRStools.xrs_fileIO.WriteScanToFile(fname, data, motors, counters, edfmats)[source]¶
Writes a scan into a Numpy archive.
- XRStools.xrs_fileIO.myEdfRead(filename)[source]¶
Returns EDF-data, if PyMCA is not installed (this is slow).
- XRStools.xrs_fileIO.readbiggsdata(filename, element)[source]¶
Reads Hartree-Fock Profile of element ‘element’ from values tabulated by Biggs et al. (Atomic Data and Nuclear Data Tables 16, 201-309 (1975)) as provided by the DABAX library (http://ftp.esrf.eu/pub/scisoft/xop2.3/DabaxFiles/ComptonProfiles.dat). input: filename = path to the ComptonProfiles.dat file (the file should be distributed with this package) element = string of element name returns: data = the data for the according element as in the file:
#UD Columns: #UD col1: pz in atomic units #UD col2: Total compton profile (sum over the atomic electrons #UD col3,…coln: Compton profile for the individual sub-shells
occupation = occupation number of the according shells bindingen = binding energies of the accorting shells colnames = strings of column names as used in the file
XRStools.xrs_prediction Module¶
XRStools.xrs_rois Module¶
- XRStools.xrs_rois.OG_dec(a, b, c, d)¶
- XRStools.xrs_rois.OG_inc(a, b, c, d)¶
- XRStools.xrs_rois.break_down_det_image(image, pixel_num)[source]¶
Desomposes a Detector image into subimages. Returns a 3D matrix.
- XRStools.xrs_rois.convert_inds_to_matrix(ind_rois, image_shape)[source]¶
Converts a ROI defined by a list of lists of tuples into a ROI that is defined by an array containing zeros, ones, twos, …, n’s, where n is the number of ROIs. ind_rois = list of lists with pairs of pixel indices image_shape = touple defining the shape of the matrix for which the ROIs are valid
- XRStools.xrs_rois.convert_inds_to_xinds(roi_inds)[source]¶
Converts ROIs defined in lists of lists of x-y-coordinate tuples into a list of x-coordinates only.
- XRStools.xrs_rois.convert_inds_to_yinds(roi_inds)[source]¶
Converts ROIs defined in lists of lists of x-y-coordinate tuples into a list of y-coordinates only.
- XRStools.xrs_rois.convert_matrix_rois_to_inds(roi_matrix)[source]¶
Converts a 2D ROI matrix with zeros, ones, twos, …, n’s (where n is the number of ROIs) to a list of lists each of which has tuples with coordinates for each pixel in each roi.
- XRStools.xrs_rois.convert_matrix_to_redmatrix(matrix_rois, labelformat='ROI%02d')[source]¶
Converts a ROI defined by an array containing zeros, ones, twos, …, n’s, where n is the number of ROIs, into a dictionary with keys ‘ROI00’, ‘ROI01’, …, ‘ROInn’. Each entry of the dictionary is a list containing a tuple with the origin and the reduced ROI. matrix_roi = numpy array
- XRStools.xrs_rois.convert_roi_matrix_to_masks(roi_matrix)[source]¶
Converts a 2D ROI matrix with zeros, ones, twos, …, n’s (where n is the number of ROIs) to a 3D matrix with one slice of zeros and ones per ROI.
- XRStools.xrs_rois.merge_roi_objects_by_matrix(list_of_roi_objects, large_image_shape, offsets, pixel_num)[source]¶
Merges several roi_objects into one big one using the roi_matrices.
- class XRStools.xrs_rois.roi_object[source]¶
Bases:
objectContainer class to hold all relevant information about given ROIs.
- append(roi_object)[source]¶
append
Append other ROI definitions.
- Args:
roi_object (roi_obj) : Instance of the roi_object class.
- loadH5(fname)[source]¶
loadH5
Loads ROIs from an HDF5 file written by the self.writeH5() method.
- Args:
fname (str) : Full path and filename for the HDF5 file to be read.
- load_shadok_h5(fname, group_name1, group_name2='ROI_AS_SELECTED')[source]¶
load_shadok_h5
Load ROIs from a HDF5-file created by the Shadok/XRS_Swissknife.
- pop(roi_key=None)[source]¶
pop
Discards a ROI.
- Args
- roi_key (str)Dict key for ROI to delete. If None, the ROI with
highest index (defined last) will be discarded (defalt).
- shift(shiftVal, direction='horiz', roi_inds=None)[source]¶
shift
Displaces the defined ROIs by the provided value.
- Args
shiftVal (int) : Value by which the ROIs should be shifted.
- direction (str)Description of which direction to shift
by (can be ‘horiz’ or ‘vert’), default is ‘horiz’.
- roi_inds (int) or (sequence)Index or Sequence (iterable)
for which ROIs should be shifted. If None, all ROIs defined are shifted (default.)
- show(cmap='Blues', interpolation='nearest', logscaling=True)[source]¶
show
Creates a figure showing the existing ROIs.
- Args:
colormap (str): Image colormape (matplotlib.colors.Colormap).
interpolation (str): see matplotlib.pyplot.imshow()
logscaling (bool): Use logarithmic scaling for image, default is True.
- XRStools.xrs_rois.shift_roi_indices(indices, shift)[source]¶
Applies a given shift (xshift,yshift) to given indices. indices = list of (x,y)-tuples shift = (xshift,yshift) tuple
XRStools.xrs_utilities Module¶
- XRStools.xrs_utilities.HRcorrect(pzprofile, occupation, q)[source]¶
Returns the first order correction to filled 1s, 2s, and 2p Compton profiles.
Implementation after Holm and Ribberfors (citation …).
- Args:
pzprofile (np.array): Compton profile (e.g. tabulated from Biggs) to be corrected (2D matrix).
occupation (list): electron configuration.
q (float or np.array): momentum transfer in [a.u.].
- Returns:
asymmetry (np.array): asymmetries to be added to the raw profiles (normalized to the number of electrons on pz scale)
- XRStools.xrs_utilities.NNMFcost(x, A, F, C, F_up, C_up, n, k, m)[source]¶
NNMFcost Returns cost and gradient for NNMF with constraints.
- XRStools.xrs_utilities.NNMFcost_old(x, A, W, H, W_up, H_up)[source]¶
NNMFcost Returns cost and gradient for NNMF with constraints.
- XRStools.xrs_utilities.Rx(chi, degrees=True)[source]¶
Rx Rotation matrix for vector rotations around the [1,0,0]-direction.
- Args:
chi (float) : Angle of rotation.
degrees(bool) : Angle given in radians or degrees.
- Returns:
3x3 rotation matrix.
- XRStools.xrs_utilities.Ry(phi, degrees=True)[source]¶
Ry Rotation matrix for vector rotations around the [0,1,0]-direction.
- Args:
phi (float) : Angle of rotation.
degrees(bool) : Angle given in radians or degrees.
- Returns:
3x3 rotation matrix.
- XRStools.xrs_utilities.Rz(omega, degrees=True)[source]¶
Rz Rotation matrix for vector rotations around the [0,0,1]-direction.
- Args:
omega (float) : Angle of rotation.
degrees(bool) : Angle given in radians or degrees.
- Returns:
3x3 rotation matrix.
- XRStools.xrs_utilities.TTsolver1D(el_energy, hkl=[6, 6, 0], crystal='Si', R=1.0, dev=array([- 50., - 49., - 48., - 47., - 46., - 45., - 44., - 43., - 42., - 41., - 40., - 39., - 38., - 37., - 36., - 35., - 34., - 33., - 32., - 31., - 30., - 29., - 28., - 27., - 26., - 25., - 24., - 23., - 22., - 21., - 20., - 19., - 18., - 17., - 16., - 15., - 14., - 13., - 12., - 11., - 10., - 9., - 8., - 7., - 6., - 5., - 4., - 3., - 2., - 1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89., 90., 91., 92., 93., 94., 95., 96., 97., 98., 99., 100., 101., 102., 103., 104., 105., 106., 107., 108., 109., 110., 111., 112., 113., 114., 115., 116., 117., 118., 119., 120., 121., 122., 123., 124., 125., 126., 127., 128., 129., 130., 131., 132., 133., 134., 135., 136., 137., 138., 139., 140., 141., 142., 143., 144., 145., 146., 147., 148., 149.]), alpha=0.0, chitable_prefix='/home/christoph/sources/XRStools/data/chitables/chitable_')[source]¶
TTsolver Solves the Takagi-Taupin equation for a bent crystal.
This function is based on a Matlab implementation by S. Huotari of M. Krisch’s Fortran programs.
- Args:
el_energy (float): Fixed nominal (working) energy in keV.
hkl (array): Reflection order vector, e.g. [6, 6, 0]
crystal (str): Crystal used (can be silicon ‘Si’ or ‘Ge’)
R (float): Crystal bending radius in m.
dev (np.array): Deviation parameter (in arc. seconds) for which the reflectivity curve should be calculated.
alpha (float): Crystal assymetry angle.
- Returns:
refl (np.array): Reflectivity curve.
e (np.array): Deviation from Bragg angle in meV.
dev (np.array): Deviation from Bragg angle in microrad.
- XRStools.xrs_utilities.absCorrection(mu1, mu2, alpha, beta, samthick, geometry='transmission')[source]¶
absCorrection
Calculates absorption correction for given mu1 and mu2. Multiply the measured spectrum with this correction factor. This is a translation of Keijo Hamalainen’s Matlab function (KH 30.05.96).
- Args
mu1 : np.array Absorption coefficient for the incident energy in [1/cm].
mu2 : np.array Absorption coefficient for the scattered energy in [1/cm].
alpha : float Incident angle relative to plane normal in [deg].
beta : float Exit angle relative to plane normal [deg].
samthick : float Sample thickness in [cm].
geometry : string, optional Key word for different sample geometries (‘transmission’, ‘reflection’, ‘sphere’). If geometry is set to ‘sphere’, no angular dependence is assumed.
- Returns
ac : np.array Absorption correction factor. Multiply this with your measured spectrum.
- XRStools.xrs_utilities.abscorr2(mu1, mu2, alpha, beta, samthick)[source]¶
Calculates absorption correction for given mu1 and mu2. Multiply the measured spectrum with this correction factor.
This is a translation of Keijo Hamalainen’s Matlab function (KH 30.05.96).
- Args:
mu1 (np.array): absorption coefficient for the incident energy in [1/cm].
mu2 (np.array): absorption coefficient for the scattered energy in [1/cm].
alpha (float): incident angle relative to plane normal in [deg].
beta (float): exit angle relative to plane normal [deg] (for transmission geometry use beta < 0).
samthick (float): sample thickness in [cm].
- Returns:
ac (np.array): absorption correction factor. Multiply this with your measured spectrum.
- XRStools.xrs_utilities.addch(xold, yold, n, n0=0, errors=None)[source]¶
# ADDCH Adds contents of given adjacent channels together # # [x2,y2] = addch(x,y,n,n0) # x = original x-scale (row or column vector) # y = original y-values (row or column vector) # n = number of channels to be summed up # n0 = offset for adding, default is 0 # x2 = new x-scale # y2 = new y-values # # KH 17.09.1990 # Modified 29.05.1995 to include offset
- XRStools.xrs_utilities.bidiag_reduction(A)[source]¶
function [U,B,V]=bidiag_reduction(A) % [U B V]=bidiag_reduction(A) % Algorithm 6.5-1 in Golub & Van Loan, Matrix Computations % Johns Hopkins University Press % Finds an upper bidiagonal matrix B so that A=U*B*V’ % with U,V orthogonal. A is an m x n matrix
- XRStools.xrs_utilities.bootstrapCNNMF(A, F_ini, C_ini, F_up, C_up, Niter)[source]¶
bootstrapCNNMF Constrained non-negative matrix factorization with bootstrapping for error estimates.
- XRStools.xrs_utilities.bootstrapCNNMF_old(A, k, Aerr, F_ini, C_ini, F_up, C_up, Niter=100)[source]¶
bootstrapCNNMF Constrained non-negative matrix factorization with bootstrapping for error estimates.
- XRStools.xrs_utilities.bragg(hkl, e, xtal='Si')[source]¶
% BRAGG Calculates Bragg angle for given reflection in RAD % output=bangle(hkl,e,xtal) % hkl can be a matrix i.e. hkl=[1,0,0 ; 1,1,1]; % e=energy in keV % xtal=’Si’, ‘Ge’, etc. (check dspace.m) or d0 (Si default) % % KH 28.09.93 %
- class XRStools.xrs_utilities.bragg_refl(crystal, hkl, alpha=0.0)[source]¶
Bases:
objectDynamical theory of diffraction.
- XRStools.xrs_utilities.braggd(hkl, e, xtal='Si')[source]¶
# BRAGGD Calculates Bragg angle for given reflection in deg # Call BRAGG.M # output=bangle(hkl,e,xtal) # hkl can be a matrix i.e. hkl=[1,0,0 ; 1,1,1]; # e=energy in keV # xtal=’Si’, ‘Ge’, etc. (check dspace.m) or d0 (Si default) # # KH 28.09.93
- XRStools.xrs_utilities.cixsUBgetQ_primo(tthv, tthh, psi)[source]¶
returns the Q0 given the detector position (tthv, tth) and th crystal orientation. This orientation is calculated considering :
- the Bragg condition and the rotation around the G vector :
this rotation is defined by psi which is a rotation around G
- XRStools.xrs_utilities.constrained_mf(A, W_ini, W_up, coeff_ini, coeff_up, maxIter=1000, tol=1e-08, maxIter_power=1000)[source]¶
cfactorizeOffDiaMatrix constrained version of factorizeOffDiaMatrix Returns main components from an off-diagonal Matrix (energy-loss x angular-departure).
- XRStools.xrs_utilities.constrained_svd(M, U_ini, S_ini, VT_ini, U_up, max_iter=10000, verbose=False)[source]¶
constrained_nnmf Approximate singular value decomposition with constraints.
function [U, S, V] = constrained_svd(M,U_ini,S_ini,V_ini,U_up,max_iter=10000,verbose=False)
- XRStools.xrs_utilities.convertSplitEDF2EDF(foldername)[source]¶
converts the old style EDF files (one image for horizontal and one image for vertical chambers) to the new style EDF (one single image).
- Arg:
- foldername (str): Path to folder with all the EDF-files to be
converted.
- XRStools.xrs_utilities.convg(x, y, fwhm)[source]¶
Convolution with Gaussian x = x-vector y = y-vector fwhm = fulll width at half maximum of the gaussian with which y is convoluted
- XRStools.xrs_utilities.convtoprim(hklconv)[source]¶
convtoprim converts diamond structure reciprocal lattice expressed in conventional lattice vectors to primitive one (Helsinki -> Palaiseau conversion) from S. Huotari
- XRStools.xrs_utilities.cshift(w1, th)[source]¶
cshift Calculates Compton peak position.
- Args:
w1 (float, array): Incident energy in [keV].
th (float): Scattering angle in [deg].
- Returns:
w2 (foat, array): Energy of Compton peak in [keV].
Funktion adapted from Keijo Hamalainen.
- XRStools.xrs_utilities.delE_JohannAberration(E, A, R, Theta)[source]¶
Calculates the Johann aberration of a spherical analyzer crystal.
- Args:
E (float): Working energy in [eV]. A (float): Analyzer aperture [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Johann abberation in [eV].
- XRStools.xrs_utilities.delE_dicedAnalyzerIntrinsic(E, Dw, Theta)[source]¶
Calculates the intrinsic energy resolution of a diced crystal analyzer.
- Args:
E (float): Working energy in [eV]. Dw (float): Darwin width of the used reflection [microRad]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Intrinsic energy resolution of a perfect analyzer crystal.
- XRStools.xrs_utilities.delE_offRowland(E, z, A, R, Theta)[source]¶
Calculates the off-Rowland contribution of a spherical analyzer crystal.
- Args:
E (float): Working energy in [eV]. z (float): Off-Rowland distance [mm]. A (float): Analyzer aperture [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Off-Rowland contribution in [eV] to the energy resolution.
- XRStools.xrs_utilities.delE_pixelSize(E, p, R, Theta)[source]¶
Calculates the pixel size contribution to the resolution function of a diced analyzer crystal.
- Args:
E (float): Working energy in [eV]. p (float): Pixel size in [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Pixel size contribution in [eV] to the energy resolution for a diced analyzer crystal.
- XRStools.xrs_utilities.delE_sourceSize(E, s, R, Theta)[source]¶
Calculates the source size contribution to the resolution function.
- Args:
E (float): Working energy in [eV]. s (float): Source size in [mm]. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Source size contribution in [eV] to the energy resolution.
- XRStools.xrs_utilities.delE_stressedCrystal(E, t, v, R, Theta)[source]¶
Calculates the stress induced contribution to the resulution function of a spherically bent crystal analyzer.
- Args:
E (float): Working energy in [eV]. t (float): Absorption length in the analyzer material [mm]. v (float): Poisson ratio of the analyzer material. R (float): Radius of the Rowland circle [mm]. Theta (float): Analyzer Bragg angle [degree].
- Returns:
Stress-induced contribution in [eV] to the energy resolution.
- XRStools.xrs_utilities.diode(current, energy, thickness=0.03)[source]¶
diode Calculates the number of photons incident for a Si PIPS diode.
- Args:
current (float): Diode current in [pA].
energy (float): Photon energy in [keV].
thickness (float): Thickness of Si active layer in [cm].
- Returns:
flux (float): Number of photons per second.
Function adapted from Matlab function by S. Huotari.
- XRStools.xrs_utilities.dspace(hkl=[6, 6, 0], xtal='Si')[source]¶
% DSPACE Gives d-spacing for given xtal % d=dspace(hkl,xtal) % hkl can be a matrix i.e. hkl=[1,0,0 ; 1,1,1]; % xtal=’Si’,’Ge’,’LiF’,’InSb’,’C’,’Dia’,’Li’ (case insensitive) % if xtal is number this is user as a d0 % % KH 28.09.93 % SH 2005 %
- class XRStools.xrs_utilities.dtxrd(hkl, energy, crystal='Si', asym_angle=0.0, angular_range=[- 0.0005, 0.0005], angular_step=1e-08)[source]¶
Bases:
objectclass to hold all things dynamic theory of diffraction.
- XRStools.xrs_utilities.dtxrd_anomalous_absorption(energy, hkl, alpha=0.0, crystal='Si', angular_range=array([- 0.0005]))[source]¶
- XRStools.xrs_utilities.dtxrd_reflectivity(energy, hkl, alpha=0.0, crystal='Si', angular_range=array([- 0.0005]))[source]¶
- XRStools.xrs_utilities.e2pz(w1, w2, th)[source]¶
Calculates the momentum scale and the relativistic Compton cross section correction according to P. Holm, PRA 37, 3706 (1988).
This function is translated from Keijo Hamalainen’s Matlab implementation (KH 29.05.96).
- Args:
w1 (float or np.array): incident energy in [keV]
w2 (float or np.array): scattered energy in [keV]
th (float): scattering angle two theta in [deg]
- returns:
pz (float or np.array): momentum scale in [a.u.]
cf (float or np.array): cross section correction factor such that: J(pz) = cf * d^2(sigma)/d(w2)*d(Omega) [barn/atom/keV/srad]
- XRStools.xrs_utilities.edfread(filename)[source]¶
reads edf-file with filename “filename” OUTPUT: data = 256x256 numpy array
- XRStools.xrs_utilities.edfread_test(filename)[source]¶
reads edf-file with filename “filename” OUTPUT: data = 256x256 numpy array
here is how i opened the HH data: data = np.fromfile(f,np.int32) image = np.reshape(data,(dim,dim))
- XRStools.xrs_utilities.element(z)[source]¶
Converts atomic number into string of the element symbol and vice versa.
Returns atomic number of given element, if z is a string of the element symbol or string of element symbol of given atomic number z.
- Args:
z (string or int): string of the element symbol or atomic number.
- Returns:
Z (string or int): string of the element symbol or atomic number.
- XRStools.xrs_utilities.energy(d, ba)[source]¶
% ENERGY Calculates energy corrresponing to Bragg angle for given d-spacing % function e=energy(dspace,bragg_angle) % % dspace for reflection % bragg_angle in DEG % % KH 28.09.93
- XRStools.xrs_utilities.energy_monoangle(angle, d=1.6374176589984608)[source]¶
% ENERGY Calculates energy corrresponing to Bragg angle for given d-spacing % function e=energy(dspace,bragg_angle) % % dspace for reflection (defaulf for Si(311) reflection) % bragg_angle in DEG % % KH 28.09.93 %
- XRStools.xrs_utilities.fermi(rs)[source]¶
fermi Calculates the plasmon energy (in eV), Fermi energy (in eV), Fermi momentum (in a.u.), and critical plasmon cut-off vector (in a.u.).
- Args:
rs (float): electron separation parameter
- Returns:
wp (float): plasmon energy (in eV)
ef (float): Fermi energy (in eV)
kf (float): Fermi momentum (in a.u.)
kc (float): critical plasmon cut-off vector (in a.u.)
Based on Matlab function from A. Soininen.
- XRStools.xrs_utilities.find_center_of_mass(x, y)[source]¶
Returns the center of mass (first moment) for the given curve y(x)
- XRStools.xrs_utilities.find_diag_angles(q, x0, U, B, Lab, beam_in, lambdai, lambdao, tol=1e-08, method='BFGS')[source]¶
find_diag_angles Finds the FOURC spectrometer and sample angles for a desired q.
- Args:
q (array): Desired momentum transfer in Lab coordinates.
x0 (list): Guesses for the angles (tthv, tthh, chi, phi, omega).
U (array): 3x3 U-matrix Lab-to-sample transformation.
B (array): 3x3 B-matrix reciprocal lattice to absolute units transformation.
lambdai (float): Incident x-ray wavelength in Angstrom.
lambdao (float): Scattered x-ray wavelength in Angstrom.
tol (float): Toleranz for minimization (see scipy.optimize.minimize)
method (str): Method for minimization (see scipy.optimize.minimize)
- Returns:
ans (array): tthv, tthh, phi, chi, omega
- XRStools.xrs_utilities.fwhm(x, y)[source]¶
finds full width at half maximum of the curve y vs. x returns f = FWHM x0 = position of the maximum
- XRStools.xrs_utilities.get_UB_Q(tthv, tthh, phi, chi, omega, **kwargs)[source]¶
get_UB_Q Returns the momentum transfer and scattering vectors for given FOURC spectrometer and sample angles. U-, B-matrices and incident/scattered wavelength are passed as keyword-arguments.
- Args:
tthv (float): Spectrometer vertical 2Theta angle.
tthh (float): Spectrometer horizontal 2Theta angle.
chi (float): Sample rotation around x-direction.
phi (float): Sample rotation around y-direction.
omega (float): Sample rotation around z-direction.
- kwargs (dict): Dictionary with key-word arguments:
kwargs[‘U’] (array): 3x3 U-matrix Lab-to-sample transformation.
kwargs[‘B’] (array): 3x3 B-matrix reciprocal lattice to absolute units transformation.
kwargs[‘lambdai’] (float): Incident x-ray wavelength in Angstrom.
kwargs[‘lambdao’] (float): Scattered x-ray wavelength in Angstrom.
- Returns:
Q_sample (array): Momentum transfer in sample coordinates.
Ki_sample (array): Incident beam direction in sample coordinates.
Ko_sample (array): Scattered beam direction in sample coordinates.
- XRStools.xrs_utilities.get_gnuplot_rgb(start=None, end=None, length=None)[source]¶
get_gnuplot_rgb Prints out a progression of RGB hex-keys to use in Gnuplot.
- Args:
start (array): RGB code to start from (must be numbers out of [0,1]).
end (array): RGB code to end at (must be numbers out of [0,1]).
length (int): How many colors to print out.
- XRStools.xrs_utilities.get_num_of_MD_steps(time_ps, time_step)[source]¶
Calculates the number of steps in an MD simulation for a desired time (in ps) and given step size (in a.u.)
- Args:
time_ps (float): Desired time span (ps). time_step (float): Chosen time step (a.u.).
- Returns:
The number of steps required to span the desired time span.
- XRStools.xrs_utilities.getpenetrationdepth(energy, formulas, concentrations, densities)[source]¶
returns the penetration depth of a mixture of chemical formulas with certain concentrations and densities
- XRStools.xrs_utilities.gettransmission(energy, formulas, concentrations, densities, thickness)[source]¶
returns the transmission through a sample composed of chemical formulas with certain densities mixed to certain concentrations, and a thickness
- XRStools.xrs_utilities.hlike_Rwfn(n, l, r, Z)[source]¶
hlike_Rwfn Returns an array with the radial part of a hydrogen-like wave function.
- Args:
n (integer): main quantum number n
l (integer): orbitalquantum number l
r (array): vector of radii on which the function should be evaluated
Z (float): effective nuclear charge
- XRStools.xrs_utilities.householder(b, k)[source]¶
function H = householder(b, k) % H = householder(b, k) % Atkinson, Section 9.3, p. 611 % b is a column vector, k an index < length(b) % Constructs a matrix H that annihilates entries % in the product H*b below index k
% $Id: householder.m,v 1.1 2008-01-16 15:33:30 mike Exp $ % M. M. Sussman
- XRStools.xrs_utilities.interpolate_M(xc, xi, yi, i0)[source]¶
Linear interpolation scheme after Martin Sundermann that conserves the absolute number of counts.
ONLY WORKS FOR EQUALLY/EVENLY SPACED XC, XI!
- Args:
xc (np.array): The x-coordinates of the interpolated values. xi (np.array): The x-coordinates of the data points, must be increasing. yi (np.array): The y-coordinates of the data points, same length as xp. i0 (np.array): Normalization values for the data points, same length as xp.
- Returns:
ic (np.array): The interpolated and normalized data points.
from scipy.interpolate import Rbf x = arange(20) d = zeros(len(x)) d[10] = 1 xc = arange(0.5,19.5) rbfi = Rbf(x, d) di = rbfi(xc)
- XRStools.xrs_utilities.is_allowed_refl_fcc(H)[source]¶
is_allowed_refl_fcc Check if given reflection is allowed for a FCC lattice.
- Args:
H (array, list, tuple): H=[h,k,l]
- Returns:
boolean
- XRStools.xrs_utilities.lindhard_pol(q, w, rs=3.93, use_corr=False, lifetime=0.28)[source]¶
lindhard_pol Calculates the Lindhard polarizability function (RPA) for certain q (a.u.), w (a.u.) and rs (a.u.).
- Args:
q (float): momentum transfer (in a.u.)
w (float): energy (in a.u.)
rs (float): electron parameter
use_corr (boolean): if True, uses Bernardo’s calculation for n(k) instead of the Fermi function.
lifetime (float): life time (default is 0.28 eV for Na).
Based on Matlab function by S. Huotari.
- XRStools.xrs_utilities.makeprofile(element, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat', E0=9.69, tth=35.0, correctasym=None)[source]¶
takes the profiles from ‘makepzprofile()’, converts them onto eloss scale and normalizes them to S(q,w) [1/eV] input: element = element symbol (e.g. ‘Si’, ‘Al’, etc.) filename = path and filename to tabulated profiles E0 = scattering energy [keV] tth = scattering angle [deg] returns: enscale = energy loss scale J = total CP C = only core contribution to CP V = only valence contribution to CP q = momentum transfer [a.u.]
- XRStools.xrs_utilities.makeprofile_comp(formula, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat', E0=9.69, tth=35, correctasym=None)[source]¶
returns the compton profile of a chemical compound with formula ‘formula’ input: formula = string of a chemical formula (e.g. ‘SiO2’, ‘Ba8Si46’, etc.) filename = path and filename to tabulated profiles E0 = scattering energy [keV] tth = scattering angle [deg] returns: eloss = energy loss scale J = total CP C = only core contribution to CP V = only valence contribution to CP q = momentum transfer [a.u.]
- XRStools.xrs_utilities.makeprofile_compds(formulas, concentrations=None, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat', E0=9.69, tth=35.0, correctasym=None)[source]¶
returns sum of compton profiles from a lost of chemical compounds weighted by the given concentration
- XRStools.xrs_utilities.makepzprofile(element, filename='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/ComptonProfiles.dat')[source]¶
constructs compton profiles of element ‘element’ on pz-scale (-100:100 a.u.) from the Biggs tables provided in ‘filename’
- input:
element = element symbol (e.g. ‘Si’, ‘Al’, etc.)
filename = path and filename to tabulated profiles
- returns:
pzprofile = numpy array of the CP: * 1. column: pz-scale * 2. … n. columns: compton profile of nth shell * binden = binding energies of shells * occupation = number of electrons in the according shells
- class XRStools.xrs_utilities.maxipix_det(name, spot_arrangement)[source]¶
Bases:
objectClass to store some useful values from the detectors used. To be used for arranging the ROIs.
- XRStools.xrs_utilities.momtrans_au(e1, e2, tth)[source]¶
Calculates the momentum transfer in atomic units input: e1 = incident energy [keV] e2 = scattered energy [keV] tth = scattering angle [deg] returns: q = momentum transfer [a.u.] (corresponding to sin(th)/lambda)
- XRStools.xrs_utilities.momtrans_inva(e1, e2, tth)[source]¶
Calculates the momentum transfer in inverse angstrom input: e1 = incident energy [keV] e2 = scattered energy [keV] tth = scattering angle [deg] returns: q = momentum transfer [a.u.] (corresponding to sin(th)/lambda)
- XRStools.xrs_utilities.mpr(energy, compound)[source]¶
Calculates the photoelectric, elastic, and inelastic absorption of a chemical compound.
Calculates the photoelectric, elastic, and inelastic absorption of a chemical compound.
- Args:
energy (np.array): energy scale in [keV].
compound (string): chemical sum formula (e.g. ‘SiO2’)
- Returns:
murho (np.array): absorption coefficient normalized by the density.
rho (float): density in UNITS?
m (float): atomic mass in UNITS?
- XRStools.xrs_utilities.mpr_compds(energy, formulas, concentrations, E0, rho_formu)[source]¶
Calculates the photoelectric, elastic, and inelastic absorption of a mix of compounds.
Returns the photoelectric absorption for a sum of different chemical compounds.
- Args:
energy (np.array): energy scale in [keV].
formulas (list of strings): list of chemical sum formulas
- Returns:
murho (np.array): absorption coefficient normalized by the density.
rho (float): density in UNITS?
m (float): atomic mass in UNITS?
- XRStools.xrs_utilities.myprho(energy, Z, logtablefile='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/logtable.dat')[source]¶
Calculates the photoelectric, elastic, and inelastic absorption of an element Z
Calculates the photelectric , elastic, and inelastic absorption of an element Z. Z can be atomic number or element symbol.
- Args:
energy (np.array): energy scale in [keV].
Z (string or int): atomic number or string of element symbol.
- Returns:
murho (np.array): absorption coefficient normalized by the density.
rho (float): density in UNITS?
m (float): atomic mass in UNITS?
- XRStools.xrs_utilities.odefctn(y, t, abb0, abb1, abb7, abb8, lex, sgbeta, y0, c1)[source]¶
#% [T,Y] = ODE23(ODEFUN,TSPAN,Y0,OPTIONS,P1,P2,…) passes the additional #% parameters P1,P2,… to the ODE function as ODEFUN(T,Y,P1,P2…), and to #% all functions specified in OPTIONS. Use OPTIONS = [] as a place holder if #% no options are set.
- XRStools.xrs_utilities.parseformula(formula)[source]¶
Parses a chemical sum formula.
Parses the constituing elements and stoichiometries from a given chemical sum formula.
- Args:
formula (string): string of a chemical formula (e.g. ‘SiO2’, ‘Ba8Si46’, etc.)
- Returns:
elements (list): list of strings of constituting elemental symbols.
stoichiometries (list): list of according stoichiometries in the same order as ‘elements’.
- XRStools.xrs_utilities.plotpenetrationdepth(energy, formulas, concentrations, densities)[source]¶
opens a plot window of the penetration depth of a mixture of chemical formulas with certain concentrations and densities plotted along the given energy vector
- XRStools.xrs_utilities.plottransmission(energy, formulas, concentrations, densities, thickness)[source]¶
opens a plot with the transmission plotted along the given energy vector
- XRStools.xrs_utilities.primtoconv(hklprim)[source]¶
primtoconv converts diamond structure reciprocal lattice expressed in primitive basis to the conventional basis (Palaiseau -> Helsinki conversion) from S. Huotari
- XRStools.xrs_utilities.pz2e1(w2, pz, th)[source]¶
Calculates the incident energy for a specific scattered photon and momentum value.
Returns the incident energy for a given photon energy and scattering angle. This function is translated from Keijo Hamalainen’s Matlab implementation (KH 29.05.96).
- Args:
w2 (float): scattered photon energy in [keV]
pz (np.array): pz scale in [a.u.]
th (float): scattering angle two theta in [deg]
- Returns:
w1 (np.array): incident energy in [keV]
- XRStools.xrs_utilities.read_dft_wfn(element, n, l, spin=None, directory='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data')[source]¶
read_dft_wfn Parses radial parts of wavefunctions.
- Args:
element (str): Element symbol.
n (int): Main quantum number.
l (int): Orbital quantum number.
spin (str): Which spin channel, default is average over up and down.
directory (str): Path to directory where the wavefunctions can be found.
- Returns:
r (np.array): radius
wfn (np.array):
- XRStools.xrs_utilities.readbiggsdata(filename, element)[source]¶
Reads Hartree-Fock Profile of element ‘element’ from values tabulated by Biggs et al. (Atomic Data and Nuclear Data Tables 16, 201-309 (1975)) as provided by the DABAX library (http://ftp.esrf.eu/pub/scisoft/xop2.3/DabaxFiles/ComptonProfiles.dat). input: filename = path to the ComptonProfiles.dat file (the file should be distributed with this package) element = string of element name returns:
- data = the data for the according element as in the file:
#UD Columns:
#UD col1: pz in atomic units
#UD col2: Total compton profile (sum over the atomic electrons
#UD col3,…coln: Compton profile for the individual sub-shells
occupation = occupation number of the according shells
bindingen = binding energies of the accorting shells
colnames = strings of column names as used in the file
- XRStools.xrs_utilities.readfio(prefix, scannumber, repnumber=0)[source]¶
if repnumber = 0: reads a spectra-file (name: prefix_scannumber.fio) if repnumber > 1: reads a spectra-file (name: prefix_scannumber_rrepnumber.fio)
- XRStools.xrs_utilities.readp01image(filename)[source]¶
reads a detector file from PetraIII beamline P01
- XRStools.xrs_utilities.readp01scan(prefix, scannumber)[source]¶
reads a whole scan from PetraIII beamline P01 (experimental)
- XRStools.xrs_utilities.readp01scan_rep(prefix, scannumber, repetition)[source]¶
reads a whole scan with repititions from PetraIII beamline P01 (experimental)
- XRStools.xrs_utilities.savitzky_golay(y, window_size, order, deriv=0, rate=1)[source]¶
Smooth (and optionally differentiate) data with a Savitzky-Golay filter. The Savitzky-Golay filter removes high frequency noise from data. It has the advantage of preserving the original shape and features of the signal better than other types of filtering approaches, such as moving averages techniques.
- Parameters:
y : array_like, shape (N,) the values of the time history of the signal.
window_size : int the length of the window. Must be an odd integer number.
order : int the order of the polynomial used in the filtering. Must be less then window_size - 1.
deriv: int the order of the derivative to compute (default = 0 means only smoothing)
- Returns
ys : ndarray, shape (N) the smoothed signal (or it’s n-th derivative).
- Notes:
The Savitzky-Golay is a type of low-pass filter, particularly suited for smoothing noisy data. The main idea behind this approach is to make for each point a least-square fit with a polynomial of high order over a odd-sized window centered at the point.
Examples
t = np.linspace(-4, 4, 500) y = np.exp( -t**2 ) + np.random.normal(0, 0.05, t.shape) ysg = savitzky_golay(y, window_size=31, order=4) import matplotlib.pyplot as plt plt.plot(t, y, label='Noisy signal') plt.plot(t, np.exp(-t**2), 'k', lw=1.5, label='Original signal') plt.plot(t, ysg, 'r', label='Filtered signal') plt.legend() plt.show()
- References ::
- 1
A. Savitzky, M. J. E. Golay, Smoothing and Differentiation of Data by Simplified Least Squares Procedures. Analytical Chemistry, 1964, 36 (8), pp 1627-1639.
- 2
Numerical Recipes 3rd Edition: The Art of Scientific Computing W.H. Press, S.A. Teukolsky, W.T. Vetterling, B.P. Flannery Cambridge University Press ISBN-13: 9780521880688
- XRStools.xrs_utilities.sigmainc(Z, energy, logtablefile='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/logtable.dat')[source]¶
sigmainc Calculates the Incoherent Scattering Cross Section in cm^2/g using Log-Log Fit.
- Args:
z (int or string): Element number or elements symbol.
energy (float or array): Energy (can be number or vector)
- Returns:
tau (float or array): Photoelectric cross section in [cm**2/g]
Adapted from original Matlab function of Keijo Hamalainen.
- XRStools.xrs_utilities.specread(filename, nscan)[source]¶
reads scan “nscan” from SPEC-file “filename”
- INPUT:
filename = string with the SPEC-file name
nscan = number (int) of desired scan
- OUTPUT:
data =
motors =
counters = dictionary
- XRStools.xrs_utilities.spline2(x, y, x2)[source]¶
Extrapolates the smaller and larger valuea as a constant
- XRStools.xrs_utilities.stiff_compl_matrix_Si(e1, e2, e3, ansys=False)[source]¶
stiff_compl_matrix_Si Returns stiffnes and compliance tensor of Si for a given orientation.
- Args:
e1 (np.array): unit vector normal to crystal surface
e2 (np.array): unit vector crystal surface
e3 (np.array): unit vector orthogonal to e2
- Returns:
S (np.array): compliance tensor in new coordinate system
C (np.array): stiffnes tensor in new coordinate system
E (np.array): Young’s modulus in [GPa]
G (np.array): shear modulus in [GPa]
nu (np.array): Poisson ratio
Copied from S.I. of L. Zhang et al. “Anisotropic elasticity of silicon and its application to the modelling of X-ray optics.” J. Synchrotron Rad. 21, no. 3 (2014): 507-517.
- XRStools.xrs_utilities.sumx(A)[source]¶
Short-hand command to sum over 1st dimension of a N-D matrix (N>2) and to squeeze it to N-1-D matrix.
- XRStools.xrs_utilities.taupgen(e, hkl=[6, 6, 0], crystals='Si', R=1.0, dev=array([- 50., - 49., - 48., - 47., - 46., - 45., - 44., - 43., - 42., - 41., - 40., - 39., - 38., - 37., - 36., - 35., - 34., - 33., - 32., - 31., - 30., - 29., - 28., - 27., - 26., - 25., - 24., - 23., - 22., - 21., - 20., - 19., - 18., - 17., - 16., - 15., - 14., - 13., - 12., - 11., - 10., - 9., - 8., - 7., - 6., - 5., - 4., - 3., - 2., - 1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89., 90., 91., 92., 93., 94., 95., 96., 97., 98., 99., 100., 101., 102., 103., 104., 105., 106., 107., 108., 109., 110., 111., 112., 113., 114., 115., 116., 117., 118., 119., 120., 121., 122., 123., 124., 125., 126., 127., 128., 129., 130., 131., 132., 133., 134., 135., 136., 137., 138., 139., 140., 141., 142., 143., 144., 145., 146., 147., 148., 149.]), alpha=0.0)[source]¶
% TAUPGEN Calculates the reflectivity curves of bent crystals % % function [refl,e,dev]=taupgen_new(e,hkl,crystals,R,dev,alpha); % % e = fixed nominal energy in keV % hkl = reflection order vector, e.g. [1 1 1] % crystals = crystal string, e.g. ‘si’ or ‘ge’ % R = bending radius in meters % dev = deviation parameter for which the % curve will be calculated (vector) (optional) % alpha = asymmetry angle % based on a FORTRAN program of Michael Krisch % Translitterated to Matlab by Simo Huotari 2006, 2007 % Is far away from being good matlab writing - mostly copy&paste from % the fortran routines. Frankly, my dear, I don’t give a damn. % Complaints -> /dev/null
- XRStools.xrs_utilities.taupgen_amplitude(e, hkl=[6, 6, 0], crystals='Si', R=1.0, dev=array([- 50., - 49., - 48., - 47., - 46., - 45., - 44., - 43., - 42., - 41., - 40., - 39., - 38., - 37., - 36., - 35., - 34., - 33., - 32., - 31., - 30., - 29., - 28., - 27., - 26., - 25., - 24., - 23., - 22., - 21., - 20., - 19., - 18., - 17., - 16., - 15., - 14., - 13., - 12., - 11., - 10., - 9., - 8., - 7., - 6., - 5., - 4., - 3., - 2., - 1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89., 90., 91., 92., 93., 94., 95., 96., 97., 98., 99., 100., 101., 102., 103., 104., 105., 106., 107., 108., 109., 110., 111., 112., 113., 114., 115., 116., 117., 118., 119., 120., 121., 122., 123., 124., 125., 126., 127., 128., 129., 130., 131., 132., 133., 134., 135., 136., 137., 138., 139., 140., 141., 142., 143., 144., 145., 146., 147., 148., 149.]), alpha=0.0)[source]¶
% TAUPGEN Calculates the reflectivity curves of bent crystals % % function [refl,e,dev]=taupgen_new(e,hkl,crystals,R,dev,alpha); % % e = fixed nominal energy in keV % hkl = reflection order vector, e.g. [1 1 1] % crystals = crystal string, e.g. ‘si’ or ‘ge’ % R = bending radius in meters % dev = deviation parameter for which the % curve will be calculated (vector) (optional) % alpha = asymmetry angle % based on a FORTRAN program of Michael Krisch % Translitterated to Matlab by Simo Huotari 2006, 2007 % Is far away from being good matlab writing - mostly copy&paste from % the fortran routines. Frankly, my dear, I don’t give a damn. % Complaints -> /dev/null
- XRStools.xrs_utilities.tauphoto(Z, energy, logtablefile='/build/xrstools-1HG2aV/xrstools-0.15.0+git20210910+c147919d/XRStools/resources/data/logtable.dat')[source]¶
tauphoto Calculates Photoelectric Cross Section in cm^2/g using Log-Log Fit.
- Args:
z (int or string): Element number or elements symbol.
energy (float or array): Energy (can be number or vector)
- Returns:
tau (float or array): Photoelectric cross section in [cm**2/g]
Adapted from original Matlab function of Keijo Hamalainen.
- XRStools.xrs_utilities.unconstrained_mf(A, numComp=3, maxIter=1000, tol=1e-08)[source]¶
unconstrained_mf Returns main components from an off-diagonal Matrix (energy-loss x angular-departure), using the power method iteratively on the different main components.
- XRStools.xrs_utilities.vangle(v1, v2)[source]¶
vangle Calculates the angle between two cartesian vectors v1 and v2 in degrees.
- Args:
v1 (np.array): first vector.
v2 (np.array): second vector.
- Returns:
th (float): angle between first and second vector.
Function by S. Huotari, adopted for Python.
- XRStools.xrs_utilities.vrot(v, vaxis, phi)[source]¶
vrot Rotates a vector around a given axis.
- Args:
v (np.array): vector to be rotated
vaxis (np.array): rotation axis
phi (float): angle [deg] respecting the right-hand rule
- Returns:
v2 (np.array): new rotated vector
Function by S. Huotari (2007) adopted to Python.
- XRStools.xrs_utilities.vrot2(vector1, vector2, angle)[source]¶
rotMatrix Rotate vector1 around vector2 by an angle.
- XRStools.xrs_utilities.xas_fluo_correct(ene, mu, formula, fluo_ene, edge_ene, angin, angout)[source]¶
xas_fluo_correct Fluorescence yield over-absorption correction as in Larch/Athena. see: https://www3.aps.anl.gov/haskel/FLUO/Fluo-manual.pdf
- Args:
ene (np.array): energy axis in [keV]
mu (np.array): measured fluorescence spectrum
formula (str): chemical sum formulas (e.g. ‘SiO2’)
fluo_ene (float): energy in keV of main fluorescence line
edge_ene (float): edge energy in [keV]
angin (float): incidence angle (relative to sample normal) [deg.]
angout (float): exit angle (relative to sample normal) [deg.]
- Returns:
ene (np.array): energy axis in [keV]
mu_corr (np.array): corrected fluorescence spectrum