Ignore:
Timestamp:
Sep 23, 2010 3:11:58 PM (13 years ago)
Author:
srkline
Message:

bug fix for #306:

now the 2D QxQy? loader switches correctly for 3-column or 8-column data. 8-column is the default output, 3-column is only for generic cases of Qx-Qy-I files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/Wrapper_v40.ipf

    r743 r747  
    13701370                                return(0) 
    13711371                        endif 
     1372                         
     1373                        //if in 2D mode, just exit 
     1374                        ControlInfo/W=WrapperPanel check_3 
     1375                        if(V_Value == 1) 
     1376                                return (0) 
     1377                        endif 
    13721378                                 
    13731379                        String ciStr = CsrInfo(A , topGraph) 
     
    14021408                                endif 
    14031409 
    1404                                 HideInfo 
     1410                                HideInfo/W=$topGraph 
    14051411                                Cursor/K A 
    14061412                                Cursor/K B 
Note: See TracChangeset for help on using the changeset viewer.