Changeset 27 for trunk


Ignore:
Timestamp:
Dec 4, 2009 4:59:09 PM (16 years ago)
Author:
toby
Message:

# on 1999/01/13 04:40:02, toby did:
minor changes
document "Override backspace" & exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/gsasmenu.tcl

    • Property rcs:date changed from 1999/01/09 20:15:17 to 1999/01/13 04:40:02
    • Property rcs:lines changed from +8 -8 to +19 -9
    • Property rcs:rev changed from 1.2 to 1.3
    r23 r27  
    4545        fourier
    4646        forsrh
    47         forplot
    4847        liveplot
    4948        widplt
     
    126125        instrument-related parameters and flags for different histogram types.
    127126        So global actions can be limited to a single class of histogram types
    128         (e.g. TOF, CW Neutron,...) which allows these parameters to be set
     127        (e.g. TOF, CW Neutron,...), which allows these parameters to be set
    129128        for groups of similar histograms. Thus, if this mode is set to "All"
    130129        the Histogram and Profile pages are disabled.}
     
    190189
    191190    forplot     {{runGSASwEXP $cmd} {
    192         Display Fourier maps}
     191        Display Fourier maps (set Fourier options in EXPEDT
     192        and then compute with FOURIER)}
    193193    }
    194194
     
    219219
    220220    p3r3data    {{runGSASwEXP $cmd} {
    221         Prepare Siemens P3R3 single crystal data}
     221        Prepare Siemens/Brucker P3R3 single crystal data}
    222222    }
    223223
    224224    forsrh      {{runGSASwEXP $cmd} {
    225         Search Fourier map}
     225        Search Fourier map for peaks}
    226226    }
    227227
     
    291291
    292292    dbwscnv     {{runGSASprog $cmd} {
    293         Convert a data file from DBWS format}
     293        Convert a powder diffraction data file from DBWS format}
    294294    }
    295295
     
    303303
    304304    {liveplot_options} {liveplotopt {
    305         Used to set options for liveplot, for example, the histogram plotted}
     305        Used to set options for liveplot, for example, the
     306        histogram to be plotted}
    306307    }
    307308   
     
    318319    }
    319320
     321    "Override backspace" {- {
     322        This option is available in UNIX only, as there are different
     323        ways that backspace can be implemented. When option is set
     324        as "On," the backspace key is overridden to send a "delete"
     325        character. If backspace does not work in a program such as
     326        EXPEDT, change try the other setting for this option.} 
     327    }
     328    exit        {- {
     329        Exit EXPGUI}
     330    }
    320331}
    321332
     
    343354    newEXP      Create a new GSAS experiment
    344355    dlst        Delete experiment list file
    345     exit        Exit GSAS
    346356    next        Advance to next experiment file in list
    347357    previous    Move to previous experiment file in list
Note: See TracChangeset for help on using the changeset viewer.