The LAMP Application

Generated by IDLdoc

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

lamp_mac/DIF/

fild20.pro


/Help keyword print,'LAMP-IDL Macro (Procedure) started: 07-Jun-97 by Th.Hansen, ILL-Grenoble (D20)' print,'Output of data in "new" D1B - and D20 (of course!) -format for FullProf (cyclic!), ABfit, XRFit etc.' print,"It acts (or better: should act) in some way like a LAMP / D20 version of FILD1B" print,'' print,'Attention : Set your flags (efficiency correction, bad cell interpolation, normalisation before!' print,'' print,"Call: fild20,W[,'filename'][,STEP=0.1][,/HELP]" print,"Variables: Workspace (necessary, won't be changed)" print," basic filename, 3 letters, different from 'fil' (optional, will be changed)" print,'Keywords: STEP : evt. different 2*Theta stepwidth' print,' HELP : this hopefully helping text' print,' VIRTUAL : first numor of incremented numors for each ACQ' print,' NUMORS : Array of numor-numbers to be read instead of using the given workspace (which will be changed)' print,' if just the keyword is given (/numors), filename.run, ' print,' containing the number of numors and the numors, will be read in' print,' SUBMIN : First sub-numor to be used (or list of sub-numors for each numor in the numors-array)' print,' SUBMAX : Last sub-numor to be used (or list of sub-numors for each numor in the numors-array)' print,' BG : Workspace containing background to be substracted (pay attention to normalisation!)' print,' B : Workspace containing 2Theta-depending correction coefficients' print,' C : Workspace containing 2Theta depending attenuation coefficients for substracted background' print,'' print,' Modification: 21-Aug-97 by Th.Hansen:' print,' Normalisation and Calibration now controlled by common flag_d20 (calibration) and procedure flag' print,' The old version (used by Rennie, Brown, Clarke, Chatteigner and Lutterotti is backuped' print,' Modification: 03-Sep-97 by Th.Hansen: Bug-fix ' print,' Errors not correct for normalized data (variable count were always 1)' print,' Modification: 05-Sep-97 by Th.Hansen: Bug-fix' print,' fil.f20 file for sequential simple ACQs did not contain counts' print,' Modification: 30-Sep-97 by Th.Hansen: Bug-fix' print,' one-dimensional array datp.x for multiple diagrams was not correctly treated' print,' Modification: 22-Oct-97 by Th.Hansen: ' print,' Background substraction (Ferrand) and temperature in *.num file (Soubeyroux)' print,' Modification: 03-Nov-97 by Th.Hansen: ' print,' first and last numor, longer filenames, *.d20 files and options not to create files (Ouladdiaf)' print,' Modification: 30-Aug-01 by Th.Hansen: ' print,' equidist keyword, avoiding 0 counts due to rebinning' print,'Last modification: 03-Jul-03 by Th.Hansen: ' print,' time was missing sometimes after monitor, one blank too much in front of numor (Ritter)' print,' ' print,''

top fild20

fild20, w, filename, STEP=STEP, HELP=HELP, numors=numors, virtual=virtual, submin=submin, submax=submax, bg=bg, b=b, c=c, mag=mag, start=start, n0=n0, n1=n1, nof20=nof20, nodat=nodat, nod20=nod20, nonum=nonum, append=append, equidist=equidist

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

Parameters

w
filename

Keywords

STEP
HELP
numors
virtual
submin
submax
bg
b
c
mag
start
n0
n1
nof20
nodat
nod20
nonum
append
equidist

File attributes

Modification date: Tue Oct 1 14:42:22 2013
Lines: 450