hexrd.fitting.calibration.powder module

class hexrd.fitting.calibration.powder.PowderCalibrator(instr, plane_data, img_dict, flags, tth_tol=None, eta_tol=0.25, fwhm_estimate=None, min_pk_sep=0.001, min_ampl=0.0, pktype='pvoigt', bgtype='linear', tth_distortion=None)[source]

Bases: object

property bgtype
property calibration_data
property eta_tol
property flags
property full_params
property fwhm_estimate
property img_dict
property instr
property min_ampl
property min_pk_sep
model(reduced_params, calibration_data=None)[source]
property npe
property npi
property params
property pktype
property plane_data
residual(reduced_params, calibration_data=None)[source]
property spectrum_kwargs
property tth_distortion
property tth_tol