The LAMP Application

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

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 ,,,,[,/all][,/plot] (optional keywords/args shown in square brackets) KHA,JRS 7/4/07

Routines

gaussian_debye, x, par, gausspho, PD

fitpho, x_in, y_in, e_in, xmin, xmax, par, dpar, temp, debyeE, all=all, plot=plot

Routine details

top gaussian_debye

gaussian_debye, x, par, gausspho, PD

** ************** ** stuff for fitpho

Parameters

x
par
gausspho
PD

top fitpho

fitpho, x_in, y_in, e_in, xmin, xmax, par, dpar, temp, debyeE, all=all, plot=plot

** ****** ** User callable

Parameters

x_in
y_in
e_in
xmin
xmax
par
dpar
temp
debyeE

Keywords

all
plot

File attributes

Modification date: Tue Oct 1 14:41:46 2013
Lines: 202