- Timestamp:
- Mar 6, 2007 10:16:51 AM (16 years ago)
- Location:
- sans/USANSReduction/trunk/Put in User Procedures Folder/USANS Procedures v2.20
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/USANSReduction/trunk/Put in User Procedures Folder/USANS Procedures v2.20/BT5_Loader.ipf
r35 r51 56 56 filen=s1[1,(ii-2)] //remove the ' from beginning and end 57 57 //Print "filen = ",filen,strlen(filen) 58 countTime=v1 58 //v2 is the monitor prefactor. multiply monitor time by prefactor. AJJ 5 March 07 59 countTime=v1*v2 59 60 //Print "time (sec) = ",countTime 60 61 -
sans/USANSReduction/trunk/Put in User Procedures Folder/USANS Procedures v2.20/Main_USANS.ipf
r43 r51 871 871 872 872 //v1 is the time per point (sec) 873 statusWave[2] = "TIME/PT: "+num2istr(v1)+" sec" 873 //v2 is the monitor prefactor. Let's multiply the time by the prefactor. AJJ 5 March 07 874 statusWave[2] = "TIME/PT: "+num2istr(v1*v2)+" sec" 874 875 875 876 //skip the next line
Note: See TracChangeset
for help on using the changeset viewer.