The LAMP Application

Generated by IDLdoc

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

lamp_mac/BRISP/

t2e_bri.pro


******************************************************************************* FUNCTION t2e_bri, w_in, in5multi = idet For BRISP: based on t2e, t2e_elp FF (2007) Converts tof data in w_in to energy transfer in w_out. Includes the factor of ki/kf. teta dependence of time flight, EPS ** FITGAUSS replaced by str_fit. *** option: save elastic channels/fit or use input data fit (eg Van) to determine elastic peak *** an_elmin: if set, the intensity around the elastic peak are put =0 fot teta< an_elmin *** w13=t2e_bri(w3,phi_min=0.1,phi_max=17.,Lsd=4.,lam=1.,ch_w=3.73,elch_out='van_el.dat') OR *** w14=t2e_bri(w4,phi_min=0.1,phi_max=17.,Lsd=4.,lam=1.,ch_w=3.73,elch_in=[94.39,0.14,0.031]) DIMENSIONS: w_in(nchannels,nspectra) -> w_out(nE,spectra) *******************************************************************************

Routines

result = t2e_tof_elp(w_in, idet, phi_min=phi_min, phi_max=phi_max, elch_out=elch_out, elch_in=elch_in, an_elmin=an_elmin)

result = t2e_bri(w_in, in5multi=in5multi, phi_min=phi_min, phi_max=phi_max, elch_out=elch_out, elch_in=elch_in, an_elmin=an_elmin)

Routine details

top t2e_tof_elp

result = t2e_tof_elp(w_in, idet, phi_min=phi_min, phi_max=phi_max, elch_out=elch_out, elch_in=elch_in, an_elmin=an_elmin)

******* *********** ** t2e_bri stuff

Parameters

w_in
idet

Keywords

phi_min
phi_max
elch_out
elch_in
an_elmin

top t2e_bri

result = t2e_bri(w_in, in5multi=in5multi, phi_min=phi_min, phi_max=phi_max, elch_out=elch_out, elch_in=elch_in, an_elmin=an_elmin)

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

Parameters

w_in

Keywords

in5multi
phi_min
phi_max
elch_out
elch_in
an_elmin

File attributes

Modification date: Tue Oct 1 14:45:32 2013
Lines: 263