Ignore:
Timestamp:
Apr 8, 2010 1:28:21 PM (13 years ago)
Author:
srkline
Message:

Corrections to NSORT and CombineFiles? to work with XML i/o.

CombineFiles? table hook now is properly active only in the upper table.

Some file filtering functions have been streamlined, but are still somewhat redundant, and could be consolidated. These are whenever listing of reduced files is requested (filter out what is known to be something else)

Commented out print statements from XML reader.

File:
1 edited

Legend:

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

    r669 r670  
    2626 
    2727                 
    28         Print "Trying to load canSAS XML format data"  
     28//      Print "Trying to load canSAS XML format data"  
    2929        Variable result = CS_XMLReader(filestr) 
    3030         
     
    7979                                                //print "fileName: ",fileName 
    8080                                                //remove the semicolon AND period from files from the VAX 
    81                                                 print basestr 
     81//                                              print basestr 
    8282                                                w0 = basestr + "_q" 
    8383                                                w1 = basestr + "_i" 
     
    195195                                        SetDataFolder xmlDataFolder                                      
    196196                                         
    197                                         print xmlDataFolder 
     197//                                      print xmlDataFolder 
    198198                                         
    199199                                        //if outstr has been specified, we'll find ourselves here.... 
     
    676676                endif 
    677677                buffer = RemoveEnding(buffer) 
    678                 print buffer 
     678//              print buffer 
    679679                //Get run value 
    680680                if (stringmatch(buffer,"*file:*") == 1) 
Note: See TracChangeset for help on using the changeset viewer.