Ignore:
Timestamp:
Mar 14, 2016 1:34:41 PM (7 years ago)
Author:
srkline
Message:

fixing issues with QUOKKA reduction procedures that generate errors in Igor 7

updated the QKK_NSORT file to match the new 4-file NSORT. this was a complete, direct copy of the file as there were no Ansto -specific bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/QKK_ANSTO_Transmission.ipf

    r917 r986  
    208208        do 
    209209                if(cmpstr(T_Filenames[ii],"")==0 || cmpstr(S_Filenames[ii],"")==0 || cmpstr(EMP_Filenames[ii],"")==0) 
    210                         print "Row is incomplete and therefore being deleted " + T_Filenames + " " + S_Filenames + " " + EMP_Filenames 
     210                        print "Row is incomplete and therefore being deleted " + T_Filenames[ii] + " " + S_Filenames[ii] + " " + EMP_Filenames[ii] 
    211211                        DeletePoints ii,1,T_Filenames,S_Filenames,EMP_Filenames 
    212212                        ii-=1 
Note: See TracChangeset for help on using the changeset viewer.