- Timestamp:
- Sep 21, 2007 3:18:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/NSORT.ipf
r143 r167 767 767 PopupMenu popup_3,mode=1,value= #"root:myGlobals:NSORT:gDataPopList_3" 768 768 PopupMenu popup_3,help={"Choose the dataset with the highest overall q-value (shortest detector distance), or NONE if no third set desired"} 769 CheckBox AutoCheck,pos={14,310},size={100,20},title="Auto Scale",value= 1769 CheckBox AutoCheck,pos={14,310},size={100,20},title="Auto Scale",value=0 770 770 CheckBox AutoCheck,help={"If checked, the scale factor will be automatically determined, if not checked, the current values in the fields will be used"} 771 771 EndMacro … … 831 831 While(0) 832 832 ControlUpdate/A/W=NSORT_Panel 833 DoUpdate 833 834 834 835 End … … 1050 1051 Sort q12, q12,i12,sig12 1051 1052 //at this point 1-2 are combined 1053 1054 ControlUpdate/A/W=NSORT_Panel 1055 DoUpdate 1056 1052 1057 //do we need to continue, or write out the set here and stop? 1053 1058 if(cmpstr(name3,"none") == 0) … … 1118 1123 Endif 1119 1124 1125 ControlUpdate/A/W=NSORT_Panel 1126 DoUpdate 1127 1120 1128 //Print "NSORT-ed ",name1," + ", name2, " + ", name3 1121 1129 //Print "normalized to ",normTo … … 1217 1225 //Print "normalized to ",normTo 1218 1226 //Print "multiplicative factor = ",norm12 1219 1227 ControlUpdate/A/W=NSORT_Panel 1228 DoUpdate 1229 1220 1230 1221 1231 //Make the combined, scaled dataset by overwriting the old sets … … 1316 1326 //Print "normalized to ",normTo 1317 1327 //Print "multiplicative factor 1-2 = ",norm12," multiplicative factor 12 - 3 = ",norm23 1318 1328 ControlUpdate/A/W=NSORT_Panel 1329 DoUpdate 1319 1330 1320 1331 Make/O/N=(n123) q123,i123,sig123,sq123,qb123,fs123
Note: See TracChangeset
for help on using the changeset viewer.