source: trunk/gsasmenu.tcl @ 149

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

# on 2000/05/18 15:43:24, toby did:
shortcut for powpref

  • Property rcs:author set to toby
  • Property rcs:date set to 2000/05/18 15:43:24
  • Property rcs:lines set to +3 -2
  • Property rcs:rev set to 1.13
  • Property rcs:state set to Exp
  • Property svn:keywords set to Author Date Revision Id
File size: 7.8 KB
Line 
1# $Id: gsasmenu.tcl 149 2009-12-04 23:01:13Z toby $
2# $Revision: 149 $ $Date: 2009-12-04 23:01:13 +0000 (Fri, 04 Dec 2009) $
3# menu information for GSAS programs
4
5# menu items to be created (N.B. File, Options & Help already exist)
6set expgui(menunames) {Powder Xtal Graphs Results Calc Import/Export}
7
8# contents of each menu
9array set expgui_menulist {
10    file {
11        EraseHistory
12        convert
13        dlst
14    }
15    option {
16        {liveplot_options}
17    }
18    powder {
19        expedt
20        powpref
21        genles
22        powplot
23        rawplot
24        fitspec
25        tofnorm
26    }
27    xtal {
28        expedt
29        genles
30        scabs
31        scmerge
32        sxtldata
33    }
34    graphs {
35        forplot
36        polfplot
37        powplot
38        ortep
39        rawplot
40        fourier
41        forsrh
42        liveplot
43        vrstplot
44        widplt 
45    }
46    calc {
47        cllchg
48        fprime
49        hklgen
50        rducll
51        spcgroup
52        unimol
53    }
54    import/export {
55        exp2shelx
56        exp2xtl
57        gsas2cif
58        hklsort
59        pubtable
60        convert
61        cad4rd
62        dbwscnv
63        x17bcnv
64        p3r3data
65        sxtldata
66    }
67    results {
68        bijcalc
69        disagl
70        reflist
71        geometry
72        hstdmp
73        istats
74        rcalc
75        composition
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 histograms of different
120        types (e.g. TOF, CW Neutron,...). So if all histogram types can
121        be selected, the Histogram and Profile pages are disabled. If the
122        multiple histogram selection is set to TOF, CW Neutron,...
123        it is possible to modify Histogram and Profile parameters for
124        groups of similar type histograms.
125
126        Note that profile terms may also be grouped together when more than
127        one phase has the same profile function, or may not be grouped
128        together, depending on the "Group Phases Together" option.}
129    }
130
131    {Mouse actions}  {- {
132        A range of atoms or (in multiple selection mode) histograms may be
133        selected by dragging (holding down) the left mouse button. It is also
134        possible to select a range by using the Shift key with the
135        left mouse button. To select or deselect individual entries, use the
136        Control key with the left mouse button. The right mouse button selects
137        all entries.}
138   }
139
140    expnam {readnewexp {
141        Select an existing or new GSAS experiment to be used}
142    }
143
144    {archive EXP} {- {
145        Toggles archiving of .EXP files. When on, files are
146        saved prior to each save or run of expedt in a file named
147
148        <expnam>.EXP.xxx.gz where xxx = 000, 001 (UNIX) 
149
150        or in a file named <expnam>.ZIP or  <expnam>.xxx (Windows) }
151    }
152
153    showhelp    {showhelp {
154        Show the help information for commands and actions}
155    }
156
157    powpref     {{runGSASwEXP $cmd} {
158        Powder data preparation}   
159        {-underline 0}
160    }
161
162    bijcalc     {{runGSASwEXP $cmd} {
163        Thermal parameter analysis} 
164    }
165
166    powplot     {{runGSASwEXP $cmd} {
167        Display powder patterns}
168    }
169
170    cllchg      {{runGSASwEXP $cmd} {
171        Transform unit cell}
172    }
173
174    expedt      {{runGSASwEXP $cmd} {
175        Run GSAS experiment editor}
176        {-underline 0}
177    }
178
179    genles      {{runGSASwEXP $cmd} {
180        Run General Least Squares program}
181        {-underline 0}
182    }
183
184    disagl      {rundisagl {
185        Distance/angle calculations}
186    }
187
188    forplot     {{runGSASwEXP $cmd} {
189        Display Fourier maps (set Fourier options in EXPEDT
190        and then compute with FOURIER)}
191    }
192
193    hstdmp      {{runGSASwEXP $cmd} {
194        List powder histogram data}
195    }
196
197    cad4rd      {{runGSASwEXP $cmd} {
198        Prepare CAD4 single crystal data}
199    }
200
201    fourier     {{runGSASwEXP $cmd} {
202        Generate Fourier map}
203    }
204
205    geometry    {{runGSASwEXP $cmd} {
206        Molecular geometry calculations}
207    }
208
209    ortep       {{runGSASwEXP $cmd} {
210        Draw crystal structure}
211    }
212
213    rawplot     {{runGSASprog $cmd} {
214        Plot powder data}
215    }
216
217
218    p3r3data    {{runGSASwEXP $cmd} {
219        Prepare Siemens/Brucker P3R3 single crystal data}
220    }
221
222    forsrh      {{runGSASwEXP $cmd} {
223        Search Fourier map for peaks}
224    }
225
226    hklsort     {{runGSASwEXP $cmd} {
227        Prepare HKL tables}
228    }
229
230    polfplot    {{runGSASwEXP $cmd} {
231        Display polefigures}
232    }
233
234    rducll      {{runGSASprog $cmd} {
235        Unit cell reduction}
236    }
237
238    sxtldata    {{runGSASwEXP $cmd} {
239        Prepare generic single crystal data}
240    }
241
242    scabs       {{runGSASwEXP $cmd} {
243        Single crystal absorption}
244    }
245
246    istats      {{runGSASwEXP $cmd} {
247        HKL Intensity statistics}
248    }
249
250    reflist     {{runGSASwEXP $cmd} {
251        List reflection data}
252    }
253
254    scmerge     {{runGSASwEXP $cmd} {
255        Sort and merge single crystal data}
256    }
257
258    pubtable    {{runGSASwEXP $cmd} {
259        Prepare atom parameter tables}
260    }
261
262    spcgroup    {{runGSASprog $cmd} {
263        Space group symbol interpreter}
264    }
265
266    rcalc       {{runGSASwEXP $cmd} {
267        Compute reflection resuduals}
268    }
269
270    unimol      {{runGSASwEXP $cmd} {
271        Unique molecule assembler}
272    }
273
274    gsas2cif    {{runGSASwEXP $cmd} {
275        Prepare IUCr crystallographic information (CIF) file}
276    }
277
278    vrstplot    {{runGSASwEXP $cmd} {
279        Create a "virtual reality" (.wrl) plot file}
280    }
281
282    fitspec     {{runGSASprog $cmd} {
283        Fit a TOF vanadium scattering spectrum}
284    }
285
286    tofnorm     {{runGSASprog $cmd} {
287        Normalize a TOF spectrum}
288    }
289
290    fprime      {{runGSASprog $cmd} {
291        Compute f, f', f'' and mu/rho for an element for a range of x-ray wavelengths}
292    }
293
294    dbwscnv     {{runGSASprog $cmd} {
295        Convert a powder diffraction data file from DBWS format}
296    }
297
298    x17bcnv     {{runGSASprog $cmd} {
299        Convert an energy dispersive diffractogram data file from NSLS X17b}
300    }
301
302    composition {{composition} {
303        Compute the unit cell and asymmetric unit contents for each phase
304        taking occupancies and site multiplicities into account}
305    }
306
307    exp2xtl     {{exp2xtl} {
308        Save coordinates for a phase in an MSI xtl format file}
309    }
310
311    liveplot    {{liveplot} {
312        Create a plot of powder data (automatically updated) }
313    }
314
315    {liveplot_options} {liveplotopt {
316        Used to set options for liveplot, for example, the
317        histogram to be plotted}
318    }
319   
320    convert     {convfile {
321        Convert a standard ASCII file to the direct access format used by GSAS (and for UNIX, the reverse)}
322    }
323
324    lstview     {lstview {
325        Create a box with scrollbars containing the current .LST file}
326    }
327
328    widplt      {widplt {
329        Displays the FWHM as a function of Q, 2Theta,... for UVWXY values input or read from an EXP file}
330    }
331
332    "Override backspace" {- {
333        This option is available in UNIX only, as there are different
334        ways that backspace can be implemented. When option is set
335        as "On," the backspace key is overridden to send a "delete" 
336        character. If backspace does not work in a program such as
337        EXPEDT, change try the other setting for this option.} 
338    }
339    SaveOptions {- {
340        Save the current values for "Override backspace", 
341        "Sort atoms by", "Sort histograms by" and "archive EXP"
342        in ~/.gsas_config (c:\.gsas_config)}
343    }
344    EraseHistory {DeleteHistoryRecords {
345        Delete all but a selected number of history records; note that
346        this speeds EXPGUI somewhat. Since the largest number for a
347        history record is 999, the default is to also renumber the
348        records starting with 1}
349    }
350    exit        {- {
351        Exit EXPGUI}
352    }
353}
354
355# not implemented (yet)
356#    newest     {}
357#composition    {{} {}}
358#exp2shelx      {{} {}}
359#exp2xtl        {{} {}}
360#dlst   {{delconf .LST} {}}
361
362set expgui(buttonlist) {
363        expnam
364        expedt
365        genles
366        powpref
367        powplot
368        lstview
369        liveplot
370}       
Note: See TracBrowser for help on using the repository browser.