Changeset 709 for sans/Dev/trunk


Ignore:
Timestamp:
Jun 16, 2010 5:09:26 PM (13 years ago)
Author:
srkline
Message:

Fixed the re-writing of 1D data from Data Arithmetic panel - it was not correctly writing out the resolution information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Common/NIST_XML_v40.ipf

    r690 r709  
    994994 
    995995 
    996  
    997  
    998 End 
    999  
    1000996/// See WriteModelData_v40.ipf for 6 column equivalent 
     997// 
     998// this only handles 6-column data, will abort if resolution wave is missing 
     999// 
    10011000Function ReWrite1DXMLData(folderStr) 
    10021001        String folderStr 
     
    10331032         
    10341033        Duplicate/O qw qbar,sigQ,fs 
    1035                  
     1034        sigq = resw[p][0] 
     1035        qbar = resw[p][1] 
     1036        fs = resw[p][2] 
    10361037 
    10371038                 
Note: See TracChangeset for help on using the changeset viewer.