The LAMP Application

Generated by IDLdoc

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

lamp_mac/DIF/

export_eth.pro


Export of 3 column format data, e.g. for MAUD (Luca Lutterotti) Done by Thomas Hansen for Romana Frattini 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_eth

export_eth, 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 if !version.release ge '5.0' then ii=execute('FORWARD_FUNCTION sys_dep')

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: 147