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/canSASXML.ipf

    r658 r670  
    115115        STRSWITCH(ns)    
    116116        CASE "cansas1d/1.0":                                                    // version 1.0 of the canSAS 1-D reduced SAS data standard 
    117                 PRINT fileName, "\t\t identified as: cansas1d/1.0 XML file" 
     117//              PRINT fileName, "\t\t identified as: cansas1d/1.0 XML file" 
    118118                returnCode = CS_1i_parseXml(fileID)                     //  This is where the action happens! 
    119119                IF (returnCode != 0) 
     
    613613                TitlePath = "" 
    614614        ENDIF 
    615         PRINT "\t Title:", Title 
     615//      PRINT "\t Title:", Title 
    616616        RETURN(Title) 
    617617END 
Note: See TracChangeset for help on using the changeset viewer.