lamp_mac/DIF/
export_cyc.pro
Export of Fullprof data format INSTR=10 especially for the existing script fpcyc at ILL (Bachir Ouladdiaf) the base name is cut to three characters, and a sequential number is added new name by Thomas Hansen 19 September 2001 X,Y,Sigma format with header lines. In all cases the first 6 lines are considered as comments. If in the first line (left ajusted) appears the keyword XYDATA, then the following 5 lines are considered as the heading of the file. Among these 5 lines the following keywords and values have a meaning to the program: -> INTER fac_x fac_y Interpol Stepin -> TEMP tsamp fac_x internal multiplier of X-values fac_y internal multiplier of Y and Sigma-values Interpol=0 data are given at constant step or variable step is used in the program =1 The variable step data are interpolated internally to the constant step Stepin. If no sigma values are provided the program assumes that sigma(Y)=sqrt(Y). You can add comments to the data file if they start with the character ! in the first position of the line. These lines are ignored by the program.
top export_cyc
export_cyc, FileNameInit, Data, XC=XC, YC=YC, ZC=ZC, E=E, N=N, PR=PR, PV=PV, PAR_TXT=PAR_TXT, W_tit=W_tit, X_tit=X_tit, Y_TIT=Y_TIT, Z_tit=Z_tit, OTHER_TIT=OTHER_TIT, datp=datp, par=par, comment=comment, bad=bad
** ********** ** ** Standard call for a data-write procedure called by LAMP. ** ** Keywords: ** XC = vector of x coordinates. ** YC = [vector of y coordinates.] ** ZC = [vector of z coordinates.] ** W_TIT = main title ** X_TIT = x axis title ** Y_TIT = y axis title ** Z_TIT = z axis title ** OTHER_TIT= sub title ** N = monitors ** PR = vector of parameter values ** PAR_TXT = string array of text associated to PR (same size) ** PV = an array of any dimensions containing other parameter values ** E = the errors associated to DATA (same size) or 0
Parameters
- FileNameInit
- Data
Keywords
- XC
- YC
- ZC
- E
- N
- PR
- PV
- PAR_TXT
- W_tit
- X_tit
- Y_TIT
- Z_tit
- OTHER_TIT
- datp
- par
- comment
- bad
File attributes
Modification date: | Tue Oct 1 14:42:22 2013 |
Lines: | 191 |