- Timestamp:
- Apr 6, 2010 4:56:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/Main_USANS.ipf
r662 r665 32 32 "USANS Simulator",Show_UCALC() 33 33 "-" 34 "NCNR Preferences",Show_Preferences_Panel() 34 35 "Feedback or Bug Report",OpenTracTicketPage() 35 36 "Open Help Movie Page",OpenHelpMoviePage() … … 68 69 //NB This is also hardcoded a bit further down - search for "WHY WHY WHY" AJJ Sept 08 69 70 70 //Preference value to determine if we are outputting XML 71 Variable/G root:Packages:NIST:gXML_Write = 1 72 71 73 72 Make/O/T/N=1 fileWave,samWave,empWave,curWave //Added curWave Sept 06 A. Jackson 74 73 fileWave="" … … 124 123 Variable/G root:Packages:NIST:USANS:Globals:MainPanel:gDQv = 0.117 //divergence, in terms of Q (1/A) (NOV 2004) 125 124 125 //initializes preferences. this includes XML y/n, and SANS Reduction items. 126 // if they already exist, they won't be overwritten 127 Execute "init_pref()" 126 128 127 129 … … 131 133 // 132 134 133 Window USANS_Panel() : Panel135 Window USANS_Panel() 134 136 PauseUpdate; Silent 1 // building window... 135 137 NewPanel /W=(600,44,1015,493)/K=1 as "USANS_Panel"
Note: See TracChangeset
for help on using the changeset viewer.