lamp_mac/DIF/
export_gsa.pro
This macro write_gsa exports data files readable for GSAS Filename.gsa and Filename.gda (no line-feeds) Depending on angular stepwidth and available ESDs one of three file formats will be written so, no interpolation is necessary anymore! At this stage, only the first diagram of a series is written out Count rates and ESDs are written as integers zero counts and negative angles are left out *** modified by Thomas Hansen and Andrew Wills 31 August 2001 *** cleaned up by Thomas Hansen 19 September 2001 *** modern filenames established (Thomas Hansen, as done for Hermann Pauly)
top export_gsa
export_gsa, 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
** ********** ** ** 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
File attributes
Modification date: | Tue Oct 1 14:42:22 2013 |
Lines: | 320 |