lamp_mac/IN4/
fitpho.pro
****************************************************************************
PRO fitpho, x_in, y_in, e_in, xmin, xmax, par, dpar, temp, debyeE, $
all=allpoints, plot=plot
Fits a Gaussian plus a Debye phonon term (w[n(w)+1]) for use in the PDOS
calculation in remove_phonon.pro
ARGUMENTS
xmin :min limit of fit range
xmax :max limit of fit range
par :output of fitted Gaussian parameters :-- par(1) - height
par(2) - centre
par(3) - FWHM (sigma)
par(4) - Debye phonon term
dpar :errors in fitted parameters
temp :temperature of data
debyeE :Cutoff energy below which low-E phonons are fitted
KEYWORDS
/all : keeps all points in range xmin
Routines
Routine details
File attributes
Modification date: | Tue Oct 1 14:41:46 2013 |
Lines: | 202 |