Ignore:
Timestamp:
Sep 21, 2012 5:56:33 PM (11 years ago)
Author:
toby
Message:

more Fourier work; remove warning on R *3* H sg in CIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sandbox/expgui

    r1220 r1221  
    7070set expgui(HistSelectList) {}
    7171# location for web pages, if not found locally
    72 set expgui(website) 11bm.xor.aps.anl.gov/expguidoc/
     72set expgui(website) subversion.xray.aps.anl.gov/EXPGUI/trunk/doc/
    7373# default for archive mode = on
    7474set expgui(archive) 1
     
    44524452        CIFselect $expgui(expfile)
    44534453    }
     4454    $expgui(fm).graphs.menu add cascade \
     4455        -menu  $expgui(fm).graphs.menu.fourier \
     4456        -label "Fourier"
     4457    menu $expgui(fm).graphs.menu.fourier
     4458    foreach num {1 2 3 4 5 6 7 8 9} {
     4459        $expgui(fm).graphs.menu.fourier add command -label "Setup phase $num" \
     4460            -command "EditFourier $num"
     4461    }
     4462    $expgui(fm).graphs.menu.fourier add command -label "run fourier prog" \
     4463        -command {runGSASwEXP fourier}
     4464
    44544465    # add the commands in expgui_menulist
    44554466    foreach menu [array names expgui_menulist ] {
Note: See TracChangeset for help on using the changeset viewer.