new angle-scan processing features, update documentation, bugfixes
new functions: - voigt_fwhm_lor - rotate_hemi_scan - import_tpi_scan - draw_diffraction_cone updated functions: - interpolate_hemi_scan - display_hemi_scan - duplicate_hemi_scan updated documentation: - installation instructions - readme
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#pragma IgorVersion = 6.2
|
||||
#pragma ModuleName = PearlFitFuncs
|
||||
#pragma version = 1.01
|
||||
#include "mm-physconst", version >= 1.05
|
||||
|
||||
// various fit functions for photoelectron spectroscopy
|
||||
|
||||
@ -682,7 +683,7 @@ function FermiGaussConv(pw, yw, xw) : FitFunc
|
||||
variable xd = wavemin(xdw) / oversampling
|
||||
|
||||
// calculate gausswave size based on pw[5] and precision variable
|
||||
variable x0g = pw[5] * precision_g
|
||||
variable x0g = abs(pw[5]) * precision_g
|
||||
variable ng = 2 * floor(x0g / xd) + 1
|
||||
|
||||
// calculate fermiwave size based on desired range for yw
|
||||
|
Reference in New Issue
Block a user