source: trunk/gsasmenu.tcl @ 54

Last change on this file since 54 was 54, checked in by toby, 14 years ago

# on 1999/02/16 18:37:38, toby did:
bug fixed

  • Property rcs:author set to toby
  • Property rcs:date set to 1999/02/16 18:37:38
  • Property rcs:lines set to +2 -2
  • Property rcs:rev set to 1.6
  • Property rcs:state set to Exp
  • Property svn:keywords set to Author Date Revision Id
File size: 7.0 KB
Line 
1# $Revision: 54 $ $Date: 2009-12-04 22:59:38 +0000 (Fri, 04 Dec 2009) $
2# menu information for GSAS programs
3
4# menu items to be created (N.B. File, Options & Help already exist)
5set expgui(menunames) {Powder Xtal Graphs Results Calc Import/Export}
6
7# contents of each menu
8array set expgui_menulist {
9    file {
10        convert
11        dlst
12    }
13    option {
14        {liveplot_options}
15    }
16    powder {
17        expedt
18        powpref
19        genles
20        powplot
21        rawplot
22        fitspec
23        tofnorm
24    }
25    xtal {
26        expedt
27        genles
28        scabs
29        scmerge
30        sxtldata
31    }
32    graphs {
33        forplot
34        polfplot
35        powplot
36        ortep
37        rawplot
38        fourier
39        forsrh
40        liveplot
41        vrstplot
42        widplt 
43    }
44    calc {
45        cllchg
46        fprime
47        hklgen
48        rducll
49        spcgroup
50        unimol
51    }
52    import/export {
53        exp2shelx
54        exp2xtl
55        gsas2cif
56        hklsort
57        pubtable
58        convert
59        cad4rd
60        dbwscnv
61        x17bcnv
62        p3r3data
63        sxtldata
64    }
65    results {
66        bijcalc
67        disagl
68        reflist
69        geometry
70        hstdmp
71        istats
72        rcalc
73        composition
74        sexp
75        slst
76        lstview
77        last_r
78    }
79}
80
81array set expgui_cmdlist {
82
83    Save {- {
84        Saves modifications to the current experiment file to disk}
85    }
86
87    {Save As} {- {
88        Saves modifications to the current experiment file to disk
89        under a new file name }
90    }
91
92    {Reread .EXP file} {- {
93        Reread the last saved version of the experiment file from disk.
94
95        This causes any unsaved changes to be lost.}
96    }
97
98    {Sort atoms by}  {- {
99        Determines the order that atoms are displayed on the "Phase" page
100        Atoms may be displayed sorted by atom number, atom type, 
101        or by x, y or z}
102    }
103
104    {Sort histograms by}  {- {
105        Determines the order that histograms are displayed on the
106        Histogram, Scaling and Profile pages
107
108        Histograms may be sorted by histogram number, histogram type, 
109        original bank number, or diffraction angle/wavelength}
110    }
111
112    {Multiple hist. selection}  {- {
113        When this mode is off, it is possible to modify parameters
114        and refinement flags for only a single histogram. For other settings,
115        it is possible to modify parameters and flags for groups of
116        histograms (see help for Mouse actions).
117
118        It does not make sense, however, to globally modify
119        instrument-related parameters and flags for different histogram types.
120        So global actions can be limited to a single class of histogram types
121        (e.g. TOF, CW Neutron,...), which allows these parameters to be set
122        for groups of similar histograms. Thus, if this mode is set to "All"
123        the Histogram and Profile pages are disabled.}
124    }
125
126    {Mouse actions}  {- {
127        A range of atoms or (in multiple selection mode) histograms may be
128        selected by dragging (holding down) the left mouse button. It is also
129        possible to select a range by using the Shift key with the
130        left mouse button. To select or deselect individual entries, use the
131        Control key with the left mouse button. The right mouse button selects
132        all entries.}
133   }
134
135    expnam {readnewexp {
136        Select an existing or new GSAS experiment to be used}
137    }
138
139    {archive EXP} {- {
140        Toggles archiving of .EXP files. When on, files are
141        saved prior to each save or run of expedt in a file named
142
143        <expnam>.EXP.xxx.gz where xxx = 000, 001 (UNIX) 
144
145        or in a file named <expnam>.ZIP or  <expnam>.xxx (Windows) }
146    }
147
148    showhelp    {showhelp {
149        Show the help information for commands and actions}
150    }
151
152    powpref     {{runGSASwEXP $cmd} {
153        Powder data preparation}   
154    }
155
156    bijcalc     {{runGSASwEXP $cmd} {
157        Thermal parameter analysis} 
158    }
159
160    powplot     {{runGSASwEXP $cmd} {
161        Display powder patterns}
162    }
163
164    cllchg      {{runGSASwEXP $cmd} {
165        Transform unit cell}
166    }
167
168    expedt      {{runGSASwEXP $cmd} {
169        Run GSAS experiment editor}
170    }
171
172    genles      {{runGSASwEXP $cmd} {
173        Run General Least Squares program}
174    }
175
176    disagl      {{runGSASwEXP $cmd} {
177        Distance/angle calculations}
178    }
179
180    forplot     {{runGSASwEXP $cmd} {
181        Display Fourier maps (set Fourier options in EXPEDT
182        and then compute with FOURIER)}
183    }
184
185    hstdmp      {{runGSASwEXP $cmd} {
186        List powder histogram data}
187    }
188
189    cad4rd      {{runGSASwEXP $cmd} {
190        Prepare CAD4 single crystal data}
191    }
192
193    fourier     {{runGSASwEXP $cmd} {
194        Generate Fourier map}
195    }
196
197    geometry    {{runGSASwEXP $cmd} {
198        Molecular geometry calculations}
199    }
200
201    ortep       {{runGSASwEXP $cmd} {
202        Draw crystal structure}
203    }
204
205    rawplot     {{runGSASprog $cmd} {
206        Plot powder data}
207    }
208
209
210    p3r3data    {{runGSASwEXP $cmd} {
211        Prepare Siemens/Brucker P3R3 single crystal data}
212    }
213
214    forsrh      {{runGSASwEXP $cmd} {
215        Search Fourier map for peaks}
216    }
217
218    hklsort     {{runGSASwEXP $cmd} {
219        Prepare HKL tables}
220    }
221
222    polfplot    {{runGSASwEXP $cmd} {
223        Display polefigures}
224    }
225
226    rducll      {{runGSASprog $cmd} {
227        Unit cell reduction}
228    }
229
230    sxtldata    {{runGSASwEXP $cmd} {
231        Prepare generic single crystal data}
232    }
233
234    scabs       {{runGSASwEXP $cmd} {
235        Single crystal absorption}
236    }
237
238    istats      {{runGSASwEXP $cmd} {
239        HKL Intensity statistics}
240    }
241
242    reflist     {{runGSASwEXP $cmd} {
243        List reflection data}
244    }
245
246    scmerge     {{runGSASwEXP $cmd} {
247        Sort and merge single crystal data}
248    }
249
250    pubtable    {{runGSASwEXP $cmd} {
251        Prepare atom parameter tables}
252    }
253
254    spcgroup    {{runGSASprog $cmd} {
255        Space group symbol interpreter}
256    }
257
258    rcalc       {{runGSASwEXP $cmd} {
259        Compute reflection resuduals}
260    }
261
262    unimol      {{runGSASwEXP $cmd} {
263        Unique molecule assembler}
264    }
265
266    gsas2cif    {{runGSASwEXP $cmd} {
267        Prepare IUCr crystallographic information (CIF) file}
268    }
269
270    vrstplot    {{runGSASprog $cmd} {
271        Create a "virtual reality" (.wrl) plot file}
272    }
273
274    fitspec     {{runGSASprog $cmd} {
275        Fit a TOF vanadium scattering spectrum}
276    }
277
278    tofnorm     {{runGSASprog $cmd} {
279        Normalize a TOF spectrum}
280    }
281
282    fprime      {{runGSASprog $cmd} {
283        Compute f, f', f'' and mu/rho for an element for a range of x-ray wavelengths}
284    }
285
286    dbwscnv     {{runGSASprog $cmd} {
287        Convert a powder diffraction data file from DBWS format}
288    }
289
290    x17bcnv     {{runGSASprog $cmd} {
291        Convert an energy dispersive diffractogram data file from NSLS X17b}
292    }
293
294    liveplot    {{liveplot} {
295        Create a plot of powder data (automatically updated) }
296    }
297
298    {liveplot_options} {liveplotopt {
299        Used to set options for liveplot, for example, the
300        histogram to be plotted}
301    }
302   
303    convert     {convfile {
304        Convert a standard ASCII file to the direct access format used by GSAS (and for UNIX, the reverse)}
305    }
306
307    lstview     {lstview {
308        Create a box with scrollbars containing the current .LST file}
309    }
310
311    widplt      {widplt {
312        Displays the FWHM as a function of Q, 2Theta,... for UVWXY values input or read from an EXP file}
313    }
314
315    "Override backspace" {- {
316        This option is available in UNIX only, as there are different
317        ways that backspace can be implemented. When option is set
318        as "On," the backspace key is overridden to send a "delete" 
319        character. If backspace does not work in a program such as
320        EXPEDT, change try the other setting for this option.} 
321    }
322    SaveOptions {- {
323        Save the current values for "Override backspace", 
324        "Sort atoms by", "Sort histograms by" and "archive EXP"
325        in ~/.gsas_config (c:\.gsas_config)}
326    }
327    exit        {- {
328        Exit EXPGUI}
329    }
330}
331
332# not implemented (yet)
333#    newest     {}
334#composition    {{} {}}
335#exp2shelx      {{} {}}
336#exp2xtl        {{} {}}
337#dlst   {{delconf .LST} {}}
338
339set expgui(buttonlist) {
340        expnam
341        expedt
342        genles
343        powpref
344        powplot
345        lstview
346        liveplot
347}       
Note: See TracBrowser for help on using the repository browser.