Changeset 420
- Timestamp:
- 10/07/08 14:26:40 (5 years ago)
- Location:
- sans/Dev/trunk
- Files:
-
- 5 edited
-
NCNR_SANS_Utilities/SANS_Reduction_v5.2.pxt (modified) (previous)
-
NCNR_User_Procedures/Common/NIST_XML_v40.ipf (modified) (1 diff)
-
NCNR_User_Procedures/Common/Packages/PlotManager/PlotManager_v40.ipf (modified) (2 diffs)
-
NCNR_User_Procedures/Common/Packages/PlotManager/PlotUtilsMacro_v40.ipf (modified) (1 diff)
-
NCNR_User_Procedures/Reduction/SANS/Includes_v520.ipf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/NIST_XML_v40.ipf
r403 r420 160 160 161 161 Wave/T meta = $mdstring 162 FindValue/TEXT=" Title"/TXOP=4/Z meta162 FindValue/TEXT="Run"/TXOP=4/Z meta 163 163 164 164 String title = meta[V_Value][1] -
sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/PlotManager/PlotManager_v40.ipf
r418 r420 193 193 KillVariables/A //removes the dependent variables 194 194 SetDataFolder savDF 195 195 196 196 //now kill the data folder 197 197 KillDataFolder/Z $DF … … 293 293 ii+=1 294 294 while(ii<num) 295 296 ControlUpdate/W=Plot_Manager popup0 295 297 296 298 return(0) -
sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/PlotManager/PlotUtilsMacro_v40.ipf
r419 r420 95 95 //if no path or file is specified for LoadWave, the default Mac open dialog will appear 96 96 LoadWave/G/D/A/Q fileStr 97 //String fileName = S_fileName 98 String basestr = ParseFilePath(3,ParseFilePath(5,S_Path,":",0,0),":",0,0) 97 String fileNamePath = S_Path+S_fileName 98 String basestr = ParseFilePath(3,ParseFilePath(5,fileNamePath,":",0,0),":",0,0) 99 print "basestr :"+basestr 99 100 String fileName = ParseFilePath(0,ParseFilePath(5,filestr,":",0,0),":",1,0) 101 print "filename :"+filename 100 102 Variable numCols = V_flag 101 103 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/Includes_v520.ipf
r418 r420 31 31 #include "NIST_XML_v40" 32 32 #include "USANS_SlitSmearing_v40" 33 #include "GaussUtils_v40" // for isSANSResolution - could put this function elsewhere 33 34 // 34 35 #include "ProDiv" version>=5.0
Note: See TracChangeset
for help on using the changeset viewer.
