Ignore:
Timestamp:
Jul 11, 2016 2:59:08 PM (7 years ago)
Author:
srkline
Message:

changes to handle an arbitrary run number, rather than insisting on 3 or 4 digits.

fix to SANS file catalog where the last file name was cleared from the table, if there are no extra non-raw data files present. not a typical case, but it can happen.

File:
1 edited

Legend:

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

    r901 r1004  
    201201        Wave/T Filenames = $"root:myGlobals:CatVSHeaderInfo:Filenames" 
    202202        Variable lastPoint 
     203         
     204        if(numpnts(w) == 0) 
     205                return(0) 
     206        endif 
     207         
    203208        lastPoint = numpnts(Filenames) 
    204209        InsertPoints lastPoint,numpnts(w),Filenames 
Note: See TracChangeset for help on using the changeset viewer.