- Timestamp:
- Sep 16, 2010 5:13:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/COR_Graph.ipf
r624 r743 360 360 SVAR USANSFolder = root:Packages:NIST:USANS:Globals:gUSANSFolder 361 361 362 Wave samCts=$(USANSFolder+":SAM:DetCts")363 Wave empCts=$(USANSFolder+":EMP:DetCts")362 Wave/Z samCts=$(USANSFolder+":SAM:DetCts") 363 Wave/Z empCts=$(USANSFolder+":EMP:DetCts") 364 364 if((WaveExists(samCts)==0) || (WaveExists(empCts)==0)) 365 DoAlert 0,"Sample and Empty data must both be plotted before you can calculate the transmission" 365 366 Variable/G $(USANSFolder+":Globals:MainPanel:gTransWide")=NaN //error 366 367 Variable/G $(USANSFolder+":Globals:MainPanel:gTransRock")=NaN
Note: See TracChangeset
for help on using the changeset viewer.