Changeset 873 for sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS
- Timestamp:
- Nov 2, 2012 1:45:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/RealTimeUpdate_RT.ipf
r800 r873 864 864 // 4 R*4 values 865 865 strToExecute = GBLoadStr + "/S=39/U=4" + "\"" + fname + "\"" 866 Execute strToExecute866 Execute/Z strToExecute 867 867 Wave w=$"root:Packages:NIST:RealTime:tempGBWave0" 868 868 b=4 //num of reals read … … 873 873 SetDataFolder curPath 874 874 strToExecute = GBLoadStr + "/S=158/U=4" + "\"" + fname + "\"" 875 Execute strToExecute875 Execute/Z strToExecute 876 876 b=4 877 877 realw[a,a+b-1] = w[p-a] … … 882 882 SetDataFolder curPath 883 883 strToExecute = GBLoadStr + "/S=186/U=2" + "\"" + fname + "\"" 884 Execute strToExecute884 Execute/Z strToExecute 885 885 b=2 886 886 realw[a,a+b-1] = w[p-a] … … 890 890 SetDataFolder curPath 891 891 strToExecute = GBLoadStr + "/S=220/U=6" + "\"" + fname + "\"" 892 Execute strToExecute892 Execute/Z strToExecute 893 893 b=6 894 894 realw[a,a+b-1] = w[p-a] … … 898 898 SetDataFolder curPath 899 899 strToExecute = GBLoadStr + "/S=252/U=13" + "\"" + fname + "\"" 900 Execute strToExecute900 Execute/Z strToExecute 901 901 b=13 902 902 realw[a,a+b-1] = w[p-a] … … 906 906 SetDataFolder curPath 907 907 strToExecute = GBLoadStr + "/S=320/U=3" + "\"" + fname + "\"" 908 Execute strToExecute908 Execute/Z strToExecute 909 909 b=3 910 910 realw[a,a+b-1] = w[p-a] … … 914 914 SetDataFolder curPath 915 915 strToExecute = GBLoadStr + "/S=348/U=7" + "\"" + fname + "\"" 916 Execute strToExecute916 Execute/Z strToExecute 917 917 b=7 918 918 realw[a,a+b-1] = w[p-a] … … 922 922 SetDataFolder curPath 923 923 strToExecute = GBLoadStr + "/S=388/U=4" + "\"" + fname + "\"" 924 Execute strToExecute924 Execute/Z strToExecute 925 925 b=4 926 926 realw[a,a+b-1] = w[p-a] … … 930 930 SetDataFolder curPath 931 931 strToExecute = GBLoadStr + "/S=450/U=2" + "\"" + fname + "\"" 932 Execute strToExecute932 Execute/Z strToExecute 933 933 b=2 934 934 realw[a,a+b-1] = w[p-a] … … 938 938 SetDataFolder curPath 939 939 strToExecute = GBLoadStr + "/S=470/U=2" + "\"" + fname + "\"" 940 Execute strToExecute940 Execute/Z strToExecute 941 941 b=2 942 942 realw[a,a+b-1] = w[p-a] … … 946 946 SetDataFolder curPath 947 947 strToExecute = GBLoadStr + "/S=494/U=5" + "\"" + fname + "\"" 948 Execute strToExecute948 Execute/Z strToExecute 949 949 b=5 950 950 realw[a,a+b-1] = w[p-a] … … 967 967 //read in the data 968 968 strToExecute = "GBLoadWave/O/N=tempGBwave/B/T={16,2}/S=514/Q" + "\"" + fname + "\"" 969 Execute strToExecute969 Execute/Z strToExecute 970 970 971 971 SetDataFolder curPath //use the full path, so it will always work
Note: See TracChangeset
for help on using the changeset viewer.