source: trunk/gsasmenu.tcl @ 469

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

# on 2001/10/18 23:27:59, toby did:
describe new archiving

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